@import"https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@300;400;500;600;700&display=swap";:root,[data-theme=dark]{--bg: #0a0a0a;--bg-panel: #0f0f0f;--bg-hover: #141414;--border: #252525;--text: #c8c8c8;--text-dim: #999999;--text-muted: #666666;--accent: #c8c8c8;--accent-inv: #0a0a0a;--green: #8ec58e;--yellow: #c9b458;--blue: #7ba1d4;--purple: #b48ed4;--selection-bg: #c8c8c8;--selection-fg: #0a0a0a}[data-theme=light]{--bg: #fafafa;--bg-panel: #f3f3f3;--bg-hover: #ececec;--border: #d8d8d8;--text: #1a1a1a;--text-dim: #444444;--text-muted: #6a6a6a;--accent: #1a1a1a;--accent-inv: #fafafa;--green: #3a8a3a;--yellow: #8a7520;--blue: #2a5aa0;--purple: #7a3aaa;--selection-bg: #1a1a1a;--selection-fg: #fafafa}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{height:100%;font-family:JetBrains Mono,monospace;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;font-size:15px;transition:background .2s,color .2s}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border);border-radius:2px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}::selection{background:var(--selection-bg);color:var(--selection-fg)}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}button{font-family:JetBrains Mono,monospace;cursor:pointer}input{font-family:JetBrains Mono,monospace}
