@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";:root{--bg-base:#0a0e17;--bg-card:#131a2b;--bg-elevated:#1e2a42;--primary:#22d3ee;--primary-dark:#0ea5e9;--primary-glow:#22d3ee26;--green:#10b981;--red:#ef4444;--orange:#f59e0b;--purple:#8b5cf6;--text-primary:#e2e8f0;--text-secondary:#64748b;--text-muted:#475569;--border:#1e2a42;--sidebar-width:240px;--topbar-height:64px}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}body{background-color:var(--bg-base);color:var(--text-primary);-webkit-font-smoothing:antialiased;font-family:Inter,system-ui,sans-serif;line-height:1.5}a{color:inherit;text-decoration:none}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg-base)}::-webkit-scrollbar-thumb{background:var(--bg-elevated);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#2d3a52}.app-layout{height:100vh}.page-body{height:calc(100vh - var(--topbar-height));padding:28px;overflow-y:auto}.login-page{background:var(--bg-base);background-image:radial-gradient(at 50% 0,#22d3ee14 0%,#0000 60%);justify-content:center;align-items:center;min-height:100vh;display:flex}.image-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:16px;display:grid}.logo-placeholder{background:var(--bg-elevated);border:1px solid var(--border);width:32px;height:32px;color:var(--text-secondary);border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;font-size:10px;font-weight:700;display:flex}.company-cell{align-items:center;gap:10px;display:flex}.spin{animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.ant-layout{background:var(--bg-base)!important}.ant-layout-sider{background:var(--bg-card)!important;border-right:1px solid var(--border)!important}.ant-menu-dark{background:var(--bg-card)!important}.ant-layout-header{border-bottom:1px solid var(--border)!important;line-height:var(--topbar-height)!important;height:var(--topbar-height)!important}@media (width<=768px){.page-body{padding:16px}}
