:root { --bg:#8fd5f2; --surface:#17302a; --line:#4c8060; --text:#f6fff1; --muted:#d1e4d3; --green:#b4ed67; --sand:#ffd467; }
* { box-sizing:border-box; }
body { margin:0; min-height:100vh; overflow:hidden; color:var(--text); background:linear-gradient(#7fc9ee 0%,#b8e7f7 70%,#d8f2f7 100%); font-family:'DM Sans',sans-serif; }
body:before { content:""; position:fixed; inset:0; opacity:.35; pointer-events:none; background:radial-gradient(ellipse at 14% 22%,#fff 0 4%,transparent 4.5%),radial-gradient(ellipse at 19% 22%,#fff 0 5%,transparent 5.5%),radial-gradient(ellipse at 78% 15%,#fff 0 4%,transparent 4.5%),radial-gradient(ellipse at 83% 15%,#fff 0 5%,transparent 5.5%); background-size:320px 180px,320px 180px,420px 230px,420px 230px; }
body:after { content:""; position:fixed; z-index:0; left:0; right:0; bottom:0; height:22vh; min-height:135px; pointer-events:none; background-color:#795235; background-image:linear-gradient(#8fd85e 0 15px,#5aa545 15px 28px,#795235 28px 100%),radial-gradient(circle at 18% 58%,#5f3d2c 0 4px,transparent 4.5px),radial-gradient(circle at 72% 82%,#9a6944 0 4px,transparent 4.5px),radial-gradient(circle at 47% 46%,#68442f 0 3px,transparent 3.5px); background-size:100% 100%,48px 48px,64px 64px,36px 36px; box-shadow:inset 0 5px #c3f07b, inset 0 12px #71bd4c; }
.game-shell { position:relative; z-index:1; width:min(720px,calc(100% - 40px)); margin:0 auto; padding:32px 0 48px; }
.topbar { display:flex; justify-content:space-between; align-items:center; padding-bottom:22px; border-bottom:1px solid var(--line); }
.brand { display:flex; align-items:center; gap:10px; font:800 13px 'Outfit',sans-serif; letter-spacing:.12em; color:#f1ffe8; }
.brand-icon { width:10px; height:10px; border-radius:3px; background:var(--green); box-shadow:0 0 18px #a7e36d99; }
.score-card { display:flex; align-items:center; gap:14px; color:var(--muted); }.score-card .label,.stat small { display:block; font-size:10px; font-weight:700; letter-spacing:.13em; }.score-card #score { color:var(--sand); font:800 22px 'Outfit',sans-serif; letter-spacing:.05em; }
.hero { padding:70px 0 38px; text-align:center; }.eyebrow { margin:0 0 17px; color:var(--green); font-size:11px; font-weight:700; letter-spacing:.17em; }
h1 { margin:0; color:#f6fff1; font:800 clamp(35px,8vw,61px)/1.05 'Outfit',sans-serif; letter-spacing:-.055em; text-shadow:0 4px #3b7044; }.subtitle { max-width:500px; margin:20px auto 0; color:#e0f1dc; font-size:17px; line-height:1.55; }
.hud { display:grid; grid-template-columns:repeat(3,1fr); gap:12px; margin-bottom:18px; }.stat { display:flex; align-items:center; gap:12px; padding:14px 16px; border:1px solid var(--line); border-radius:14px; background:#17231ecc; }.stat-icon { display:grid; place-items:center; width:34px; height:34px; border-radius:10px; background:#2c4131; color:var(--green); font-size:21px; }.stat .combo { background:#3d3830; color:var(--sand); }.stat .best { background:#3e3447; color:#d7a4fa; }.stat small { margin-bottom:4px; color:var(--muted); }.stat strong { font-size:20px; font-weight:700; }
.board-wrap { position:relative; padding:18px; overflow:hidden; border:0; border-radius:24px; background-color:#795235; background-image:linear-gradient(180deg,#8fd85e 0 10px,#5aa545 10px 16px,#795235 16px); box-shadow:0 24px 70px #214f3042; }.board-wrap:after { content:""; position:absolute; inset:16px; pointer-events:none; border:0; border-radius:15px; }
.board-top { position:relative; z-index:1; display:flex; align-items:center; justify-content:space-between; height:28px; padding:0 7px 12px; color:#e8f6d7; font-size:11px; font-weight:700; letter-spacing:.11em; }.board-top span:first-child { opacity:.65; }.board-top span:last-child { color:#fff; letter-spacing:.01em; }
.grid { position:relative; z-index:1; display:grid; grid-template-columns:repeat(3,1fr); gap:14px; padding:12px 3px 4px; }.hole { position:relative; height:126px; overflow:hidden; border:0; border-radius:50%; cursor:pointer; background:transparent; box-shadow:none; transition:transform .2s,filter .2s; }.hole:after { content:""; position:absolute; z-index:1; left:50%; top:14px; width:94px; height:94px; transform:translateX(-50%); border:6px solid #744a32; border-radius:50%; background:#171311; box-shadow:inset 0 12px 13px #302019, inset 0 -12px #0b0b0a, 0 4px 0 #a06d47; }.hole:hover { filter:brightness(1.08); transform:translateY(-2px); }.hole:active { transform:translateY(3px); }
.mole { position:absolute; z-index:2; left:50%; bottom:-72px; width:68px; height:76px; transform:translate(-50%,10px) scale(.92); opacity:0; border:3px solid #563a2d; border-radius:48% 48% 22% 22%; background:radial-gradient(ellipse at 50% 66%,#c78959 0 19px,transparent 20px),radial-gradient(circle at 8% 12%,#845333 0 10px,transparent 11px),radial-gradient(circle at 92% 12%,#845333 0 10px,transparent 11px),linear-gradient(105deg,#bd7c4e 0 20%,#a66c44 20% 100%); box-shadow:inset 8px 0 #d28c58,3px 4px #251a15; transition:bottom .28s cubic-bezier(.2,.8,.25,1.1),transform .28s cubic-bezier(.2,.8,.25,1.1),opacity .16s ease; }.mole:before,.mole:after { content:""; position:absolute; top:28px; width:11px; height:12px; border-radius:2px; background:#f4efd8; box-shadow:inset 0 -3px #24221d; }.mole:before { left:13px; }.mole:after { right:13px; }.mole i { position:absolute; z-index:2; left:29px; top:44px; width:10px; height:8px; border-radius:50%; background:#3f2823; }.mole i:before { content:""; position:absolute; left:-19px; top:4px; width:16px; height:1px; background:#432a25; box-shadow:38px 0 #432a25, -3px 4px #432a25, 41px 4px #432a25; }.mole i:after { content:""; position:absolute; left:-4px; top:10px; width:18px; height:7px; border-bottom:2px solid #432a25; border-radius:50%; }.hole.up .mole { bottom:-2px; transform:translate(-50%,0) scale(1); opacity:1; }.hole.hit .mole { animation:bonk .28s ease-in; }
.hole.golden .mole { background:#f0b83f; border-color:#a96520; box-shadow:inset 7px 0 #ffe27a,3px 4px #6c3d1d,0 0 20px #ffd75e99; }.hole.golden .mole:before,.hole.golden .mole:after { background:#fff6c4; }
.hole.bomb .mole { background:radial-gradient(circle at 50% 72%,#20282a 0 14px,transparent 15px),radial-gradient(ellipse at 24% 66%,#bd7a4b 0 8px,transparent 9px),radial-gradient(ellipse at 76% 66%,#bd7a4b 0 8px,transparent 9px),linear-gradient(115deg,#59686a,#273234); border-color:#182024; box-shadow:inset 8px 0 #718082,3px 4px #111719,0 0 16px #e9684b66; }.hole.bomb .mole:before,.hole.bomb .mole:after { background:#ff7259; box-shadow:0 0 7px #ff7259; }.hole.bomb .mole:before { transform:rotate(16deg); }.hole.bomb .mole:after { transform:rotate(-16deg); }.hole.bomb .mole i { top:47px; left:23px; width:21px; height:9px; border-bottom:3px solid #321d1b; border-radius:0 0 14px 14px; background:transparent; transform:rotate(-8deg); }.hole.bomb .mole i:after { content:""; position:absolute; left:5px; top:-22px; width:5px; height:10px; border-radius:4px; background:#30221c; box-shadow:0 -7px 0 -1px #ffc857; }
.hole.blast .mole { background:#9b6845; border-color:#4d3226; box-shadow:inset 8px 0 #c98854,3px 4px #251a15,0 0 18px #f5b84d66; }.hole.blast .mole i { top:-15px; left:28px; width:5px; height:17px; border-radius:4px; background:#33241e; }.hole.blast .mole i:after { content:""; position:absolute; left:-4px; top:-6px; width:11px; height:9px; border-radius:50%; background:#ffc857; box-shadow:0 0 10px #ffc857; }
.hole.scared .mole { animation:runAway .6s ease-in forwards; }.hole.blast-charge .mole { animation:bombGrow 1s ease-in forwards; }.hole.blast-charge .mole i:after { animation:fuseBurn .85s steps(4,end) forwards; }.hole.boom .mole { animation:bombBoom .35s ease-out forwards; }.hole.blast-charge:after { box-shadow:inset 0 12px 13px #302019,inset 0 -12px #0b0b0a,0 4px 0 #a06d47,0 0 24px #ffc857; }
@keyframes runAway { 0% { transform:translate(-50%,0) rotate(-7deg); } 35% { transform:translate(calc(-50% - 8px),0) rotate(7deg); } 100% { transform:translate(calc(-50% + 8px),8px) rotate(-12deg); opacity:.15; } } @keyframes bombGrow { 0% { transform:translate(-50%,0) scale(1); } 33% { transform:translate(calc(-50% - 8px),0) scale(1.2); } 66% { transform:translate(calc(-50% + 8px),0) rotate(10deg) scale(1.55); } 100% { transform:translate(calc(-50% - 8px),0) rotate(-8deg) scale(2); } } @keyframes fuseBurn { to { opacity:.1; transform:scaleY(.15); transform-origin:bottom; } } @keyframes bombBoom { to { transform:translate(-50%,0) scale(3); opacity:0; filter:brightness(2.5); } }
@keyframes bonk { 50% { transform:translate(-50%,0) rotate(8deg) scale(.94); filter:brightness(1.3); } }
.combo-pop { animation:comboPop .45s ease-out; color:#ffd467 !important; }.combo-pop::after { content:""; } @keyframes comboPop { 50% { transform:scale(1.3); } }
.start-button { display:flex; align-items:center; justify-content:center; gap:15px; min-width:175px; margin:28px auto 0; padding:14px 22px; border:1px solid #c8ef93; border-radius:12px; color:#172118; background:var(--green); box-shadow:0 7px 18px #8cc95729; cursor:pointer; font:700 15px 'DM Sans',sans-serif; transition:transform .18s,box-shadow .18s,background .18s; }.start-button:hover { background:#c0f18a; transform:translateY(-2px); box-shadow:0 10px 24px #8cc95742; }.start-button:active { transform:translateY(2px); box-shadow:0 3px 10px #8cc95729; }.start-button span { font-size:21px; line-height:12px; }.start-button:disabled { opacity:.6; cursor:wait; transform:none; }
.tip { margin:20px 0 0; color:var(--muted); text-align:center; font-size:14px; }.tip b { padding:0 8px; color:#668b61; }.confetti { position:fixed; inset:0; pointer-events:none; }.spark { position:absolute; width:8px; height:8px; border-radius:2px; animation:fall .8s ease-out forwards; }.spark:nth-child(odd){background:var(--green)}.spark:nth-child(even){background:var(--sand)}@keyframes fall { to { transform:translate(var(--x),var(--y)) rotate(220deg); opacity:0; } }
@media (max-width:560px) { .game-shell{width:min(100% - 24px,720px);padding-top:20px}.hero{padding:48px 0 28px}.subtitle{font-size:15px}.hud{gap:7px}.stat{gap:7px;padding:11px 8px}.stat-icon{width:28px;height:28px;font-size:17px}.stat strong{font-size:16px}.stat small{font-size:8px}.board-wrap{padding:13px;border-radius:18px}.grid{gap:8px;padding:11px 2px 3px}.hole{height:98px}.hole:after{top:8px;width:76px;height:76px}.mole{transform:translateX(-50%) scale(.8);transform-origin:bottom}.hole.up .mole{bottom:-4px}.board-top{font-size:8px;padding-left:2px;padding-right:2px} }

.hud { grid-template-columns:repeat(4,1fr); }
.stat .misses { background:#573a35; color:#ff9b78; }
.grid { padding:22px 10px 14px; border-radius:12px; background-color:#795235; background-image:radial-gradient(circle at 18% 31%,#5f3d2c 0 3px,transparent 3.5px),radial-gradient(circle at 72% 72%,#9a6944 0 3px,transparent 3.5px),radial-gradient(circle at 48% 78%,#68442f 0 2px,transparent 2.5px); background-size:48px 48px,64px 64px,36px 36px; }
.grid:before { display:none; }
.hole { z-index:1; }
.board-wrap:after { display:none; }
.grid { border-radius:0; box-shadow:none; }
@media (max-width:560px) { .hud { grid-template-columns:repeat(2,1fr); }.grid { padding:18px 5px 10px; } }

@media (max-height:850px) {
  .game-shell { padding-top:18px; padding-bottom:18px; }
  .hero { padding:34px 0 22px; }
  .subtitle { margin-top:12px; font-size:15px; }
  .hud { margin-bottom:10px; }.stat { padding:10px 12px; }
  .board-wrap { padding:12px; }.board-top { height:22px; padding-bottom:8px; font-size:10px; }
  .grid { gap:10px; padding:18px 8px 8px; }.hole { height:94px; }.hole:after { top:12px; width:70px; height:70px; border-width:5px; }
  .mole { width:54px; height:68px; bottom:-63px; transform:translate(-50%,8px) scale(.9); }.hole.up .mole { bottom:-2px; transform:translate(-50%,0) scale(.9); }
  .start-button { margin-top:16px; padding:11px 20px; }.tip { margin-top:12px; }
}

@media (max-height:700px) {
  .game-shell { padding-top:10px; }.topbar { padding-bottom:12px; }.hero { padding:18px 0 12px; }
  .eyebrow { margin-bottom:8px; font-size:9px; } h1 { font-size:clamp(29px,7vw,46px); }.subtitle { margin-top:8px; font-size:13px; }
  .stat { padding:7px 9px; }.stat-icon { width:27px; height:27px; }.stat strong { font-size:16px; }
  .board-wrap { padding:9px; }.grid { gap:7px; padding:13px 5px 5px; }.hole { height:75px; }.hole:after { top:7px; width:56px; height:56px; border-width:4px; }
  .mole { width:45px; height:57px; bottom:-53px; transform:translate(-50%,7px) scale(.88); }.hole.up .mole { bottom:-2px; transform:translate(-50%,0) scale(.88); }
  .start-button { margin-top:10px; padding:8px 18px; }.tip { margin-top:7px; font-size:12px; }
}

.main-menu { position:relative; z-index:2; display:grid; place-items:center; min-height:100vh; padding:24px; }
.game-shell { display:none; }
.menu-card { width:min(500px,100%); padding:58px 42px 48px; border:1px solid #ffffff66; border-radius:28px; color:#204a34; text-align:center; background:#efffe5e8; box-shadow:0 28px 90px #32744a40, inset 0 1px #fff; backdrop-filter:blur(10px); }
.menu-mark { width:18px; height:18px; margin:0 auto 24px; border-radius:6px; background:#64b84f; box-shadow:0 0 0 7px #b4ed6780,0 0 28px #4eaa6599; }.menu-card .eyebrow { color:#387b47; }.menu-card h1 { color:#234d36; text-shadow:0 4px #b2db7c; }.menu-copy { margin:18px auto 30px; max-width:330px; color:#52735b; font-size:17px; line-height:1.45; }
.menu-button { display:flex; align-items:center; justify-content:center; gap:14px; width:100%; min-height:50px; margin:10px 0; border-radius:13px; cursor:pointer; font:700 15px 'Nunito Sans',sans-serif; transition:transform .18s,box-shadow .18s,background .18s; }.menu-button span { font-size:20px; }.menu-button.primary { border:1px solid #d6fa9a; color:#17381f; background:#b4ed67; box-shadow:0 8px 18px #78ba593d; }.menu-button.secondary { border:1px solid #a8c79b; color:#315d3c; background:#ffffff9e; }.menu-button:hover { transform:translateY(-2px); box-shadow:0 10px 22px #3f865033; }.menu-button:active { transform:translateY(2px); }
.settings-panel { margin-top:18px; padding:15px; border-top:1px solid #b7d8ae; border-radius:12px; background:#dff3d1aa; text-align:left; }.settings-row { display:flex; align-items:center; justify-content:space-between; color:#315d3c; font-size:14px; font-weight:700; }.settings-panel p { margin:12px 0 0; color:#739379; font-size:13px; }.sound-toggle { min-width:52px; padding:6px 12px; border:1px solid #88b67a; border-radius:999px; color:#315d3c; background:#c9e9b6; cursor:pointer; font:700 12px 'Nunito Sans',sans-serif; }.sound-toggle:not(.on) { color:#6b7770; background:#e6ebe2; }
.countdown { position:fixed; z-index:10; inset:0; display:grid; place-items:center; color:#f5ffe9; background:#153b2dcc; font:800 clamp(100px,24vw,220px) 'Outfit',sans-serif; }.countdown[hidden],.settings-panel[hidden] { display:none; }.game-shell.is-visible { display:block; }
.main-menu[hidden] { display:none; }
.main-menu { position:fixed; inset:0; min-height:0; background:linear-gradient(#78b9e0 0%,#a9d7e5 72%,#d1e8dd 100%); }
body:after { background-color:#866043; background-image:linear-gradient(#7eaa3c 0 15px,#568333 15px 28px,#866043 28px 100%),radial-gradient(circle at 18% 58%,#68472f 0 4px,transparent 4.5px),radial-gradient(circle at 72% 82%,#a27750 0 4px,transparent 4.5px),radial-gradient(circle at 47% 46%,#704c34 0 3px,transparent 3.5px); background-size:100% 100%,48px 48px,64px 64px,36px 36px; }
.board-wrap { background-color:#866043; background-image:linear-gradient(180deg,#7eaa3c 0 10px,#568333 10px 16px,#866043 16px); }
.grid { background-color:#866043; background-image:radial-gradient(circle at 18% 31%,#68472f 0 3px,transparent 3.5px),radial-gradient(circle at 72% 72%,#a27750 0 3px,transparent 3.5px),radial-gradient(circle at 48% 78%,#704c34 0 2px,transparent 2.5px); }
.mole { transition-duration:var(--exit-speed,.28s); }
.mode-picker { margin-top:22px; color:#376343; text-align:left; }.mode-picker > span { display:block; margin-bottom:9px; font-size:10px; font-weight:800; letter-spacing:.14em; }.mode-options { display:grid; grid-template-columns:repeat(2,1fr); gap:7px; }.mode-option { padding:9px 8px; border:1px solid #a9c99a; border-radius:10px; color:#406a43; background:#ffffff9e; cursor:pointer; font:700 12px 'Nunito Sans',sans-serif; transition:background .18s,transform .18s; }.mode-option:hover { transform:translateY(-1px); background:#fff; }.mode-option.active { border-color:#d6fa9a; color:#233f2c; background:#8fb64b; }
.hole.splatted:before { content:""; position:absolute; z-index:3; left:50%; top:25px; width:62px; height:44px; transform:translateX(-50%); background:radial-gradient(circle at 50% 50%,#b9e66c 0 12px,transparent 13px),radial-gradient(circle at 15% 45%,#8fb64b 0 6px,transparent 7px),radial-gradient(circle at 85% 45%,#8fb64b 0 6px,transparent 7px); clip-path:polygon(50% 0,60% 21%,86% 10%,81% 36%,100% 50%,79% 62%,86% 91%,59% 78%,50% 100%,40% 78%,12% 91%,20% 62%,0 50%,20% 36%,14% 10%,40% 21%); animation:splat .45s ease-out forwards; }.hit-feedback { position:absolute; z-index:4; left:calc(50% + 35px); top:30px; color:#f2d36d; font:800 16px 'Outfit',sans-serif; text-shadow:0 2px #49622d; animation:floatPoints .65s ease-out forwards; pointer-events:none; white-space:nowrap; }
@keyframes splat { from { opacity:0; transform:translateX(-50%) scale(.35) rotate(-12deg); } 55% { opacity:1; transform:translateX(-50%) scale(1.1) rotate(5deg); } to { opacity:0; transform:translateX(-50%) scale(1) rotate(0); } } @keyframes floatPoints { from { opacity:0; transform:translateY(8px) scale(.8); } 20% { opacity:1; } to { opacity:0; transform:translateY(-28px) scale(1.05); } }
.countdown { background:#173b2dcc; font-size:0; }.countdown:before { content:"GET READY"; position:absolute; top:calc(50% - 74px); color:#eaf6d8; font:800 13px 'Nunito Sans',sans-serif; letter-spacing:.2em; }.countdown span { display:grid; place-items:center; width:118px; height:118px; border:2px solid #b7e681; border-radius:28px; color:#284c31; background:#eefbdff2; box-shadow:0 18px 45px #173b2d55; font:800 72px 'Outfit',sans-serif; }
.lose-screen { position:fixed; z-index:12; inset:0; display:grid; place-content:center; justify-items:center; padding:24px; color:#254a32; text-align:center; background:linear-gradient(#78b9e0f2,#d1e8ddf2); }.lose-screen[hidden] { display:none; }.lose-kicker { margin:0 0 13px; color:#568333; font-size:11px; font-weight:800; letter-spacing:.18em; }.lose-screen h2 { margin:0; color:#345e36; font:800 clamp(56px,13vw,104px)/.95 'Outfit',sans-serif; letter-spacing:-.06em; text-shadow:0 5px #a5ce67; }.roast { max-width:440px; margin:22px auto 26px; color:#52735b; font-size:19px; line-height:1.4; }.loss-actions { display:flex; gap:10px; width:min(360px,100%); }.loss-actions .menu-button { margin:0; }.lose-screen .secondary { border:1px solid #a8c79b; color:#315d3c; background:#ffffffb8; }
.lose-reason { margin:16px 0 0; color:#9a6245; font-size:15px; font-weight:700; }.boom-text { position:fixed; z-index:13; inset:0; display:grid; place-items:center; color:#ffdd63; font:800 clamp(70px,18vw,170px) 'Outfit',sans-serif; text-shadow:0 6px #a4442f,0 0 35px #ff873e; pointer-events:none; }.boom-text[hidden] { display:none; }.boom-text.show { animation:boomWord .8s ease-out forwards; } @keyframes boomWord { 0% { opacity:0; transform:scale(.4) rotate(-8deg); } 35% { opacity:1; transform:scale(1.12) rotate(4deg); } 100% { opacity:0; transform:scale(1.4) rotate(0); } }
.stat .wins { background:#4f5730; color:#f2db77; }
.hole.angel:before { content:""; position:absolute; z-index:2; left:50%; top:20px; width:118px; height:55px; transform:translateX(-50%); background:radial-gradient(ellipse at 18% 60%,#fff7cf 0 18px,transparent 19px),radial-gradient(ellipse at 82% 60%,#fff7cf 0 18px,transparent 19px); opacity:.9; }.hole.angel .mole { background:#eecb57; border-color:#a8752a; box-shadow:inset 8px 0 #fff0a0,3px 4px #68441d,0 0 22px #ffe68a; }.hole.angel .mole:before,.hole.angel .mole:after { background:#fff8d1; }.hole.angel .mole i { top:-12px; left:24px; width:22px; height:10px; border:3px solid #ffe487; border-radius:50%; background:transparent; box-shadow:0 0 10px #ffe487; }.hole.angel .mole i:before,.hole.angel .mole i:after { display:none; }
.win-screen { position:fixed; z-index:12; inset:0; display:grid; place-content:center; justify-items:center; padding:24px; color:#254a32; text-align:center; background:linear-gradient(#fff1a8f2,#d1e8ddf2); }.win-screen[hidden] { display:none; }.win-screen h2 { margin:0; color:#a47725; font:800 clamp(56px,13vw,104px)/.95 'Outfit',sans-serif; letter-spacing:-.06em; text-shadow:0 5px #fff0a0; }.powerup-note { margin:-12px 0 26px; color:#8c9b5d; font-size:13px; font-weight:800; letter-spacing:.08em; text-transform:uppercase; }
.win-screen.celebrate h2 { animation:winCelebrate .8s cubic-bezier(.2,.9,.25,1.2); }.win-screen.celebrate { background:radial-gradient(circle at 50% 42%,#fff8c9,#d1e8dd 70%); } @keyframes winCelebrate { 0% { transform:scale(.55) rotate(-5deg); opacity:.2; } 55% { transform:scale(1.12) rotate(3deg); } 100% { transform:scale(1) rotate(0); opacity:1; } }
.hud { grid-template-columns:repeat(5,1fr); }
@media (max-width:560px) { .hud { grid-template-columns:repeat(2,1fr); } }
.top-actions { display:flex; align-items:center; gap:16px; }.pause-button { padding:8px 12px; border:1px solid #a5c798; border-radius:999px; color:#dff3d1; background:#234c35aa; cursor:pointer; font:700 12px 'Nunito Sans',sans-serif; transition:background .18s,transform .18s; }.pause-button:hover { transform:translateY(-1px); background:#2d6243; }.pause-screen { position:fixed; z-index:11; inset:0; display:grid; place-content:center; justify-items:center; padding:24px; color:#254a32; text-align:center; background:#d1e8ddf2; }.pause-screen[hidden] { display:none; }.pause-screen h2 { margin:0; color:#345e36; font:800 clamp(42px,10vw,78px)/1 'Outfit',sans-serif; }.pause-screen .loss-actions { margin-top:28px; }
@media (max-width:560px) { .mode-picker { margin-top:18px; }.hit-feedback { left:calc(50% + 28px); font-size:14px; } }
.hole.splatted:before { top:35px; width:46px; height:34px; border-radius:52% 38% 58% 34%; background:#a8d45a; box-shadow:-20px 7px 0 -8px #8fb64b,21px -7px 0 -7px #8fb64b,-7px -18px 0 -9px #b9e66c,10px 19px 0 -9px #b9e66c; clip-path:none; }
.bomb-core { display:none; position:absolute; z-index:4; left:50%; top:43px; width:28px; height:28px; transform:translateX(-50%); border:3px solid #111719; border-radius:50%; background:radial-gradient(circle at 32% 27%,#718082 0 3px,transparent 4px),#20282a; box-shadow:0 3px 0 #0c1011,0 0 9px #111719; }.bomb-core:before { content:""; position:absolute; left:-14px; top:12px; width:15px; height:9px; border-radius:50%; background:#bd7a4b; box-shadow:27px 0 #bd7a4b; }.bomb-core:after { content:""; position:absolute; left:10px; top:-14px; width:5px; height:15px; border-radius:4px; background:#33241e; box-shadow:0 -6px 0 -1px #ffc857; }.hole.bomb .bomb-core,.hole.blast-charge .bomb-core { display:block; }.hole.blast-charge .mole { animation:bombGrow 2.1s ease-in forwards; }.hole.blast-charge .bomb-core { animation:bombCorePulse .55s ease-in-out infinite alternate; }.hole.blast-charge .bomb-core:after { animation:fuseBurn 1.7s steps(5,end) forwards; }
@keyframes bombGrow { 0% { transform:translate(-50%,0) scale(1); } 28% { transform:translate(calc(-50% - 8px),0) scale(1.18); } 57% { transform:translate(calc(-50% + 8px),0) rotate(10deg) scale(1.48); } 82% { transform:translate(calc(-50% - 8px),0) rotate(-8deg) scale(1.82); } 100% { transform:translate(calc(-50% - 8px),0) rotate(-8deg) scale(2); } } @keyframes bombCorePulse { from { filter:brightness(.9); } to { filter:brightness(1.35); } }
