@import "https://fonts.googleapis.com/css2?family=Space+Mono:wght@400;700&display=swap";:root{color:#f7f5ff;font-synthesis:none;text-rendering:optimizelegibility;background:#05060b;font-family:Space Mono,monospace}*{box-sizing:border-box}body{background-color:#05060b;background-image:radial-gradient(circle at 20% 0,#5e54c933,#0000 35%);min-width:320px;min-height:100vh;margin:0}button,canvas{touch-action:manipulation}#game-shell{flex-direction:column;width:min(1120px,100%);min-height:100vh;margin:0 auto;padding:28px 24px 24px;display:flex}.game-header{justify-content:space-between;align-items:end;gap:24px;margin-bottom:16px;display:flex}.eyebrow{color:#8bf4ff;letter-spacing:.18em;margin:0 0 8px;font-size:11px}h1{color:#f7f5ff;letter-spacing:-.06em;margin:0;font-size:clamp(22px,4vw,36px);line-height:1}.scoreboard{color:#f7f5ff;white-space:nowrap;flex-wrap:wrap;justify-content:end;gap:8px;font-size:13px;display:flex}.scoreboard span{background:#131424cc;border:1px solid #33365c;padding:8px 10px}#combo-label{color:#8bf4ff}#game-container{background:#090a12;border:1px solid #33365c;width:100%;overflow:hidden;box-shadow:0 0 60px #4e3fbe29}#game-container canvas{display:block;width:100%!important;height:auto!important}.game-status{color:#8589a8;letter-spacing:.04em;text-align:center;margin:14px 0 0;font-size:12px}.game-status.is-over{color:#ffad76}@media (width<=680px){#game-shell{padding:20px 12px 16px}.game-header{flex-direction:column;align-items:start;gap:14px}.scoreboard{justify-content:start}}
