/*! © 2026 Mautigames · beylix@pm.me */
*{box-sizing:border-box;margin:0;padding:0;-webkit-tap-highlight-color:transparent}body,html{background:#07090f;font-family:Segoe UI,-apple-system,BlinkMacSystemFont,Roboto,Helvetica,Arial,sans-serif;height:100%;overflow:hidden;overscroll-behavior:none;touch-action:none;user-select:none;-webkit-user-select:none}#game{display:block;margin:0 auto}.overlay{align-items:center;color:#fff;display:flex;flex-direction:column;inset:0;justify-content:center;padding:0 8vw;pointer-events:none;position:fixed;text-align:center;z-index:10}#title{color:#eafdff;font-size:clamp(54px,18vw,140px);font-weight:900;letter-spacing:4px;line-height:1;text-shadow:0 0 14px #5bf0ff,0 0 44px #2bb6ff,0 0 90px #1366ff}#tagline{color:#9fd9ff;font-size:clamp(14px,4.2vw,20px);letter-spacing:2px;margin-top:14px;opacity:.92}#hint{animation:pulse 1.5s ease-in-out infinite;color:#fff;font-size:clamp(15px,4.6vw,22px);font-weight:700;letter-spacing:1px;margin-top:40px;text-shadow:0 0 10px #5bf0ff}@keyframes pulse{0%,to{opacity:.45}50%{opacity:1}}#gameover{display:none}#goTitle{color:#ff5b6b;font-size:clamp(40px,13vw,96px);font-weight:900;letter-spacing:2px;text-shadow:0 0 16px #ff2b4b,0 0 50px #b00020}.stat{color:#eafdff;font-size:clamp(18px,5.5vw,28px);margin-top:18px}#newbest,.stat b{color:#ffd23b}#newbest{display:none;font-size:clamp(18px,5.5vw,26px);font-weight:800;letter-spacing:2px;margin-top:14px;text-shadow:0 0 14px #ff9b1b}#muteBtn{backdrop-filter:blur(4px);background:hsla(0,0%,100%,.06);border:1px solid hsla(0,0%,100%,.18);border-radius:11px;color:#cfe9ff;cursor:pointer;font-size:21px;height:44px;line-height:42px;position:fixed;right:10px;text-align:center;top:env(safe-area-inset-top,8px);width:44px;z-index:20}