:root{--primary: #5B6AF0;--primary-light: #7B88F5;--primary-dark: #3D4ED0;--accent: #FF6B6B;--accent-light: #FF8E8E;--success: #10B981;--warning: #F59E0B;--bg-base: #F0F2FF;--bg-card: rgba(255, 255, 255, .85);--bg-glass: rgba(255, 255, 255, .6);--text-primary: #1E2140;--text-secondary: #6B6D88;--shadow-sm: 0 2px 8px rgba(91, 106, 240, .08);--shadow-md: 0 8px 32px rgba(91, 106, 240, .1);--shadow-lg: 0 20px 60px rgba(91, 106, 240, .12);--radius-sm: 10px;--radius-md: 16px;--radius-lg: 24px;--transition: .3s cubic-bezier(.4, 0, .2, 1);--border-color: #f0f0f0}[data-theme=dark]{--primary: #7B88F5;--primary-light: #9BA4FF;--primary-dark: #5B6AF0;--bg-base: #0F1023;--bg-card: rgba(30, 32, 64, .85);--bg-glass: rgba(30, 32, 64, .6);--text-primary: #E0E2F0;--text-secondary: #9092A8;--shadow-sm: 0 2px 8px rgba(0, 0, 0, .3);--shadow-md: 0 8px 32px rgba(0, 0, 0, .4);--shadow-lg: 0 20px 60px rgba(0, 0, 0, .5);--border-color: rgba(255,255,255,.08)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Microsoft YaHei,Helvetica Neue,sans-serif;background:var(--bg-base);color:var(--text-primary);-webkit-font-smoothing:antialiased}#root{min-height:100vh;background:var(--bg-base)}.glass-card{background:var(--bg-card);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.6);border-radius:var(--radius-md);box-shadow:var(--shadow-md);transition:all var(--transition)}.glass-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.stat-g1{background:linear-gradient(135deg,#667eea,#764ba2)}.stat-g2{background:linear-gradient(135deg,#f093fb,#f5576c)}.stat-g3{background:linear-gradient(135deg,#4facfe,#00f2fe)}.stat-g4{background:linear-gradient(135deg,#43e97b,#38f9d7)}.stat-g5{background:linear-gradient(135deg,#fa709a,#fee140)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.page-enter{animation:fadeInUp .5s var(--transition) forwards}.stagger>*{opacity:0;animation:fadeInUp .5s var(--transition) forwards}.stagger>*:nth-child(1){animation-delay:.05s}.stagger>*:nth-child(2){animation-delay:.1s}.stagger>*:nth-child(3){animation-delay:.15s}.stagger>*:nth-child(4){animation-delay:.2s}.stagger>*:nth-child(5){animation-delay:.25s}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#c4c6e0;border-radius:3px}.ant-btn-primary{background:linear-gradient(135deg,var(--primary),var(--primary-dark));border:none;box-shadow:0 4px 14px #5b6af04d;transition:all var(--transition)}.ant-btn-primary:hover{background:linear-gradient(135deg,var(--primary-light),var(--primary));box-shadow:0 6px 20px #5b6af066;transform:translateY(-1px)}.ant-card{border-radius:var(--radius-md)!important;border:1px solid rgba(255,255,255,.8)!important;box-shadow:var(--shadow-sm)!important;transition:all var(--transition)!important;background:#ffffffe6!important;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.ant-card:hover{box-shadow:var(--shadow-md)!important}.ant-table{border-radius:var(--radius-md)!important;overflow:hidden}.ant-table-thead>tr>th{background:#5b6af00a!important;border-bottom:2px solid rgba(91,106,240,.1)!important;font-weight:600;color:var(--text-secondary)}.ant-table-tbody>tr:hover>td{background:#5b6af008!important}.ant-tag{border-radius:6px;font-weight:500}.ant-modal-content{border-radius:var(--radius-lg)!important;box-shadow:var(--shadow-lg)!important}.ant-input,.ant-input-password,.ant-select-selector{border-radius:var(--radius-sm)!important;border-color:#5b6af026!important;transition:all var(--transition)!important}.ant-input:focus,.ant-select-focused .ant-select-selector{border-color:var(--primary)!important;box-shadow:0 0 0 3px #5b6af01a!important}.ant-menu-item-selected{background:linear-gradient(135deg,#5b6af01a,#5b6af00d)!important;border-radius:var(--radius-sm)!important;margin:2px 8px!important;width:auto!important}.ant-statistic-title{color:var(--text-secondary);font-size:13px}.ant-statistic-content{font-weight:700}.sidebar-container,.header-container{background:#fff}[data-theme=dark] .sidebar-container,[data-theme=dark] .header-container{background:#1a1c2e!important}[data-theme=dark] .ant-card{background:#1e2040e6!important;border-color:#ffffff14!important}[data-theme=dark] .ant-table-thead>tr>th{background:#5b6af014!important;border-bottom-color:#ffffff0f!important}[data-theme=dark] .ant-table-tbody>tr:hover>td{background:#5b6af00f!important}[data-theme=dark] .ant-menu{background:transparent!important}[data-theme=dark] .ant-menu-item-selected{background:#5b6af026!important}[data-theme=dark] .ant-input,[data-theme=dark] .ant-input-password,[data-theme=dark] .ant-select-selector{background:#ffffff0f!important;border-color:#ffffff1a!important;color:var(--text-primary)!important}[data-theme=dark] .ant-modal-content,[data-theme=dark] .ant-popover-inner{background:#1a1c2e!important}[data-theme=dark] .ant-tag{opacity:.85}[data-theme=dark] ::-webkit-scrollbar-thumb{background:#3a3c50}@media(max-width:768px){.ant-card{border-radius:var(--radius-sm)!important}.ant-modal-content{border-radius:var(--radius-md)!important;margin:8px}.ant-statistic-title{font-size:12px}.ant-statistic-content{font-size:22px}.ant-table{font-size:12px}.ant-table-wrapper{overflow-x:auto}.ant-upload-drag{padding:16px!important}}@media(max-width:480px){.ant-statistic-content{font-size:18px}}
