.Dice-module__eBB_-G__scene{perspective:600px;width:100px;height:100px;margin:20px}.Dice-module__eBB_-G__cube{width:100%;height:100%;transform-style:preserve-3d;transition:transform 1s cubic-bezier(.2,.8,.2,1);position:relative;transform:translateZ(-50px)}.Dice-module__eBB_-G__cube.Dice-module__eBB_-G__rolling{animation:.8s linear infinite Dice-module__eBB_-G__spin}.Dice-module__eBB_-G__face{background:var(--dice-base);border-radius:16px;justify-content:center;align-items:center;width:100px;height:100px;font-size:0;display:flex;position:absolute;box-shadow:inset 0 0 15px #0000001a,0 0 10px #0003}.Dice-module__eBB_-G__dot{background:var(--dice-dot);border-radius:50%;width:18px;height:18px;display:block;box-shadow:inset 0 2px 4px #00000080}.Dice-module__eBB_-G__front{transform:rotateY(0)translateZ(50px)}.Dice-module__eBB_-G__back{transform:rotateY(180deg)translateZ(50px)}.Dice-module__eBB_-G__right{transform:rotateY(90deg)translateZ(50px)}.Dice-module__eBB_-G__left{transform:rotateY(-90deg)translateZ(50px)}.Dice-module__eBB_-G__top{transform:rotateX(90deg)translateZ(50px)}.Dice-module__eBB_-G__bottom{transform:rotateX(-90deg)translateZ(50px)}.Dice-module__eBB_-G__face{grid-template-rows:repeat(3,1fr);grid-template-columns:repeat(3,1fr);padding:12px;display:grid}.Dice-module__eBB_-G__face[data-face="1"] .Dice-module__eBB_-G__dot:first-child{grid-area:2/2}.Dice-module__eBB_-G__face[data-face="2"] .Dice-module__eBB_-G__dot:first-child{grid-area:1/1}.Dice-module__eBB_-G__face[data-face="2"] .Dice-module__eBB_-G__dot:nth-child(2){grid-area:3/3}.Dice-module__eBB_-G__face[data-face="3"] .Dice-module__eBB_-G__dot:first-child{grid-area:1/1}.Dice-module__eBB_-G__face[data-face="3"] .Dice-module__eBB_-G__dot:nth-child(2){grid-area:2/2}.Dice-module__eBB_-G__face[data-face="3"] .Dice-module__eBB_-G__dot:nth-child(3){grid-area:3/3}.Dice-module__eBB_-G__face[data-face="4"] .Dice-module__eBB_-G__dot:first-child{grid-area:1/1}.Dice-module__eBB_-G__face[data-face="4"] .Dice-module__eBB_-G__dot:nth-child(2){grid-area:1/3}.Dice-module__eBB_-G__face[data-face="4"] .Dice-module__eBB_-G__dot:nth-child(3){grid-area:3/1}.Dice-module__eBB_-G__face[data-face="4"] .Dice-module__eBB_-G__dot:nth-child(4){grid-area:3/3}.Dice-module__eBB_-G__face[data-face="5"] .Dice-module__eBB_-G__dot:first-child{grid-area:1/1}.Dice-module__eBB_-G__face[data-face="5"] .Dice-module__eBB_-G__dot:nth-child(2){grid-area:1/3}.Dice-module__eBB_-G__face[data-face="5"] .Dice-module__eBB_-G__dot:nth-child(3){grid-area:2/2}.Dice-module__eBB_-G__face[data-face="5"] .Dice-module__eBB_-G__dot:nth-child(4){grid-area:3/1}.Dice-module__eBB_-G__face[data-face="5"] .Dice-module__eBB_-G__dot:nth-child(5){grid-area:3/3}.Dice-module__eBB_-G__face[data-face="6"] .Dice-module__eBB_-G__dot:first-child{grid-area:1/1}.Dice-module__eBB_-G__face[data-face="6"] .Dice-module__eBB_-G__dot:nth-child(2){grid-area:1/3}.Dice-module__eBB_-G__face[data-face="6"] .Dice-module__eBB_-G__dot:nth-child(3){grid-area:2/1}.Dice-module__eBB_-G__face[data-face="6"] .Dice-module__eBB_-G__dot:nth-child(4){grid-area:2/3}.Dice-module__eBB_-G__face[data-face="6"] .Dice-module__eBB_-G__dot:nth-child(5){grid-area:3/1}.Dice-module__eBB_-G__face[data-face="6"] .Dice-module__eBB_-G__dot:nth-child(6){grid-area:3/3}@keyframes Dice-module__eBB_-G__spin{0%{transform:translateZ(-50px)rotateX(0)rotateY(0)rotate(0)}to{transform:translateZ(-50px)rotateX(360deg)rotateY(360deg)rotate(360deg)}}
.Confetti-module__8iN2uq__canvas{pointer-events:none;z-index:1000;width:100vw;height:100vh;position:fixed;top:0;left:0}
.GameInterface-module__NOa3UG__container{flex-direction:column;justify-content:center;align-items:center;gap:20px;width:100%;min-height:100vh;padding:20px;display:flex}.GameInterface-module__NOa3UG__promoBanner{flex-direction:column;gap:10px;width:100%;max-width:500px;animation:.5s ease-out GameInterface-module__NOa3UG__fadeInDown;display:flex}.GameInterface-module__NOa3UG__promoItem{color:#fff;background:linear-gradient(135deg,#dc262626,#16a34a26);border:1px solid #dc26264d;border-radius:12px;align-items:center;gap:10px;padding:12px 16px;font-size:.9rem;display:flex}.GameInterface-module__NOa3UG__promoIcon{font-size:1.3rem}.GameInterface-module__NOa3UG__card{-webkit-backdrop-filter:blur(20px);text-align:center;background:linear-gradient(145deg,#1e1e1ee6,#141414f2);border:1px solid #ffffff1a;border-radius:32px;flex-direction:column;align-items:center;width:100%;max-width:500px;padding:50px 40px;transition:all .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #00000080,0 0 100px #dc26261a,0 0 100px #16a34a1a}.GameInterface-module__NOa3UG__snowflakes{opacity:.5;justify-content:center;gap:20px;font-size:1.2rem;animation:3s ease-in-out infinite GameInterface-module__NOa3UG__float;display:flex;position:absolute;top:15px;left:0;right:0}.GameInterface-module__NOa3UG__snowflakes span:nth-child(2){animation-delay:.5s}.GameInterface-module__NOa3UG__snowflakes span:nth-child(3){animation-delay:1s}.GameInterface-module__NOa3UG__form{flex-direction:column;align-items:center;width:100%;display:flex}.GameInterface-module__NOa3UG__logoSection{margin-bottom:20px}.GameInterface-module__NOa3UG__brandName{letter-spacing:.3em;-webkit-text-fill-color:transparent;background:linear-gradient(135deg,gold,#ffb347,gold);-webkit-background-clip:text;background-clip:text;margin-bottom:10px;font-size:3rem;font-weight:800}.GameInterface-module__NOa3UG__christmasBadge{color:#fff;text-shadow:0 1px 2px #0000004d;background:linear-gradient(135deg,#dc2626,#16a34a);border-radius:20px;padding:8px 20px;font-size:.85rem;font-weight:600}.GameInterface-module__NOa3UG__title{letter-spacing:-.02em;-webkit-text-fill-color:transparent;background:linear-gradient(#fff,#ccc);-webkit-background-clip:text;background-clip:text;margin-bottom:10px;font-size:2rem;font-weight:700}.GameInterface-module__NOa3UG__subtitle{color:#aaa;margin-bottom:15px;font-size:1rem;font-weight:400;line-height:1.5}.GameInterface-module__NOa3UG__attempts{color:#22c55e;background:#22c55e1a;border:1px solid #22c55e33;border-radius:10px;margin-bottom:25px;padding:10px 20px;font-size:.9rem}.GameInterface-module__NOa3UG__error{color:#ef4444;background:#ef44441a;border-radius:8px;margin-bottom:15px;padding:10px;font-size:.9rem}.GameInterface-module__NOa3UG__inputGroup{width:100%;margin-bottom:20px;position:relative}.GameInterface-module__NOa3UG__atSymbol{color:#666;pointer-events:none;font-size:1.2rem;position:absolute;top:50%;left:20px;transform:translateY(-50%)}.GameInterface-module__NOa3UG__input{color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;outline:none;width:100%;padding:16px 20px 16px 45px;font-size:1.1rem;transition:all .2s}.GameInterface-module__NOa3UG__input:focus{background:#ffffff14;border-color:#22c55e80;box-shadow:0 0 0 4px #22c55e1a}.GameInterface-module__NOa3UG__input:disabled{opacity:.6;cursor:not-allowed}.GameInterface-module__NOa3UG__button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#dc2626,#b91c1c);border:none;border-radius:16px;width:100%;padding:18px;font-size:1.1rem;font-weight:600;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 20px #dc26264d}.GameInterface-module__NOa3UG__button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 30px #dc262666}.GameInterface-module__NOa3UG__button:active:not(:disabled){transform:translateY(0)}.GameInterface-module__NOa3UG__button:disabled{opacity:.6;cursor:not-allowed}.GameInterface-module__NOa3UG__centerContent{flex-direction:column;align-items:center;gap:30px;padding:20px 0;display:flex}.GameInterface-module__NOa3UG__diceContainer{perspective:1000px;gap:40px;display:flex}.GameInterface-module__NOa3UG__rollingText{color:#fff;font-size:1.1rem;animation:1.5s infinite GameInterface-module__NOa3UG__pulse}.GameInterface-module__NOa3UG__attemptIndicator{color:#22c55e;font-size:.9rem;font-weight:500}.GameInterface-module__NOa3UG__resultContent{flex-direction:column;align-items:center;gap:25px;animation:.5s ease-out GameInterface-module__NOa3UG__fadeInUp;display:flex}.GameInterface-module__NOa3UG__resultText{text-align:center}.GameInterface-module__NOa3UG__discountTitle{letter-spacing:-.05em;-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#22c55e,#16a34a);-webkit-background-clip:text;background-clip:text;margin-bottom:5px;font-size:4rem;font-weight:800;animation:.5s ease-out GameInterface-module__NOa3UG__celebratePulse}.GameInterface-module__NOa3UG__congrats{color:#fff;margin-bottom:5px;font-size:1.2rem}.GameInterface-module__NOa3UG__attemptInfo{color:#888;margin-bottom:5px;font-size:.85rem}.GameInterface-module__NOa3UG__note{color:#22c55e;background:#22c55e1a;border-radius:8px;margin-top:10px;padding:8px 16px;font-size:.9rem}.GameInterface-module__NOa3UG__waitText{color:#888;font-size:.9rem;animation:1.5s infinite GameInterface-module__NOa3UG__pulse}.GameInterface-module__NOa3UG__secondaryButton{color:#888;cursor:pointer;background:0 0;border:1px solid #ffffff1a;border-radius:12px;padding:12px 24px;transition:all .2s}.GameInterface-module__NOa3UG__secondaryButton:hover{color:#fff;background:#ffffff0d}.GameInterface-module__NOa3UG__finalContent{flex-direction:column;align-items:center;gap:25px;width:100%;animation:.5s ease-out GameInterface-module__NOa3UG__fadeInUp;display:flex}.GameInterface-module__NOa3UG__finalResult{text-align:center;padding:20px}.GameInterface-module__NOa3UG__finalDiscountTitle{letter-spacing:-.05em;-webkit-text-fill-color:transparent;background:linear-gradient(135deg,gold,#ffb347);-webkit-background-clip:text;background-clip:text;font-size:5rem;font-weight:800;animation:2s ease-in-out infinite GameInterface-module__NOa3UG__goldShine}.GameInterface-module__NOa3UG__finalCongrats{color:#fff;font-size:1.3rem;font-weight:600}.GameInterface-module__NOa3UG__screenshotBox{text-align:center;background:linear-gradient(135deg,#dc262626,#16a34a26);border:2px dashed #ffffff4d;border-radius:20px;width:100%;padding:25px}.GameInterface-module__NOa3UG__screenshotTitle{color:#fff;margin-bottom:10px;font-size:1.2rem;font-weight:700}.GameInterface-module__NOa3UG__screenshotSubtitle{color:#aaa;margin-bottom:15px;font-size:.9rem}.GameInterface-module__NOa3UG__instagramLink{color:#fff;background:linear-gradient(135deg,#833ab4,#fd1d1d,#fcb045);border-radius:30px;padding:12px 30px;font-size:1.1rem;font-weight:700;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-block;box-shadow:0 4px 20px #833ab44d}.GameInterface-module__NOa3UG__instagramLink:hover{transform:translateY(-2px);box-shadow:0 6px 30px #833ab466}.GameInterface-module__NOa3UG__reminderBox{text-align:center;background:#ffffff0d;border-radius:16px;width:100%;padding:20px}.GameInterface-module__NOa3UG__reminderTitle{color:gold;margin-bottom:10px;font-size:1rem;font-weight:700}.GameInterface-module__NOa3UG__reminderBox p{color:#ccc;margin:5px 0;font-size:.9rem}@keyframes GameInterface-module__NOa3UG__pulse{0%,to{opacity:.6}50%{opacity:1}}@keyframes GameInterface-module__NOa3UG__fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes GameInterface-module__NOa3UG__fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes GameInterface-module__NOa3UG__float{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}@keyframes GameInterface-module__NOa3UG__celebratePulse{0%{opacity:0;transform:scale(.8)}50%{transform:scale(1.1)}to{opacity:1;transform:scale(1)}}@keyframes GameInterface-module__NOa3UG__goldShine{0%,to{filter:brightness()}50%{filter:brightness(1.2)}}@media (max-width:600px){.GameInterface-module__NOa3UG__card{border-radius:24px;padding:40px 25px}.GameInterface-module__NOa3UG__brandName{font-size:2.2rem}.GameInterface-module__NOa3UG__title{font-size:1.5rem}.GameInterface-module__NOa3UG__diceContainer{gap:20px;transform:scale(.8)}.GameInterface-module__NOa3UG__discountTitle{font-size:3rem}.GameInterface-module__NOa3UG__finalDiscountTitle{font-size:4rem}.GameInterface-module__NOa3UG__promoBanner{padding:0 10px}.GameInterface-module__NOa3UG__promoItem{padding:10px 12px;font-size:.8rem}}
