:root{color-scheme:dark;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.5}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100vh;background:#0a0a0a;color:#fafafa}.shell{min-height:100vh;display:grid;place-items:center;padding:1rem}.game-container{display:flex;flex-direction:column;align-items:center;gap:.75rem}.hud{display:flex;gap:2.5rem;justify-content:center}.hud-item{display:flex;flex-direction:column;align-items:center;gap:.15rem}.hud-label{font-size:.7rem;text-transform:uppercase;letter-spacing:.15em;color:#fff6}.hud-value{font-size:1.75rem;font-weight:700;font-variant-numeric:tabular-nums;color:#fff}.game-canvas{border-radius:.75rem;cursor:pointer;box-shadow:0 0 0 1px #ffffff14,0 8px 32px #00000080;max-width:100%;height:auto}.hint{margin:0;font-size:.8rem;color:#ffffff4d;text-align:center}
