*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #0f1117;--surface: #1a1d27;--surface2: #222537;--surface3: #2a2d3e;--border: #2e3147;--border2: #3d4160;--text: #e8eaf0;--text2: #b0b4cc;--muted: #8b90a8;--accent: #6c8bef;--accent-dim: #3d4f8a;--accent-hover: #7c9bf2;--green: #4ade80;--green-dim: #1a3a28;--amber: #fbbf24;--amber-dim: #3a2e10;--red: #f87171;--red-dim: #3a1a1a;--mono: "JetBrains Mono", "Fira Code", monospace;--radius: 8px;--radius-lg: 12px;--shadow: 0 4px 24px rgba(0,0,0,.4)}html,body,#root{height:100%;background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased}input,select,textarea{font-family:inherit;font-size:14px;background:var(--surface2);color:var(--text);border:1px solid var(--border);border-radius:var(--radius);padding:.5rem .75rem;outline:none;transition:border-color .15s;width:100%}input:focus,select:focus,textarea:focus{border-color:var(--accent)}input::placeholder{color:var(--muted)}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border2);border-radius:3px}@keyframes spin{to{transform:rotate(360deg)}}
