@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&family=Inter:wght@300;400;500;600;700&display=swap");:root{--bg:#f3f4f6;--bg-surface:#fff;--primary:#2563eb;--accent:#0891b2;--secondary:#7c3aed;--success:#16a34a;--warning:#d97706;--danger:#dc2626;--text:#000;--text-muted:#4b5563;--border:#d1d5db;--border-strong:#9ca3af;--card-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);--card-shadow-hover:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);--font-primary:"Outfit",sans-serif;--font-secondary:"Inter",sans-serif}*{box-sizing:border-box}body,html{margin:0;padding:0;height:100%;background:var(--bg);font-family:var(--font-primary);-webkit-font-smoothing:antialiased}.glass-card,.light-card,body,h1,h2,h3,h4,h5,h6,html{color:var(--text)!important}.glass-card,.light-card{background:#fff!important;border:1px solid var(--border)!important;border-radius:12px;box-shadow:var(--card-shadow);transition:all .2s ease}.glass-card:hover,.light-card:hover{box-shadow:var(--card-shadow-hover);transform:translateY(-2px)}.ant-layout{background:#f9fafb!important;font-family:var(--font-primary)!important;color:var(--text)!important}.ant-layout-sider{background:#111827!important;border-right:none!important}.ant-layout-sider .ant-menu{background:transparent!important}.ant-layout-sider .ant-menu,.ant-layout-sider .ant-menu-item,.ant-layout-sider .ant-menu-submenu-title{color:hsla(0,0%,100%,.75)!important}.ant-layout-sider .ant-menu-item:hover,.ant-layout-sider .ant-menu-submenu-title:hover{color:#fff!important;background:hsla(0,0%,100%,.08)!important}.ant-layout-sider .ant-menu-item-selected{background:hsla(79,94%,74%,.15)!important;color:#d3fb7f!important}.ant-layout-sider .ant-menu-item-selected .ant-menu-item-icon,.ant-layout-sider .ant-menu-item-selected span{color:#d3fb7f!important}.ant-layout-sider .ant-menu-sub{background:rgba(0,0,0,.2)!important}.ant-layout-header{background:#fff!important;border-bottom:1px solid var(--border)!important}.ant-table,.ant-typography{color:var(--text)!important}.ant-table{background:#fff!important}.ant-table-thead>tr>th{background:#f3f4f6!important;color:#111827!important;font-weight:800!important;border-bottom:2px solid var(--border)!important}.ant-table-tbody>tr>td{border-bottom:1px solid #f3f4f6!important;color:#000!important}.ant-table-tbody>tr:hover>td{background:#eff6ff!important}.ant-statistic-title{color:var(--text-muted)!important;font-weight:700!important;font-size:13px!important}.ant-statistic-content{color:#000!important;font-weight:900!important}.ant-tabs-tab{color:var(--text-muted)!important;font-weight:600!important}.ant-tabs-tab-active .ant-tabs-tab-btn{color:var(--primary)!important;font-weight:900!important}.arctic-tabs .ant-tabs-tab{color:#4b5563!important}.arctic-tabs .ant-tabs-tab-active .ant-tabs-tab-btn,[style*="color: #fff"],[style*="color: rgb(255, 255, 255)"],[style*="color:#fff"]{color:#000!important}[style*="color: rgba(255, 255, 255, 0.45)"]{color:#4b5563!important}.accent-high{color:#2563eb!important}.accent-success{color:#059669!important}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#888;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#555}