@import "https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,400&family=JetBrains+Mono:wght@400;500&display=swap";:root,[data-theme=light]{--bg-base:#f8f6f3;--bg-elevated:#fff;--bg-sunken:#f0ede8;--bg-sidebar:#1a1a2e;--bg-sidebar-hover:#f5a6231f;--bg-sidebar-active:#f5a62333;--text-primary:#1a1a2e;--text-secondary:#6b6b80;--text-tertiary:#9b9bab;--text-sidebar:#ffffffbf;--text-sidebar-active:#f5a623;--border-base:#e8e5df;--border-light:#f0ede8;--accent:#f5a623;--accent-soft:#f5a6231a;--accent-hover:#e69516;--shadow-sm:0 1px 3px #1a1a2e0f;--shadow-md:0 4px 16px #1a1a2e14;--shadow-lg:0 8px 32px #1a1a2e1a;--shadow-card:0 1px 2px #1a1a2e0a, 0 4px 12px #1a1a2e0f;--gradient-stat-1:linear-gradient(135deg, #667eea 0%, #764ba2 100%);--gradient-stat-2:linear-gradient(135deg, #f5a623 0%, #f76b1c 100%);--gradient-stat-3:linear-gradient(135deg, #43e97b 0%, #38f9d7 100%);--gradient-stat-4:linear-gradient(135deg, #fa709a 0%, #fee140 100%);--scrollbar-thumb:#d4d0ca;--scrollbar-track:transparent}[data-theme=dark]{--bg-base:#0f0f1a;--bg-elevated:#1a1a2e;--bg-sunken:#0a0a14;--bg-sidebar:#0d0d1a;--bg-sidebar-hover:#f5a62314;--bg-sidebar-active:#f5a62326;--text-primary:#e8e6e3;--text-secondary:#9b9bab;--text-tertiary:#6b6b80;--text-sidebar:#fff9;--text-sidebar-active:#f5a623;--border-base:#2a2a40;--border-light:#1f1f35;--accent:#f5a623;--accent-soft:#f5a6231f;--accent-hover:#fbb544;--shadow-sm:0 1px 3px #0000004d;--shadow-md:0 4px 16px #0006;--shadow-lg:0 8px 32px #00000080;--shadow-card:0 1px 2px #0003, 0 4px 12px #00000040;--gradient-stat-1:linear-gradient(135deg, #667eea 0%, #764ba2 100%);--gradient-stat-2:linear-gradient(135deg, #f5a623 0%, #f76b1c 100%);--gradient-stat-3:linear-gradient(135deg, #43e97b 0%, #38f9d7 100%);--gradient-stat-4:linear-gradient(135deg, #fa709a 0%, #fee140 100%);--scrollbar-thumb:#2a2a40;--scrollbar-track:transparent}*,:before,:after{box-sizing:border-box}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--bg-base);color:var(--text-primary);margin:0;padding:0;font-family:DM Sans,-apple-system,BlinkMacSystemFont,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;transition:background-color .3s,color .3s}#root{height:100vh}code,pre,.ant-typography code{font-family:JetBrains Mono,SFMono-Regular,Consolas,monospace}.ant-layout,.ant-layout-sider,.ant-layout-header,.ant-card,.ant-table,.ant-modal-content,.ant-dropdown-menu,.ant-pro-layout,.ant-pro-sider{transition:background-color .3s,border-color .3s,box-shadow .3s!important}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--scrollbar-track)}::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--accent)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes pulse-glow{0%,to{box-shadow:0 0 #f5a62333}50%{box-shadow:0 0 0 8px #f5a62300}}.animate-fade-in-up{animation:.4s ease-out both fadeInUp}.animate-fade-in{animation:.3s ease-out both fadeIn}.ant-pro-sider{background:var(--bg-sidebar)!important;border-right:1px solid #ffffff0f!important}.ant-pro-sider .ant-layout-sider-children{background:var(--bg-sidebar)!important}.ant-pro-sider .ant-menu{background:0 0!important}.ant-pro-sider .ant-menu-item{color:var(--text-sidebar)!important;border-radius:8px!important;margin:2px 8px!important;transition:all .2s!important}.ant-pro-sider .ant-menu-item:hover{background:var(--bg-sidebar-hover)!important;color:var(--text-sidebar-active)!important}.ant-pro-sider .ant-menu-item-selected{font-weight:500;background:var(--bg-sidebar-active)!important;color:var(--text-sidebar-active)!important}.ant-pro-sider .ant-menu-item-selected:after{display:none!important}.ant-pro-sider-logo{border-bottom:1px solid #ffffff0f!important;padding:16px!important}.ant-pro-sider-logo h1{letter-spacing:.5px;color:#fff!important;font-size:16px!important;font-weight:600!important}.ant-pro-layout .ant-pro-layout-header{-webkit-backdrop-filter:blur(12px)}[data-theme=light] .ant-pro-layout .ant-pro-layout-header{border-bottom:1px solid var(--border-base);background:#f8f6f3d9!important}[data-theme=dark] .ant-pro-layout .ant-pro-layout-header{border-bottom:1px solid var(--border-base);background:#0f0f1ad9!important}.ant-pro-layout .ant-layout-content,.ant-pro-layout .ant-pro-layout-content{background:var(--bg-base)!important}.ant-card{overflow:hidden;border:1px solid var(--border-base)!important;box-shadow:var(--shadow-card)!important;border-radius:12px!important}[data-theme=dark] .ant-card,[data-theme=light] .ant-card{background:var(--bg-elevated)!important}.ant-card-head{border-bottom-color:var(--border-light)!important;font-weight:600!important}.ant-card-head-title{color:var(--text-primary)!important}.ant-pro-table .ant-card{border-radius:12px!important}.ant-table-thead>tr>th,.ant-table-thead>tr>td{text-transform:uppercase;letter-spacing:.3px;font-size:13px!important;font-weight:600!important}[data-theme=dark] .ant-table{background:0 0!important}[data-theme=dark] .ant-table-thead>tr>th{border-bottom-color:var(--border-base)!important;background:#ffffff08!important}[data-theme=dark] .ant-table-tbody>tr>td{border-bottom-color:var(--border-light)!important}[data-theme=dark] .ant-table-tbody>tr:hover>td{background:#f5a6230a!important}.ant-tag{border-radius:6px!important;padding:1px 8px!important;font-size:12px!important;font-weight:500!important}.ant-btn-primary{font-weight:500!important}[data-theme=dark] .ant-modal-content,[data-theme=dark] .ant-modal-header{background:var(--bg-elevated)!important}[data-theme=dark] .ant-popover-inner,[data-theme=dark] .ant-dropdown-menu{border:1px solid var(--border-base);background:var(--bg-elevated)!important}.ant-pro-table-search{border-radius:12px!important;margin-bottom:16px!important}[data-theme=dark] .ant-pro-table-search{background:var(--bg-elevated)!important;border:1px solid var(--border-base)!important}.stat-card{cursor:default;position:relative;overflow:hidden;border:none!important;border-radius:14px!important;transition:transform .25s,box-shadow .25s!important}.stat-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg)!important}.stat-card .stat-icon{color:#ffffffe6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff26;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;font-size:20px;display:flex;position:absolute;top:16px;right:16px}.stat-card .stat-value{letter-spacing:-.5px;color:#fff;margin-bottom:6px;font-size:32px;font-weight:700;line-height:1}.stat-card .stat-label{color:#ffffffbf;letter-spacing:.2px;font-size:13px;font-weight:500}.theme-toggle{border:1px solid var(--border-base);background:var(--bg-elevated);cursor:pointer;width:36px;height:36px;color:var(--text-secondary);border-radius:10px;justify-content:center;align-items:center;font-size:16px;transition:all .25s;display:flex}.theme-toggle:hover{border-color:var(--accent);color:var(--accent);background:var(--accent-soft)}.page-content{padding:0;animation:.35s ease-out both fadeInUp}.page-header{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.page-title{letter-spacing:-.3px;color:var(--text-primary);margin:0;font-size:22px;font-weight:700}.page-subtitle{color:var(--text-tertiary);margin-top:4px;font-size:14px}[data-theme=light] .ant-select-dropdown{background:#fff!important}[data-theme=light] .ant-select-dropdown .ant-select-item-option-active,[data-theme=light] .ant-select-dropdown .ant-select-item-option-selected{background:var(--accent-soft)!important;color:var(--text-primary)!important}[data-theme=light] .ant-select-dropdown .ant-select-item{color:var(--text-primary)!important}[data-theme=dark] .ant-select-dropdown{border:1px solid var(--border-base);background:var(--bg-elevated)!important}[data-theme=dark] .ant-select-dropdown .ant-select-item{color:var(--text-primary)!important}[data-theme=dark] .ant-select-dropdown .ant-select-item-option-active,[data-theme=dark] .ant-select-dropdown .ant-select-item-option-selected{background:var(--accent-soft)!important;color:var(--text-primary)!important}[data-theme=light] .ant-picker-dropdown{background:#fff!important}[data-theme=dark] .ant-picker-dropdown{background:var(--bg-elevated)!important}[data-theme=light] .ant-popover-inner{background:#fff!important}[data-theme=light] .ant-popover .ant-popconfirm-message-title,[data-theme=light] .ant-popover .ant-popconfirm-description{color:var(--text-primary)!important}[data-theme=light] .ant-alert-info{color:#1a1a2e!important;background:#e6f4ff!important;border-color:#91caff!important}[data-theme=light] .ant-alert-info .ant-alert-message{color:#1a1a2e!important}[data-theme=light] .ant-alert-success{color:#1a1a2e!important;background:#f6ffed!important;border-color:#b7eb8f!important}[data-theme=light] .ant-alert-success .ant-alert-message{color:#1a1a2e!important}[data-theme=light] .ant-alert-warning{color:#1a1a2e!important;background:#fffbe6!important;border-color:#ffe58f!important}[data-theme=light] .ant-alert-warning .ant-alert-message{color:#1a1a2e!important}[data-theme=light] .ant-alert-error{color:#1a1a2e!important;background:#fff2f0!important;border-color:#ffccc7!important}[data-theme=light] .ant-alert-error .ant-alert-message{color:#1a1a2e!important}[data-theme=dark] .ant-alert-info{color:#e8e6e3!important;background:#1677ff1a!important;border-color:#1677ff33!important}[data-theme=dark] .ant-alert-info .ant-alert-message{color:#e8e6e3!important}[data-theme=dark] .ant-alert-success{color:#e8e6e3!important;background:#52c41a1a!important;border-color:#52c41a33!important}[data-theme=dark] .ant-alert-success .ant-alert-message{color:#e8e6e3!important}[data-theme=dark] .ant-alert-warning{color:#e8e6e3!important;background:#faad141a!important;border-color:#faad1433!important}[data-theme=dark] .ant-alert-warning .ant-alert-message{color:#e8e6e3!important}[data-theme=dark] .ant-alert-error{color:#e8e6e3!important;background:#ff4d4f1a!important;border-color:#ff4d4f33!important}[data-theme=dark] .ant-alert-error .ant-alert-message{color:#e8e6e3!important}.ant-card-type-inner .ant-card-head{font-size:14px!important}.tag-purpose{border:none!important;border-radius:6px!important;font-size:12px!important;font-weight:500!important}[data-theme=light] .tag-purpose-blue{color:#3d5a80!important;background:#3d5a801a!important}[data-theme=light] .tag-purpose-purple{color:#5a6acf!important;background:#667eea1a!important}[data-theme=light] .tag-purpose-orange{color:#c47d10!important;background:#f5a6231f!important}[data-theme=light] .tag-purpose{color:var(--text-secondary)!important;background:#0000000d!important}[data-theme=dark] .tag-purpose-blue{color:#8eabc8!important;background:#3d5a8040!important}[data-theme=dark] .tag-purpose-purple{color:#a0b0f0!important;background:#667eea33!important}[data-theme=dark] .tag-purpose-orange{color:#f5a623!important;background:#f5a62333!important}[data-theme=dark] .tag-purpose{color:var(--text-secondary)!important;background:#ffffff14!important}
