:root{--bg: #0a0a0a;--surface: #111111;--border: #1f1f1f;--border-lg: #2a2a2a;--text: #e8e8e8;--muted: #555;--dim: #333;--accent: #ff3b3b;--hot: #ff3b3b;--warm: #f5a623;--cold: #4a9eff;--mono: "IBM Plex Mono", monospace;--sans: "IBM Plex Sans", sans-serif}[data-theme=light]{--bg: #f5f5f5;--surface: #ffffff;--border: #e0e0e0;--border-lg: #d0d0d0;--text: #111111;--muted: #888888;--dim: #cccccc;--accent: #ff3b3b;--hot: #ff3b3b;--warm: #d4870a;--cold: #1a7fe0}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg);color:var(--text);font-family:var(--sans);font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased;transition:background .2s,color .2s}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:var(--sans)}input{font-family:var(--sans)}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--dim);border-radius:2px}
