:root{--bg:#0a0a0a;--fg:#ededed;--muted:#888;--border:#222;--accent:#0070f3;--danger:#e00;--success:#0a0;--card-bg:#111}*{margin:0;padding:0;box-sizing:border-box}body,html{background:var(--bg);color:var(--fg);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}