:root{--bg:#0e0e0e;--surface:#161616;--border:#2a2a2a;--border-gold:#3a2f14;--text:#eaeaea;--text-muted:#8a8a8a;--text-disabled:#555;--gold:#e8c44a;--red:#d8384e}*{box-sizing:border-box}body,html{margin:0;padding:0;background:var(--bg);color:var(--text);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;min-height:100vh}a{color:var(--gold);text-decoration:none}a:hover{text-decoration:underline}button{font-family:inherit}