@import "https://fonts.googleapis.com/css2?family=Syne+Mono&display=swap";
*,:before,:after{box-sizing:border-box}:root,[data-theme=dark]{--bg:#080808;--bg-elevated:#0d0d0dcc;--surface:#1a1a1a;--surface-alt:#141414;--surface-strong:#161616;--border:#2a2a2a;--border-subtle:#1e1e1e;--border-faint:#1a1a1a;--border-hover:#444;--text:#f0f0f0;--text-muted:#999;--text-soft:#aaa;--text-dim:#777;--text-faint:#555;--text-ghost:#444;--text-whisper:#666;--accent:#ff2800;--accent-light:#f53;--accent-mid:#cc2000;--accent-dark:#cc1a00;--accent-soft-bg:#ff28001f;--accent-glow-soft:#ff280066;--accent-glow:#ff280080;--accent-glow-strong:#ff280099;--on-accent:#fff;--scrollbar-track:#0d0d0d;--scrollbar-thumb:#2a2a2a;--disclaimer-bg:#120000b3;--disclaimer-border:#3a0000;--disclaimer-text:#886060;--dot-free-bg:#333;--dot-free-border:#444;--modal-backdrop:#000000a6;--shadow-strong:#0009;--pill-bg:#282828d9;--pill-border:#50505099;--pill-text:#ffffffe6;--ascii-blend:lighten;--ascii-opacity:.5;--ascii-opacity-compact:.15;--ascii-filter:none}[data-theme=light]{--bg:#f7f5f1;--bg-elevated:#ffffffd9;--surface:#fff;--surface-alt:#f2f0eb;--surface-strong:#fff;--border:#e3ded5;--border-subtle:#ebe6dd;--border-faint:#efeae1;--border-hover:#c9c1b3;--text:#201d18;--text-muted:#6d6559;--text-soft:#79705f;--text-dim:#8a8175;--text-faint:#a49b8d;--text-ghost:#bcb3a5;--text-whisper:#857c6f;--accent:#d9270a;--accent-light:#f53;--accent-mid:#b31c00;--accent-dark:#a81400;--accent-soft-bg:#d9270a14;--accent-glow-soft:#d9270a2e;--accent-glow:#d9270a38;--accent-glow-strong:#d9270a47;--on-accent:#fff;--scrollbar-track:#efeae1;--scrollbar-thumb:#d6cfc0;--disclaimer-bg:#fdeeea;--disclaimer-border:#f2c6b8;--disclaimer-text:#a3402a;--dot-free-bg:#e7e1d5;--dot-free-border:#d6cfc0;--modal-backdrop:#140f0a59;--shadow-strong:#3c2d1e33;--pill-bg:#ffffffd9;--pill-border:#00000014;--pill-text:var(--text);--ascii-blend:multiply;--ascii-opacity:.35;--ascii-opacity-compact:.12;--ascii-filter:invert(1)}[data-mantine-color-scheme]{--mantine-color-body:var(--bg)!important}html,body{width:100%;max-width:100%;height:100%;color:var(--text);margin:0;padding:0;font-family:Syne Mono,Consolas,monospace;transition:background .2s,color .2s;overflow-x:hidden;background:var(--bg)!important}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:var(--scrollbar-track)}::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:2px}::-webkit-scrollbar-thumb:hover{background:var(--accent)}
