.candy-catch{--cc-radius: 16px;font-family:inherit}.candy-catch__launcher{display:flex;justify-content:center;padding:32px 16px}.candy-catch__launcher-card{width:100%;max-width:420px;background:var(--cc-card-bg,#fff);border-radius:var(--cc-radius);padding:28px 24px;text-align:center;box-shadow:0 6px 24px #0000001f}.candy-catch__launcher-icon{width:80px;height:80px;object-fit:contain;margin:0 auto 12px;display:block}.candy-catch__heading{margin:0 0 8px;font-size:24px;color:var(--cc-accent,#e8348a)}.candy-catch__subheading{margin:0 0 20px;font-size:15px;opacity:.75}.candy-catch__play-btn{border:none;cursor:pointer;background:var(--cc-accent,#e8348a);color:#fff;font-size:16px;font-weight:700;padding:14px 28px;border-radius:999px;width:100%;transition:transform .15s ease}.candy-catch__play-btn:active{transform:scale(.97)}.candy-catch__play-btn--ghost{background:transparent;color:var(--cc-accent,#e8348a);border:2px solid var(--cc-accent,#e8348a);margin-top:10px}.candy-catch__desktop-msg{margin-top:16px;font-size:14px;color:#b23;font-weight:600}.candy-catch__overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:var(--cc-z, 999999);background:var(--cc-bg,#64c2c8);color:var(--cc-text,#fff);display:flex;align-items:center;justify-content:center;touch-action:none;overscroll-behavior:none}.candy-catch__overlay[hidden]{display:none}html.candy-catch-lock,body.candy-catch-lock{overflow:hidden!important;height:100%!important;overscroll-behavior:none}.candy-catch__close{position:absolute;top:16px;right:16px;width:40px;height:40px;border-radius:50%;border:none;background:#00000040;color:#fff;font-size:24px;line-height:1;cursor:pointer;z-index:5}.candy-catch__panel{width:calc(100% - 40px);max-width:360px;background:var(--cc-card-bg,#fff);color:#222;border-radius:var(--cc-radius);padding:28px 22px;text-align:center}.candy-catch__panel[hidden]{display:none}.candy-catch__panel h3{margin:0 0 6px;font-size:20px}.candy-catch__panel-copy{margin:0 0 18px;font-size:14px;opacity:.7}.candy-catch__panel form{display:flex;flex-direction:column;gap:10px}.candy-catch__howto{text-align:left;margin-bottom:18px}.candy-catch__howto p{font-size:14px;line-height:1.5;margin:0 0 10px;opacity:.85}.candy-catch__howto strong{color:var(--cc-accent,#e8348a)}.candy-catch__panel input{width:100%;box-sizing:border-box;padding:12px 14px;border-radius:10px;border:1px solid #ddd;font-size:15px}.candy-catch__error{color:#c0392b;font-size:13px;margin:0}.candy-catch__error[hidden]{display:none}.candy-catch__final-score{font-size:18px;font-weight:700;margin:6px 0 18px}.candy-catch__gameover-actions{display:flex;flex-direction:column;gap:0}.candy-catch__saved-msg{margin-top:12px;font-size:13px;color:#2e7d32;font-weight:600}.candy-catch__saved-msg[hidden]{display:none}.candy-catch__countdown{font-size:120px;font-weight:800;color:#fff;text-shadow:0 4px 12px rgba(0,0,0,.25)}.candy-catch__countdown[hidden]{display:none}.candy-catch__stage{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column}.candy-catch__stage[hidden]{display:none}.candy-catch__stage.cc-shake{animation:ccShake .4s ease}@keyframes ccShake{10%,90%{transform:translate3d(-2px,0,0)}20%,80%{transform:translate3d(4px,0,0)}30%,50%,70%{transform:translate3d(-8px,0,0)}40%,60%{transform:translate3d(8px,0,0)}}.candy-catch__flash{position:absolute;top:0;right:0;bottom:0;left:0;background:#dc354566;pointer-events:none;opacity:0;z-index:40;transition:opacity .1s ease}.candy-catch__flash.cc-active{opacity:1}.candy-catch__hud{display:flex;justify-content:space-around;align-items:center;padding:10px 10px calc(10px + env(safe-area-inset-bottom,0px));gap:6px;flex-wrap:wrap;background:#0003}.candy-catch__hud-item{display:flex;align-items:center;gap:6px;background:#ffffff2e;padding:8px 12px;border-radius:999px;font-size:13px}.candy-catch__hud-item img{width:18px;height:18px;object-fit:contain}.candy-catch__hud-item--danger{background:#00000038}.candy-catch__hud-label{opacity:.85}.candy-catch__hud-value{font-weight:800;font-size:15px}.candy-catch__hud-sep{opacity:.6}.candy-catch__playfield{position:relative;flex:1;overflow:hidden}.candy-catch__item{position:absolute;top:-80px;will-change:transform;pointer-events:none;z-index:1}.candy-catch__item img{width:100%;height:100%;object-fit:contain;display:block}.candy-catch__item-fallback{width:100%;height:100%;border-radius:50%}.candy-catch__item-fallback--candy{background:#ffd93d;box-shadow:inset 0 -6px #0000001a}.candy-catch__item-fallback--sugar{background:#fff;border:2px solid #ccc;border-radius:4px}.candy-catch__pouch{position:absolute;bottom:24px;left:50%;transform:translate(-50%);touch-action:none;z-index:10}.candy-catch__pouch img{width:100%;display:block;pointer-events:none}.candy-catch__pouch-fallback{width:100%;aspect-ratio:1.4/1;background:var(--cc-accent,#e8348a);border-radius:24px 24px 8px 8px}.candy-catch__admin-board{position:fixed;right:16px;bottom:16px;width:260px;max-height:320px;overflow:auto;background:#fff;color:#222;border-radius:12px;box-shadow:0 6px 24px #00000040;padding:12px;z-index:1000000;font-size:13px}.candy-catch__admin-board[hidden]{display:none}.candy-catch__admin-board-head{display:flex;justify-content:space-between;align-items:center;font-weight:700;margin-bottom:8px}.candy-catch__admin-board-head button{border:none;background:none;cursor:pointer;font-size:16px}.candy-catch__admin-board ol{margin:0;padding-left:18px}.candy-catch__admin-board li{margin-bottom:4px}.candy-catch__admin-empty{opacity:.6;margin:0}@media(min-width:769px){.candy-catch__admin-board{display:none!important}}
/*# sourceMappingURL=/cdn/shop/t/13/assets/candy-catch-game.css.map */
