:root{--background:#fff;--foreground:#171717;--panel:#f7f8fa;--panel2:#eef1f5;--line:#e2e6ec;--text:#171717;--muted:#5b6573;--accent:#1d4ed8;--on-accent:#fff;--accent2:#047857;--on-accent2:#fff;--warn:#8a5200;--bad:#b91c1c;--on-bad:#fff;--btn-primary-bg:var(--accent);--btn-primary-fg:var(--on-accent);--btn-ghost-bg:color-mix(in srgb, var(--text) 14%, var(--panel2));--btn-ghost-border:var(--line);--btn-ghost-fg:var(--text);--btn-quiet-fg:var(--muted);--status-live:var(--accent2);--on-status-live:var(--on-accent2);--danger:var(--bad);--on-danger:var(--on-bad);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}:root[data-theme=dark]{--background:#0b0d10;--foreground:#e7ecf2;--panel:#14181d;--panel2:#1b2026;--line:#272d35;--text:#e7ecf2;--muted:#93a0b0;--accent:#5b8cff;--on-accent:#07142e;--accent2:#3ad29f;--on-accent2:#06281d;--warn:#ffb454;--bad:#ff6b6b;--on-bad:#0b0d10;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}@media (prefers-color-scheme:dark){:root:not([data-theme=light]):not([data-theme=dark]){--background:#0b0d10;--foreground:#e7ecf2;--panel:#14181d;--panel2:#1b2026;--line:#272d35;--text:#e7ecf2;--muted:#93a0b0;--accent:#5b8cff;--on-accent:#07142e;--accent2:#3ad29f;--on-accent2:#06281d;--warn:#ffb454;--bad:#ff6b6b;--on-bad:#0b0d10;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}}html{height:100%}html,body{max-width:100vw;overflow-x:hidden}body{min-height:100%;color:var(--foreground);background:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;flex-direction:column;font-family:Arial,Helvetica,sans-serif;display:flex}*{box-sizing:border-box}
