:root{--bg:#0f0f10;--surface:#1a1a1c;--border:#2a2a2c;--text:#e6e6e6;--muted:#888;--accent:#46d369;--warning:#ffb84d;--error:#ef5350;--radius:8px}*{box-sizing:border-box}body,html{margin:0;padding:0}body{background:var(--bg);color:var(--text);font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.5;-webkit-font-smoothing:antialiased}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}.mono,code{font-family:ui-monospace,SF Mono,Menlo,Consolas,monospace}button{font:inherit}