:root{--page-bg: #f2f5f9;--card-bg: #ffffff;--card-bg-alt: #eaf0f7;--ink: #101826;--ink-2: #465166;--ink-muted: #808ea3;--border: #dde4ee;--accent: #2a78d6;--accent-soft: #e1edfb;--accent-ink: #14508f;--good: #0ca30c;--warning: #b8860b;--critical: #d03b3b;color-scheme:light}@media (prefers-color-scheme: dark){:root:not([data-theme=light]){--page-bg: #0a0e14;--card-bg: #121821;--card-bg-alt: #182029;--ink: #eef2f8;--ink-2: #a9b4c4;--ink-muted: #6d7889;--border: #232c38;--accent: #3987e5;--accent-soft: #142438;--accent-ink: #9cc4f2;--good: #0ca30c;--warning: #fab219;--critical: #e66767;color-scheme:dark}}*{box-sizing:border-box}html,body{height:100%}body{margin:0;background:var(--page-bg);color:var(--ink);font-family:-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.5}.mono{font-family:ui-monospace,Cascadia Code,SFMono-Regular,Consolas,monospace;font-variant-numeric:tabular-nums}button{font:inherit}
