:root{color-scheme:dark;--bg:#0a0d11;--surface:#11161c;--surface-2:#161c24;--border:#1f2731;--text:#e6ebf2;--text-dim:#8d99a6;--accent:#4dabf7;--green:#51cf66;--orange:#ffa94d;--red:#ff6b6b;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}*{box-sizing:border-box;margin:0;padding:0}body,html{background:var(--bg);color:var(--text);min-height:100vh}a{color:inherit;text-decoration:none}button{font:inherit}code,pre{font-family:ui-monospace,JetBrains Mono,Menlo,Consolas,monospace}