*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;height:100%;overflow:hidden;background:#061018;font-family:Rajdhani,Segoe UI,system-ui,-apple-system,Roboto,sans-serif;-webkit-tap-highlight-color:transparent}#game{display:block;width:100vw;height:100vh}.hud{position:fixed;inset:0;pointer-events:none;color:#eafcff;font-weight:600;letter-spacing:.03em}.hud-top{position:absolute;top:0;left:0;right:0;display:flex;justify-content:space-between;align-items:flex-start;padding:16px 18px}.hud-left{display:flex;gap:22px}.stat{display:flex;flex-direction:column;line-height:1}.stat .lbl{font-size:11px;opacity:.7;letter-spacing:.18em}.stat .num{font-size:30px;font-weight:800;text-shadow:0 0 14px rgba(95,240,255,.55),0 2px 6px rgba(0,0,0,.5)}.hud-right{display:flex;flex-direction:column;align-items:flex-end;gap:6px}.hud-biome{font-size:12px;letter-spacing:.22em;opacity:.85;text-transform:uppercase;text-shadow:0 0 10px rgba(255,210,74,.4)}.badge{font-size:13px;letter-spacing:.1em;opacity:.85}.badge .num{font-size:22px;font-weight:800;transition:color .15s,text-shadow .15s}.mult.m1{color:#cfe9ff}.mult.m2{color:#5ff0ff;text-shadow:0 0 12px #5ff0ff}.mult.m3{color:#8affe0;text-shadow:0 0 14px #8affe0}.mult.m4{color:#ffd24a;text-shadow:0 0 16px #ffd24a}.mult.m5{color:#ff7ad0;text-shadow:0 0 20px #ff7ad0}.hud-power{position:absolute;bottom:22px;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:12px}.shield-icon{font-size:22px;filter:drop-shadow(0 0 8px #5ff0ff);transition:opacity .2s}.charge-pips{display:flex;gap:5px}.pip{width:9px;height:9px;border-radius:50%;background:#ffd24a;box-shadow:0 0 10px #ffd24a}.surge-bar{width:190px;height:8px;border-radius:6px;background:#a0dcff29;overflow:hidden;border:1px solid rgba(160,220,255,.25)}.surge-fill{height:100%;width:0;background:linear-gradient(90deg,#2bd9e6,#5ff0ff);box-shadow:0 0 14px #5ff0ff;transition:width .12s linear}.surge-bar.active .surge-fill{background:linear-gradient(90deg,#ffd24a,#ff7ad0);box-shadow:0 0 18px #ff7ad0}.overlay{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;text-align:center;background:radial-gradient(ellipse at center,#06141e40,#061018b8);backdrop-filter:blur(2px)}.overlay .title{font-size:64px;font-weight:900;letter-spacing:.12em;background:linear-gradient(180deg,#eafcff,#5ff0ff 60%,#2bd9e6);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;filter:drop-shadow(0 0 26px rgba(95,240,255,.6))}.overlay.over .title{background:linear-gradient(180deg,#fff,#ff7ad0 60%,#ff4d8d);-webkit-background-clip:text;background-clip:text;filter:drop-shadow(0 0 26px rgba(255,122,208,.6))}.overlay .subtitle{font-size:17px;letter-spacing:.22em;text-transform:uppercase;opacity:.82;margin-top:-6px}.overlay .hint{font-size:13px;opacity:.72;max-width:460px;line-height:1.7}.overlay .cta{margin-top:18px;font-size:15px;letter-spacing:.1em;opacity:.92;animation:pulse 1.6s ease-in-out infinite}.overlay .go-score{font-size:16px;letter-spacing:.16em;opacity:.9}.overlay .go-score .num{font-size:40px;font-weight:900;margin-left:8px;text-shadow:0 0 18px rgba(255,122,208,.6)}@keyframes pulse{0%,to{opacity:.45}50%{opacity:1}}@media (max-width: 520px){.overlay .title{font-size:46px}.stat .num{font-size:24px}}
