:root{--bg-page: #f5f6f8;--bg-card: #ffffff;--bg-hover: #f0f2f5;--border: #e8eaed;--border-light: #f0f1f3;--accent: #2f6fed;--text-primary: #1a1a2e;--text-secondary: #6b7280;--text-muted: #9ca3af;--green: #16a34a;--orange: #d97706;--red: #dc2626}*{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif;background:var(--bg-page);color:var(--text-primary);overflow:hidden}#root{width:100vw;height:100vh;overflow:hidden}.ant-layout{background:var(--bg-page)!important}.ant-layout-sider{background:#fff!important;border-right:1px solid var(--border)!important;box-shadow:1px 0 #00000005}.sidebar-logo{height:56px;display:flex;align-items:center;justify-content:center;border-bottom:1px solid var(--border-light)}.sidebar-logo-text{font-weight:700!important;color:var(--text-primary)!important;letter-spacing:.5px;white-space:nowrap}.ant-menu{background:transparent!important;border-right:none!important;padding:8px}.ant-menu-item{margin:2px 0!important;border-radius:6px!important;color:var(--text-secondary)!important;transition:all .2s ease!important}.ant-menu-item:hover{color:var(--accent)!important;background:var(--bg-hover)!important}.ant-menu-item-selected{background:var(--accent)!important;color:#fff!important}.ant-menu-item-selected .anticon{color:#fff!important}.ant-layout-sider-trigger{background:#fafbfc!important;border-top:1px solid var(--border-light)!important;color:var(--text-secondary)!important}.ant-layout-header{background:#fff!important;border-bottom:1px solid var(--border)!important;display:flex;align-items:center;padding:0 24px!important;height:56px!important;line-height:56px!important}.header-title{font-weight:600!important;color:var(--text-primary)!important;font-size:16px!important}.ant-layout-content{padding:20px!important;overflow-y:auto!important;overflow-x:hidden}.ant-card{background:var(--bg-card)!important;border:1px solid var(--border-light)!important;border-radius:8px!important;box-shadow:0 1px 2px #00000008!important;transition:all .2s ease!important;color:var(--text-primary)!important}.ant-card:hover{box-shadow:0 2px 8px #0000000f!important}.ant-card-head{border-bottom:1px solid var(--border-light)!important;color:var(--text-primary)!important;min-height:44px!important;padding:0 16px!important}.ant-card-head-title{color:var(--text-primary)!important;font-weight:600!important;font-size:14px!important}.ant-card-body{padding:16px!important}.ant-card-extra{color:var(--text-secondary)!important}.stat-card{background:var(--bg-card)!important;border:1px solid var(--border-light)!important;border-radius:8px!important;transition:all .2s ease;height:100%}.stat-card:hover{box-shadow:0 2px 8px #0000000f!important}.stat-card .ant-statistic-title{color:var(--text-secondary)!important;font-size:13px!important;margin-bottom:4px!important}.stat-card .ant-statistic-content{color:var(--text-primary)!important;font-weight:600!important;font-size:22px!important}.ant-table{background:transparent!important;color:var(--text-primary)!important}.ant-table-thead>tr>th{background:#fafbfc!important;color:var(--text-secondary)!important;font-weight:600!important;font-size:13px!important;border-bottom:1px solid var(--border)!important;padding:10px 12px!important}.ant-table-thead>tr>th:before{display:none!important}.ant-table-tbody>tr>td{background:transparent!important;color:var(--text-primary)!important;border-bottom:1px solid var(--border-light)!important;padding:10px 12px!important}.ant-table-tbody>tr:hover>td{background:var(--bg-hover)!important}.ant-table-wrapper{border-radius:8px}.ant-pagination{margin:12px 0!important}.ant-pagination .ant-pagination-item{border-radius:6px!important}.ant-pagination .ant-pagination-item-active{background:var(--accent)!important;border-color:var(--accent)!important}.ant-pagination .ant-pagination-item-active a{color:#fff!important}.ant-btn-primary{font-weight:500!important}.ant-btn-link{color:var(--accent)!important}.ant-input,.ant-input-affix-wrapper,.ant-input-number,.ant-picker{border-radius:6px!important}.ant-input:focus,.ant-input-affix-wrapper-focused,.ant-input-number-focused,.ant-picker-focused{border-color:var(--accent)!important;box-shadow:0 0 0 2px #2f6fed1a!important}.ant-select-focused .ant-select-selector{border-color:var(--accent)!important;box-shadow:0 0 0 2px #2f6fed1a!important}.ant-drawer-content{background:var(--bg-card)!important}.ant-drawer-header{border-bottom:1px solid var(--border-light)!important}.ant-drawer-title{color:var(--text-primary)!important;font-weight:600!important}.ant-form-item-label>label{color:var(--text-secondary)!important;font-weight:500!important;font-size:13px!important}.ant-tag{border-radius:4px!important;font-size:12px!important;padding:1px 8px!important}.ant-statistic-title{color:var(--text-secondary)!important;font-size:13px!important}.ant-statistic-content{color:var(--text-primary)!important;font-weight:600!important}.amount-positive{color:var(--green)!important;font-weight:500}.amount-negative{color:var(--red)!important;font-weight:500}.amount-cyan{color:var(--accent)!important;font-weight:500}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#9ca3af}.page-container{animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.ant-empty-description{color:var(--text-muted)!important}.ant-descriptions-item-label,.ant-descriptions-item-content{color:var(--text-secondary)!important}.ant-typography a,a{color:var(--accent)!important}
