:root{--vs-bg:#1e1b4b;--vs-bg-dark:#0f0d2c;--vs-magenta:#d946ef;--vs-cyan:#06b6d4;--vs-gold:#fbbf24;--vs-red:#ef4444}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}html,body{background:var(--vs-bg-dark) radial-gradient(ellipse at center, #312e81 0%, var(--vs-bg-dark) 70%);color:#fff;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;overscroll-behavior:none;touch-action:none;background-attachment:fixed;width:100%;height:100%;margin:0;padding:0;font-family:"Press Start 2P",system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,monospace;overflow:hidden}body{justify-content:center;align-items:center;display:flex}#game{justify-content:center;align-items:center;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}#game canvas{border-radius:8px;display:block;box-shadow:0 0 30px #d946ef40,0 0 60px #06b6d426}@supports (padding:env(safe-area-inset-top)){body{padding-top:env(safe-area-inset-top);padding-bottom:env(safe-area-inset-bottom)}}
