:root{--color-primary:#3b82f6;--color-primary-hover:#2563eb;--color-primary-light:#eff6ff;--color-dark-bg:#0f1419;--color-dark-sidebar:#1e293b;--color-dark-sidebar-hover:#334155;--color-bg-main:#f8fafc;--color-bg-card:#fff;--color-bg-hover:#f1f5f9;--color-text-primary:#1e293b;--color-text-secondary:#64748b;--color-text-light:#94a3b8;--color-text-white:#f8fafc;--color-accent-blue:#3b82f6;--color-accent-green:#10b981;--color-accent-purple:#8b5cf6;--color-accent-orange:#f59e0b;--color-accent-red:#ef4444;--color-accent-pink:#ec4899;--color-border:#e2e8f0;--color-border-light:#f1f5f9;--spacing-xs:4px;--spacing-sm:8px;--spacing-md:16px;--spacing-lg:24px;--spacing-xl:32px;--spacing-2xl:48px;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--radius-xl:16px;--radius-full:9999px;--shadow-sm:0 1px 2px #0000000d;--shadow-md:0 4px 6px -1px #0000001a, 0 2px 4px -1px #0000000f;--shadow-lg:0 10px 15px -3px #0000001a, 0 4px 6px -2px #0000000d;--shadow-xl:0 20px 25px -5px #0000001a, 0 10px 10px -5px #0000000a;--transition-fast:.15s ease;--transition-base:.2s ease;--transition-slow:.3s ease;--sider-width:220px;--sider-collapsed-width:72px;--header-height:64px}*{box-sizing:border-box;margin:0;padding:0}body{color:var(--color-text-primary);background-color:var(--color-bg-main);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:14px;line-height:1.5}#root{min-height:100vh}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.page-enter{animation:.3s forwards fadeIn}.stagger-children>*{opacity:0;animation:.4s forwards fadeIn}.stagger-children>:first-child{animation-delay:0s}.stagger-children>:nth-child(2){animation-delay:50ms}.stagger-children>:nth-child(3){animation-delay:.1s}.stagger-children>:nth-child(4){animation-delay:.15s}.stagger-children>:nth-child(5){animation-delay:.2s}.stagger-children>:nth-child(6){animation-delay:.25s}.stagger-children>:nth-child(7){animation-delay:.3s}.stagger-children>:nth-child(8){animation-delay:.35s}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--color-bg-hover)}::-webkit-scrollbar-thumb{background:var(--color-text-light);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--color-text-secondary)}a{color:var(--color-primary);transition:color var(--transition-fast);text-decoration:none}a:hover{color:var(--color-primary-hover)}::selection{background:var(--color-primary-light);color:var(--color-primary)}:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.ant-btn-primary{box-shadow:0 2px #3b82f633}.ant-btn-primary:hover{box-shadow:0 4px 8px #3b82f64d}.ant-card{border-radius:var(--radius-lg);border:1px solid var(--color-border-light)}.ant-table{border-radius:var(--radius-lg);overflow:hidden}.ant-table-thead>tr>th{font-weight:600;background:var(--color-bg-hover)!important}.ant-table-tbody>tr:hover>td{background:var(--color-bg-hover)!important}.ant-menu-dark{background:0 0!important}.ant-menu-dark .ant-menu-item-selected{background:#3b82f633!important}.ant-dropdown-menu{border-radius:var(--radius-md);box-shadow:var(--shadow-lg);border:1px solid var(--color-border-light)}
