@import "https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap";:root{--bg:#0d0d1a;--bg2:#1a1a2e;--yellow:#f5c842;--red:#e8534a;--green:#4ade80;--blue:#60a5fa;--purple:#c084fc;--text:#fff;--muted:#444;--border:#ffffff14}*,:before,:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;overflow-x:hidden}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:transparent;margin:0;padding:0;font-family:"Press Start 2P",monospace;overflow-x:hidden}#root{width:100%;min-height:100vh}input,button,select,textarea{touch-action:manipulation;font-family:"Press Start 2P",monospace}input::placeholder{color:var(--muted);font-family:"Press Start 2P",monospace}input:focus{outline:none}input[type=range]{appearance:none;border-radius:3px;height:6px}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;background:var(--green);cursor:pointer;border-radius:50%;width:22px;height:22px}img,svg{max-width:100%}
