*,*: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);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);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}}
