*{box-sizing:border-box;margin:0;padding:0}:root{--bg:#0a0a0a;--bg2:#111;--bg3:#1a1a1a;--fg:#fff;--muted:#888;--border:#2a2a2a;--accent:#fff;--danger:#f44;--success:#4f8;--warning:#fc0;--font:"SpaceMono", "Courier New", monospace}html{font-size:16px}body{background:var(--bg);color:var(--fg);font-family:var(--font);min-height:100vh;line-height:1.5}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,textarea,select{font-family:inherit}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border)}::selection{background:var(--fg);color:var(--bg)}
