.bubble-shooter-game{--bubble-coral:#e85d5b;--bubble-gold:#f1b731;--bubble-teal:#1d9b89;--bubble-blue:#3985d7;--bubble-violet:#8a5bc7;grid-template-columns:minmax(0,760px) minmax(230px,280px);justify-content:center;align-items:start;gap:18px;display:grid;position:relative}.bubble-shooter-stage-column,.bubble-shooter-panel{min-width:0}.bubble-shooter-hud{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-bottom:8px;display:grid}.bubble-shooter-hud>div{background:#fff;border:1px solid #dfe5df;border-radius:6px;flex-direction:column;justify-content:center;min-height:56px;padding:6px 12px;display:flex}.bubble-shooter-hud span,.bubble-shooter-next span,.bubble-shooter-next-panel span{color:#66706b;letter-spacing:0;text-transform:uppercase;font-size:.72rem;font-weight:800}.bubble-shooter-hud strong{color:#202124;font-variant-numeric:tabular-nums;font-size:1.25rem}.bubble-shooter-pressure>div{gap:4px;margin-top:5px;display:flex}.bubble-shooter-pressure i{background:#d5d9d6;border-radius:2px;width:12px;height:6px}.bubble-shooter-pressure i.is-safe{background:#24725a}.bubble-shooter-stage{background:#dfeee7;border:1px solid #cad6cf;border-radius:8px;width:min(100%,760px);position:relative;overflow:hidden;box-shadow:0 18px 50px #1a352a1f}.bubble-shooter-board{aspect-ratio:600/660;cursor:crosshair;touch-action:none;-webkit-user-select:none;user-select:none;width:100%;max-height:min(72vh,760px);display:block}.bubble-shooter-playfield{fill:#edf4ef}.bubble-shooter-ceiling{fill:#33473e;opacity:.86}.bubble-shooter-danger{stroke:#cb5550;stroke-dasharray:10 9;stroke-width:3px;opacity:.65}.bubble-shooter-danger:after{content:""}.bubble circle:first-child{filter:url(#bubble-shadow);stroke:#2021243d;stroke-width:1.5px}.bubble{transform-box:fill-box;transform-origin:50%}.bubble-rim{fill:none;filter:none;pointer-events:none;stroke:#ffffff3d;stroke-width:1.5px}.bubble-coral circle:first-child,.bubble-palette-dot.bubble-coral{fill:var(--bubble-coral);background:var(--bubble-coral)}.bubble-gold circle:first-child,.bubble-palette-dot.bubble-gold{fill:var(--bubble-gold);background:var(--bubble-gold)}.bubble-teal circle:first-child,.bubble-palette-dot.bubble-teal{fill:var(--bubble-teal);background:var(--bubble-teal)}.bubble-blue circle:first-child,.bubble-palette-dot.bubble-blue{fill:var(--bubble-blue);background:var(--bubble-blue)}.bubble-violet circle:first-child,.bubble-palette-dot.bubble-violet{fill:var(--bubble-violet);background:var(--bubble-violet)}.bubble-shine{fill:#ffffff9e;filter:none;pointer-events:none;stroke:none}.bubble-label{fill:#fff;paint-order:stroke;pointer-events:none;stroke:#2021246b;stroke-width:3px;text-anchor:middle;font-size:17px;font-weight:900}.bubble-shooter-guide{fill:#33473e;opacity:.68;pointer-events:none}.bubble-preview{fill-opacity:.2;stroke-dasharray:5 4;stroke-width:3px;opacity:.7;pointer-events:none}.bubble-preview.bubble-coral{fill:var(--bubble-coral);stroke:var(--bubble-coral)}.bubble-preview.bubble-gold{fill:var(--bubble-gold);stroke:var(--bubble-gold)}.bubble-preview.bubble-teal{fill:var(--bubble-teal);stroke:var(--bubble-teal)}.bubble-preview.bubble-blue{fill:var(--bubble-blue);stroke:var(--bubble-blue)}.bubble-preview.bubble-violet{fill:var(--bubble-violet);stroke:var(--bubble-violet)}.bubble.is-settling{animation:.16s cubic-bezier(.2,.9,.3,1.35) both bubble-settle}.bubble.is-popping{animation:.38s ease-out forwards bubble-pop}.bubble.is-falling{animation:.42s cubic-bezier(.45,0,.8,.5) 60ms forwards bubble-fall}.bubble-shooter-grid.is-pressure-dropping{animation:.28s cubic-bezier(.2,.85,.35,1) both bubble-pressure-drop}@keyframes bubble-settle{0%{transform:scale(.72)}65%{transform:scale(1.12)}to{transform:scale(1)}}@keyframes bubble-pop{35%{opacity:1;transform:scale(1.12)}to{opacity:0;transform:scale(.18)}}@keyframes bubble-fall{0%{opacity:1;transform:translateY(0)rotate(0)}to{opacity:0;transform:translateY(190px)rotate(16deg)}}@keyframes bubble-pressure-drop{0%{opacity:.72;transform:translateY(-48px)}to{opacity:1;transform:translateY(0)}}.bubble-shooter-cannon rect{fill:#42554c}.bubble-shooter-cannon-base{fill:#2b3731;stroke:#fff;stroke-width:4px}.bubble-shooter-next{background:#ffffffeb;border:1px solid #cad6cf;border-radius:6px;justify-items:center;width:70px;padding:7px;display:none;position:absolute;bottom:12px;right:12px}.bubble-shooter-preview-svg{width:58px;height:58px;display:block;overflow:visible}.bubble-shooter-overlay{color:#202124;background:#edf4efeb;place-content:center;justify-items:center;gap:14px;display:grid;position:absolute;inset:0}.bubble-shooter-overlay strong{font-size:2rem}.bubble-shooter-announcement{color:#fff;pointer-events:none;background:#202124;border-radius:5px;padding:5px 10px;font-size:1.2rem;font-weight:900;animation:.75s ease-out forwards bubble-score-pop;position:absolute;top:42%;left:50%;transform:translate(-50%,-50%)}@keyframes bubble-score-pop{0%{opacity:0;transform:translate(-50%,20%)scale(.85)}35%{opacity:1}to{opacity:0;transform:translate(-50%,-120%)scale(1.08)}}.bubble-shooter-panel{background:#fff;border:1px solid #dfe5df;border-radius:8px;gap:14px;padding:16px;display:grid;box-shadow:0 14px 38px #20212414}.bubble-shooter-next-panel>div{justify-content:space-between;align-items:center;display:flex}.bubble-shooter-next-panel p{color:#66706b;margin:8px 0 0;font-size:.84rem;line-height:1.5}.bubble-shooter-stats{border-block:1px solid #e4e8e5;grid-template-columns:repeat(3,minmax(0,1fr));padding:12px 0;display:grid}.bubble-shooter-stats div{justify-items:center;min-width:0;display:grid}.bubble-shooter-stats strong{font-variant-numeric:tabular-nums;font-size:1.15rem}.bubble-shooter-stats span{color:#66706b;text-align:center;font-size:.7rem}.bubble-shooter-settings{border:0;gap:10px;margin:0;padding:0;display:grid}.bubble-shooter-settings legend{margin-bottom:9px;font-weight:900}.bubble-shooter-settings label{color:#4d5551;justify-content:space-between;align-items:center;gap:12px;min-height:34px;font-weight:700;display:flex}.bubble-shooter-settings input{accent-color:#24725a;cursor:pointer;width:38px;height:22px}.bubble-shooter-palette{justify-content:center;gap:8px;display:flex}.bubble-palette-dot{border:2px solid #fff;border-radius:50%;width:18px;height:18px;box-shadow:0 0 0 1px #c8ceca}.bubble-shooter-actions,.bubble-shooter-mobile-actions{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.bubble-shooter-actions button,.bubble-shooter-mobile-actions button{width:100%}.bubble-shooter-mobile-actions{margin-top:8px;display:none}.bubble-shooter-mobile-settings{border:0;border-top:1px solid #dfe5df;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px 12px;margin:10px 4px 0;padding:10px 0 0;display:none}.bubble-shooter-mobile-settings legend{color:#4d5551;padding:0 6px 0 0;font-size:.78rem;font-weight:900}.bubble-shooter-mobile-settings label{color:#4d5551;justify-content:space-between;align-items:center;gap:8px;min-width:0;min-height:36px;font-size:.82rem;font-weight:700;display:flex}.bubble-shooter-mobile-settings input{accent-color:#24725a;flex:none;width:34px;height:20px}.bubble-shooter-modal-backdrop{z-index:30;background:#141a17ad;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.bubble-shooter-dialog{text-align:center;background:#fff;border-radius:8px;justify-items:center;gap:12px;width:min(100%,360px);padding:26px;display:grid;box-shadow:0 26px 70px #00000047}.bubble-shooter-result-mark{color:#24725a;font-variant-numeric:tabular-nums;font-size:2.6rem;font-weight:900}.bubble-shooter-dialog h2,.bubble-shooter-dialog p{margin:0}.bubble-shooter-dialog p{color:#66706b}.bubble-shooter-dialog .game-button{width:100%;margin-top:4px}.bubble-shooter-seo{gap:24px;margin-top:16px;display:grid}.bubble-shooter-seo-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.bubble-shooter-seo-grid>section,.bubble-shooter-faq article{background:#fff;border:1px solid #dfe5df;border-radius:8px;padding:20px}.bubble-shooter-seo h2{margin:0 0 12px;font-size:1.18rem}.bubble-shooter-seo h3{margin:0 0 6px;font-size:1rem}.bubble-shooter-seo ol,.bubble-shooter-seo ul{color:#565f5a;gap:8px;margin:0;padding-left:20px;line-height:1.55;display:grid}.bubble-shooter-faq>div{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.bubble-shooter-faq article p{color:#5f6763;margin:0;line-height:1.55}@media (max-width:900px){.bubble-shooter-game{grid-template-columns:minmax(0,1fr)}.bubble-shooter-panel{display:none}.bubble-shooter-next,.bubble-shooter-mobile-actions,.bubble-shooter-mobile-settings{display:grid}.bubble-shooter-stage{margin-inline:auto}}@media (max-width:640px){.bubble-shooter-game{width:calc(100% + 20px);margin-inline:-10px}.bubble-shooter-hud{padding-inline:4px}.bubble-shooter-hud>div{min-height:50px;padding:5px 8px}.bubble-shooter-hud strong{font-size:1.05rem}.bubble-shooter-stage{border-inline:0;border-radius:0}.bubble-shooter-board{max-height:none}.bubble-shooter-mobile-actions{padding-inline:4px}.bubble-shooter-seo-grid,.bubble-shooter-faq>div{grid-template-columns:minmax(0,1fr)}}@media (prefers-reduced-motion:reduce){.bubble-shooter-announcement,.bubble.is-settling,.bubble.is-popping,.bubble.is-falling,.bubble-shooter-grid.is-pressure-dropping{animation-duration:.01ms;animation-delay:0s}}
