:root{--bg: #0b1020;--panel: rgba(255, 255, 255, .06);--panel-2: rgba(255, 255, 255, .09);--border: rgba(255, 255, 255, .14);--text: rgba(255, 255, 255, .92);--muted: rgba(255, 255, 255, .68);--brand: #7c5cff;--good: #2fd27a;--warn: #ffcc66;--bad: #ff5c8a;color-scheme:dark;color:var(--text);background:radial-gradient(1200px 700px at 20% -10%,rgba(124,92,255,.35),transparent 60%),radial-gradient(900px 600px at 90% 10%,rgba(47,210,122,.22),transparent 55%),var(--bg);font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,"Apple Color Emoji","Segoe UI Emoji";line-height:1.5;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}a{color:inherit;text-decoration:none}code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.container{width:min(1100px,calc(100% - 32px));margin:0 auto}.appShell{min-height:100dvh;display:flex;flex-direction:column}.appShell--wheel{height:100dvh;max-height:100dvh;overflow:hidden}html:has(.appShell--wheel),html:has(.appShell--wheel) body,html:has(.appShell--wheel) #root{overflow:hidden;height:100%}.rotatePhoneOverlay{display:none}@media(max-width:900px)and (orientation:landscape){.rotatePhoneOverlay{display:block;position:fixed;inset:0;z-index:10000;background:#000}.rotatePhoneOverlay__image{display:block;width:100%;height:100%;object-fit:cover}}.topNav{position:sticky;top:0;z-index:10;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(to bottom,#0b1020eb,#0b1020a6);border-bottom:1px solid var(--border)}.topNavInner{display:flex;align-items:center;justify-content:space-between;padding:14px 0;gap:12px}.brandTitle{display:flex;align-items:center;gap:10px;font-weight:700;letter-spacing:.2px}.brandBadge{width:28px;height:28px;border-radius:9px;background:linear-gradient(135deg,#7c5cfff2,#2fd27ae6);box-shadow:0 10px 30px #7c5cff2e}.navLinks{display:flex;align-items:center;gap:10px;color:var(--muted);font-size:14px}.navLinks a{padding:6px 10px;border-radius:10px}.navLinks a:hover{background:var(--panel);color:var(--text)}.page{flex:1;padding:26px 0 44px}.page--slotMachine{overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior-y:contain;display:flex;flex-direction:column;min-height:0;flex:1 1 auto;padding:0;background:#0c0c0f}.hero{padding:18px;border:1px solid var(--border);background:linear-gradient(180deg,#ffffff0f,#ffffff08);border-radius:18px;box-shadow:0 20px 60px #00000040}.hero h1{font-size:26px;margin:0 0 6px}.hero p{margin:0;color:var(--muted);max-width:72ch}.grid{display:grid;gap:14px}.grid.cols2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid.cols3{grid-template-columns:repeat(3,minmax(0,1fr))}@media(max-width:900px){.grid.cols3{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.grid.cols2,.grid.cols3{grid-template-columns:1fr}}.card{border:1px solid var(--border);background:var(--panel);border-radius:16px;padding:14px}.cardHeader{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;margin-bottom:10px}.cardTitle{font-weight:700}.cardMeta{color:var(--muted);font-size:13px}.pill{display:inline-flex;align-items:center;gap:8px;padding:6px 10px;border-radius:999px;border:1px solid var(--border);background:#ffffff0d;color:var(--muted);font-size:12px;white-space:nowrap}.pill.good{border-color:#2fd27a59;color:#2fd27af2}.pill.warn{border-color:#ffcc6659;color:#ffcc66f2}.pill.bad{border-color:#ff5c8a59;color:#ff5c8af2}.btnRow{display:flex;flex-wrap:wrap;gap:10px;margin-top:12px}.btn{appearance:none;border:1px solid var(--border);background:#ffffff0f;color:var(--text);padding:10px 12px;border-radius:12px;cursor:pointer;font-weight:600;letter-spacing:.1px;transition:transform .12s ease,background .12s ease,border-color .12s ease}.btn:hover{transform:translateY(-1px);background:#ffffff17;border-color:#7c5cff59}.btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.btn.primary{border-color:#7c5cff59;background:#7c5cff29}.hint{color:var(--muted);font-size:13px}.boxPickerCard{overflow:hidden}.boxPickerRound{margin-top:16px;padding:20px;border-radius:14px;background:linear-gradient(180deg,#7c5cff14,#2fd27a0f);border:1px solid rgba(124,92,255,.2);animation:boxPickerRoundIn .6s cubic-bezier(.34,1.56,.64,1);position:relative}.boxPickerRound:before{content:"";position:absolute;inset:0;border-radius:14px;background:linear-gradient(110deg,transparent 0%,rgba(255,255,255,.03) 45%,rgba(255,255,255,.06) 50%,rgba(255,255,255,.03) 55%,transparent 100%);background-size:200% 100%;animation:boxPickerShine 4s ease-in-out infinite;pointer-events:none}@keyframes boxPickerShine{0%,to{background-position:200% 0}50%{background-position:-200% 0}}.boxPickerRound--exiting{animation:boxPickerRoundOut .6s cubic-bezier(.55,.06,.68,.19) forwards}@keyframes boxPickerRoundOut{to{opacity:0;transform:translateY(-24px) scale(.95)}}@keyframes boxPickerRoundIn{0%{opacity:0;transform:translateY(20px) scale(.94)}to{opacity:1;transform:translateY(0) scale(1)}}.boxPickerRoundTitle{margin:0 0 6px;font-size:18px;font-weight:700;color:var(--text);animation:boxPickerTitleIn .5s cubic-bezier(.34,1.56,.64,1) .1s backwards}@keyframes boxPickerTitleIn{0%{opacity:0;transform:translate(-16px)}to{opacity:1;transform:translate(0)}}.boxPickerHint{margin:0 0 20px;font-size:13px;color:var(--muted);animation:boxPickerHintIn .5s ease .2s backwards}@keyframes boxPickerHintIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.boxPickerGrid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.boxPickerBox{position:relative;min-height:140px;padding:24px;border:2px solid var(--border);border-radius:16px;background:linear-gradient(145deg,#ffffff14,#ffffff05);cursor:pointer;transition:transform .25s cubic-bezier(.34,1.56,.64,1),border-color .2s ease,box-shadow .25s ease;animation:boxPickerBoxIn .5s cubic-bezier(.34,1.56,.64,1) backwards}.boxPickerBox:nth-child(1){animation-delay:.05s}.boxPickerBox:nth-child(2){animation-delay:.1s}@keyframes boxPickerBoxIn{0%{opacity:0;transform:scale(.7) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}.boxPickerBox:hover:not(:disabled){transform:scale(1.04) translateY(-2px);border-color:#7c5cff80;box-shadow:0 12px 40px #7c5cff40}.boxPickerBox:active:not(:disabled){transform:scale(.98);transition-duration:.1s}.boxPickerBox:disabled{cursor:default}.boxPickerBox:disabled:not(.boxPickerBox--selected):not(.boxPickerBox--revealed){animation:boxPickerBoxFadeOut .3s ease forwards}@keyframes boxPickerBoxFadeOut{to{opacity:.5;transform:scale(.97)}}.boxPickerBox--selected{animation:boxPickerBoxShake .6s cubic-bezier(.34,1.56,.64,1)}@keyframes boxPickerBoxShake{0%{transform:scale(1) translate(0)}10%{transform:scale(1.05) translate(-4px)}25%{transform:scale(1.05) translate(4px)}40%{transform:scale(1.05) translate(-3px)}55%{transform:scale(1.05) translate(2px)}70%{transform:scale(1.03) translate(-1px)}85%{transform:scale(1.02) translate(1px)}to{transform:scale(1) translate(0)}}.boxPickerBox--revealed{border-color:#2fd27a80;animation:boxPickerReveal .6s cubic-bezier(.34,1.56,.64,1) forwards}.boxPickerBox--prize{animation:boxPickerReveal .6s cubic-bezier(.34,1.56,.64,1) forwards}.boxPickerBox--noprize{border-color:#ff5c8a80;animation:boxPickerRevealNoPrize .6s cubic-bezier(.34,1.56,.64,1) forwards}.boxPickerBox--revealed .boxPickerBoxResult--noprize{border-color:#ff5c8a66}@keyframes boxPickerReveal{0%{transform:scale(1);box-shadow:0 0 #2fd27a66}40%{box-shadow:0 0 0 16px #2fd27a1f}70%{box-shadow:0 0 0 8px #2fd27a33}to{transform:scale(1.03);box-shadow:0 16px 48px #2fd27a4d}}@keyframes boxPickerRevealNoPrize{0%{transform:scale(1)}15%{transform:scale(1.02) rotate(-1deg)}30%{transform:scale(1.02) rotate(1deg)}45%{transform:scale(1.02) rotate(-.5deg)}60%{transform:scale(1.02) rotate(.5deg)}to{transform:scale(1.01)}}.boxPickerBoxInner{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:90px}.boxPickerBoxQuestion{font-size:48px;font-weight:800;color:#fff6;animation:boxPickerQuestionPulse 2s ease-in-out infinite}@keyframes boxPickerQuestionPulse{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.08)}}.boxPickerBoxResult{display:flex;flex-direction:column;align-items:center;gap:4px;padding:12px 16px;border-radius:12px;animation:boxPickerResultIn .4s cubic-bezier(.34,1.56,.64,1) .2s backwards}@keyframes boxPickerResultIn{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.boxPickerBoxResult--prize{background:linear-gradient(135deg,#2fd27a40,#2fd27a1a);border:1px solid rgba(47,210,122,.4);position:relative;overflow:hidden}.boxPickerBoxResult--prize:after{content:"";position:absolute;inset:0;background:linear-gradient(105deg,transparent 0%,rgba(255,255,255,.2) 40%,rgba(255,255,255,.35) 50%,rgba(255,255,255,.2) 60%,transparent 100%);transform:translate(-100%) skew(-15deg);animation:boxPickerPrizeShimmer 1.2s ease .4s}@keyframes boxPickerPrizeShimmer{to{transform:translate(200%) skew(-15deg)}}.boxPickerBoxResultLabel{font-size:20px;font-weight:800;color:var(--good);letter-spacing:.5px;animation:boxPickerLabelPop .5s cubic-bezier(.34,1.56,.64,1) .3s backwards}@keyframes boxPickerLabelPop{0%{opacity:0;transform:scale(.3)}to{opacity:1;transform:scale(1)}}.boxPickerBoxResultSub{font-size:12px;color:var(--muted)}.boxPickerBoxResult--noprize{background:linear-gradient(135deg,#ff5c8a26,#ff5c8a0d);border:1px solid rgba(255,92,138,.3);font-size:14px;color:var(--bad)}.boxPickerBoxResult--next{background:linear-gradient(135deg,#7c5cff40,#7c5cff1a);border:1px solid rgba(124,92,255,.4);animation:boxPickerNextPulse 1.5s ease-in-out infinite .5s}@keyframes boxPickerNextPulse{0%,to{box-shadow:0 0 #7c5cff4d}50%{box-shadow:0 0 0 8px #7c5cff1a}}.boxPickerBoxResult--next .boxPickerBoxResultLabel{color:var(--brand)}.boxPickerComplete{margin-top:20px;padding-top:16px;border-top:1px solid var(--border);animation:boxPickerCompleteIn .5s cubic-bezier(.34,1.56,.64,1)}@keyframes boxPickerCompleteIn{0%{opacity:0;transform:translateY(-12px) scale(.9)}70%{transform:translateY(4px) scale(1.02)}to{opacity:1;transform:translateY(0) scale(1)}}.boxPickerCompleteBtn{animation:boxPickerBtnGlow 2s ease-in-out infinite .6s}@keyframes boxPickerBtnGlow{0%,to{box-shadow:0 0 #7c5cff66}50%{box-shadow:0 0 20px 4px #7c5cff40}}.wheelPage--legacy{padding:24px 0 48px}.wheelMeta{display:flex;flex-wrap:wrap;gap:10px;margin-top:12px}.wheelVisual{position:relative;width:220px;height:220px;margin:32px auto}.wheelSlices{width:100%;height:100%;border-radius:50%;background:conic-gradient(from -90deg,#2fd27a 0deg 90deg,#7c5cff 90deg 180deg,#fc6 180deg 270deg,#ff5c8a99 270deg 360deg);border:4px solid var(--border);box-shadow:0 0 0 2px var(--panel),inset 0 0 30px #0000004d}.wheelSlice{display:none}.wheelPointer{position:absolute;top:-8px;left:50%;transform:translate(-50%);width:0;height:0;border-left:12px solid transparent;border-right:12px solid transparent;border-top:20px solid var(--warn);filter:drop-shadow(0 2px 4px rgba(0,0,0,.4));z-index:2;pointer-events:none}.wheelActions{text-align:center;margin-top:20px}.wheelSpinBtn{min-width:160px;font-size:18px;font-weight:700;padding:14px 28px}.wheelSpinBtn:disabled:not([aria-busy=true]){opacity:.5;cursor:not-allowed}.wheelResultMeta{font-size:13px;color:var(--muted);margin-top:6px}.wheelSpinDialog{position:fixed;inset:0;z-index:1000;display:grid;place-items:center;align-content:center;padding:16px;overflow-y:auto;font-family:Lato,ui-sans-serif,system-ui,sans-serif}.wheelSpinDialog__backdrop{position:absolute;inset:0;border:none;padding:0;margin:0;cursor:default;background:transparent;backdrop-filter:none;-webkit-backdrop-filter:none}.wheelSpinDialog__panel{position:relative;z-index:1;width:min(374px,91vw);filter:drop-shadow(0 18px 32px rgba(0,0,0,.48))}.wheelSpinDialog__frame{position:relative;display:flex;flex-direction:column;align-items:stretch;width:100%;overflow:hidden;border-radius:0;padding-top:20px;box-sizing:border-box;background-color:#0a0a0a;background-repeat:no-repeat;background-position:center top;background-size:100% 100%;box-shadow:none}.wheelSpinDialog__main{position:relative;z-index:1;flex:1 1 auto;min-height:0;padding:0 7.5% 13px;margin:0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:12px;overflow:hidden;box-sizing:border-box}@media(max-width:767px){.wheelSpinDialog{padding:16px 8px}.wheelSpinDialog__panel{width:min(430px,calc(100vw - 16px));transform:translate(3px)}}.wheelSpinDialog__frame--noWin,.wheelSpinDialog__frame--win{padding-top:0;font-family:Lato,ui-sans-serif,system-ui,sans-serif;background-color:transparent}.wheelSpinDialog__frame--noWin{min-height:208px}.wheelSpinDialog__frame--win{min-height:unset;aspect-ratio:1191 / 936;overflow:visible}@media(min-width:768px){.wheelSpinDialog__panel,.wheelSpinDialog__panel--slot,.wheelSpinDialog__panel--wheel{width:min(411px,90vw)}.wheelSpinDialog__frame--noWin{min-height:216px}.wheelSpinDialog__frame--win{min-height:unset;padding-top:0;padding-bottom:0}.wheelSpinDialog__winStackGold{font-size:1.25rem}}.wheelSpinDialog__main--noWin,.wheelSpinDialog__main--win{flex:1 1 auto;justify-content:center;padding:clamp(14px,4vw,22px) 9% 14px;gap:16px}.wheelSpinDialog__main--win{overflow:visible}.wheelSpinDialog__frame--wheel{box-sizing:border-box;min-height:unset;aspect-ratio:unset;overflow:visible;padding:0;background:#000;border:5px solid #ffc037;border-radius:10px;box-shadow:none}.wheelSpinDialog__frame--wheel:before{display:none}.wheelSpinDialog__main--wheel{position:static;padding:clamp(14px,3.5vw,20px) clamp(14px,4vw,22px);gap:14px}.wheelSpinDialog__main--wheel .wheelSpinDialog__winStack{gap:6px}.wheelSpinDialog__main--wheel .wheelSpinDialog__actions{gap:8px;margin-top:4px}.wheelSpinDialog__main--win .wheelSpinDialog__winStack{gap:10px}.wheelSpinDialog__noWinTitle,.wheelSpinDialog__winTitle{margin:0;font-family:Lato,ui-sans-serif,system-ui,sans-serif;font-size:clamp(1.35rem,4.2vw,1.55rem);font-weight:800;letter-spacing:.05em;text-transform:uppercase;text-align:center;color:#ede8dc}.wheelSpinDialog__winTitle--wheel{line-height:1.15;background:linear-gradient(180deg,#fee555,#e59e01);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;-webkit-text-stroke:2px #f5e682;paint-order:stroke fill}.wheelSpinDialog__noWinLead{margin:0;font-family:Lato,ui-sans-serif,system-ui,sans-serif;max-width:24ch;font-size:clamp(1.02rem,3.1vw,1.25rem);font-weight:600;line-height:1.3;text-align:center;color:#fff}.wheelSpinDialog__winStack{display:flex;flex-direction:column;align-items:center;align-self:center;text-align:center;gap:0;max-width:32ch;width:100%;flex:0 1 auto;min-height:0}.wheelSpinDialog__winStackLine{margin:0;font-family:Lato,ui-sans-serif,system-ui,sans-serif;font-size:1.25rem;font-weight:600;line-height:1.3;color:#fff}.wheelSpinDialog__winStackGold{margin:0;font-family:Lato,ui-sans-serif,system-ui,sans-serif;font-size:clamp(1.18rem,3.8vw,1.25rem);font-weight:800;line-height:1.2;color:#dfc865}.wheelSpinDialog__actions{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;flex-shrink:0;width:100%}.wheelSpinDialog__footerHint{margin:0;max-width:26ch;font-family:Lato,ui-sans-serif,system-ui,sans-serif;font-size:clamp(1.25rem,2.8vw,1.12rem);font-weight:600;line-height:1.32;text-align:center;color:#fff}.wheelSpinDialog__ok{min-width:188px;padding:4px 22px;border:none;border-radius:9px;font-family:inherit;font-size:1rem;font-weight:700;line-height:1.2;color:#0a0a0a;cursor:pointer;background:linear-gradient(180deg,#edd157,#e4c442 55%,#c9a227);box-shadow:inset 0 2px 3px #ffffff80,0 4px 12px #00000059;transition:transform .12s ease,filter .12s ease}.wheelSpinDialog__ok:hover{filter:brightness(1.06)}.wheelSpinDialog__ok:active{transform:scale(.98)}.wheelSpinDialog__main--error{justify-content:center;gap:12px;padding:clamp(22px,5.5vw,30px) clamp(14px,4vw,22px)}.wheelSpinDialog__main--error .wheelSpinDialog__actions{margin-top:14px;gap:0}.wheelSpinDialog__errorTitle,.wheelSpinDialog__errorMessage{margin:0;font-family:Lato,ui-sans-serif,system-ui,sans-serif;font-weight:600;text-align:center}.wheelSpinDialog__errorTitle{font-size:clamp(1.35rem,4.2vw,1.55rem);letter-spacing:.05em;text-transform:uppercase;line-height:1.2;color:#ede8dc}.wheelSpinDialog__errorMessage{max-width:24ch;font-size:clamp(1.02rem,3.1vw,1.25rem);line-height:1.3;color:#fff}.wheelGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;max-width:480px;margin:24px auto}.wheelBox{aspect-ratio:1;border:2px solid var(--border);background:var(--panel);border-radius:16px;cursor:pointer;font-weight:700;font-size:18px;color:var(--text);transition:transform .12s ease,border-color .12s ease,background .12s ease}.wheelBox:hover:not(:disabled){transform:translateY(-2px);border-color:#7c5cff66;background:#7c5cff1f}.wheelBox:disabled{cursor:not-allowed;opacity:.85}.wheelBox--picked{border-color:var(--warn);background:#ffcc661f}.wheelBox--result{border-color:var(--good);background:#2fd27a24}.wheelBoxLabel{display:block}.wheelStatus{text-align:center;margin-top:16px}.wheelResult,.wheelError{margin-top:24px;max-width:400px;margin-left:auto;margin-right:auto}.wheelResultLabel{font-size:24px;font-weight:800;margin:12px 0}.wheelResultLabel--win_50{color:var(--good)}.wheelResultLabel--win_100_fs{color:var(--brand)}.wheelResultLabel--win_50x1{color:var(--warn)}.wheelResultLabel--no_win{color:var(--muted)}.wheelErrorPre{white-space:pre-wrap;word-break:break-word;font-size:12px;margin:12px 0;padding:12px;border-radius:12px;background:#ff5c8a1a;border:1px solid rgba(255,92,138,.3)}.slotReelPage{padding:24px 0 48px}.slotExamplesGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:32px;margin-top:32px;align-items:start}@media(max-width:900px){.slotExamplesGrid{grid-template-columns:1fr}}.slotExample{border:1px solid var(--border);background:linear-gradient(180deg,#ffffff0f,#ffffff08);border-radius:18px;padding:20px;overflow:hidden;display:flex;flex-direction:column;align-items:center}.slotExampleHeader{margin-bottom:16px}.slotExampleHeader h3{margin:0 0 6px;font-size:18px}.slotExampleHeader p{margin:0 0 12px;font-size:13px;color:var(--muted)}.slotSpinBtn{min-width:100px}.slotMachineWrapper{--slot-ar-w: 1536;--slot-ar-h: 2752;--slot-max-height: min(85dvh, 960px);position:relative;width:min(92vw,42rem,calc(var(--slot-max-height) * var(--slot-ar-w) / var(--slot-ar-h)));max-width:100%;aspect-ratio:var(--slot-ar-w) / var(--slot-ar-h);margin:0 auto;flex-shrink:0;container-type:inline-size;container-name:slot-machine}.slotMachineSkeleton{position:absolute;inset:0;width:100%;height:100%;object-fit:fill;object-position:center;pointer-events:none;z-index:2}.slotMachinePlatinumLever{position:absolute;top:25%;right:0%;width:42%;max-width:min(15cqw,378px);height:auto;object-fit:contain;object-position:right top;pointer-events:none;z-index:16;-webkit-user-select:none;user-select:none}.slotLeverHitZone{position:absolute;top:25%;right:4%;width:12%;height:21%;z-index:18;cursor:pointer;background:transparent;border:none;padding:0;margin:0;appearance:none;outline:none;touch-action:manipulation}.slotLeverHitZone:disabled{cursor:default}.slotMachineHeaderArt{position:absolute;left:19.82%;top:7.8%;width:62.43%;height:12.17%;object-fit:contain;object-position:center top;pointer-events:none;z-index:3}.slotMachinePaytableArt{position:absolute;left:20.73%;top:21.1%;width:60.55%;height:10.94%;object-fit:contain;object-position:center top;pointer-events:none;z-index:3}.slotMachineReelWindow{position:absolute;inset:33% auto 54% 20.73%;width:60.55%;z-index:2;pointer-events:none;isolation:isolate;overflow:hidden}.slotMachineReelWindow__back{position:absolute;inset:0;z-index:0;width:100%;height:100%;object-fit:cover;object-position:center center;pointer-events:none;display:block;-webkit-user-select:none;user-select:none}.slotMachineReelWindow .reelOverlay{position:absolute;inset:0;z-index:1;background:transparent}.slotMachineWrapper--composed .slotMachineReelWindow .reelOverlay{inset:0 auto 0 50%;width:calc(100% * 52 / 60.55);transform:translate(-50%)}.slotMachineWrapper--composed .slotBottomPanel{z-index:4}.slotMachineWrapper--composed .slotSirenGlow,.slotMachineWrapper--composed .slotBottomLamps,.slotMachineWrapper--composed .slotCornerLamp{z-index:14}.slotSpinArrow{container-type:inline-size;container-name:spin-arrow;position:absolute;z-index:20;right:15.5%;top:26.5%;transform:translateY(-50%) scale(.85);width:min(29.5%,217px);aspect-ratio:463 / 328;max-width:calc(100% - 8px);padding:0;margin:0;border:none;cursor:pointer;touch-action:manipulation;border-radius:0;background:transparent;line-height:1;display:block;box-sizing:border-box;opacity:0;pointer-events:none;transition:opacity .4s ease,transform .4s ease}.slotSpinArrow--visible{opacity:1;pointer-events:auto;transform:translateY(-50%) scale(1);animation:slotSpinArrowWiggle 1s ease-in-out infinite alternate}.slotSpinArrow--hidden{opacity:0;pointer-events:none;transform:translateY(-50%) scale(.85);animation:none}@media(prefers-reduced-motion:reduce){.slotSpinArrow--visible{animation:none}}.slotSpinArrow__img{position:absolute;inset:0;width:100%;height:100%;display:block;object-fit:contain;object-position:center;pointer-events:none;-webkit-user-select:none;user-select:none}.slotSpinArrow__label{position:absolute;z-index:1;left:min(8%,.85rem);right:49%;top:50%;transform:translateY(-50%);margin:0;text-align:left;text-transform:uppercase;color:#dfc865;font-family:Jockey One,ui-sans-serif,system-ui,sans-serif;font-weight:400;font-size:22px;letter-spacing:0;line-height:1;text-shadow:0 1px 2px rgba(0,0,0,.55);white-space:nowrap;pointer-events:none;-webkit-user-select:none;user-select:none}@media(min-width:901px){.slotSpinArrow__label{font-size:20px}}.slotSpinArrow--visible:active:not(:disabled){animation:none;transform:translateY(-50%) scale(.97)}.slotSpinArrow:focus-visible{outline:3px solid rgba(255,204,102,.95);outline-offset:4px}@keyframes slotSpinArrowWiggle{0%{transform:translateY(-50%) translate(-7px)}to{transform:translateY(-50%) translate(7px)}}.slotLightCircles{position:absolute;display:flex;pointer-events:none;gap:2px}.slotLightCircles--leftVertical{left:8%;top:33%;bottom:54%;flex-direction:column;justify-content:space-evenly;align-items:center;width:6%}.slotLightCircles--rightVertical{right:8%;top:33%;bottom:54%;flex-direction:column;justify-content:space-evenly;align-items:center;width:6%}.slotLightCircles--leftBottom{left:23%;top:52%;width:15%;height:4%;flex-direction:row;justify-content:space-evenly;align-items:center}.slotLightCircles--rightBottom{right:20%;top:52%;width:15%;height:4%;flex-direction:row;justify-content:space-evenly;align-items:center}.slotLightCircle{width:100%;aspect-ratio:1;max-width:12px;border-radius:50%;background:#3c1e1e80;box-shadow:inset 0 0 6px #0009;flex-shrink:0}.slotLightCircles--leftVertical .slotLightCircle,.slotLightCircles--rightVertical .slotLightCircle{max-width:14px}.slotLightCircle--lit{background:radial-gradient(circle at 50% 50%,#fffcf5f2,#fff5dcd9,#ffebc899 60%,#ffdcb44d);box-shadow:inset 0 0 8px #ffffff80,0 0 10px #fff5dc99,0 0 20px #ffe6c866;animation:none;opacity:1}.slotReelLamps{position:absolute;display:flex;flex-direction:column;justify-content:space-evenly;align-items:center;gap:4px;pointer-events:none}.slotReelLamps--right{right:8%;top:33%;bottom:54%;width:14px}.slotReelLamp{width:10px;height:10px;border-radius:50%;flex-shrink:0;background:radial-gradient(ellipse 80% 50% at 50% 100%,rgba(255,255,255,.98) 0%,rgba(255,245,200,.7) 35%,rgba(255,220,140,.3) 60%,transparent 85%);box-shadow:inset 0 -6px 16px #ffffffe6,inset 0 -2px 8px #ffebb499,0 0 12px #fff9,0 2px 16px #ffebb480,0 4px 24px #ffd79659;animation:slotReelLampGlow 4s ease-in-out infinite}@keyframes slotReelLampGlow{0%{opacity:.85;box-shadow:inset 0 -6px 16px #ffffffb3,inset 0 -2px 8px #ffebb480,0 0 10px #ffffff80,0 2px 14px #ffebb466,0 4px 20px #ffd7964d}50%{opacity:1;box-shadow:inset 0 -6px 16px #fffffff2,inset 0 -2px 8px #ffebb4a6,0 0 14px #ffffffb3,0 2px 18px #ffebb48c,0 4px 28px #ffd79666}to{opacity:.85;box-shadow:inset 0 -6px 16px #ffffffb3,inset 0 -2px 8px #ffebb480,0 0 10px #ffffff80,0 2px 14px #ffebb466,0 4px 20px #ffd7964d}}.slotSirenGlow{position:absolute;left:51%;top:1.35%;transform:translate(-50%,-20%);width:4.3%;aspect-ratio:1;max-width:22px;pointer-events:none;display:flex;align-items:center;justify-content:center}.slotSirenGlow__dot{width:83%;height:83%;border-radius:50%;background:red;box-shadow:inset 0 0 6px #ffffff80,0 0 20px 2px red,0 0 40px 4px #ff1414f2,0 0 70px 8px #ff2828e6,0 0 100px 12px #ff3232cc,0 0 140px 16px #ff2d2db3,0 0 180px 20px #ff28288c,0 0 220px 24px #ff232366;animation:slotSirenDotStrobe .4s ease-in-out infinite}@keyframes slotSirenDotStrobe{0%,to{opacity:1;box-shadow:inset 0 0 6px #ffffff80,0 0 20px 2px red,0 0 40px 4px #ff1414f2,0 0 70px 8px #ff2828e6,0 0 100px 12px #ff3232cc,0 0 140px 16px #ff2d2db3,0 0 180px 20px #ff28288c,0 0 220px 24px #ff232366}50%{opacity:.6;box-shadow:inset 0 0 3px #ffffff4d,0 0 14px 2px #ff0000bf,0 0 30px 4px #ff1414b3,0 0 55px 8px #ff282899,0 0 80px 12px #ff2d2d80,0 0 110px 16px #ff282866,0 0 145px 20px #ff232359,0 0 180px 24px #ff1e1e40}}.slotBottomLamps{position:absolute;top:52%;display:flex;flex-direction:row;justify-content:space-evenly;align-items:center;gap:6px;pointer-events:none}.slotBottomLamps--left{left:23%;width:15%;height:4%}.slotBottomLamps--right{right:20%;width:15%;height:4%}.slotBottomLamp{width:12px;height:12px;border-radius:50%;flex-shrink:0}.slotBottomLamp--noWin{background:radial-gradient(circle at 50% 50%,#ff5050f2,#dc3232e6 40%,#b42828b3,#8c1e1e80);box-shadow:inset 0 0 8px #ff646499,0 0 12px #ff505099,0 0 24px #dc3c3c99;animation:slotBottomLampFlashRed .5s ease-in-out infinite}@keyframes slotBottomLampFlashRed{0%,to{opacity:1;box-shadow:inset 0 0 8px #ff646499,0 0 12px #ff505099,0 0 24px #dc3c3c99}50%{opacity:.5;box-shadow:inset 0 0 4px #b43c3c66,0 0 6px #c846464d,0 0 12px #b432324d}}.slotBottomLamp--win{background:radial-gradient(circle at 50% 50%,#fff,#fff8dce6,#ffebb4b3 60%,#ffdc9666);box-shadow:inset 0 0 10px #ffffffe6,0 0 15px #fffae6e6,0 0 30px #ffebc8b3,0 0 50px #ffdcb480;animation:slotBottomLampFlash .4s ease-in-out infinite}.slotCornerLamp{position:absolute;width:12px;height:12px;border-radius:50%;pointer-events:none}.slotCornerLamp--topLeft{left:21%;top:8%}.slotCornerLamp--topRight{right:18%;top:8%}.slotCornerLamp--bottomLeft{left:21%;top:18%}.slotCornerLamp--bottomRight{right:19%;top:18%}.slotCornerLamp--win{background:radial-gradient(circle at 50% 50%,#fff,#fff8dce6,#ffebb4b3 60%,#ffdc9666);box-shadow:inset 0 0 10px #ffffffe6,0 0 15px #fffae6e6,0 0 30px #ffebc8b3,0 0 50px #ffdcb480;animation:slotBottomLampFlash .4s ease-in-out infinite}.slotCornerLamp--noWin{background:radial-gradient(circle at 50% 50%,#ff5050f2,#dc3232e6 40%,#b42828b3,#8c1e1e80);box-shadow:inset 0 0 8px #ff646499,0 0 12px #ff505099,0 0 24px #dc3c3c99;animation:slotBottomLampFlashRed .5s ease-in-out infinite}@keyframes slotBottomLampFlash{0%,to{opacity:1;transform:scale(1);box-shadow:inset 0 0 10px #ffffffe6,0 0 15px #fffae6e6,0 0 30px #ffebc8b3,0 0 50px #ffdcb480}50%{opacity:.7;transform:scale(.95);box-shadow:inset 0 0 6px #fff9,0 0 8px #fff5dc80,0 0 18px #ffe6be66,0 0 28px #ffd7aa4d}}.slotLamp{position:absolute;top:53%;width:15%;height:2%;border-radius:3px;pointer-events:none;opacity:0}.slotLamp--left{left:23%}.slotLamp--right{right:20%}.slotLamp--noWin{opacity:1;background:#b42828e6;box-shadow:inset 0 0 8px #641414cc;animation:none}.slotLamp--active{opacity:1;background:linear-gradient(188deg,#fff,#fff0b4f2,#ffdc78d9 60%,#ffc85099);box-shadow:inset 0 0 25px #fff,inset 0 0 50px #ffebb4cc,0 0 25px #fffffff2,0 0 45px #ffdc96e6,0 0 70px #ffc86499,0 0 100px #ffb45059;animation:slotLampLightning 1.5s ease-in-out 3;animation-delay:-.4s}@keyframes slotLampLightning{0%,to{opacity:1;box-shadow:inset 0 0 25px #ffffffe6,inset 0 0 50px #ffebb499,0 0 20px #fffc,0 0 40px #ffdc96b3,0 0 60px #ffc86480}10%{opacity:.7;box-shadow:inset 0 0 12px #ffffff80,inset 0 0 25px #ffdc9659,0 0 12px #ffc86466,0 0 25px #ffb4504d}25%{opacity:1;box-shadow:inset 0 0 40px #fff,inset 0 0 80px #ffffdc,0 0 35px #fff,0 0 65px #ffebb4,0 0 100px #ffdc96cc,0 0 140px #ffc86480}40%{opacity:.75;box-shadow:inset 0 0 18px #fff9,inset 0 0 35px #ffdc9673,0 0 15px #ffc86480,0 0 30px #ffb45066,0 0 50px #ff963240}55%{opacity:1;box-shadow:inset 0 0 38px #fff,inset 0 0 75px #ffffd7f2,0 0 32px #fff,0 0 58px #ffe6a0f2,0 0 90px #ffd282b3,0 0 130px #ffbe5a73}70%{opacity:.8;box-shadow:inset 0 0 15px #ffffff8c,inset 0 0 30px #ffe19b66,0 0 14px #ffcd6e73,0 0 28px #ffb95559}85%{opacity:1;box-shadow:inset 0 0 35px #fffffffa,inset 0 0 70px #fff8c8e6,0 0 30px #fffffffa,0 0 55px #ffebaae6,0 0 85px #ffd78ca6,0 0 120px #ffc35f66}}.slotMachineImage{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;object-position:center center;display:block;pointer-events:none}.slotBottomPanel{position:absolute;inset:58% 12% 18%;pointer-events:none;overflow:hidden;border-radius:6px}.slotBottomPanel--gif{inset:59% 11% 13% 23%}.slotBottomPanel--static{inset:58.5% 11% 13% 23%}.slotBottomPanel--static .slotBottomPanel__img{width:86%;height:83%}.slotBottomPanel__img{width:100%;height:100%;object-fit:cover;display:block}.slotBottomPanel__img--gif{width:86%;height:83%}.slotBottomPanel__img--loading{opacity:0}.reelOverlay{position:absolute;inset:33% 23% 54% 25%;display:flex;gap:4px;padding:4px;box-sizing:border-box;align-items:stretch;perspective:500px}.reelBlock{flex:1 1 0;min-width:0;overflow:hidden;position:relative;container-type:size;transform-style:preserve-3d;clip-path:ellipse(100% 65% at 50% 50%);transform:rotateX(5deg);border:none;background:linear-gradient(to bottom,transparent calc(50% - .5px),rgba(72,72,70,.28) 50%,transparent calc(50% + .5px)),linear-gradient(90deg,rgba(0,0,0,.06) 0%,transparent 18%,transparent 82%,rgba(0,0,0,.06) 100%),linear-gradient(180deg,#7c7c7a,#c1bdb7 20%,#e2e2df 38% 62%,#c1bdb7 80%,#7c7c7a);box-shadow:inset 0 0 0 1px #00000024,inset 0 1px #ffffff6b,inset 0 -1px #00000014,0 2px 4px #00000029}.reelBlock:before{content:"";position:absolute;top:0;left:0;right:0;height:calc(100cqh * 79 / 325);min-height:0;background:linear-gradient(to bottom,#171815,#bdbdbd00);pointer-events:none;z-index:2}.reelBlock:after{content:"";position:absolute;bottom:0;left:0;right:0;height:calc(100cqh * 45 / 325);min-height:0;background:linear-gradient(to bottom,#e2e2df00,#171815);pointer-events:none;z-index:2}.reelStrip{position:absolute;top:0;left:0;right:0;z-index:1;display:flex;flex-direction:column;align-items:stretch;--reel-row-gap: clamp(16px, 2.35cqh, 26px);gap:var(--reel-row-gap);will-change:transform;transform:translateY(0)}.reelSymbol{flex:0 0 calc(100cqh / 3);width:100%;height:calc(100cqh / 3);min-height:calc(100cqh / 3);max-height:calc(100cqh / 3);display:flex;align-items:center;justify-content:center;box-sizing:border-box;padding:6px 4px}.reelSymbol--seven{color:#dc2626;font-size:clamp(20px,5.5cqw,38px);text-shadow:0 1px 0 rgba(255,255,255,.6),0 2px 0 rgba(255,220,220,.5),0 4px 8px rgba(0,0,0,.25),0 0 24px rgba(220,38,38,.5),0 0 40px rgba(220,38,38,.25)}.reelSymbol--bar{display:flex;align-items:center;justify-content:center}.reelSymbol-barPill{display:inline-block;color:#0a0a0a;background:none;padding:0;font-size:clamp(13px,3.2cqw,20px);font-weight:900;letter-spacing:.12em;text-shadow:0 1px 0 rgba(255,255,255,.3),0 2px 4px rgba(0,0,0,.2)}.reelSymbol--fruit{font-size:clamp(20px,5cqw,34px);filter:saturate(1.4) drop-shadow(0 1px 0 rgba(255,255,255,.5)) drop-shadow(0 4px 8px rgba(0,0,0,.3))}.reelSymbol--asset{padding:0 3px;border-radius:0;overflow:visible;background:transparent;box-shadow:none}.reelSymbolImg{width:100%;height:100%;object-fit:contain;pointer-events:none;filter:drop-shadow(0 1px 1px rgba(0,0,0,.18));transform:scale(1.48)}.reelSymbol--seven-asset .reelSymbolImg{transform:scale(1.68)}.reelSymbol--double7-asset .reelSymbolImg{transform:scale(1.62)}.reelSymbol--bar-asset .reelSymbolImg{transform:scale(.74)}.reelSymbol--bar-asset{margin-block:calc((12px - var(--reel-row-gap)) / 2)}.reelSymbol--bell-asset .reelSymbolImg{transform:scale(1.28);object-position:50% 42%}.slotMachinePage{flex:1;min-height:0;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:clamp(16px,3vw,24px);padding:clamp(16px,2.5vw,24px) 0}.page--slotMachine .slotMachinePage{flex:1 1 auto;min-height:0;width:100%;padding:0;padding-bottom:env(safe-area-inset-bottom,0px);gap:0}.slotMachinePage--loading{justify-content:stretch;align-items:stretch;padding:0}.page--slotMachine .slotMachinePage--loading{flex:1 1 auto;min-height:0;align-self:stretch}.slotMachineLoading{flex:1 1 auto;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;min-height:min(100dvh,100%);box-sizing:border-box;background:radial-gradient(ellipse 120% 70% at 50% 18%,rgba(48,44,40,.55),transparent 58%),repeating-linear-gradient(-32deg,transparent,transparent 5px,rgba(255,255,255,.02) 5px,rgba(255,255,255,.02) 6px),repeating-linear-gradient(32deg,transparent,transparent 5px,rgba(0,0,0,.12) 5px,rgba(0,0,0,.12) 6px),#141414}.slotMachineLoading__inner{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:100%;max-width:28rem;flex:1 1 auto;min-height:min(100dvh,36rem);padding:clamp(28px,8vh,72px) clamp(20px,6vw,32px) clamp(36px,12vh,96px);box-sizing:border-box}.slotMachineLoading__logoBlock{flex:1 1 auto;display:flex;align-items:center;justify-content:center;width:100%;min-height:0}.slotMachineLoading__logo{width:min(88vw,22rem);max-width:100%;height:auto;object-fit:contain;filter:drop-shadow(0 10px 28px rgba(0,0,0,.55))}.slotMachineLoading__spinnerWrap{flex:0 0 auto;display:flex;align-items:center;justify-content:center;margin-top:clamp(8px,3vh,24px);padding-bottom:env(safe-area-inset-bottom,0px)}.slotMachineLoading__wheel{width:min(20vw,4.5rem);height:auto;object-fit:contain;filter:drop-shadow(0 0 14px rgba(255,210,90,.55)) drop-shadow(0 0 28px rgba(255,200,70,.25));animation:slotMachineLoadingWheelSpin .95s linear infinite}.slotMachineLoading__message{flex:0 0 auto;margin:clamp(12px,3vh,28px) 0 0;padding:0 clamp(16px,5vw,32px);font-size:clamp(1rem,3.8vw,1.125rem);line-height:1.45;text-align:center;letter-spacing:.02em;color:#fff5dce0;text-shadow:0 1px 12px rgba(0,0,0,.65)}@keyframes slotMachineLoadingWheelSpin{to{transform:rotate(360deg)}}.slotMachinePage__center{flex:0 0 auto;width:100%;max-width:min(100%,44rem);display:flex;flex-direction:column;align-items:center;gap:16px}.page--slotMachine .slotMachinePage__center{flex:1 1 auto;min-height:0;width:100%;justify-content:flex-start}.slotMachinePage__result{flex:0 0 auto;width:100%;max-width:22rem;display:flex;flex-direction:column;gap:16px}.slotMachineVisual{display:flex;justify-content:center;align-items:center}.page--slotMachine .slotMachineVisual{flex:1 1 auto;min-height:0;width:100%;align-items:stretch;justify-content:center}.slotMachineError{max-width:320px}.slotMachinePage__stage{display:flex;width:100%;flex:1 1 auto;min-height:0;align-items:center;justify-content:center;background-color:#0c0c0f;background-image:url(/assets/loyalty_bg-DXrgoLHD.png);background-size:auto 100%;background-position:center bottom;background-repeat:repeat-x}.page--slotMachine .slotMachineWrapper{align-self:center;background:transparent}@media(min-width:901px){.page--slotMachine .container.slotMachinePage{max-width:none;width:100%;margin-inline:0;padding-inline:0}.page--slotMachine .slotMachinePage__center{max-width:none}}@media(max-width:900px){.container.slotMachinePage{width:100%;max-width:none;margin-inline:0;padding-inline:env(safe-area-inset-left) env(safe-area-inset-right)}.slotMachinePage__center,.slotMachinePage__result{max-width:100%}.slotMachineVisual{width:100%}.page--slotMachine .slotMachineWrapper{width:100%;max-width:100%;margin-inline:auto}}@media(min-width:1200px){.slotMachineWrapper{--slot-max-height: min(88dvh, 1040px);width:min(94vw,48rem,calc(var(--slot-max-height) * var(--slot-ar-w) / var(--slot-ar-h)))}}.slotMachinePage--strapi{width:100%;max-width:none;margin-inline:0;padding-inline:0}.slotMachinePage--strapi .slotMachinePage__center,.slotMachinePage--strapi .slotMachinePage__result{max-width:100%}.slotMachinePage--strapi .slotMachineVisual{width:100%}.slotMachinePage--strapi .slotMachinePage__stage{background-color:#000;background-image:none}.slotMachinePage--strapi .slotMachineWrapper{width:auto;max-width:100%;height:100%;aspect-ratio:var(--slot-ar-w) / var(--slot-ar-h);margin-inline:auto;background-size:contain;background-position:center center;background-repeat:no-repeat}@media(max-width:900px){.slotMachinePage--strapi .slotMachineWrapper{width:100%;height:auto}}.wheelLoading{flex:1 1 auto;align-self:stretch;width:100%;min-height:0;height:100%;display:flex;align-items:stretch;justify-content:center;overflow:hidden}.wheelLoading__video{display:block;width:100%;height:100%;min-height:0;object-fit:cover;object-position:center top;transition:opacity var(--wheel-loading-fade-ms, 1.4s) cubic-bezier(.22,1,.36,1)}.wheelLoading--exiting .wheelLoading__video{opacity:.92}.page--wheel{display:flex;flex-direction:column;flex:1 1 auto;min-height:0;height:100%;max-height:100%;padding:0;overflow:hidden;background:#050508}.wheelPage{position:relative;width:min(430px,100%);margin:0 auto;height:100%;max-height:100%;min-height:0;display:flex;flex-direction:column;align-items:center;gap:0;padding-bottom:0;overflow:hidden}.wheelPage__loadingOverlay{position:absolute;inset:0;z-index:20;display:flex;flex-direction:column;background:#050508;opacity:1;transition:opacity var(--wheel-loading-fade-ms, 1.4s) cubic-bezier(.22,1,.36,1);pointer-events:auto}.wheelPage__loadingOverlay--exiting{opacity:0;pointer-events:none}.wheelPage__content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;width:100%;height:100%;min-height:0}.wheelPage__content--revealing{animation:wheelPageContentReveal var(--wheel-loading-content-ms, 1.3s) cubic-bezier(.22,1,.36,1) var(--wheel-loading-reveal-delay-ms, .28s) both}@keyframes wheelPageContentReveal{0%{opacity:0;transform:scale(1.008)}35%{opacity:.35}to{opacity:1;transform:scale(1)}}.wheelPage--loading,.wheelPage--error{justify-content:center;text-align:center;padding:24px 16px}.wheelPage--loading{flex:1 1 auto;align-self:stretch;justify-content:flex-start;align-items:stretch;height:100%;min-height:0;padding:0;overflow:hidden}.wheelPage__header{flex-shrink:0;width:100%;padding:clamp(6px,2vw,12px) 10px clamp(8px,2vw,16px);display:flex;justify-content:center}.wheelPage__logo{display:block;width:min(92%,348px);height:auto;aspect-ratio:1140 / 645;object-fit:contain;animation:wheelPageLogoNeon 5s cubic-bezier(.45,.05,.55,.95) infinite;will-change:filter}@keyframes wheelPageLogoNeon{0%,to{filter:drop-shadow(0 8px 24px rgba(0,0,0,.45)) drop-shadow(0 0 10px rgba(255,220,130,.22)) brightness(.94) contrast(1)}35%,65%{filter:drop-shadow(0 9px 26px rgba(0,0,0,.48)) drop-shadow(0 0 18px rgba(255,235,160,.42)) drop-shadow(0 0 32px rgba(255,200,90,.18)) brightness(1.06) contrast(1.02)}50%{filter:drop-shadow(0 9px 26px rgba(0,0,0,.48)) drop-shadow(0 0 22px rgba(255,240,170,.5)) drop-shadow(0 0 38px rgba(255,200,90,.22)) brightness(1.08) contrast(1.03)}}@media(prefers-reduced-motion:reduce){.wheelPage__loadingOverlay,.wheelLoading__video{transition:none}.wheelPage__content--revealing{animation:none}.wheelPage__logo{animation:none;filter:drop-shadow(0 8px 24px rgba(0,0,0,.45)) drop-shadow(0 0 20px rgba(255,240,170,.5)) brightness(1.1) contrast(1.04)}}.wheelPage__meta{margin:0;font-size:12px;line-height:1.35;text-align:center;color:var(--muted)}.wheelPage__status{color:var(--muted);margin:0}.wheelPage__error{color:var(--bad);margin:0;font-size:15px}.wheelPage__warn{color:var(--warn);margin:0;font-size:14px;text-align:center}.wheelPage__hint{color:var(--muted);font-size:14px;max-width:36ch;margin:12px auto 0}.wheelPage__banner{text-align:center;font-size:13px;color:var(--muted);margin:0}.wheelPage__stage{display:flex;flex:1 1 auto;min-height:0;justify-content:center;align-items:flex-end;width:100%;margin-top:0;margin-bottom:0;padding:0}.wheelPage__wheelWrap{position:relative;width:min(100%,430px);max-height:100%;margin-bottom:-14px;overflow:visible}.wheelPage__wheelWrap .wheel{transform:scale(1.12);transform-origin:center center}@media(max-height:820px){.wheelPage__header{padding:4px 10px 6px}.wheelPage__logo{width:min(78%,268px)}.wheelPage__wheelWrap{width:min(100%,400px)}.wheelPage__wheelWrap .wheel{transform:scale(1);transform-origin:center center}.wheelPaytable{max-height:min(20dvh,145px);margin-bottom:4px;transform:translateY(-14px)}}.page--wheel .wheelSpinBtn{pointer-events:auto;position:relative;overflow:visible;width:min(30vw,128px);height:min(30vw,128px);min-width:0;padding:0;border:none;background:transparent;font-size:0;cursor:pointer;transition:transform .18s cubic-bezier(.22,1,.36,1)}.page--wheel .wheelSpinBtn__dome{position:absolute;inset:-14%;pointer-events:none}.page--wheel .wheelSpinBtn__domeLight{position:absolute;left:50%;top:50%;width:9%;aspect-ratio:1;border-radius:50%;opacity:.45;transform:translate(-50%,-50%) rotate(var(--light-angle)) translateY(-52%);transform-origin:center;background:radial-gradient(circle at 50% 50%,#fff,#fffcf0 30%,#fff0bed9 55%,#ffdc8c73);box-shadow:inset 0 0 6px #fff,0 0 8px #ffffffa6,0 0 14px #fff5dc73;transition:opacity .2s ease,transform .2s ease,box-shadow .2s ease}.page--wheel .wheelSpinBtn__glow{position:absolute;inset:8%;border-radius:50%;pointer-events:none;opacity:0;background:radial-gradient(circle at 50% 50%,#fff5c88c,#ffd27847 42%,#ffb45000 72%);transition:opacity .25s ease}.page--wheel .wheelSpinBtn__layers{position:relative;z-index:1;display:block;width:100%;height:100%}.page--wheel .wheelSpinBtn__layers img{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;display:block;opacity:0;filter:drop-shadow(0 6px 16px rgba(0,0,0,.5));transition:filter .2s ease,transform .16s cubic-bezier(.22,1,.36,1)}.page--wheel .wheelSpinBtn__layers img.is-visible{opacity:1}.page--wheel .wheelSpinBtn:hover:not(:disabled){transform:scale(1.06)}.page--wheel .wheelSpinBtn:hover:not(:disabled) .wheelSpinBtn__glow{opacity:1}.page--wheel .wheelSpinBtn:hover:not(:disabled) .wheelSpinBtn__layers img.is-visible{filter:drop-shadow(0 6px 16px rgba(0,0,0,.5)) drop-shadow(0 0 18px rgba(255,230,160,.75)) drop-shadow(0 0 32px rgba(255,200,100,.45))}.page--wheel .wheelSpinBtn:hover:not(:disabled) .wheelSpinBtn__domeLight{animation:wheelSpinDomeLight 1.1s ease-in-out infinite}.page--wheel .wheelSpinBtn:hover:not(:disabled) .wheelSpinBtn__domeLight:nth-child(odd){animation-delay:.15s}.page--wheel .wheelSpinBtn:hover:not(:disabled) .wheelSpinBtn__domeLight:nth-child(3n){animation-delay:.35s}.page--wheel .wheelSpinBtn--pressed:not(:disabled),.page--wheel .wheelSpinBtn:active:not(:disabled){transform:scale(.94)}.page--wheel .wheelSpinBtn--pressed:not(:disabled) .wheelSpinBtn__glow,.page--wheel .wheelSpinBtn:active:not(:disabled) .wheelSpinBtn__glow{opacity:1;background:radial-gradient(circle at 50% 50%,#ffffe6bf,#ffdc8273 42%,#ffb45000 72%)}.page--wheel .wheelSpinBtn--pressed:not(:disabled) .wheelSpinBtn__domeLight,.page--wheel .wheelSpinBtn:active:not(:disabled) .wheelSpinBtn__domeLight{opacity:1;animation:wheelSpinDomePress .45s ease-in-out infinite;box-shadow:inset 0 0 10px #fff,0 0 14px #fffffff2,0 0 28px #fff5dcd9,0 0 42px #ffdc8c8c}.page--wheel .wheelSpinBtn--unavailable .wheelSpinBtn__dome,.page--wheel .wheelSpinBtn--unavailable .wheelSpinBtn__glow{display:none}.page--wheel .wheelSpinBtn:disabled:not([aria-busy=true]){cursor:not-allowed;filter:saturate(.75) brightness(.9)}.page--wheel .wheelSpinBtn:disabled[aria-busy=true]{cursor:default;transform:none}.page--wheel .wheelSpinBtn:disabled[aria-busy=true] .wheelSpinBtn__domeLight{opacity:.35;animation:wheelSpinDomeIdle 2.4s ease-in-out infinite}@keyframes wheelSpinDomeLight{0%,to{opacity:.55;transform:translate(-50%,-50%) rotate(var(--light-angle)) translateY(-52%) scale(.9)}50%{opacity:1;transform:translate(-50%,-50%) rotate(var(--light-angle)) translateY(-52%) scale(1.15)}}@keyframes wheelSpinDomePress{0%,to{opacity:.9;transform:translate(-50%,-50%) rotate(var(--light-angle)) translateY(-52%) scale(1)}50%{opacity:1;transform:translate(-50%,-50%) rotate(var(--light-angle)) translateY(-52%) scale(1.2)}}@keyframes wheelSpinDomeIdle{0%,to{opacity:.25}50%{opacity:.45}}.wheel{position:relative;display:flex;flex-direction:column;align-items:center;width:100%;height:auto}.wheel__top{position:relative;width:82%;aspect-ratio:1;flex-shrink:0;z-index:2;margin-bottom:-26%}.wheel__spinCenter{position:absolute;inset:0;z-index:5;display:flex;align-items:center;justify-content:center;pointer-events:none}.wheel__rotate{position:absolute;inset:0;transform-origin:50% 50%}.wheel__face{position:absolute;left:50%;top:50%;width:100%;aspect-ratio:1035 / 1023;transform:translate(-50%,-50%)}.wheel__disc{position:relative;z-index:0;display:block;width:100%;height:100%;object-fit:fill}.wheel__icons{position:absolute;inset:0;z-index:1;pointer-events:none}.wheel__segmentIcon{position:absolute;width:13%;height:13%;object-fit:contain;object-position:center;filter:drop-shadow(0 2px 6px rgba(0,0,0,.35))}.wheel__rimLights{position:absolute;inset:0;z-index:2;pointer-events:none}.wheel__rimLight{position:absolute;width:4%;aspect-ratio:1;border-radius:50%;transform:translate(-50%,-50%);transform-origin:center;background:radial-gradient(circle at 50% 45%,#fff,#fffcf5 28%,#fff5d2f2 52%,#ffe6a099);opacity:.2;box-shadow:inset 0 0 4px #ffffff59,0 0 6px #fff8dc33;animation:wheelRimLightning 4s ease-in-out infinite;will-change:opacity,transform,box-shadow}@keyframes wheelRimLightning{0%,to{opacity:.18;transform:translate(-50%,-50%) scale(.92);box-shadow:inset 0 0 4px #ffffff59,0 0 6px #fff8dc33}25%,75%{opacity:.58;transform:translate(-50%,-50%) scale(1);box-shadow:inset 0 0 8px #ffffffbf,0 0 12px #fff9,0 0 24px #fff8dc73,0 0 36px #ffebbe40}50%{opacity:1;transform:translate(-50%,-50%) scale(1.08);box-shadow:inset 0 0 14px #fff,0 0 18px #fff,0 0 34px #fffae6eb,0 0 52px #fff0c89e,0 0 72px #ffe1aa59}}.wheel__pointer{position:absolute;top:-3%;left:50%;transform:translate(-50%);transform-origin:50% 0%;width:clamp(66px,19.5vw,90px);height:auto;z-index:4;pointer-events:none;filter:drop-shadow(0 4px 8px rgba(0,0,0,.55))}.wheel__pointer--active{animation:wheelPointerShine .55s cubic-bezier(.34,1.25,.64,1) forwards}@keyframes wheelPointerShine{0%{filter:drop-shadow(0 4px 8px rgba(0,0,0,.55)) drop-shadow(0 0 6px rgba(255,230,160,.25)) brightness(1) saturate(1);transform:translate(-50%) scale(1)}22%{filter:drop-shadow(0 4px 10px rgba(0,0,0,.5)) drop-shadow(0 0 14px rgba(255,255,255,.95)) drop-shadow(0 0 28px rgba(255,240,180,.85)) drop-shadow(0 0 42px rgba(255,210,100,.55)) brightness(1.35) saturate(1.2);transform:translate(-50%) scale(1.1)}to{filter:drop-shadow(0 4px 8px rgba(0,0,0,.55));transform:translate(-50%) scale(1)}}@media(prefers-reduced-motion:reduce){.wheel__pointer--active{animation:wheelPointerShine .55s cubic-bezier(.34,1.25,.64,1) forwards}}.wheel__base{position:relative;width:69%;height:50%;flex-shrink:0;z-index:1;object-fit:contain;object-position:center bottom;pointer-events:none}.wheelPaytable{position:relative;z-index:2;flex:0 1 auto;width:min(92%,380px);margin-top:0;margin-bottom:clamp(6px,1.5vh,14px);transform:translateY(-20px);aspect-ratio:1255 / 550;max-height:min(22dvh,165px)}.wheelPaytable__frame{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;pointer-events:none}.wheelPaytable__title{position:absolute;top:4.5%;left:50%;z-index:1;width:72%;height:auto;transform:translate(-50%);object-fit:contain;pointer-events:none}.wheelPaytable__list{position:absolute;inset:30% 7% 10% 52%;list-style:none;margin:0;padding:0;display:flex;flex-direction:column;justify-content:space-evenly}.wheelPaytable__row{display:flex;align-items:center;min-height:0}.wheelPaytable__prize{font-size:clamp(9px,2.5vw,12px);font-weight:700;line-height:1.2;color:#f5d76e;text-shadow:0 1px 2px rgba(0,0,0,.85);text-align:left;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}
