@import url("https://fonts.googleapis.com/css2?family=VT323&family=Press+Start+2P&display=swap");:root{--bg:#000000;--fg:#f4f4cf;--fg-dim:#9c9c70;--accent:#ff9933;--accent-strong:#ffcc00;--error:#ff3344;--border:#2a2a18;--scanline:rgba(255,255,255,0.03)}*{box-sizing:border-box;margin:0;padding:0}body,html{min-height:100%;background:var(--bg);color:var(--fg);font-family:VT323,Courier New,ui-monospace,monospace;font-size:20px;line-height:1.3;letter-spacing:.02em;-webkit-font-smoothing:none;text-rendering:optimizeSpeed}body{background-image:repeating-linear-gradient(to bottom,transparent 0,transparent 2px,var(--scanline) 2px,var(--scanline) 3px);min-height:100vh}button,input,textarea{font-family:inherit;font-size:inherit;color:inherit;background:transparent;border:none;outline:none}button{cursor:pointer}.retro-title{font-family:Press Start\ 2P,VT323,monospace;font-size:14px;letter-spacing:.08em}.retro-error{color:var(--error)}.retro-prompt-char:after{content:"_";animation:retro-blink 1s steps(1) infinite}@keyframes retro-blink{50%{opacity:0}}@media (max-width:600px){body,html{font-size:18px}.retro-title{font-size:12px}}@media (max-height:820px){body,html{font-size:17px;line-height:1.25}.retro-title{font-size:12px}}