:root{--bg:#0b0622;--panel:#160b36;--panel-2:#23104b;--line:#9b6ac958;--text:#fff8ff;--muted:#c3b5d1;--pink:#ed57e7;--purple:#8d45e8;--cyan:#55d7e8;--gold:#ffd36c}*{box-sizing:border-box}html{background:var(--bg);scroll-behavior:smooth}body{margin:0;min-height:100vh;color:var(--text);background:radial-gradient(circle at 80% 8%,#52206c66,transparent 31rem),linear-gradient(145deg,#09051d,#18082f 60%,#0a0621);font-family:Inter,system-ui,-apple-system,"Segoe UI",sans-serif}.round-control{width:44px;height:44px;border:1px solid #ffffff2b;border-radius:50%;color:#fff;background:#ffffff0a;font:900 18px inherit;cursor:pointer}.round-control:hover,.round-control:focus-visible{border-color:#ef74ec;background:#ffffff18;outline:3px solid #e76de742;outline-offset:2px}.popreset-shell{width:min(1120px,calc(100% - 32px));margin:auto;padding:clamp(20px,4vw,42px) 0 18px}.game-heading{display:flex;align-items:end;justify-content:space-between;gap:28px;margin-bottom:18px}.game-heading>div>p{margin:0 0 5px;color:#ef8cf0;font-size:11px;font-weight:900;letter-spacing:.16em;text-transform:uppercase}.game-heading h1{margin:0;font-size:clamp(38px,6vw,68px);line-height:.88;letter-spacing:-.06em}.game-heading h1 span{color:#ed67e8}.game-heading strong{display:block;margin-top:12px;color:#83e3e8;font-size:13px;letter-spacing:.12em;text-transform:uppercase}.game-heading>p{max-width:430px;margin:0;color:var(--muted);font-size:15px;line-height:1.5}.play-card{overflow:hidden;border:1px solid var(--line);border-radius:28px;background:#10082d;box-shadow:0 25px 70px #03010988}.game-stage{position:relative;height:clamp(390px,57vh,610px);min-height:390px;overflow:hidden;isolation:isolate;background:radial-gradient(circle at 20% 25%,#c557d629,transparent 18rem),radial-gradient(circle at 80% 65%,#42bfd327,transparent 20rem),linear-gradient(160deg,#1a0b3d,#080526)}.game-stage::before{content:"";position:absolute;inset:0;z-index:-1;opacity:.32;background-image:radial-gradient(circle,#fff 0 1px,transparent 1.5px);background-size:43px 43px;mask-image:linear-gradient(#0008,transparent)}#gameCanvas{position:absolute;inset:0;width:100%;height:100%;display:block;touch-action:none;cursor:crosshair;outline:0}#gameCanvas:focus-visible{box-shadow:inset 0 0 0 4px #73e4e8}.hud{position:absolute;z-index:3;left:14px;right:14px;top:14px;display:flex;justify-content:center;gap:8px;pointer-events:none}.hud>div{min-width:76px;padding:8px 12px;border:1px solid #ffffff1c;border-radius:14px;text-align:center;background:#0d0725a8;backdrop-filter:blur(8px)}.hud small,.hud strong{display:block}.hud small{color:#c5b5d0;font-size:8px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.hud strong{margin-top:2px;font-size:20px}.start-panel{position:absolute;z-index:6;inset:0;display:grid;place-content:center;justify-items:center;padding:28px;text-align:center;background:linear-gradient(#10082955,#100829d9);backdrop-filter:blur(5px)}.start-panel[hidden]{display:none}.bubble-mark{position:relative;width:92px;height:70px}.bubble-mark b,.bubble-mark i{position:absolute;border:2px solid #ffffff85;border-radius:50%;background:linear-gradient(145deg,#f26fea88,#59dce875);box-shadow:inset 7px 7px 13px #fff4,0 12px 25px #03010966}.bubble-mark b{left:24px;top:0;width:64px;height:64px;display:grid;place-items:center;color:#fff;font-size:35px}.bubble-mark i:first-child{left:2px;bottom:3px;width:30px;height:30px}.bubble-mark i:nth-child(2){right:0;top:5px;width:22px;height:22px}.start-panel>p:first-of-type{margin:10px 0 4px;color:#ef88eb;font-size:10px;font-weight:900;letter-spacing:.15em;text-transform:uppercase}.start-panel h2{margin:0;font-size:clamp(28px,5vw,48px)}.start-panel>p:nth-of-type(2){max-width:470px;margin:10px 0 20px;color:#c9bcd3;line-height:1.5}.primary-action,.secondary-action{min-height:48px;border-radius:999px;font:850 13px inherit;cursor:pointer}.primary-action{padding:0 23px;border:0;color:#21092e;background:linear-gradient(100deg,#f07aee,#a952e9 58%,#58d9e5);box-shadow:0 10px 28px #c44ed74f}.primary-action:hover,.primary-action:focus-visible{transform:translateY(-2px);outline:3px solid #fff7;outline-offset:3px}.primary-action span{margin-left:9px}.live-message{position:absolute;z-index:4;left:50%;bottom:14px;min-height:35px;max-width:calc(100% - 28px);display:flex;align-items:center;padding:5px 14px;border:1px solid #ffffff19;border-radius:999px;color:#e8dcec;background:#10072abb;font-size:10px;font-weight:750;transform:translateX(-50%);pointer-events:none;white-space:nowrap}.game-controls{display:flex;align-items:end;gap:10px;padding:14px 16px;background:linear-gradient(90deg,#160b37,#211044)}.game-controls fieldset{min-width:0;flex:1;margin:0;padding:0;border:0}.game-controls legend{margin-bottom:7px;color:#d9cadf;font-size:9px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.mode-selector{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.mode-selector button{min-width:0;min-height:58px;display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto auto;align-items:center;column-gap:8px;padding:8px 11px;text-align:left;border:1px solid #8262a45c;border-radius:14px;color:#f9f1ff;background:#ffffff05;cursor:pointer}.mode-selector button>span{grid-row:1/3;font-size:20px}.mode-selector b,.mode-selector small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mode-selector b{font-size:11px}.mode-selector small{color:#aa9bb8;font-size:8px}.mode-selector button:hover,.mode-selector button:focus-visible,.mode-selector button.selected{border-color:#e269e6;background:#b743c52e;box-shadow:0 0 18px #da5ae31c;outline:0}.secondary-action{flex:0 0 auto;padding:0 16px;border:1px solid #9a7eb05c;color:#fff;background:#ffffff08}.secondary-action:hover,.secondary-action:focus-visible{border-color:#e471e9;background:#ffffff12;outline:3px solid #e471e933;outline-offset:2px}.stop-action{display:none}.is-running .stop-action{display:block}.is-running #restartButton{display:block}.zen-mode .hud{opacity:.18}.zen-mode .live-message{opacity:.5}.help-dialog{width:min(540px,calc(100% - 28px));padding:0;border:1px solid #a77cc459;border-radius:24px;color:#fff;background:#170c35;box-shadow:0 30px 90px #000b}.help-dialog::backdrop{background:#080315c7;backdrop-filter:blur(4px)}.help-dialog form{position:relative;padding:28px}.dialog-close{position:absolute;right:14px;top:14px;width:44px;height:44px;border:0;border-radius:50%;color:#fff;background:#ffffff0b;font-size:25px;cursor:pointer}.help-dialog form>p{margin:0;color:#ec83eb;font-size:10px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.help-dialog h2{margin:4px 0 20px;font-size:31px}.help-dialog ol{display:grid;gap:14px;margin:0 0 22px;padding:0;list-style:none;counter-reset:steps}.help-dialog li{position:relative;min-height:48px;padding-left:50px;counter-increment:steps}.help-dialog li::before{content:counter(steps);position:absolute;left:0;top:0;width:35px;height:35px;display:grid;place-items:center;border-radius:50%;color:#fff;background:#8d3cc0;font-weight:900}.help-dialog li b,.help-dialog li span{display:block}.help-dialog li span{margin-top:4px;color:#bdafc8;font-size:12px;line-height:1.45}@media(max-width:760px){.popreset-shell{width:min(100% - 20px,680px);padding-top:16px}.game-heading{align-items:start}.game-heading>p{font-size:12px}.game-stage{height:min(62dvh,540px);min-height:370px}.hud{justify-content:flex-start;overflow-x:auto}.hud>div{min-width:63px;padding:7px 8px}.hud strong{font-size:17px}.game-controls{align-items:stretch;flex-wrap:wrap}.game-controls fieldset{flex-basis:100%}.secondary-action{flex:1}.mode-selector button{padding:7px}.mode-selector button>span{font-size:17px}.live-message{font-size:9px}}@media(max-width:520px){.site-header-actions{gap:5px}.site-header .site-back{padding-inline:9px}.game-heading{display:block;margin-bottom:12px}.game-heading h1{font-size:42px}.game-heading>p{margin-top:12px}.game-stage{height:56dvh;min-height:355px}.hud{left:7px;right:7px;top:7px;gap:4px}.hud>div{min-width:54px;padding:6px 5px;border-radius:10px}.hud small{font-size:6px}.hud strong{font-size:14px}.start-panel{padding:20px}.start-panel>p:nth-of-type(2){font-size:13px}.game-controls{padding:10px}.mode-selector{grid-template-columns:repeat(2,minmax(0,1fr))}.mode-selector button{min-height:52px}.live-message{bottom:8px;max-width:94%;overflow:hidden;text-overflow:ellipsis}.help-dialog form{padding:23px}.game-info{width:calc(100% - 20px)}}@media(max-width:370px){.site-header .site-back{font-size:0}.site-header .site-back::after{content:"← Games";font-size:11px}.round-control{width:40px;height:40px}.game-heading h1{font-size:38px}.game-stage{min-height:330px}.hud .time-stat{display:none}}@media(orientation:landscape) and (max-height:600px){.game-heading{display:none}.popreset-shell{padding-top:8px}.game-stage{height:calc(100dvh - 145px);min-height:260px}.start-panel{padding:12px}.bubble-mark{display:none}.start-panel h2{font-size:27px}.start-panel>p:nth-of-type(2){margin:6px 0 10px}.game-controls{padding:7px 10px}.mode-selector button{min-height:45px}.mode-selector button>span{font-size:15px}}
@media(max-width:520px){.site-header{gap:7px!important;padding-inline:10px!important}.site-brand::after{content:"Glov Games"!important;font-size:14px!important}.site-header-actions{min-width:0;gap:5px}.round-control{width:38px;height:38px}.site-header .site-back{width:42px;padding:0;justify-content:center;font-size:0}.site-header .site-back::after{content:"←";font-size:18px}}
@media(max-width:760px){.popreset-shell{width:min(680px,calc(100% - 20px))}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.primary-action,.secondary-action{transition:none}}
