:root{--bg:#05070d;--surface:#0a0e19;--card:#0e1320;--card-hover:#131b2e;--border:#172036;--text:#bcc5d6;--text-muted:#5a6a84;--text-bright:#e4e9f2;--accent:#2d7ff9;--accent-soft:#2d7ff91a;--accent-border:#2d7ff938;--red:#ef4444;--red-bg:#ef444412;--red-border:#ef44442e;--yellow:#eab308;--yellow-bg:#eab30812;--yellow-border:#eab3082e;--green:#22c55e;--green-bg:#22c55e12;--green-border:#22c55e2e;--purple:#8b5cf6;--font-base:14px}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:var(--font-base);background:var(--bg);color:var(--text);overflow:hidden}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}input:focus,button:focus,select:focus{outline:none}button{cursor:pointer;font-family:inherit}select{font-family:inherit}@keyframes slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes spin{to{transform:rotate(360deg)}}.spinner{border:2px solid var(--border);border-top-color:var(--accent);border-radius:50%;width:18px;height:18px;animation:.7s linear infinite spin;display:inline-block}@media (width<=1024px){:root{--font-base:13px}.sidebar{width:60px!important}.sidebar .nav-label,.sidebar .stats-box,.sidebar .user-box .user-details,.sidebar .logo-text{display:none!important}.main-content{padding:14px 16px!important}.summary-grid{grid-template-columns:repeat(2,1fr)!important}}@media (width<=768px){:root{--font-base:13px}.sidebar{display:none!important}.main-content{padding:12px 10px!important}.summary-grid{grid-template-columns:repeat(2,1fr)!important;gap:8px!important}.filter-row{flex-wrap:wrap!important}.diag-panel{width:100vw!important}.chat-panel{border-radius:0!important;width:100vw!important;height:100vh!important;bottom:0!important;right:0!important}}@media (width<=480px){.summary-grid{grid-template-columns:1fr!important}.login-container{flex-direction:column!important}.login-left{display:none!important}.login-right{width:100%!important}}
