.dnxte-spin-wheel__container{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:0;width:100%;box-sizing:border-box}.dnxte-spin-wheel__container input.dnxte-spin-wheel__email-input::placeholder{color:inherit}.dnxte-spin-wheel__layout--horizontal .dnxte-spin-wheel__container{flex-direction:row}.dnxte-spin-wheel__layout--vertical .dnxte-spin-wheel__container{flex-direction:column;gap:20px}.dnxte-spin-wheel__wheel-section{flex:0 0 50%;display:flex;align-items:center;justify-content:center;padding:20px}.dnxte-spin-wheel__layout--vertical .dnxte-spin-wheel__wheel-section{flex:none;width:100%}.dnxte-spin-wheel__wheel-wrapper{position:relative;display:inline-block;overflow:visible}.dnxte-spin-wheel__wheel{border-style:solid;border-radius:50%;display:block;transition:transform .1s}.dnxte-spin-wheel__center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px rgba(0,0,0,.3);z-index:2;pointer-events:none}.dnxte-spin-wheel__center-text{font-weight:700;font-size:12px;text-align:center}.dnxte-spin-wheel__pointer{position:absolute;z-index:3;pointer-events:none;line-height:0}.dnxte-spin-wheel__pointer svg{display:block;width:100%;height:100%}.dnxte-spin-wheel__pointer.dnxte-spin-wheel__pointer--top{left:50%;top:0;transform:translateX(-50%) translateY(-40%)}.dnxte-spin-wheel__pointer.dnxte-spin-wheel__pointer--right{top:50%;right:0;transform:translateY(-50%) translateX(70%)}.dnxte-spin-wheel__panel{flex:0 0 50%;display:flex;flex-direction:column;justify-content:center;padding:40px;min-height:300px}.dnxte-spin-wheel__layout--vertical .dnxte-spin-wheel__panel{flex:none;width:100%;align-items:center;text-align:center;padding:20px}.dnxte-spin-wheel__form-section{display:flex;flex-direction:column;gap:16px;width:100%;max-width:400px}.dnxte-spin-wheel__layout--vertical .dnxte-spin-wheel__form-section{margin:0 auto}.dnxte-spin-wheel__form-title{font-size:28px;font-weight:700;margin:0;color:#1a1a2e;line-height:1.2}.dnxte-spin-wheel__form-description{font-size:16px;color:#555;margin:0;line-height:1.5}input.dnxte-spin-wheel__email-input,input.dnxte-spin-wheel__email-input[type=email]{width:100%;padding:14px 16px;border:2px solid #e0e0e0;border-radius:8px;outline:0!important;transition:border-color .3s;box-sizing:border-box!important;line-height:normal;height:auto;margin:0}input.dnxte-spin-wheel__email-input:focus,input.dnxte-spin-wheel__email-input[type=email]:focus{border-color:#1a1a2e!important}input.dnxte-spin-wheel__email-input.dnxte-spin-wheel__email-input--error,input.dnxte-spin-wheel__email-input[type=email].dnxte-spin-wheel__email-input--error{border-color:#ff4136!important}.dnxte-spin-wheel__email-error{color:#ff4136;font-size:13px;margin:-8px 0 0}.dnxte-spin-wheel__submit-btn{width:100%;padding:14px 24px;font-weight:600;border:none;border-radius:8px;color:#fff;background:#1a1a2e;cursor:pointer;text-transform:uppercase;letter-spacing:1px;transition:background .3s,transform .2s}.dnxte-spin-wheel__submit-btn:hover{opacity:.9;transform:translateY(-1px)}.dnxte-spin-wheel__submit-btn:active{transform:translateY(0)}.dnxte-spin-wheel__submit-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.dnxte-spin-wheel__dismiss{background:0 0;border:none;padding:0;font-size:13px;color:#999;cursor:pointer;text-decoration:underline;align-self:center}.dnxte-spin-wheel__dismiss:hover{color:#555}.dnxte-spin-wheel__result-section{display:none;flex-direction:column;gap:16px;width:100%;max-width:400px}.dnxte-spin-wheel__result-section.dnxte-spin-wheel__result-section--active{display:flex}.dnxte-spin-wheel__result-title{font-size:24px;font-weight:700;color:#1a1a2e;margin:0}.dnxte-spin-wheel__result-description{font-size:16px;color:#555;margin:0;line-height:1.5}.dnxte-spin-wheel__coupon-box{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:16px 24px;border:1px solid #d0d0d0;border-radius:4px;background:#f5f5f5;width:100%;box-sizing:border-box;cursor:pointer;transition:border-color .2s,background-color .2s;gap:4px}.dnxte-spin-wheel__coupon-box:hover{border-color:#999;background:#efefef}.dnxte-spin-wheel__coupon-box:hover .dnxte-spin-wheel__coupon-hint{opacity:1;visibility:visible}.dnxte-spin-wheel__coupon-hint{font-size:10px;font-weight:600;letter-spacing:1.5px;color:#474747;text-transform:uppercase;opacity:0;visibility:hidden;position:absolute;top:0;transition:opacity .2s,visibility .2s}.dnxte-spin-wheel__coupon-code{font-family:"Courier New",Courier,monospace;font-size:20px;font-weight:700;letter-spacing:2px;color:#1a1a2e}.dnxte-spin-wheel__coupon-tooltip{position:absolute;top:-36px;left:50%;transform:translateX(-50%);background:#1a1a2e;color:#fff;font-size:12px;font-weight:600;padding:6px 12px;border-radius:4px;white-space:nowrap;opacity:0;visibility:hidden;transition:opacity .2s,visibility .2s;pointer-events:none}.dnxte-spin-wheel__coupon-tooltip::after{content:"";position:absolute;bottom:-5px;left:50%;transform:translateX(-50%);border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #1a1a2e}.dnxte-spin-wheel__coupon-tooltip.dnxte-spin-wheel__coupon-tooltip--visible{opacity:1;visibility:visible}.dnxte-spin-wheel__apply-btn{width:100%;padding:14px 24px;font-size:16px;font-weight:600;border:none;border-radius:8px;background:#1a1a2e;color:#fff;cursor:pointer;text-transform:uppercase;letter-spacing:1px;transition:background .3s,transform .2s}.dnxte-spin-wheel__apply-btn:hover{background:#16213e;transform:translateY(-1px)}.dnxte-spin-wheel__apply-btn:active{transform:translateY(0)}.dnxte-spin-wheel__try-again-btn{width:100%;padding:14px 24px;font-size:16px;font-weight:600;border:none;border-radius:8px;background:#e74c3c;color:#fff;cursor:pointer;text-transform:uppercase;letter-spacing:1px;transition:background .3s,transform .2s}.dnxte-spin-wheel__try-again-btn:hover{background:#c0392b;transform:translateY(-1px)}.dnxte-spin-wheel__try-again-btn:active{transform:translateY(0)}.dnxte-spin-wheel__button{padding:12px 32px;font-size:18px;font-weight:700;border:none;border-radius:8px;background:#ff4136;color:#fff;cursor:pointer;text-transform:uppercase;letter-spacing:1px;transition:background .3s,transform .2s;display:none}.dnxte-spin-wheel__button:hover{background:#e0311e;transform:scale(1.05)}.dnxte-spin-wheel__button:active{transform:scale(.98)}.dnxte-spin-wheel__button.dnxte-spin-wheel__button--spinning{opacity:.6;pointer-events:none}.dnxte-spin-wheel__confetti{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:9999;overflow:hidden;display:none}.dnxte-spin-wheel__confetti.dnxte-spin-wheel__confetti--active{display:block}.dnxte-spin-wheel__confetti-piece{position:absolute;top:-20px;width:10px;height:10px;opacity:0;animation:3s ease-in forwards dnxte-spin-wheel-confetti-fall}@keyframes dnxte-spin-wheel-confetti-fall{0%{opacity:1;transform:translateY(0) rotate(0)}100%{opacity:0;transform:translateY(100vh) rotate(720deg)}}.dnxte-spin-wheel__confetti-piece:nth-child(1){left:11%;animation-delay:1.8s;animation-duration:2.3s;background-color:#ff6384;width:12px;height:14px;border-radius:50%}.dnxte-spin-wheel__confetti-piece:nth-child(2){left:31%;animation-delay:2s;animation-duration:3.9s;background-color:#36a2eb;width:11px;height:7px;border-radius:0}.dnxte-spin-wheel__confetti-piece:nth-child(3){left:12%;animation-delay:.1s;animation-duration:3.4s;background-color:#ffce56;width:7px;height:13px;border-radius:0}.dnxte-spin-wheel__confetti-piece:nth-child(4){left:88%;animation-delay:.9s;animation-duration:3.7s;background-color:#4bc0c0;width:13px;height:13px;border-radius:50%}.dnxte-spin-wheel__confetti-piece:nth-child(5){left:90%;animation-delay:1.3s;animation-duration:2.7s;background-color:#96f;width:11px;height:8px;border-radius:0}.dnxte-spin-wheel__confetti-piece:nth-child(6){left:92%;animation-delay:1.2s;animation-duration:2.9s;background-color:#ff9f40;width:11px;height:8px;border-radius:0}.dnxte-spin-wheel__confetti-piece:nth-child(7){left:100%;animation-delay:1s;animation-duration:3.3s;background-color:#27ae60;width:9px;height:8px;border-radius:50%}.dnxte-spin-wheel__confetti-piece:nth-child(8){left:33%;animation-delay:.6s;animation-duration:3.5s;background-color:#e74c3c;width:12px;height:8px;border-radius:50%}.dnxte-spin-wheel__confetti-piece:nth-child(9){left:26%;animation-delay:1.2s;animation-duration:2.5s;background-color:#f39c12;width:14px;height:14px;border-radius:0}.dnxte-spin-wheel__confetti-piece:nth-child(10){left:68%;animation-delay:.4s;animation-duration:2.2s;background-color:#3498db;width:7px;height:7px;border-radius:0}.dnxte-spin-wheel__confetti-piece:nth-child(11){left:92%;animation-delay:.3s;animation-duration:3.5s;background-color:#ff6384;width:12px;height:13px;border-radius:50%}.dnxte-spin-wheel__confetti-piece:nth-child(12){left:18%;animation-delay:.4s;animation-duration:3.7s;background-color:#36a2eb;width:14px;height:8px;border-radius:50%}.dnxte-spin-wheel__confetti-piece:nth-child(13){left:38%;animation-delay:.2s;animation-duration:2.3s;background-color:#ffce56;width:9px;height:10px;border-radius:0}.dnxte-spin-wheel__confetti-piece:nth-child(14){left:53%;animation-delay:1.1s;animation-duration:2.8s;background-color:#4bc0c0;width:8px;height:12px;border-radius:50%}.dnxte-spin-wheel__confetti-piece:nth-child(15){left:91%;animation-delay:.7s;animation-duration:3.5s;background-color:#96f;width:9px;height:9px;border-radius:0}.dnxte-spin-wheel__confetti-piece:nth-child(16){left:62%;animation-delay:.4s;animation-duration:3.4s;background-color:#ff9f40;width:10px;height:10px;border-radius:0}.dnxte-spin-wheel__confetti-piece:nth-child(17){left:92%;animation-delay:.3s;animation-duration:3.7s;background-color:#27ae60;width:12px;height:7px;border-radius:0}.dnxte-spin-wheel__confetti-piece:nth-child(18){left:46%;animation-delay:1.3s;animation-duration:2.6s;background-color:#e74c3c;width:11px;height:9px;border-radius:0}.dnxte-spin-wheel__confetti-piece:nth-child(19){left:66%;animation-delay:1s;animation-duration:2.3s;background-color:#f39c12;width:8px;height:7px;border-radius:0}.dnxte-spin-wheel__confetti-piece:nth-child(20){left:2%;animation-delay:.9s;animation-duration:4s;background-color:#3498db;width:8px;height:14px;border-radius:0}.dnxte-spin-wheel__confetti-piece:nth-child(21){left:25%;animation-delay:.7s;animation-duration:3s;background-color:#ff6384;width:14px;height:9px;border-radius:50%}.dnxte-spin-wheel__confetti-piece:nth-child(22){left:34%;animation-delay:.7s;animation-duration:4s;background-color:#36a2eb;width:14px;height:7px;border-radius:50%}.dnxte-spin-wheel__confetti-piece:nth-child(23){left:25%;animation-delay:.1s;animation-duration:2.8s;background-color:#ffce56;width:12px;height:12px;border-radius:0}.dnxte-spin-wheel__confetti-piece:nth-child(24){left:93%;animation-delay:1.8s;animation-duration:3.6s;background-color:#4bc0c0;width:13px;height:7px;border-radius:0}.dnxte-spin-wheel__confetti-piece:nth-child(25){left:58%;animation-delay:2s;animation-duration:3.1s;background-color:#96f;width:14px;height:13px;border-radius:50%}.dnxte-spin-wheel__confetti-piece:nth-child(26){left:39%;animation-delay:.7s;animation-duration:3s;background-color:#ff9f40;width:7px;height:9px;border-radius:50%}.dnxte-spin-wheel__confetti-piece:nth-child(27){left:59%;animation-delay:.3s;animation-duration:3.9s;background-color:#27ae60;width:9px;height:8px;border-radius:50%}.dnxte-spin-wheel__confetti-piece:nth-child(28){left:40%;animation-delay:1.1s;animation-duration:2.7s;background-color:#e74c3c;width:11px;height:11px;border-radius:0}.dnxte-spin-wheel__confetti-piece:nth-child(29){left:33%;animation-delay:.3s;animation-duration:3.2s;background-color:#f39c12;width:12px;height:8px;border-radius:50%}.dnxte-spin-wheel__confetti-piece:nth-child(30){left:11%;animation-delay:1.5s;animation-duration:3.9s;background-color:#3498db;width:8px;height:12px;border-radius:50%}@keyframes dnxte-spin-wheel-pulse{0%,100%{transform:scale(1)}50%{transform:scale(1.02)}}@keyframes dnxte-spin-wheel-rotate{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}@keyframes dnxte-spin-wheel-glow{0%,100%{filter:drop-shadow(0 0 5px rgba(255, 65, 54, .3))}50%{filter:drop-shadow(0 0 20px rgba(255, 65, 54, .8))}}@keyframes dnxte-spin-wheel-wobble{0%,100%{transform:rotate(0)}25%{transform:rotate(2deg)}75%{transform:rotate(-2deg)}}.dnxte-spin-wheel__idle-pulse{animation:2s ease-in-out infinite dnxte-spin-wheel-pulse}.dnxte-spin-wheel__idle-rotate{animation:20s linear infinite dnxte-spin-wheel-rotate}.dnxte-spin-wheel__idle-glow{animation:2s ease-in-out infinite dnxte-spin-wheel-glow}.dnxte-spin-wheel__idle-wobble{animation:3s ease-in-out infinite dnxte-spin-wheel-wobble}.dnxte-spin-wheel__wheel--spinning{animation:none!important}@media(max-width:768px){.dnxte-spin-wheel__layout--horizontal .dnxte-spin-wheel__container{flex-direction:column}.dnxte-spin-wheel__panel,.dnxte-spin-wheel__wheel-section{flex:none;width:100%}.dnxte-spin-wheel__panel{padding:20px;align-items:center;text-align:center}.dnxte-spin-wheel__form-section,.dnxte-spin-wheel__result-section{margin:0 auto}}@media(prefers-reduced-motion:reduce){.dnxte-spin-wheel__idle-glow,.dnxte-spin-wheel__idle-pulse,.dnxte-spin-wheel__idle-rotate,.dnxte-spin-wheel__idle-wobble{animation:none}.dnxte-spin-wheel__confetti-piece{animation:none;display:none}}.dnxte-spin-wheel-child__preview{display:flex;align-items:center;gap:8px;padding:6px 10px}.dnxte-spin-wheel-child__color-swatch{display:inline-block;width:20px;height:20px;border-radius:4px;border:1px solid rgba(0,0,0,.15);flex-shrink:0}.dnxte-spin-wheel-child__label{font-weight:500;font-size:14px}.dnxte-spin-wheel-child__inactive{color:#999;font-size:12px;font-style:italic}