:root{--bg: #f6f7f9;--surface: #ffffff;--surface-2: #f0f2f5;--border: #dfe3e8;--text: #16191d;--text-muted: #5b6572;--accent: #1d4ed8;--accent-contrast: #ffffff;--positive: #0f7b3d;--warning: #a35a00;--danger: #b3261e;--radius: 10px;--shadow: 0 1px 2px rgb(16 24 40 / 6%), 0 1px 3px rgb(16 24 40 / 10%);color-scheme:light}@media(prefers-color-scheme:dark){:root:not([data-theme=light]){--bg: #101317;--surface: #181c22;--surface-2: #212730;--border: #2c333d;--text: #e9edf2;--text-muted: #98a3b3;--accent: #7aa2ff;--accent-contrast: #0b1020;--positive: #4ade80;--warning: #fbbf24;--danger: #f87171;color-scheme:dark}}:root[data-theme=dark]{--bg: #101317;--surface: #181c22;--surface-2: #212730;--border: #2c333d;--text: #e9edf2;--text-muted: #98a3b3;--accent: #7aa2ff;--accent-contrast: #0b1020;--positive: #4ade80;--warning: #fbbf24;--danger: #f87171;color-scheme:dark}*{box-sizing:border-box}html,body{margin:0;padding:0;min-height:100%}body{background:var(--bg);color:var(--text);font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:15px;line-height:1.5;-webkit-font-smoothing:antialiased}h1,h2,h3{margin:0 0 .5rem;line-height:1.25;font-weight:600}a{color:var(--accent)}button{font:inherit;cursor:pointer}.numeric{font-variant-numeric:tabular-nums;text-align:right}.muted{color:var(--text-muted)}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:1rem 1.25rem}.btn{border:1px solid var(--border);background:var(--surface);color:var(--text);border-radius:8px;padding:.5rem .9rem;font-weight:500}.btn:hover{background:var(--surface-2)}.btn-primary{background:var(--accent);border-color:var(--accent);color:var(--accent-contrast)}.btn-primary:hover{filter:brightness(1.08)}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.scroll-x{overflow-x:auto}
