.CupsGame-module__iRy2LG__gameContainer{justify-content:center;align-items:center;width:100%;height:100vh;display:flex;position:relative;overflow:hidden}.CupsGame-module__iRy2LG__roundIndicatorWrapper{z-index:50;pointer-events:none;flex-direction:column;align-items:center;gap:8px;display:flex;position:absolute;top:64px;left:50%;transform:translate(-50%)}.CupsGame-module__iRy2LG__roundLabel{text-align:center}.CupsGame-module__iRy2LG__roundLabel span{color:#fff;letter-spacing:.1em;text-transform:uppercase;font-size:.875rem;font-weight:600}.CupsGame-module__iRy2LG__multiplierBox{background:#1a1a2ee6;border:1px solid #ff00de;border-radius:12px;padding:16px 32px;box-shadow:0 0 20px #ff00de66}.CupsGame-module__iRy2LG__multiplierContent{align-items:center;gap:16px;display:flex}.CupsGame-module__iRy2LG__multiplierText{color:#fff;font-size:2rem;font-weight:700}.CupsGame-module__iRy2LG__scoreText{color:#ff00de;font-size:1.25rem;font-weight:700}.CupsGame-module__iRy2LG__table{z-index:1;pointer-events:none;width:1800px;max-width:1500px;height:auto;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.CupsGame-module__iRy2LG__cupsWrapper{z-index:10;position:absolute;bottom:300px;left:50%;transform:translate(-50%)}.CupsGame-module__iRy2LG__cup{pointer-events:none;-webkit-user-select:none;user-select:none;width:100px;height:auto;transition:transform .15s,filter .15s;position:absolute}.CupsGame-module__iRy2LG__cupClickable{pointer-events:auto;cursor:pointer}.CupsGame-module__iRy2LG__cupClickable:hover{filter:drop-shadow(0 0 20px #0ffc)}.CupsGame-module__iRy2LG__deathCup{animation:.5s ease-in-out infinite alternate CupsGame-module__iRy2LG__deathPulse;filter:drop-shadow(0 0 30px #ff0000e6)!important}@keyframes CupsGame-module__iRy2LG__deathPulse{0%{filter:drop-shadow(0 0 20px #ff0000b3)}to{filter:drop-shadow(0 0 40px red)}}.CupsGame-module__iRy2LG__ball{z-index:100;pointer-events:none;opacity:0;background:radial-gradient(circle at 30% 30%,#fff,#ddd);border-radius:50%;width:80px;height:80px;transition:left .15s ease-out;position:absolute;bottom:20%;left:50%;transform:translate(-50%,50%);box-shadow:0 0 15px #fffc,inset 0 -5px 10px #0003}.CupsGame-module__iRy2LG__ballAnimating{transition:left .15s ease-out,bottom 1s;animation:1s ease-out forwards CupsGame-module__iRy2LG__ballThrow}@keyframes CupsGame-module__iRy2LG__ballThrow{0%{opacity:1;transform:translate(-50%,50%)scale(1)}40%{opacity:1;transform:translate(-50%,50%)translateY(-200px)scale(.8)}65%{opacity:1;transform:translate(-50%,50%)translateY(-80px)scale(.55)}74%{opacity:1;transform:translate(-50%,50%)translateY(-40px)scale(.45)}75%{opacity:0;transform:translate(-50%,50%)translateY(-30px)scale(.4)}to{opacity:0;transform:translate(-50%,50%)translateY(0)scale(.3)}}.CupsGame-module__iRy2LG__resetButton{color:#0ff;cursor:pointer;text-transform:uppercase;z-index:100;background:#000c;border:2px solid #0ff;border-radius:8px;padding:1rem 2rem;font-size:1.25rem;font-weight:700;transition:all .2s;position:absolute;bottom:30%;left:50%;transform:translate(-50%);box-shadow:0 0 10px #00ffff80}.CupsGame-module__iRy2LG__resetButton:hover{background:#0ff3;transform:translate(-50%)scale(1.05);box-shadow:0 0 20px #0ffc}
