:root{color-scheme:dark;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#10141b;color:#f5f7fb;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}#game{display:block;width:100%;height:100%;background:#10141b}.overlay{position:fixed;top:0;right:0;bottom:0;left:0;display:grid;place-content:center;gap:18px;padding:24px;text-align:center;background:linear-gradient(180deg,#10141b38,#10141b9e),radial-gradient(circle at 50% 42%,rgba(117,214,255,.2),transparent 36%)}.overlay h1{margin:0;font-size:clamp(52px,10vw,126px);line-height:.9;letter-spacing:0;text-shadow:0 16px 52px rgba(0,0,0,.45)}.overlay p{max-width:620px;margin:0 auto;color:#dfe9f7;font-size:clamp(16px,2vw,21px);line-height:1.5}button{justify-self:center;min-width:150px;height:44px;border:0;border-radius:8px;color:#0c1218;background:#7ee7c8;font:inherit;font-weight:800;cursor:pointer;box-shadow:0 12px 30px #00000047}button:hover,button:focus-visible{background:#a0f4dc;outline:3px solid rgba(160,244,220,.35);outline-offset:3px}.hud{position:fixed;left:18px;top:18px;display:flex;flex-wrap:wrap;gap:10px;max-width:calc(100vw - 36px);pointer-events:none}.hud__item{min-width:112px;padding:10px 12px;border:1px solid rgba(255,255,255,.18);border-radius:8px;background:#0c1218c2;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.hud__item span,.hud__item strong{display:block;white-space:nowrap}.hud__item span{color:#aebbd0;font-size:11px;font-weight:800;text-transform:uppercase}.hud__item strong{margin-top:2px;color:#fff;font-size:18px}.toast{position:fixed;left:50%;bottom:24px;max-width:min(520px,calc(100vw - 32px));transform:translate(-50%);padding:12px 16px;border-radius:8px;color:#f9fbff;background:#0c1218e0;border:1px solid rgba(255,255,255,.16);box-shadow:0 16px 42px #00000047;font-weight:760;text-align:center}.mobile-controls{position:fixed;inset:auto 0 0;z-index:10;display:none;align-items:flex-end;justify-content:space-between;padding:0 22px 26px;pointer-events:none}.move-stick,.jump-button{pointer-events:auto;touch-action:none;user-select:none;-webkit-user-select:none}.move-stick{position:relative;width:126px;height:126px;border:1px solid rgba(255,255,255,.18);border-radius:50%;background:#0c12188c;box-shadow:inset 0 0 34px #7ee7c814,0 16px 42px #0000003d;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.move-stick__knob{position:absolute;left:50%;top:50%;width:54px;height:54px;border-radius:50%;background:#7ee7c8;box-shadow:0 10px 28px #00000047;transform:translate(-50%,-50%)}.jump-button{width:92px;min-width:92px;height:92px;border-radius:50%;text-transform:uppercase}.hidden{display:none}@media(pointer:coarse){.mobile-controls:not(.hidden){display:flex}}@media(max-width:680px){.hud{left:10px;top:10px;gap:8px}.hud__item{min-width:98px;padding:8px 10px}.hud__item strong{font-size:16px}.mobile-controls{padding:0 18px 20px}.move-stick{width:112px;height:112px}.move-stick__knob{width:48px;height:48px}.jump-button{width:82px;min-width:82px;height:82px}}
