:root{--bg:#0b0d10;--surface:#15181d;--surface2:#1c2028;--border:#22262d;--text:#e8eaed;--text-2:#9aa3ad;--text-3:#5a6270;--accent:#7c8cff;--accent-dim:#7c8cff1f;--green:#4ade80;--red:#f87171;--yellow:#fbbf24;--blue:#38bdf8}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;line-height:1.6}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}pre,code{font-family:Fira Code,Cascadia Code,Menlo,monospace}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}input,textarea,select{color:var(--text);background:var(--surface2);border:1px solid var(--border);border-radius:6px;outline:none;font-family:inherit;font-size:13px}input:focus,textarea:focus,select:focus{border-color:var(--accent)}button{cursor:pointer;font-family:inherit}input[type=range]{appearance:none;cursor:pointer;background:0 0;border:none;padding:0}input[type=range]::-webkit-slider-track{background:var(--border);border-radius:2px;height:4px}input[type=range]::-webkit-slider-thumb{appearance:none;background:var(--accent);border-radius:50%;width:14px;height:14px;margin-top:-5px}
