@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";*{box-sizing:border-box;margin:0;padding:0}:root,.dark{--bg: #070910;--surface: #111318;--surface2: #181b22;--border: #1e2230;--text: #e8eaf0;--text2: #9aa0b8;--muted: #636880;--green: #22c97a;--red: #f05252;--red-bg: rgba(240,82,82,.08);--amber: #f5a623;--blue: #4a9eff;--blue-bg: rgba(74,158,255,.1);--purple: #a78bfa;--teal: #2dd4bf;--violet: #7c3aed;--violet-bg:rgba(124,58,237,.12)}.light{--bg: #f4f5f7;--surface: #ffffff;--surface2: #f0f1f5;--border: #e2e4ec;--text: #111827;--text2: #4b5563;--muted: #9ca3af;--green: #16a34a;--red: #dc2626;--red-bg: rgba(220,38,38,.06);--amber: #d97706;--blue: #2563eb;--blue-bg: rgba(37,99,235,.08);--purple: #7c3aed;--teal: #0891b2;--violet: #7c3aed;--violet-bg:rgba(124,58,237,.08)}html,body,#root{height:100%;font-family:Inter,system-ui,-apple-system,sans-serif;background:var(--bg);color:var(--text);font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--muted)}input,select,textarea{background:var(--surface2);color:var(--text);border:1px solid var(--border);font-family:inherit}input::-moz-placeholder,textarea::-moz-placeholder{color:var(--muted)}input::placeholder,textarea::placeholder{color:var(--muted)}select option{background:var(--surface);color:var(--text)}button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid var(--violet);outline-offset:2px}@media (max-width: 768px){.sp-sidebar-desktop{display:none!important}.sp-mobile-menu-btn{display:flex!important}}@media (max-width: 640px){.sp-main-content{padding:12px 14px 40px!important}.sp-grid-2{grid-template-columns:1fr!important}.sp-grid-auto{grid-template-columns:1fr 1fr!important}.sp-hide-mobile{display:none!important}.metrics-grid-2{grid-template-columns:1fr!important}}@media (max-width: 400px){.sp-grid-auto{grid-template-columns:1fr!important}}
