:root{color:#111;background:#fff;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}html,body,#app{width:100%;height:100%;margin:0;overflow:hidden}body{min-width:320px;touch-action:none;user-select:none}.game{position:fixed;inset:0;width:100%;height:100%}.game canvas{display:block;width:100%;height:100%}.hud{position:fixed;inset:0;z-index:2;pointer-events:none;color:#050505}.hud__top{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;width:min(760px,calc(100vw - 24px));margin:12px auto 0;padding:8px;border:2px solid #050505;background:#ffffffd1}.hud__label{font-size:10px;font-weight:800;line-height:1.2;color:#444}.hud__value{min-height:26px;overflow:hidden;font-size:clamp(14px,2.5vw,24px);font-weight:900;line-height:1.1;text-overflow:ellipsis;white-space:nowrap}.hud__actions{position:fixed;right:12px;bottom:12px;display:flex;align-items:center;gap:8px;pointer-events:auto}.hud__button,.hud__restart{min-height:44px;border:2px solid #050505;border-radius:6px;background:#fff;color:#050505;font:inherit;font-weight:900;cursor:pointer}.hud__button{min-width:68px}.hud__gyro{min-width:72px;padding:8px 10px;border:2px solid #050505;background:#ffffffd1;font-size:12px;font-weight:800}.hud__gameover{position:fixed;inset:0;display:grid;place-content:center;gap:16px;background:#ffffffb8;pointer-events:auto}.hud__crash{position:fixed;inset:0;border:18px solid #ff2555;background:radial-gradient(circle at center,transparent 46%,rgb(255 37 85 / 24%) 100%);pointer-events:none}.hud__gameover[hidden]{display:none}.hud__title{font-size:clamp(34px,8vw,76px);font-weight:950;letter-spacing:0;text-align:center;text-transform:uppercase}.hud__restart{min-width:160px;padding:0 18px;justify-self:center}@media(max-width:560px){.hud__top{grid-template-columns:repeat(2,minmax(0,1fr))}}
