*{box-sizing:border-box;margin:0;padding:0;-webkit-tap-highlight-color:transparent}html,body,#app{width:100%;height:100%;overflow:hidden;touch-action:none;background:#87ceeb;font-family:system-ui,-apple-system,sans-serif}#game{display:block;width:100%;height:100%}#hud{position:fixed;top:12px;left:12px;color:#fff;font-size:14px;font-weight:600;text-shadow:0 1px 3px rgba(0,0,0,.6);pointer-events:none;line-height:1.5}#message-overlay{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;padding:24px;background:#0a0a148c;pointer-events:none;z-index:20}#message-overlay[hidden]{display:none}#message-text{max-width:90vw;color:#fff;font-size:clamp(22px,6vw,36px);font-weight:700;line-height:1.35;text-align:center;text-shadow:0 2px 10px rgba(0,0,0,.65)}#objective{position:fixed;top:18px;left:50%;transform:translate(-50%);padding:10px 22px;border-radius:999px;background:#ff4fd8d9;color:#fff;font-size:clamp(14px,2.4vw,20px);font-weight:700;text-shadow:0 1px 4px rgba(0,0,0,.4);box-shadow:0 4px 18px #ff4fd880;pointer-events:none;white-space:nowrap;z-index:15}#objective[hidden]{display:none}#end-screen{position:fixed;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:18px;padding:24px;text-align:center;background:radial-gradient(circle at 50% 35%,rgba(255,79,216,.35),transparent 60%),#080c22e0;color:#fff;z-index:30;animation:end-screen-fade 1.2s ease-out}#end-screen[hidden]{display:none}#end-screen h1{font-size:clamp(40px,10vw,96px);font-weight:800;letter-spacing:.04em;background:linear-gradient(120deg,#ff4fd8,#ffd24f,#4fd8ff);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}#end-screen p{font-size:clamp(18px,4vw,32px);font-weight:600;text-shadow:0 2px 10px rgba(0,0,0,.65)}@keyframes end-screen-fade{0%{opacity:0}to{opacity:1}}#hint{position:fixed;bottom:12px;left:50%;transform:translate(-50%);color:#ffffffd9;font-size:12px;text-shadow:0 1px 3px rgba(0,0,0,.6);pointer-events:none;white-space:nowrap}.touch-only{display:none}.desktop-only{display:block}@media(pointer:coarse),(max-width:768px){.touch-only{display:block}.desktop-only{display:none}}#controls{position:fixed;inset:0;pointer-events:none}#joystick-zone{position:absolute;left:24px;bottom:24px;width:120px;height:120px;border-radius:50%;background:#ffffff26;border:2px solid rgba(255,255,255,.35);pointer-events:auto}#joystick-knob{position:absolute;left:50%;top:50%;width:48px;height:48px;margin-left:-24px;margin-top:-24px;border-radius:50%;background:#ffffff8c;border:2px solid rgba(255,255,255,.8)}#throttle-zone{position:absolute;right:24px;bottom:24px;display:flex;flex-direction:column;gap:12px;pointer-events:auto}#throttle-zone button{width:56px;height:56px;border:2px solid rgba(255,255,255,.5);border-radius:12px;background:#fff3;color:#fff;font-size:20px;cursor:pointer}#throttle-zone button:active{background:#ffffff73}
