:root{--theme-display-font: "Nunito";--theme-page-bg: #f5ead8;--theme-heading-color: #8f3f2f;--theme-body-color: #6b4a28;--theme-strong-color: #5c3d1e;--theme-muted-color: #7a5630;--theme-text-shadow: 0 2px 10px rgba(255, 248, 235, .75);--theme-subtitle-shadow: 0 1px 8px rgba(255, 248, 235, .7);--theme-how-to-play-bg: #fff4dc;--theme-how-to-play-shadow: 0 4px 18px rgba(92, 61, 30, .14);--theme-surface-bg: #fff8eb;--theme-surface-border: rgba(92, 61, 30, .12);--theme-surface-shadow: rgba(92, 61, 30, .08);--theme-accent-border: rgba(92, 61, 30, .18);--theme-focus-ring: rgba(219, 160, 48, .45);--theme-reveal-boy-color: #5a8fc4;--theme-reveal-girl-color: #e07aab;--theme-bg-image-opacity: 1;--theme-bg-image-blur: 0px;--theme-bg-image-scale: 1;--theme-bg-scrim: transparent;--theme-reel-icon-scale: 72%}.theme-winnie{--theme-display-font: "Pooh";--theme-page-bg: #f5ead8;--theme-heading-color: #8f3f2f;--theme-body-color: #6b4a28;--theme-strong-color: #5c3d1e;--theme-muted-color: #7a5630;--theme-text-shadow: 0 2px 10px rgba(255, 248, 235, .75);--theme-subtitle-shadow: 0 1px 8px rgba(255, 248, 235, .7);--theme-how-to-play-bg: #fff4dc;--theme-how-to-play-shadow: 0 4px 18px rgba(92, 61, 30, .14);--theme-surface-bg: #fff8eb;--theme-surface-border: rgba(92, 61, 30, .12);--theme-surface-shadow: rgba(92, 61, 30, .08);--theme-accent-border: rgba(92, 61, 30, .18);--theme-focus-ring: rgba(219, 160, 48, .45);--theme-reveal-boy-color: #5a8fc4;--theme-reveal-girl-color: #e07aab;--theme-bg-image-opacity: 1;--theme-bg-image-blur: 0px;--theme-bg-image-scale: 1;--theme-bg-scrim: transparent;--theme-reel-icon-scale: 72%}.theme-toy-story{--theme-display-font: "Toymemories";--theme-page-bg: #d9c4a0;--theme-heading-color: #b91c1c;--theme-body-color: #3d2914;--theme-strong-color: #7f1d1d;--theme-muted-color: #6b5344;--theme-text-shadow: 0 0 14px rgba(255, 255, 255, 1), 0 2px 6px rgba(61, 41, 20, .22);--theme-subtitle-shadow: 0 0 10px rgba(255, 255, 255, 1), 0 1px 3px rgba(61, 41, 20, .16);--theme-how-to-play-bg: rgba(255, 255, 255, .98);--theme-how-to-play-shadow: 0 6px 20px rgba(61, 41, 20, .16);--theme-surface-bg: rgba(255, 255, 255, .96);--theme-surface-border: rgba(61, 41, 20, .12);--theme-surface-shadow: rgba(61, 41, 20, .1);--theme-accent-border: rgba(61, 41, 20, .18);--theme-focus-ring: rgba(185, 28, 28, .35);--theme-reveal-boy-color: #3b8fd4;--theme-reveal-girl-color: #e04d88;--theme-bg-image-opacity: .58;--theme-bg-image-blur: 2px;--theme-bg-image-scale: 1.06;--theme-bg-scrim: linear-gradient( 180deg, rgba(255, 252, 245, .78) 0%, rgba(255, 248, 238, .62) 42%, rgba(255, 245, 230, .5) 100% );--theme-reel-icon-scale: 77%}@font-face{font-family:Pooh;src:url(/themes/winnie/fonts/pooh.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Toymemories;src:url(/themes/toy-story/fonts/toy-story.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}body{font-family:Nunito,system-ui,-apple-system,sans-serif;background:var(--theme-page-bg, #f5ead8);overflow:hidden}.game{position:relative;isolation:isolate;min-height:100dvh;width:100%;background:var(--theme-page-bg, #f5ead8);display:flex;justify-content:center;align-items:stretch}.game:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:var(--game-background-image);background-size:cover;background-position:center top;background-repeat:no-repeat;opacity:var(--theme-bg-image-opacity, 1);filter:blur(var(--theme-bg-image-blur, 0));transform:scale(var(--theme-bg-image-scale, 1));transform-origin:center top;z-index:0;pointer-events:none}.game:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:var(--theme-bg-scrim, transparent);z-index:1;pointer-events:none}.game__frame{width:100%;max-width:390px;min-height:100dvh;height:100dvh;position:relative;overflow:hidden;display:flex;flex-direction:column;z-index:2}.game-loading{position:absolute;top:0;right:0;bottom:0;left:0;z-index:30;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;background:color-mix(in srgb,var(--theme-page-bg, #f5ead8) 92%,transparent);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.game-loading__spinner{width:2.75rem;height:2.75rem;border:4px solid rgba(184,120,32,.25);border-top-color:#dba030;border-radius:50%;animation:game-loading-spin .85s linear infinite}.game-loading__text{font-family:var(--theme-display-font, "Nunito"),"Nunito",cursive;font-size:1.35rem;color:var(--theme-heading-color, #8f3f2f);letter-spacing:.02em}@keyframes game-loading-spin{to{transform:rotate(360deg)}}.game--embedded{min-height:100%;height:100%}.game--embedded .game__frame{height:100%;min-height:100%}.game--embedded .game__frame,.game--embedded .screen{min-height:100%;height:100%}.game--embedded .screen--welcome{padding-top:0;min-height:0;overflow:hidden}.game--embedded .welcome-scroll{min-height:0}.game--embedded .welcome-scroll__inner{padding:.35rem 0 .5rem}.game--embedded .welcome-body{padding:0}.game--embedded .welcome-tagline--top{padding-top:0}.game--embedded .screen__content--welcome{flex:0 1 auto}.game--embedded .how-to-play{margin-top:.65rem;padding:.75rem .9rem .85rem}.screen{position:relative;flex:1;min-height:0;display:flex;flex-direction:column;align-items:stretch}.game-header{flex-shrink:0;padding:1.35rem 1rem .35rem;text-align:center;z-index:5}.game-header__title{font-family:var(--theme-display-font, "Nunito"),"Nunito",cursive;font-size:clamp(2rem,8.5vw,2.45rem);font-weight:400;line-height:.95;letter-spacing:.02em;color:var(--theme-heading-color, #8f3f2f);text-shadow:var(--theme-text-shadow, 0 2px 10px rgba(255, 248, 235, .75))}.game-header__title span{display:block}.screen--welcome{padding-top:0;padding-bottom:0;min-height:0;overflow:hidden}.welcome-scroll{flex:1 1 auto;min-height:0;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.welcome-scroll__inner{min-height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:clamp(.75rem,2.5vh,1.35rem);padding:clamp(.75rem,2vh,1.25rem) 0 .5rem}.welcome-body{flex:0 0 auto;display:flex;flex-direction:column;align-items:center;width:100%;z-index:2}.welcome-center{flex:0 0 auto;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;gap:.65rem}.screen__content--welcome{flex:0;justify-content:center;padding:0 1.5rem;z-index:5}.welcome-tagline--top{flex-shrink:0;padding:0 1.25rem;text-align:center;z-index:5}.welcome-tagline--jackpot{flex-shrink:0;padding:2.85rem 1.25rem .15rem;text-align:center;z-index:5}.welcome-tagline__title{font-family:var(--theme-display-font, "Nunito"),"Nunito",cursive;font-size:clamp(1.9rem,7.8vw,2.35rem);font-weight:400;line-height:1;letter-spacing:.02em;color:var(--theme-heading-color, #8f3f2f);text-shadow:var(--theme-text-shadow, 0 2px 10px rgba(255, 248, 235, .75))}.screen__content{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:0 1.5rem 1rem;z-index:2}.title{font-size:clamp(1.35rem,5vw,1.55rem);font-weight:800;line-height:1.3;color:var(--theme-strong-color, #5c3d1e);text-shadow:var(--theme-subtitle-shadow, 0 2px 12px rgba(255, 248, 235, .85));max-width:18rem;margin-bottom:.75rem}.subtitle{font-size:clamp(.92rem,3.6vw,1rem);font-weight:600;line-height:1.45;color:var(--theme-body-color, #6b4a28);max-width:17rem;text-shadow:var(--theme-subtitle-shadow, 0 1px 8px rgba(255, 248, 235, .7))}.how-to-play{margin-top:1rem;width:min(100%,18.5rem);padding:.9rem 1.1rem 1rem;background:var(--theme-how-to-play-bg, #fff4dc);border-radius:1rem;box-shadow:var(--theme-how-to-play-shadow, 0 4px 18px rgba(92, 61, 30, .14));text-align:center}.how-to-play__title{font-size:clamp(.95rem,3.8vw,1.05rem);font-weight:800;color:var(--theme-strong-color, #5c3d1e);margin-bottom:.5rem}.how-to-play__text{margin:0;font-size:clamp(.85rem,3.3vw,.95rem);font-weight:600;line-height:1.5;color:var(--theme-body-color, #6b4a28)}.welcome-characters{display:block;width:min(100%,390px);max-height:clamp(270px,44vh,380px);flex-shrink:0;margin:0 auto;z-index:3;filter:drop-shadow(0 4px 10px rgba(60,40,16,.22))}.welcome-characters img{display:block;width:100%;max-height:clamp(270px,44vh,380px);height:auto;object-fit:contain;object-position:bottom center}.screen--jackpot{justify-content:flex-start;min-height:0}.jackpot-stage{position:relative;flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;padding:0 .25rem;min-height:0;z-index:2}.jackpot-scene{position:relative;width:min(94%,370px);flex-shrink:0;z-index:2}.jackpot-machine-wrap{position:relative;width:100%;filter:drop-shadow(0 12px 28px rgba(80,48,16,.26))}.jackpot-machine{position:relative;z-index:3;display:block;width:100%;height:auto;pointer-events:none;-webkit-user-select:none;user-select:none}.reels-window{position:absolute;z-index:2;overflow:hidden;background:#fff}.reel{overflow:hidden;position:relative;width:100%;height:100%;background:#fff}.reel__strip{will-change:transform}.reel__cell{display:flex;align-items:center;justify-content:center;padding:0}.reel__cell picture{display:block;width:var(--theme-reel-icon-scale, 72%);height:var(--theme-reel-icon-scale, 72%)}.reel__cell img{display:block;width:100%;height:100%;object-fit:contain;object-position:center;pointer-events:none;-webkit-user-select:none;user-select:none}.jackpot-machine,.jackpot-machine img{display:block;width:100%;height:auto}.jackpot-meta{flex-shrink:0;min-height:2.5rem;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:.25rem 1rem .35rem;z-index:5}.spin-hint{font-size:.88rem;font-weight:700;color:var(--theme-muted-color, #7a5630);text-shadow:var(--theme-subtitle-shadow, 0 1px 6px rgba(255, 248, 235, .6))}.reveal-message{display:inline-block;padding:.4rem 1.15rem;border-radius:999px;font-size:clamp(1.65rem,6.5vw,2rem);font-weight:800;letter-spacing:.02em;animation:revealPop .7s cubic-bezier(.22,1.1,.32,1) both;background:#fffffff5;box-shadow:0 4px 16px #00000024,inset 0 1px #ffffffe6}.reveal-message--boy{color:var(--theme-reveal-boy-color, #5a8fc4);border:2px solid color-mix(in srgb,var(--theme-reveal-boy-color, #5a8fc4) 62%,white);text-shadow:0 0 10px rgba(255,255,255,1),0 1px 0 rgba(255,255,255,.95),0 2px 8px color-mix(in srgb,var(--theme-reveal-boy-color, #5a8fc4) 50%,transparent)}.reveal-message--girl{color:var(--theme-reveal-girl-color, #e07aab);border:2px solid color-mix(in srgb,var(--theme-reveal-girl-color, #e07aab) 62%,white);text-shadow:0 0 10px rgba(255,255,255,1),0 1px 0 rgba(255,255,255,.95),0 2px 8px color-mix(in srgb,var(--theme-reveal-girl-color, #e07aab) 50%,transparent)}@keyframes revealPop{0%{opacity:0;transform:scale(.6) translateY(12px)}to{opacity:1;transform:scale(1) translateY(0)}}.bottom-bar{flex-shrink:0;width:100%;padding:.5rem 1.25rem 1.25rem;padding-bottom:max(1.25rem,env(safe-area-inset-bottom));z-index:10}.btn{border:none;cursor:pointer;font-family:inherit;font-weight:800;letter-spacing:.02em;border-radius:999px;transition:transform .16s ease,box-shadow .16s ease,opacity .16s ease}.btn--primary{color:#3a2410;background:linear-gradient(180deg,#f8dc70,#efbc42 52%,#dba030);box-shadow:0 5px #b87820,0 8px 18px #643c1052,inset 0 1px #fff8dcd9}.btn--primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px #b87820,0 10px 22px #643c105c,inset 0 1px #fff8dce6}.btn--primary:active:not(:disabled){transform:translateY(3px);box-shadow:0 2px #b87820,0 4px 10px #643c1047,inset 0 1px #fff8dcbf}.btn:disabled{opacity:.55;cursor:not-allowed;transform:none}.btn--wide{display:block;width:100%;max-width:340px;margin:0 auto;padding:1rem 2rem;font-size:1.12rem}.btn--replay{display:flex;align-items:center;justify-content:center;gap:.55rem}.btn__icon{width:1.25rem;height:1.25rem;flex-shrink:0}.btn__icon--replay{width:1.35rem;height:1.35rem}.game--revealed .jackpot-machine-wrap{animation:jackpotGlow 2.4s ease-in-out infinite alternate}.game--revealed.game--boy .jackpot-machine-wrap{filter:drop-shadow(0 12px 28px rgba(80,48,16,.26)) drop-shadow(0 0 18px rgba(120,180,230,.45))}.game--revealed.game--girl .jackpot-machine-wrap{filter:drop-shadow(0 12px 28px rgba(80,48,16,.26)) drop-shadow(0 0 18px rgba(240,160,200,.5))}@keyframes jackpotGlow{0%{transform:scale(1)}to{transform:scale(1.012)}}.confetti-canvas,.reveal-confetti{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;pointer-events:none;z-index:20}.game--embedded .reveal-confetti{position:absolute}@media(min-width:420px){.game__frame{box-shadow:0 0 40px #5030101f}}@media(max-height:700px){.game-header{padding-top:.85rem}.game-header__title{font-size:1.65rem}.jackpot-scene{width:min(92%,340px)}}
