:root{--color-primary: #1677ff;--color-primary-light: #4096ff;--color-primary-dark: #0958d9;--color-primary-bg: #e6f7ff;--color-success: #52c41a;--color-success-bg: #f6ffed;--color-warning: #faad14;--color-warning-bg: #fffbe6;--color-error: #ff4d4f;--color-error-bg: #fff2f0;--color-info: #1677ff;--color-info-bg: #e6f7ff;--color-text-primary: #1a1a1a;--color-text-secondary: #666;--color-text-tertiary: #999;--color-text-placeholder: #bbb;--color-border: #e8e8e8;--color-divider: #f0f0f0;--color-bg-page: #f5f7fa;--color-bg-card: #ffffff;--gradient-primary: linear-gradient(135deg, #1677ff 0%, #722ed1 50%, #eb2f96 100%);--gradient-header: linear-gradient(135deg, #1677ff 0%, #0958d9 100%);--gradient-hero: linear-gradient(135deg, #1a56db 0%, #7c3aed 50%, #db2777 100%);--radius-sm: 6px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 16px;--radius-xxl: 20px;--radius-full: 50%;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .06);--shadow-md: 0 2px 8px rgba(0, 0, 0, .08);--shadow-lg: 0 4px 16px rgba(0, 0, 0, .1);--shadow-xl: 0 8px 28px rgba(0, 0, 0, .12);--shadow-card-hover: 0 8px 24px rgba(22, 119, 255, .12);--spacing-xs: 4px;--spacing-sm: 8px;--spacing-md: 16px;--spacing-lg: 24px;--spacing-xl: 32px;--spacing-xxl: 48px;--transition-fast: .15s ease;--transition-normal: .25s ease;--transition-slow: .35s cubic-bezier(.4, 0, .2, 1)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,PingFang SC,Microsoft YaHei,sans-serif;background-color:var(--color-bg-page);color:var(--color-text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.main-layout{min-height:100vh;display:flex;flex-direction:column}.main-layout .layout-content{flex:1;padding:var(--spacing-lg);max-width:1400px;margin:0 auto;width:100%}.layout-header{background:var(--gradient-header);box-shadow:var(--shadow-md);position:sticky;top:0;z-index:1000}.header-content{max-width:1400px;margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between;height:64px}.logo{display:flex;align-items:center;gap:12px;color:#fff;text-decoration:none;font-size:20px;font-weight:600}.logo-icon{font-size:28px}.nav-menu{background:transparent!important;border-bottom:none!important;margin-left:20px;flex:1;min-width:0}.nav-menu .ant-menu-item{color:#ffffffd9!important;font-size:14px;white-space:nowrap;padding:0 10px!important}.nav-menu .ant-menu-item:hover{color:#fff!important;background:#ffffff1a!important}.nav-menu .ant-menu-item-selected{color:#fff!important;background:#ffffff26!important}.layout-footer{background:#001529;color:#ffffffa6;text-align:center;padding:24px;margin-top:auto}.footer-links{margin-bottom:16px}.footer-links a{color:#ffffffa6;margin:0 16px;text-decoration:none;transition:color .3s}.footer-links a:hover{color:#1677ff}.page-container{padding:var(--spacing-lg);background:var(--color-bg-card);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}.page-title{font-size:24px;font-weight:700;color:var(--color-text-primary);margin-bottom:var(--spacing-lg);padding-bottom:16px;border-bottom:1px solid var(--color-divider);display:flex;align-items:center;gap:10px}.section-card{background:var(--color-bg-card);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:var(--spacing-lg);margin-bottom:var(--spacing-lg);transition:box-shadow var(--transition-normal)}.section-card:hover{box-shadow:var(--shadow-md)}.hero-section{background:var(--gradient-primary);color:#fff;padding:80px 24px;text-align:center;border-radius:var(--radius-lg);margin-bottom:var(--spacing-lg);position:relative;overflow:hidden}.hero-title{font-size:48px;font-weight:700;margin-bottom:16px;text-shadow:0 2px 4px rgba(0,0,0,.1)}.hero-subtitle{font-size:20px;opacity:.9;margin-bottom:40px}.stats-row{display:flex;justify-content:center;gap:80px;margin-top:40px}.stat-item{text-align:center}.stat-number{font-size:42px;font-weight:700;display:block}.stat-label{font-size:16px;opacity:.85;margin-top:8px}.quick-entry-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--spacing-lg);margin-bottom:var(--spacing-lg)}.entry-card{background:#fff;border-radius:var(--radius-lg);padding:32px 24px;text-align:center;cursor:pointer;transition:all var(--transition-normal);box-shadow:var(--shadow-sm);border:2px solid transparent}.entry-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #1677ff26;border-color:#1677ff}.entry-card-icon{width:64px;height:64px;border-radius:16px;display:inline-flex;align-items:center;justify-content:center;font-size:28px;margin-bottom:16px;color:#fff}.entry-card-title{font-size:18px;font-weight:600;color:#1a1a1a;margin-bottom:8px}.entry-card-desc{font-size:14px;color:#888}.process-section{background:linear-gradient(180deg,#1677ff0a,#722ed105 40%,#fff);border-radius:var(--radius-lg);padding:32px;margin-bottom:var(--spacing-lg)}.process-title{text-align:center;font-size:22px;font-weight:600;color:#1a1a1a;margin-bottom:36px}.process-steps{display:flex;justify-content:space-around;position:relative}.process-step{text-align:center;position:relative;z-index:1}.step-number{width:56px;height:56px;border-radius:50%;background:#1677ff;color:#fff;font-size:24px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;margin-bottom:16px}.step-text{font-size:16px;font-weight:500;color:#1a1a1a}.step-desc{font-size:13px;color:#888;margin-top:6px}.tag-985{color:#cf1322;background:#fff1f0;border-color:#ffa39e}.tag-211{color:#d46b08;background:#fff7e6;border-color:#ffd591}.tag-double-first{color:#1677ff;background:#e6f7ff;border-color:#91d5ff}.tag-normal{color:#595959;background:#fafafa;border-color:#d9d9d9}.tag-private{color:#8c8c8c;background:#f5f5f5;border-color:#d9d9d9}.row-chongci{background:#fff1f0!important}.row-chongci:hover>td{background:#ffccc7!important}.row-baodi{background:#e6f7ff!important}.row-baodi:hover>td{background:#bae7ff!important}.ant-tabs-card>.ant-tabs-nav .ant-tabs-tab{border-radius:8px 8px 0 0!important;font-size:15px;padding:8px 20px}.ant-tabs-card>.ant-tabs-nav .ant-tabs-tab-active{font-weight:600}.mobile-tab-bar{display:none;position:fixed;bottom:0;left:0;right:0;height:56px;background:#fff;border-top:1px solid #e8e8e8;z-index:999;box-shadow:0 -2px 8px #0000000f}.mobile-tab-item{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;cursor:pointer;transition:color .2s;color:#999;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none}.mobile-tab-item.active{color:#1677ff}.mobile-tab-icon{font-size:20px;line-height:1}.mobile-tab-label{font-size:10px;line-height:1;white-space:nowrap}@media (max-width: 1200px){.quick-entry-grid{grid-template-columns:repeat(2,1fr)}.stats-row{gap:40px}}@media (max-width: 768px){.mobile-tab-bar{display:flex}.main-layout .layout-content{padding-bottom:68px}.hero-title{font-size:28px}.hero-subtitle{font-size:15px}.quick-entry-grid{grid-template-columns:repeat(2,1fr);gap:10px}.stats-row,.process-steps{flex-direction:column;gap:20px}.page-container{padding:14px 10px}.page-title{font-size:18px;margin-bottom:14px}.section-card{padding:14px 10px;margin-bottom:14px}}@media (max-width: 576px){.quick-entry-grid{grid-template-columns:1fr 1fr;gap:8px}.hero-title{font-size:24px}.entry-card{padding:16px 10px}.entry-card-icon{width:44px;height:44px;font-size:20px;margin-bottom:8px}.entry-card-title{font-size:14px}.entry-card-desc{font-size:12px}}@supports (padding-bottom: env(safe-area-inset-bottom)){.mobile-tab-bar{padding-bottom:env(safe-area-inset-bottom);height:calc(56px + env(safe-area-inset-bottom))}}.back-to-top{position:fixed;right:24px;bottom:100px;z-index:999;width:44px;height:44px;border-radius:var(--radius-full);background:var(--color-primary);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:var(--shadow-lg);transition:all var(--transition-normal);border:none;opacity:0;visibility:hidden;transform:translateY(10px)}.back-to-top.visible{opacity:1;visibility:visible;transform:translateY(0)}.back-to-top:hover{background:var(--color-primary-dark);transform:translateY(-2px);box-shadow:0 6px 20px #1677ff59}.page-header-bar{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--spacing-md);flex-wrap:wrap;gap:12px}.ant-empty{padding:48px 0!important}.ant-table-tbody>tr>td{transition:background-color var(--transition-fast)!important}.ant-btn{transition:all var(--transition-normal)!important}.ant-card{transition:box-shadow var(--transition-normal),transform var(--transition-normal)!important}a{text-decoration:none;transition:color var(--transition-fast)}.ant-tabs-tab{font-weight:500;letter-spacing:.3px}.stat-highlight{position:relative}.stat-highlight:after{content:"";position:absolute;bottom:4px;left:50%;transform:translate(-50%);width:30px;height:3px;background:var(--color-primary);border-radius:2px;opacity:.25}.skeleton-line{height:16px;background:linear-gradient(90deg,#f0f0f0 25%,#e8e8e8 37%,#f0f0f0 63%);background-size:400% 100%;animation:skeleton-loading 1.5s ease infinite;border-radius:4px}@keyframes skeleton-loading{0%{background-position:100% 50%}to{background-position:0% 50%}}.ant-tooltip-inner{border-radius:var(--radius-sm)!important;box-shadow:var(--shadow-md)!important}.ant-message-notice{border-radius:var(--radius-sm)!important;box-shadow:var(--shadow-lg)!important}*:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}:root{--primary: #1677ff;--nav-bg: #1677ff;--nav-text: #ffffff;--bg: #f5f7fa;--border: #e8e8e8;--shadow: 0 2px 12px rgba(0,0,0,.06)}.ant-layout-content{min-height:auto!important}.ant-layout-header.layout-header{background:var(--nav-bg)!important;padding:0 24px!important;height:56px!important;line-height:56px!important;display:flex!important;align-items:center!important}.header-content{width:100%;max-width:1100px;margin:0 auto;display:flex;align-items:center;height:56px}.header-username{color:var(--nav-text)!important;font-size:14px}.nav-menu{border-bottom:none!important;margin-left:16px;background:transparent!important;display:flex;align-items:center;min-width:0}.nav-menu .ant-menu-item{color:#ffffffbf!important;border-bottom:none!important;padding:0 8px!important;font-size:13.5px!important;white-space:nowrap!important;line-height:54px!important;height:54px!important}.nav-menu .ant-menu-item:hover{color:#fff!important}.nav-menu .ant-menu-item-selected{color:#fff!important;font-weight:600!important}.nav-menu .ant-menu-item-selected:after{border-bottom:none!important}.nav-menu-en .ant-menu-item{padding:0 8px!important;font-size:13px!important}.mobile-menu-btn{display:none;color:#fff!important}@media (max-width: 768px){.mobile-menu-btn{display:inline-flex!important}.nav-menu{display:none!important}}.ant-card{border-radius:14px!important}.ant-card-hoverable:hover{border-color:#1677ff!important}.ant-tag{border-radius:8px!important}.ant-progress-bg{background:linear-gradient(90deg,#1677ff,#69b1ff)!important}::-webkit-scrollbar-thumb{background:#d9d9d9;border-radius:4px}:root{--breakpoint-xs: 0;--breakpoint-sm: 576px;--breakpoint-md: 768px;--breakpoint-lg: 992px;--breakpoint-xl: 1200px;--spacing-scale: 1;--font-scale: 1;--touch-min-size: 44px}@media (max-width: 576px){:root{--spacing-scale: .5;--font-scale: .85}}@media (min-width: 577px) and (max-width: 768px){:root{--spacing-scale: .65;--font-scale: .9}}@media (max-width: 768px){.layout-header{padding:0 12px!important}.header-content{padding:0 8px!important;height:56px!important}.logo{font-size:16px!important;gap:6px!important}.logo-icon{font-size:22px!important}.nav-menu{display:none!important}.mobile-menu-btn{display:flex!important}.header-username{display:none!important}.lang-switcher-mobile .ant-select{font-size:12px!important}}@media (min-width: 769px){.mobile-menu-btn{display:none!important}}@media (max-width: 768px){.mobile-tab-bar{display:flex!important}.layout-content{padding-bottom:72px!important}}@media (min-width: 769px){.mobile-tab-bar{display:none!important}}@media (max-width: 768px){.main-layout .layout-content{padding:12px 8px!important}.page-container{padding:16px 12px!important;border-radius:8px!important}.page-title{font-size:18px!important;margin-bottom:16px!important;padding-bottom:12px!important}.section-card{padding:16px 12px!important;margin-bottom:16px!important;border-radius:8px!important}.hero-section{padding:40px 16px!important;border-radius:8px!important;margin-bottom:16px!important}.hero-title{font-size:28px!important;margin-bottom:12px!important}.hero-subtitle{font-size:16px!important;margin-bottom:24px!important}.stats-row{gap:24px!important;margin-top:24px!important}.stat-number{font-size:28px!important}.stat-label{font-size:13px!important}.quick-entry-grid{gap:12px!important}.entry-card{padding:20px 16px!important;border-radius:8px!important}.entry-card-icon{width:48px!important;height:48px!important;font-size:22px!important;margin-bottom:10px!important}.entry-card-title{font-size:15px!important}.entry-card-desc{font-size:12px!important}.process-section{padding:24px 16px!important;border-radius:8px!important}.process-title{font-size:18px!important;margin-bottom:24px!important}.step-number{width:44px!important;height:44px!important;font-size:20px!important;margin-bottom:10px!important}.layout-footer{padding:16px 12px!important}.footer-links a{margin:0 8px!important;font-size:13px!important}.layout-footer p{font-size:12px!important}}@media (max-width: 768px){.ant-table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch}.ant-table{min-width:600px}.ant-table-thead>tr>th,.ant-table-tbody>tr>td{padding:8px 6px!important;font-size:12px!important}.ant-tabs-card>.ant-tabs-nav .ant-tabs-tab{padding:6px 12px!important;font-size:13px!important}.ant-tabs-nav{margin-bottom:12px!important}.ant-modal{max-width:calc(100vw - 16px)!important;margin:8px auto!important}.ant-modal-body{max-height:70vh;overflow-y:auto}.ant-card-body{padding:12px!important}.ant-form-item{margin-bottom:12px!important}.ant-form-item-label>label{font-size:13px!important}.ant-select-selector,.ant-input,.ant-input-number{font-size:14px!important}.ant-tag{font-size:11px!important;padding:0 4px!important;line-height:20px!important}.ant-btn-sm{font-size:12px!important;padding:0 8px!important}.ant-descriptions-item-label,.ant-descriptions-item-content{font-size:13px!important;padding:8px!important}.ant-pagination{font-size:12px!important}.ant-pagination-item,.ant-pagination-prev,.ant-pagination-next{min-width:28px!important;height:28px!important;line-height:28px!important}.ant-radio-wrapper,.ant-checkbox-wrapper{font-size:13px!important}}@media (max-width: 400px){.hero-title{font-size:22px!important}.hero-subtitle{font-size:14px!important}.page-title{font-size:16px!important}.entry-card{padding:14px 10px!important}.entry-card-title{font-size:14px!important}}@media (max-width: 768px) and (orientation: landscape){.mobile-tab-bar{height:48px!important}.layout-content{padding-bottom:56px!important}.layout-header .header-content{height:48px!important}}@supports (padding-bottom: env(safe-area-inset-bottom)){.mobile-tab-bar{padding-bottom:env(safe-area-inset-bottom)!important}.layout-footer{padding-bottom:calc(16px + env(safe-area-inset-bottom))!important}}@media (max-width: 768px){.ant-btn{min-height:var(--touch-min-size)}.mobile-tab-item{-webkit-tap-highlight-color:transparent;position:relative}.mobile-tab-item:active{transform:scale(.92);transition:transform .1s ease}.entry-card:active,.section-card:active,.advisor-card:active{transform:scale(.98);transition:transform .15s ease}a{-webkit-tap-highlight-color:rgba(22,119,255,.12)}.ant-input,.ant-select-selector,.ant-input-number-input{font-size:16px!important}.ant-table-wrapper:after{content:"← 左右滑动查看更多 →";display:block;text-align:center;color:#bbb;font-size:11px;margin-top:6px}.ant-modal-content{max-height:90vh;overflow-y:auto;-webkit-overflow-scrolling:touch}.ant-dropdown-menu{border-radius:10px!important;box-shadow:0 4px 20px #0000001f!important;padding:8px!important}.ant-dropdown-menu-item{padding:10px 14px!important;border-radius:6px!important}}@media (max-width: 768px){::-webkit-scrollbar{width:3px;height:3px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#0000002e;border-radius:2px}::-webkit-scrollbar-thumb:hover{background:#00000047}}
