*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #F9FAFB;--surface: #FFFFFF;--surface-2: #F3F4F6;--border: #E5E7EB;--border-strong: #D1D5DB;--text: #111827;--text-2: #374151;--text-muted: #6B7280;--text-faint: #9CA3AF;--shadow: rgba(16, 24, 40, .06);--green-strong: #065F46;--amber-strong: #92400E;--accent: #16A34A;--accent-strong: #15803D;--accent-soft: rgba(22, 163, 74, .12);--accent-line: rgba(22, 163, 74, .28);--grid-line: rgba(16, 24, 40, .075);--chip-green-bg: #D1FAE5;--chip-green-fg: #065F46;--chip-green-line: #6EE7B7;--chip-amber-bg: #FEF3C7;--chip-amber-fg: #92400E;--chip-amber-line: #FCD34D;--chip-red-bg: #FEE2E2;--chip-red-fg: #991B1B;--chip-red-line: #FCA5A5;--chip-blue-bg: #DBEAFE;--chip-blue-fg: #1E40AF;--chip-blue-line: #93C5FD;--chip-violet-bg:#EDE9FE;--chip-violet-fg:#5B21B6;--chip-violet-line:#C4B5FD;color-scheme:light}[data-theme=dark]{--bg: #0D1117;--surface: #161B22;--surface-2: #1C2230;--border: #2A313C;--border-strong: #3A424F;--text: #E6EDF3;--text-2: #C4CDD7;--text-muted: #9AA5B1;--text-faint: #6E7A86;--shadow: rgba(0, 0, 0, .45);--green-strong: #34D399;--amber-strong: #FBBF24;--accent: #2EA043;--accent-strong: #3FB950;--accent-soft: rgba(46, 160, 67, .16);--accent-line: rgba(63, 185, 80, .34);--grid-line: rgba(255, 255, 255, .05);--chip-green-bg: rgba(52, 211, 153, .15);--chip-green-fg: #6EE7B7;--chip-green-line: rgba(52, 211, 153, .38);--chip-amber-bg: rgba(251, 191, 36, .15);--chip-amber-fg: #FCD34D;--chip-amber-line: rgba(251, 191, 36, .38);--chip-red-bg: rgba(248, 113, 113, .15);--chip-red-fg: #FCA5A5;--chip-red-line: rgba(248, 113, 113, .38);--chip-blue-bg: rgba(96, 165, 250, .15);--chip-blue-fg: #93C5FD;--chip-blue-line: rgba(96, 165, 250, .38);--chip-violet-bg:rgba(167, 139, 250, .15);--chip-violet-fg:#C4B5FD;--chip-violet-line:rgba(167, 139, 250, .38);color-scheme:dark}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased}button{cursor:pointer;font-family:inherit}input,select{font-family:inherit}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border-strong);border-radius:3px}.app-grid{background-color:var(--bg);background-image:linear-gradient(var(--grid-line) 1px,transparent 1px),linear-gradient(90deg,var(--grid-line) 1px,transparent 1px);background-size:32px 32px;background-position:-1px -1px}.dash-charts{grid-template-columns:1.5fr 1fr}@media (max-width: 900px){.dash-charts{grid-template-columns:1fr}}
