@font-face{font-family:PressStart2P;src:url(/fonts/extras/press-start/PressStart2P-Regular.ttf)format("truetype");font-weight:400;font-style:normal;font-display:swap}.casinoGameLayout-module__G21nRq__container{color:#fff;background:#0a0a0a;width:100%;min-height:100vh;font-family:PressStart2P,monospace;position:relative;overflow-x:hidden}.casinoGameLayout-module__G21nRq__backgroundPattern{pointer-events:none;z-index:0;background:repeating-linear-gradient(0deg,#0000,#0000 2px,#ffffff08 2px 4px),repeating-linear-gradient(90deg,#0000,#0000 2px,#ffffff08 2px 4px);width:100%;height:100%;position:fixed;top:0;left:0}.casinoGameLayout-module__G21nRq__content{z-index:1;flex-direction:column;min-height:100vh;display:flex;position:relative}.casinoGameLayout-module__G21nRq__header{border-bottom:2px solid #ffffff1a;justify-content:space-between;align-items:center;width:100%;margin-bottom:2rem;padding:1.5rem 2rem;display:flex}.casinoGameLayout-module__G21nRq__backButton{color:#fff;image-rendering:pixelated;background:#00000080;border:2px solid #ffffff4d;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.75rem;text-decoration:none;transition:all .2s;display:flex}.casinoGameLayout-module__G21nRq__backButton:hover{background:#000000b3;border-color:#fff9;transform:translateY(-2px)}.casinoGameLayout-module__G21nRq__coinsDisplay{background:#ffd7001a;border:2px solid #ffd7004d;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;display:flex}.casinoGameLayout-module__G21nRq__main{flex-direction:column;flex:1;align-items:center;gap:2rem;width:100%;max-width:600px;margin:0 auto;padding:0 1.5rem;display:flex}.casinoGameLayout-module__G21nRq__title{text-align:center;text-transform:uppercase;letter-spacing:.2em;text-shadow:0 0 10px #ffffff80;margin:0;font-size:1.5rem}.casinoGameLayout-module__G21nRq__footer{border-top:2px solid #ffffff1a;justify-content:center;align-items:center;width:100%;margin-top:auto;padding:2rem;display:flex}.casinoGameLayout-module__G21nRq__dateTime{color:#fff9;font-size:.625rem}@media (max-width:768px){.casinoGameLayout-module__G21nRq__header{padding:1rem 1.5rem}.casinoGameLayout-module__G21nRq__main{padding:0 1rem}.casinoGameLayout-module__G21nRq__title{font-size:1.25rem}.casinoGameLayout-module__G21nRq__footer{padding:1.5rem 1rem}}
.diceRoll-module__sA7I1a__diceSection{flex-direction:column;align-items:center;gap:1.5rem;width:100%;display:flex}.diceRoll-module__sA7I1a__diceWrapper{perspective:1000px;justify-content:center;align-items:center;width:200px;height:200px;display:flex}.diceRoll-module__sA7I1a__dice{width:150px;height:150px;transform-style:preserve-3d;transition:transform .4s cubic-bezier(.34,1.56,.64,1);position:relative}.diceRoll-module__sA7I1a__dice.diceRoll-module__sA7I1a__rolling{animation:.12s cubic-bezier(.25,.46,.45,.94) infinite diceRoll-module__sA7I1a__rollAnimation}@keyframes diceRoll-module__sA7I1a__rollAnimation{0%{transform:rotate(0)scale(1)translateY(0)}10%{transform:rotate(72deg)scale(1.08)translateY(-2px)}20%{transform:rotate(144deg)scale(1)translateY(0)}30%{transform:rotate(216deg)scale(1.08)translateY(-2px)}40%{transform:rotate(288deg)scale(1)translateY(0)}50%{transform:rotate(360deg)scale(1.08)translateY(-2px)}60%{transform:rotate(432deg)scale(1)translateY(0)}70%{transform:rotate(504deg)scale(1.08)translateY(-2px)}80%{transform:rotate(576deg)scale(1)translateY(0)}90%{transform:rotate(648deg)scale(1.08)translateY(-2px)}to{transform:rotate(720deg)scale(1)translateY(0)}}.diceRoll-module__sA7I1a__diceFace{width:100%;height:100%;image-rendering:pixelated;background:#fff;border:4px solid #000;border-radius:12px;justify-content:center;align-items:center;display:flex;position:relative;box-shadow:inset 0 0 20px #0000001a,0 4px 8px #0000004d}.diceRoll-module__sA7I1a__diceDots{box-sizing:border-box;grid-template-rows:repeat(3,1fr);grid-template-columns:repeat(3,1fr);grid-template-areas:"topLeft.topRight""middleLeft center middleRight""bottomLeft.bottomRight";gap:8px;width:100%;height:100%;padding:16px;display:grid}.diceRoll-module__sA7I1a__dot{width:20px;height:20px;image-rendering:pixelated;background:#000;border-radius:50%;place-self:center}.diceRoll-module__sA7I1a__diceValueDisplay{background:#00000080;border:2px solid #fff3;flex-direction:column;align-items:center;gap:.5rem;padding:1rem 2rem;display:flex}.diceRoll-module__sA7I1a__valueLabel{color:#ffffffb3;text-transform:uppercase;font-size:.625rem}.diceRoll-module__sA7I1a__valueNumber{color:#fff;font-size:2rem;line-height:1}.diceRoll-module__sA7I1a__bettingSection{flex-direction:column;gap:1.5rem;width:100%;display:flex}.diceRoll-module__sA7I1a__betInputGroup{flex-direction:column;gap:.75rem;display:flex}.diceRoll-module__sA7I1a__betLabel{color:#fffc;text-transform:uppercase;font-size:.75rem}.diceRoll-module__sA7I1a__betInputWrapper{align-items:center;gap:.5rem;display:flex}.diceRoll-module__sA7I1a__betButton{color:#fff;cursor:pointer;width:40px;height:40px;image-rendering:pixelated;background:#00000080;border:2px solid #ffffff4d;justify-content:center;align-items:center;font-family:PressStart2P,monospace;font-size:1.25rem;transition:all .2s;display:flex}.diceRoll-module__sA7I1a__betButton:hover:not(:disabled){background:#000000b3;border-color:#fff9}.diceRoll-module__sA7I1a__betButton:disabled{opacity:.5;cursor:not-allowed}.diceRoll-module__sA7I1a__betInput{text-align:center;color:#fff;height:40px;image-rendering:pixelated;background:#00000080;border:2px solid #ffffff4d;flex:1;padding:0 1rem;font-family:PressStart2P,monospace;font-size:.875rem}.diceRoll-module__sA7I1a__betInput:focus{border-color:#fff9;outline:none}.diceRoll-module__sA7I1a__betInput:disabled{opacity:.5;cursor:not-allowed}.diceRoll-module__sA7I1a__predictionSection{flex-direction:column;gap:1rem;display:flex}.diceRoll-module__sA7I1a__predictionInfo{color:#fff9;background:#0000004d;border:1px solid #ffffff1a;justify-content:space-between;padding:.5rem;font-size:.625rem;display:flex}.diceRoll-module__sA7I1a__predictionButtons{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.diceRoll-module__sA7I1a__predictionButton{color:#fff;cursor:pointer;text-transform:uppercase;image-rendering:pixelated;background:#00000080;border:3px solid;padding:1rem;font-family:PressStart2P,monospace;font-size:.875rem;transition:all .2s;position:relative}.diceRoll-module__sA7I1a__predictionButton:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #0006}.diceRoll-module__sA7I1a__predictionButton:active:not(:disabled){transform:translateY(0)}.diceRoll-module__sA7I1a__predictionButton:disabled{opacity:.5;cursor:not-allowed}.diceRoll-module__sA7I1a__lowerButton{border-color:#9c27b0}.diceRoll-module__sA7I1a__lowerButton:hover:not(:disabled){border-color:#ba68c8;box-shadow:0 0 15px #9c27b066}.diceRoll-module__sA7I1a__lowerButton.diceRoll-module__sA7I1a__active{background:#9c27b033;border-color:#ba68c8;box-shadow:0 0 20px #9c27b099}.diceRoll-module__sA7I1a__higherButton{border-color:#2196f3}.diceRoll-module__sA7I1a__higherButton:hover:not(:disabled){border-color:#64b5f6;box-shadow:0 0 15px #2196f366}.diceRoll-module__sA7I1a__higherButton.diceRoll-module__sA7I1a__active{background:#2196f333;border-color:#64b5f6;box-shadow:0 0 20px #2196f399}.diceRoll-module__sA7I1a__resultMessage{text-align:center;background:#00000080;border:2px solid;margin-bottom:1rem;padding:1rem;font-size:.875rem;animation:.5s diceRoll-module__sA7I1a__resultPulse}@keyframes diceRoll-module__sA7I1a__resultPulse{0%{opacity:0;transform:scale(.9)}50%{transform:scale(1.05)}to{opacity:1;transform:scale(1)}}.diceRoll-module__sA7I1a__resultMessage.diceRoll-module__sA7I1a__win{color:#4caf50;border-color:#4caf50;box-shadow:0 0 15px #4caf5066}.diceRoll-module__sA7I1a__resultMessage.diceRoll-module__sA7I1a__lose{color:#f44336;border-color:#f44336;box-shadow:0 0 15px #f4433666}@media (max-width:768px){.diceRoll-module__sA7I1a__diceWrapper{width:150px;height:150px}.diceRoll-module__sA7I1a__dice{width:120px;height:120px}.diceRoll-module__sA7I1a__valueNumber{font-size:1.5rem}.diceRoll-module__sA7I1a__predictionButtons{gap:.75rem}.diceRoll-module__sA7I1a__predictionButton{padding:.875rem;font-size:.75rem}}
.rangeRoulette-module__9bjLTa__gameContent{flex-direction:column;align-items:center;gap:1.5rem;width:100%;display:flex}.rangeRoulette-module__9bjLTa__questionMark{color:#fff;text-shadow:0 0 10px #ffffff80;background:#ffffff1a;border:2px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;font-size:3rem;display:flex}.rangeRoulette-module__9bjLTa__rangeDisplay{flex-direction:column;align-items:center;gap:.5rem;display:flex}.rangeRoulette-module__9bjLTa__rangeLabel{color:#fffc;text-transform:uppercase;font-size:.75rem}.rangeRoulette-module__9bjLTa__rangeValue{color:#fff;font-size:2rem;font-weight:700}.rangeRoulette-module__9bjLTa__multiplierSection{flex-direction:column;gap:1rem;width:100%;max-width:500px;display:flex}.rangeRoulette-module__9bjLTa__multiplierLabel{color:#fff;text-align:center;font-size:.875rem}.rangeRoulette-module__9bjLTa__sliderContainer{width:100%;height:40px;position:relative}.rangeRoulette-module__9bjLTa__multiplierSlider{opacity:0;cursor:pointer;z-index:2;width:100%;height:100%;position:absolute}.rangeRoulette-module__9bjLTa__sliderTrack{background:#fff3;border-radius:4px;width:100%;height:8px;position:absolute;top:50%;transform:translateY(-50%)}.rangeRoulette-module__9bjLTa__sliderFill{background:#9c27b099;border-radius:4px;height:100%;transition:width .1s}.rangeRoulette-module__9bjLTa__sliderHandle{background:#fff;border-radius:50%;width:20px;height:20px;transition:left .1s;position:absolute;top:50%;transform:translate(-50%,-50%);box-shadow:0 0 10px #ffffff80}.rangeRoulette-module__9bjLTa__betAmountSection{flex-direction:column;gap:.75rem;width:100%;max-width:500px;display:flex}.rangeRoulette-module__9bjLTa__betAmountLabel{color:#fffc;text-transform:uppercase;font-size:.75rem}.rangeRoulette-module__9bjLTa__betInputWrapper{align-items:center;gap:.5rem;display:flex}.rangeRoulette-module__9bjLTa__betButton{color:#fff;cursor:pointer;width:40px;height:40px;image-rendering:pixelated;background:#00000080;border:2px solid #ffffff4d;justify-content:center;align-items:center;font-family:PressStart2P,monospace;font-size:1.25rem;transition:all .2s;display:flex}.rangeRoulette-module__9bjLTa__betButton:hover:not(:disabled){background:#000000b3;border-color:#fff9}.rangeRoulette-module__9bjLTa__betButton:disabled{opacity:.5;cursor:not-allowed}.rangeRoulette-module__9bjLTa__betAmountInput{text-align:center;color:#fff;height:40px;image-rendering:pixelated;background:#00000080;border:2px solid #ffffff4d;flex:1;padding:0 1rem;font-family:PressStart2P,monospace;font-size:.875rem}.rangeRoulette-module__9bjLTa__betAmountInput:focus{border-color:#fff9;outline:none}.rangeRoulette-module__9bjLTa__betAmountInput:disabled{opacity:.5;cursor:not-allowed}.rangeRoulette-module__9bjLTa__numberSelection{width:100%}.rangeRoulette-module__9bjLTa__numberGrid{grid-template-columns:repeat(5,1fr);gap:.75rem;display:grid}.rangeRoulette-module__9bjLTa__numberButton{aspect-ratio:1;color:#fff;cursor:pointer;image-rendering:pixelated;background:#00000080;border:2px solid #ffffff4d;font-family:PressStart2P,monospace;font-size:1rem;transition:all .2s}.rangeRoulette-module__9bjLTa__numberButton:hover:not(:disabled){background:#000000b3;border-color:#fff9;transform:scale(1.05)}.rangeRoulette-module__9bjLTa__numberButton:disabled{opacity:.5;cursor:not-allowed}.rangeRoulette-module__9bjLTa__numberButton.rangeRoulette-module__9bjLTa__selected{background:#9c27b04d;border-color:#ba68c8;box-shadow:0 0 15px #9c27b099}.rangeRoulette-module__9bjLTa__winningNumberDisplay{background:#00000080;border:2px solid #ffffff4d;border-radius:4px;flex-direction:column;align-items:center;gap:.5rem;padding:1rem 2rem;display:flex}.rangeRoulette-module__9bjLTa__winningLabel{color:#ffffffb3;text-transform:uppercase;font-size:.625rem}.rangeRoulette-module__9bjLTa__winningValue{color:#fff;font-size:2.5rem;font-weight:700}.rangeRoulette-module__9bjLTa__spinButton{color:#fff;cursor:pointer;text-transform:uppercase;width:100%;max-width:500px;image-rendering:pixelated;background:#2196f3;border:3px solid #64b5f6;padding:1rem;font-family:PressStart2P,monospace;font-size:.875rem;transition:all .2s}.rangeRoulette-module__9bjLTa__spinButton:hover:not(:disabled){background:#1976d2;border-color:#90caf9;transform:translateY(-2px);box-shadow:0 0 20px #2196f399}.rangeRoulette-module__9bjLTa__spinButton:active:not(:disabled){transform:translateY(0)}.rangeRoulette-module__9bjLTa__spinButton:disabled{opacity:.5;cursor:not-allowed}.rangeRoulette-module__9bjLTa__resultMessage{text-align:center;background:#00000080;border:2px solid;width:100%;margin-bottom:1rem;padding:1rem;font-size:.875rem;animation:.5s rangeRoulette-module__9bjLTa__resultPulse}@keyframes rangeRoulette-module__9bjLTa__resultPulse{0%{opacity:0;transform:scale(.9)}50%{transform:scale(1.05)}to{opacity:1;transform:scale(1)}}.rangeRoulette-module__9bjLTa__resultMessage.rangeRoulette-module__9bjLTa__win{color:#4caf50;border-color:#4caf50;box-shadow:0 0 15px #4caf5066}.rangeRoulette-module__9bjLTa__resultMessage.rangeRoulette-module__9bjLTa__lose{color:#f44336;border-color:#f44336;box-shadow:0 0 15px #f4433666}@media (max-width:768px){.rangeRoulette-module__9bjLTa__gamePanel{padding:1.5rem}.rangeRoulette-module__9bjLTa__numberGrid{grid-template-columns:repeat(5,1fr);gap:.5rem}.rangeRoulette-module__9bjLTa__numberButton{font-size:.875rem}}
.rockPaperScissors-module__hieAMG__gameContent{flex-direction:column;align-items:center;gap:1.5rem;width:100%;display:flex}.rockPaperScissors-module__hieAMG__choicesSection{justify-content:center;align-items:center;gap:2rem;width:100%;max-width:600px;display:flex}.rockPaperScissors-module__hieAMG__playerSection,.rockPaperScissors-module__hieAMG__computerSection{flex-direction:column;flex:1;align-items:center;gap:.75rem;display:flex}.rockPaperScissors-module__hieAMG__sectionLabel{color:#ffffffb3;text-transform:uppercase;image-rendering:pixelated;font-family:PressStart2P,monospace;font-size:.625rem}.rockPaperScissors-module__hieAMG__choiceDisplay{width:120px;height:120px;image-rendering:pixelated;background:#00000080;border:3px solid #ffffff4d;justify-content:center;align-items:center;display:flex}.rockPaperScissors-module__hieAMG__choiceEmoji{image-rendering:pixelated;font-size:3.5rem;transition:transform .2s;animation:none}.rockPaperScissors-module__hieAMG__choiceEmoji.rockPaperScissors-module__hieAMG__animating{animation:.1s infinite rockPaperScissors-module__hieAMG__choiceAnimation}@keyframes rockPaperScissors-module__hieAMG__choiceAnimation{0%,to{transform:scale(1)rotate(0)}50%{transform:scale(1.1)rotate(5deg)}}.rockPaperScissors-module__hieAMG__choicePlaceholder{color:#ffffff4d;image-rendering:pixelated;font-family:PressStart2P,monospace;font-size:2.5rem}.rockPaperScissors-module__hieAMG__vsDivider{color:#fffc;text-transform:uppercase;image-rendering:pixelated;font-family:PressStart2P,monospace;font-size:.875rem}.rockPaperScissors-module__hieAMG__bettingSection{flex-direction:column;align-items:center;gap:1.5rem;width:100%;max-width:500px;display:flex}.rockPaperScissors-module__hieAMG__betAmountGroup{flex-direction:column;gap:.75rem;width:100%;display:flex}.rockPaperScissors-module__hieAMG__betLabel{color:#fffc;text-transform:uppercase;image-rendering:pixelated;font-family:PressStart2P,monospace;font-size:.75rem}.rockPaperScissors-module__hieAMG__betInputWrapper{align-items:center;gap:.5rem;display:flex}.rockPaperScissors-module__hieAMG__betInput{text-align:center;color:#fff;height:40px;image-rendering:pixelated;background:#00000080;border:2px solid #ffffff4d;flex:1;padding:0 1rem;font-family:PressStart2P,monospace;font-size:.875rem}.rockPaperScissors-module__hieAMG__betInput:focus{border-color:#fff9;outline:none}.rockPaperScissors-module__hieAMG__betInput:disabled{opacity:.5;cursor:not-allowed}.rockPaperScissors-module__hieAMG__betButton{color:#fff;cursor:pointer;width:40px;height:40px;image-rendering:pixelated;background:#00000080;border:2px solid #ffffff4d;justify-content:center;align-items:center;font-family:PressStart2P,monospace;font-size:1.25rem;transition:all .2s;display:flex}.rockPaperScissors-module__hieAMG__betButton:hover:not(:disabled){background:#000000b3;border-color:#fff9}.rockPaperScissors-module__hieAMG__betButton:disabled{opacity:.5;cursor:not-allowed}.rockPaperScissors-module__hieAMG__choiceButtons{grid-template-columns:repeat(3,1fr);gap:1rem;width:100%;display:grid}.rockPaperScissors-module__hieAMG__choiceButton{color:#fff;cursor:pointer;text-transform:uppercase;image-rendering:pixelated;background:#00000080;border:3px solid;flex-direction:column;align-items:center;gap:.5rem;padding:1rem;font-family:PressStart2P,monospace;font-size:.75rem;transition:all .2s;display:flex;position:relative}.rockPaperScissors-module__hieAMG__choiceButton:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #0006}.rockPaperScissors-module__hieAMG__choiceButton:active:not(:disabled){transform:translateY(0)}.rockPaperScissors-module__hieAMG__choiceButton:disabled{opacity:.5;cursor:not-allowed}.rockPaperScissors-module__hieAMG__choiceButton.rockPaperScissors-module__hieAMG__selected{background:#ffffff1a;box-shadow:0 0 20px #ffffff4d}.rockPaperScissors-module__hieAMG__choiceButtonEmoji{image-rendering:pixelated;font-size:2rem;line-height:1}.rockPaperScissors-module__hieAMG__choiceButtonText{image-rendering:pixelated}.rockPaperScissors-module__hieAMG__rockButton{border-color:#9c27b0}.rockPaperScissors-module__hieAMG__rockButton:hover:not(:disabled){border-color:#ba68c8;box-shadow:0 0 15px #9c27b066}.rockPaperScissors-module__hieAMG__rockButton.rockPaperScissors-module__hieAMG__selected{background:#9c27b033;border-color:#ba68c8;box-shadow:0 0 20px #9c27b099}.rockPaperScissors-module__hieAMG__paperButton{border-color:#2196f3}.rockPaperScissors-module__hieAMG__paperButton:hover:not(:disabled){border-color:#64b5f6;box-shadow:0 0 15px #2196f366}.rockPaperScissors-module__hieAMG__paperButton.rockPaperScissors-module__hieAMG__selected{background:#2196f333;border-color:#64b5f6;box-shadow:0 0 20px #2196f399}.rockPaperScissors-module__hieAMG__scissorsButton{border-color:#ff9800}.rockPaperScissors-module__hieAMG__scissorsButton:hover:not(:disabled){border-color:#ffb74d;box-shadow:0 0 15px #ff980066}.rockPaperScissors-module__hieAMG__scissorsButton.rockPaperScissors-module__hieAMG__selected{background:#ff980033;border-color:#ffb74d;box-shadow:0 0 20px #ff980099}.rockPaperScissors-module__hieAMG__resultMessage{text-align:center;image-rendering:pixelated;background:#00000080;border:2px solid;margin-bottom:1rem;padding:1rem;font-family:PressStart2P,monospace;font-size:.875rem;animation:.5s rockPaperScissors-module__hieAMG__resultPulse}@keyframes rockPaperScissors-module__hieAMG__resultPulse{0%{opacity:0;transform:scale(.9)}50%{transform:scale(1.05)}to{opacity:1;transform:scale(1)}}.rockPaperScissors-module__hieAMG__resultMessage.rockPaperScissors-module__hieAMG__win{color:#4caf50;border-color:#4caf50;box-shadow:0 0 15px #4caf5066}.rockPaperScissors-module__hieAMG__resultMessage.rockPaperScissors-module__hieAMG__lose{color:#f44336;border-color:#f44336;box-shadow:0 0 15px #f4433666}.rockPaperScissors-module__hieAMG__resultMessage.rockPaperScissors-module__hieAMG__tie{color:#ff9800;border-color:#ff9800;box-shadow:0 0 15px #ff980066}
.slotMachine-module__zYXgzW__gameContent{flex-direction:column;align-items:center;gap:1.5rem;width:100%;display:flex}.slotMachine-module__zYXgzW__reelsContainer{grid-template-columns:repeat(3,1fr);gap:1rem;width:100%;max-width:500px;display:grid}.slotMachine-module__zYXgzW__reelWrapper{background:#0000004d;border:3px solid #ffffff4d;border-radius:8px;width:100%;height:80px;position:relative;overflow:hidden}.slotMachine-module__zYXgzW__reelWindow{width:100%;height:80px;position:relative;overflow:hidden}.slotMachine-module__zYXgzW__reel{will-change:transform;flex-direction:column;display:flex;position:relative}.slotMachine-module__zYXgzW__symbol{width:100%;height:80px;min-height:80px;max-height:80px;image-rendering:pixelated;box-sizing:border-box;background:#ffffff0d;border-bottom:1px solid #ffffff1a;flex-shrink:0;justify-content:center;align-items:center;padding-bottom:3px;font-size:3.5rem;line-height:1;display:flex;position:relative;transform:translateY(-3px)}.slotMachine-module__zYXgzW__betAmountSection{flex-direction:column;gap:.75rem;width:100%;max-width:500px;display:flex}.slotMachine-module__zYXgzW__betAmountLabel{color:#fffc;text-transform:uppercase;font-size:.75rem}.slotMachine-module__zYXgzW__betInputWrapper{align-items:center;gap:.5rem;display:flex}.slotMachine-module__zYXgzW__betButton{color:#fff;cursor:pointer;width:40px;height:40px;image-rendering:pixelated;background:#00000080;border:2px solid #ffffff4d;justify-content:center;align-items:center;font-family:PressStart2P,monospace;font-size:1.25rem;transition:all .2s;display:flex}.slotMachine-module__zYXgzW__betButton:hover:not(:disabled){background:#000000b3;border-color:#fff9}.slotMachine-module__zYXgzW__betButton:disabled{opacity:.5;cursor:not-allowed}.slotMachine-module__zYXgzW__betAmountInput{text-align:center;color:#fff;height:40px;image-rendering:pixelated;background:#00000080;border:2px solid #ffffff4d;flex:1;padding:0 1rem;font-family:PressStart2P,monospace;font-size:.875rem}.slotMachine-module__zYXgzW__betAmountInput:focus{border-color:#fff9;outline:none}.slotMachine-module__zYXgzW__betAmountInput:disabled{opacity:.5;cursor:not-allowed}.slotMachine-module__zYXgzW__spinButton{color:#fff;cursor:pointer;text-transform:uppercase;width:100%;image-rendering:pixelated;text-shadow:2px 2px #00000080;background:#ff8c00;border:3px solid orange;margin-bottom:1.5rem;padding:1rem;font-family:PressStart2P,monospace;font-size:.875rem;transition:all .2s}.slotMachine-module__zYXgzW__spinButton:hover:not(:disabled){background:#ff7f00;border-color:#ffb347;transform:translateY(-2px);box-shadow:0 0 20px #ff8c0099}.slotMachine-module__zYXgzW__spinButton:active:not(:disabled){transform:translateY(0)}.slotMachine-module__zYXgzW__spinButton:disabled{opacity:.5;cursor:not-allowed}.slotMachine-module__zYXgzW__payoutSection{justify-content:space-between;align-items:center;width:100%;max-width:500px;margin-bottom:1rem;display:flex}.slotMachine-module__zYXgzW__payoutLabel{color:#fffc;text-transform:uppercase;font-size:.75rem}.slotMachine-module__zYXgzW__showButton{color:#fff;cursor:pointer;text-transform:uppercase;image-rendering:pixelated;background:#00000080;border:2px solid #ffffff4d;padding:.5rem 1rem;font-family:PressStart2P,monospace;font-size:.625rem;transition:all .2s}.slotMachine-module__zYXgzW__showButton:hover{background:#000000b3;border-color:#fff9}.slotMachine-module__zYXgzW__payoutTable{background:#0000004d;border:2px solid #fff3;border-radius:4px;flex-direction:column;gap:.75rem;width:100%;max-width:500px;margin-bottom:1rem;padding:1rem;display:flex}.slotMachine-module__zYXgzW__payoutRow{color:#fffc;justify-content:space-between;align-items:center;font-size:.75rem;display:flex}.slotMachine-module__zYXgzW__payoutSymbols{align-items:center;gap:.25rem;display:flex}.slotMachine-module__zYXgzW__payoutSymbol{font-size:1.25rem}.slotMachine-module__zYXgzW__payoutMultiplier{color:#ffffffe6;font-size:.875rem;font-weight:700}.slotMachine-module__zYXgzW__resultMessage{text-align:center;background:#00000080;border:2px solid;width:100%;margin-bottom:1rem;padding:1rem;font-size:.875rem;animation:.5s slotMachine-module__zYXgzW__resultPulse}@keyframes slotMachine-module__zYXgzW__resultPulse{0%{opacity:0;transform:scale(.9)}50%{transform:scale(1.05)}to{opacity:1;transform:scale(1)}}.slotMachine-module__zYXgzW__resultMessage.slotMachine-module__zYXgzW__win{color:#4caf50;border-color:#4caf50;box-shadow:0 0 15px #4caf5066}.slotMachine-module__zYXgzW__resultMessage.slotMachine-module__zYXgzW__lose{color:#f44336;border-color:#f44336;box-shadow:0 0 15px #f4433666}@media (max-width:768px){.slotMachine-module__zYXgzW__gamePanel{padding:1.5rem}.slotMachine-module__zYXgzW__reelDisplay{font-size:3rem}}
.spinTheWheel-module__-gn6dG__gameContent{flex-direction:column;align-items:center;gap:2rem;width:100%;padding:2rem 0;display:flex}.spinTheWheel-module__-gn6dG__wheelSection{flex-direction:column;align-items:center;gap:1.5rem;display:flex}.spinTheWheel-module__-gn6dG__wheelContainer{width:400px;height:400px;position:relative}.spinTheWheel-module__-gn6dG__wheel{transform-origin:50%;filter:drop-shadow(0 0 8px #00000080);width:100%;height:100%}.spinTheWheel-module__-gn6dG__segmentText{fill:#fff;text-shadow:2px 2px #000c,0 0 4px #00000080;image-rendering:pixelated;pointer-events:none;font-family:PressStart2P,monospace;font-size:12px}.spinTheWheel-module__-gn6dG__segmentMultiplier{fill:#fff;text-shadow:2px 2px #000c,0 0 4px #00000080;image-rendering:pixelated;pointer-events:none;font-family:PressStart2P,monospace;font-size:10px}.spinTheWheel-module__-gn6dG__pointer{z-index:10;filter:drop-shadow(0 2px 4px #00000080);border-top:30px solid #fff;border-left:20px solid #0000;border-right:20px solid #0000;width:0;height:0;position:absolute;top:-15px;left:50%;transform:translate(-50%)}.spinTheWheel-module__-gn6dG__winningDisplay{background:#00000080;border:2px solid #fff3;flex-direction:column;align-items:center;gap:.75rem;padding:1rem 2rem;display:flex}.spinTheWheel-module__-gn6dG__winningLabel{color:#ffffffb3;text-transform:uppercase;image-rendering:pixelated;font-family:PressStart2P,monospace;font-size:.625rem}.spinTheWheel-module__-gn6dG__winningColorBox{color:#fff;text-align:center;text-shadow:2px 2px #000c,0 0 4px #00000080;image-rendering:pixelated;border:3px solid;min-width:120px;padding:.75rem 1.5rem;font-family:PressStart2P,monospace;font-size:1rem}.spinTheWheel-module__-gn6dG__bettingSection{flex-direction:column;gap:1.5rem;width:100%;max-width:500px;display:flex}.spinTheWheel-module__-gn6dG__betAmountGroup{flex-direction:column;gap:.75rem;display:flex}.spinTheWheel-module__-gn6dG__betLabel{color:#fffc;text-transform:uppercase;image-rendering:pixelated;font-family:PressStart2P,monospace;font-size:.75rem}.spinTheWheel-module__-gn6dG__betInputWrapper{align-items:center;gap:.5rem;display:flex}.spinTheWheel-module__-gn6dG__betButton{color:#fff;cursor:pointer;width:40px;height:40px;image-rendering:pixelated;background:#00000080;border:3px solid #fff;justify-content:center;align-items:center;font-family:PressStart2P,monospace;font-size:1.25rem;transition:all .2s;display:flex}.spinTheWheel-module__-gn6dG__betButton:hover:not(:disabled){background:#ffffff1a;box-shadow:0 0 10px #ffffff4d}.spinTheWheel-module__-gn6dG__betButton:disabled{opacity:.5;cursor:not-allowed}.spinTheWheel-module__-gn6dG__betInput{color:#fff;text-align:center;height:40px;image-rendering:pixelated;background:#00000080;border:3px solid #fff;flex:1;padding:0 1rem;font-family:PressStart2P,monospace;font-size:.875rem}.spinTheWheel-module__-gn6dG__betInput:focus{outline:none;box-shadow:0 0 10px #ffffff4d}.spinTheWheel-module__-gn6dG__colorSelection{flex-direction:column;gap:.75rem;display:flex}.spinTheWheel-module__-gn6dG__colorLabel{color:#fffc;text-transform:uppercase;image-rendering:pixelated;font-family:PressStart2P,monospace;font-size:.75rem}.spinTheWheel-module__-gn6dG__colorButtons{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.spinTheWheel-module__-gn6dG__colorButton{color:#fff;cursor:pointer;text-transform:uppercase;min-width:120px;image-rendering:pixelated;border:3px solid;flex-direction:column;flex:1;align-items:center;gap:.5rem;padding:1rem;font-family:PressStart2P,monospace;font-size:.625rem;transition:all .2s;display:flex;box-shadow:0 0 0 2px #fff3,inset 0 0 0 2px #0003}.spinTheWheel-module__-gn6dG__colorButton:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 8px #0006,0 0 0 2px #fff6,inset 0 0 0 2px #0000004d}.spinTheWheel-module__-gn6dG__colorButton:disabled{opacity:.5;cursor:not-allowed}.spinTheWheel-module__-gn6dG__colorButton.spinTheWheel-module__-gn6dG__selected{box-shadow:0 0 20px #fff9,0 0 0 4px #fff6,inset 0 0 0 2px #0000004d}.spinTheWheel-module__-gn6dG__colorName{font-weight:700}.spinTheWheel-module__-gn6dG__colorMultiplier{font-size:.5rem}.spinTheWheel-module__-gn6dG__spinButton{color:#fff;cursor:pointer;text-transform:uppercase;width:100%;image-rendering:pixelated;background:#ff3379;border:3px solid #fff;padding:1.5rem;font-family:PressStart2P,monospace;font-size:1rem;transition:all .2s;box-shadow:0 0 0 2px #fff3,inset 0 0 0 2px #0003}.spinTheWheel-module__-gn6dG__spinButton:hover:not(:disabled){background:#ff4d8f;transform:translateY(-2px);box-shadow:0 4px 8px #ff337999,0 0 0 2px #fff6,inset 0 0 0 2px #0000004d}.spinTheWheel-module__-gn6dG__spinButton:disabled{opacity:.5;cursor:not-allowed}.spinTheWheel-module__-gn6dG__resultMessage{text-align:center;text-transform:uppercase;image-rendering:pixelated;border:3px solid;padding:1rem;font-family:PressStart2P,monospace;font-size:.75rem}.spinTheWheel-module__-gn6dG__resultMessage.spinTheWheel-module__-gn6dG__win{color:#4caf50;background:#4caf501a;border-color:#4caf50;box-shadow:0 0 10px #4caf504d}.spinTheWheel-module__-gn6dG__resultMessage.spinTheWheel-module__-gn6dG__lose{color:#f44336;background:#f443361a;border-color:#f44336;box-shadow:0 0 10px #f443364d}@media (max-width:768px){.spinTheWheel-module__-gn6dG__wheelContainer{width:300px;height:300px}.spinTheWheel-module__-gn6dG__segmentText{font-size:.625rem}.spinTheWheel-module__-gn6dG__segmentMultiplier{font-size:.5rem}.spinTheWheel-module__-gn6dG__colorButtons{flex-direction:column}.spinTheWheel-module__-gn6dG__colorButton{min-width:100%}}
