.spin-wheel-overlay{width:100%;height:100%;height:var(--app-height,100dvh);overscroll-behavior:contain;z-index:9999;background:0 0;justify-content:center;align-items:center;animation:.4s ease-out forwards overlay-fade-in;display:flex;position:fixed;top:0;left:0;overflow-y:auto}@keyframes overlay-fade-in{0%{-webkit-backdrop-filter:blur();backdrop-filter:blur();background:0 0}to{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#00000080}}.spin-wheel-modal{-webkit-overflow-scrolling:touch;overscroll-behavior:contain;opacity:0;background:#fff;border:1px solid #4f2c221a;border-radius:20px;width:90%;max-width:800px;max-height:90dvh;animation:.5s cubic-bezier(.34,1.56,.64,1) .2s forwards modal-slide-in;position:relative;overflow:hidden auto;transform:scale(.8)translateY(30px);box-shadow:0 25px 60px #00000026}@keyframes modal-slide-in{0%{opacity:0;transform:scale(.8)translateY(30px)}to{opacity:1;transform:scale(1)translateY(0)}}.spin-wheel-close{color:#4f2c2280;cursor:pointer;z-index:10;background:0 0;border:none;transition:color .3s;position:absolute;top:1rem;right:1rem}.spin-wheel-close:hover{color:var(--base-700)}.spin-wheel-content{min-height:450px;display:flex}.spin-wheel-left{flex-direction:column;flex:1;justify-content:center;padding:3rem 2.5rem;display:flex}.spin-wheel-tag{letter-spacing:.15em;color:#663532;margin-bottom:1rem;font-size:.7rem;display:block}.spin-wheel-left h2{font-family:var(--font-heading);color:var(--base-700);margin-bottom:.75rem;font-size:2.5rem;line-height:1.1}.spin-wheel-left p{color:#4f2c2299;margin-bottom:2rem;font-size:.9rem;line-height:1.6}.spin-wheel-form{flex-direction:column;gap:1rem;display:flex}.spin-wheel-form input{color:var(--base-700);background:#f0ede8;border:1px solid #4f2c2226;border-radius:8px;outline:none;padding:1rem 1.25rem;font-size:.9rem;transition:border-color .3s}.spin-wheel-form input::placeholder{color:#4f2c2266}.spin-wheel-form input:focus{border-color:#4f2c2266}.spin-btn{color:#fff;letter-spacing:.05em;cursor:pointer;background:#663532;border:none;border-radius:8px;padding:1rem 2rem;font-size:.85rem;font-weight:600;transition:all .3s}.spin-btn:hover:not(:disabled){background:#4f2c22;transform:translateY(-2px)}.spin-btn:disabled{opacity:.5;cursor:not-allowed}.spin-wheel-right{background:#f0ede8;border-radius:0 20px 20px 0;flex:1;justify-content:center;align-items:center;padding:2rem;display:flex}.wheel-container{width:320px;height:320px;position:relative}.wheel-container:after{content:"";pointer-events:none;background:radial-gradient(#4f2c2247,#0000 70%);width:62%;height:22px;position:absolute;bottom:-14px;left:50%;transform:translate(-50%)}.wheel-pointer{transform-origin:50% 30%;z-index:10;filter:drop-shadow(0 3px 5px #2e1f1473);position:absolute;top:-18px;left:50%;transform:translate(-50%)}.wheel-pointer.is-ticking{animation:.14s ease-in-out infinite pointer-tick}@keyframes pointer-tick{0%,to{transform:translate(-50%)rotate(0)}50%{transform:translate(-50%)rotate(-7deg)}}.wheel{filter:drop-shadow(0 12px 28px #4f2c224d);border-radius:50%;width:100%;height:100%;position:relative}.wheel-svg{width:100%;height:100%;display:block}.wheel-center-logo{z-index:5;justify-content:center;align-items:center;width:50px;height:50px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.wheel-center-logo img{object-fit:contain;width:30px;height:30px}.seg-win{animation:1.2s ease-in-out infinite seg-win-pulse}@keyframes seg-win-pulse{0%,to{opacity:.35}50%{opacity:1}}.spin-result{text-align:center}.result-badge{background:#663532;border-radius:12px;margin-bottom:1.5rem;padding:1.5rem 2rem}.result-label{letter-spacing:.1em;color:#fffc;margin-bottom:.5rem;font-size:.75rem;display:block}.result-prize{font-family:var(--font-heading);color:#fff;font-size:1.75rem;font-weight:600;display:block}.result-code{color:#4f2c22b3;margin-bottom:1.5rem;font-size:.85rem}.result-code strong{color:#663532;font-weight:600}.result-sent{font-family:var(--font-body);color:#4f2c22b3;flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem;margin-bottom:.6rem;font-size:.85rem;display:flex}.result-sent strong{color:var(--base-700);word-break:break-all;font-weight:600}.result-sent-check{color:#663532;background:#6635321a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;display:inline-flex}.result-sent-check svg{object-fit:initial;width:11px;height:11px}.spin-result .claim-input{width:100%;color:var(--base-700);text-align:center;appearance:none;background:#f0ede8;border:1px solid #4f2c2226;border-radius:8px;outline:none;margin-bottom:.85rem;padding:1rem 1.25rem;font-family:inherit;font-size:.9rem;transition:border-color .3s,box-shadow .3s,background .3s;display:block}.spin-result .claim-input::placeholder{color:#4f2c2266}.spin-result .claim-input:focus{background:#fff;border-color:#4f2c2266;box-shadow:0 0 0 3px #4f2c2214}.claim-btn{color:#fff;letter-spacing:.05em;cursor:pointer;background:#663532;border:none;border-radius:8px;width:100%;padding:1rem 2.5rem;font-size:.85rem;font-weight:600;transition:all .3s}.claim-btn:hover:not(:disabled){background:#4f2c22;transform:translateY(-2px)}.claim-btn:disabled{opacity:.5;cursor:not-allowed}@media (max-width:1199px) and (orientation:portrait){.spin-wheel-modal{width:95%;max-width:95%;margin:1rem}.spin-wheel-content{flex-direction:column;min-height:auto}.spin-wheel-left{order:2;padding:2rem 1.5rem}.spin-wheel-left h2{font-size:1.75rem}.spin-wheel-right{border-radius:20px 20px 0 0;order:1;padding:1.5rem}.wheel-container{width:240px;height:240px}.wheel-center-logo{width:40px;height:40px}.wheel-center-logo img{width:22px;height:22px}}.spin-wheel-promo-img{object-fit:cover;border-radius:12px;width:100%;height:100px;margin-bottom:1rem;display:block}@media (max-width:600px){.spin-wheel-promo-img{display:none}}
.newsletter-overlay{width:100%;height:100%;height:var(--app-height,100dvh);overscroll-behavior:contain;z-index:9999;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;top:0;left:0;overflow-y:auto}.newsletter-modal{-webkit-overflow-scrolling:touch;overscroll-behavior:contain;background:#fff;border:1px solid #4f2c221a;border-radius:20px;width:90%;max-width:800px;max-height:90dvh;display:flex;position:relative;overflow:hidden auto;box-shadow:0 25px 60px #00000026}.newsletter-close{width:34px;height:34px;color:var(--base-700);cursor:pointer;z-index:10;background:#ffffffeb;border:1px solid #4f2c221f;border-radius:50%;justify-content:center;align-items:center;padding:0;transition:background .25s,color .25s,transform .2s;display:flex;position:absolute;top:.85rem;right:.85rem;box-shadow:0 2px 10px #2e1f142e}.newsletter-close svg{object-fit:initial;flex-shrink:0;width:15px;height:15px}.newsletter-close:hover{color:#663532;background:#fff;transform:scale(1.06)}.newsletter-close:active{transform:scale(.94)}.newsletter-content{width:100%;min-height:450px;display:flex}.newsletter-image{flex:0 0 45%;position:relative;overflow:hidden}.newsletter-image img{object-fit:cover;width:100%;height:100%}.newsletter-image:after{content:"";background:linear-gradient(135deg,#0000 50%,#4f2c224d 100%);width:100%;height:100%;position:absolute;top:0;left:0}.newsletter-form-section{flex-direction:column;flex:1;justify-content:center;padding:3rem 2.5rem;display:flex}.newsletter-tag{letter-spacing:.15em;color:#663532;margin-bottom:1rem;font-size:.7rem;display:block}.newsletter-form-section h2{font-family:var(--font-heading);color:var(--base-700);margin-bottom:.75rem;font-size:2.25rem;line-height:1.1}.newsletter-form-section p{color:#4f2c2299;margin-bottom:1.5rem;font-size:.85rem;line-height:1.6}.newsletter-form{flex-direction:column;gap:.75rem;display:flex}.newsletter-form input{color:var(--base-700);background:#f0ede8;border:1px solid #4f2c2226;border-radius:8px;outline:none;padding:1rem 1.25rem;font-size:.9rem;transition:border-color .3s}.newsletter-form input::placeholder{color:#4f2c2266}.newsletter-form input:focus{border-color:#4f2c2266}.newsletter-submit{color:#fff;letter-spacing:.05em;cursor:pointer;background:#663532;border:none;border-radius:8px;padding:1rem 2rem;font-size:.85rem;font-weight:600;transition:all .3s}.newsletter-submit:hover:not(:disabled){background:#4f2c22;transform:translateY(-2px)}.newsletter-submit:disabled{opacity:.6;cursor:not-allowed}.newsletter-error{color:#c0392b!important;margin:0!important;font-size:.8rem!important}.newsletter-note{color:#4f2c2266!important;margin-top:1rem!important;margin-bottom:0!important;font-size:.75rem!important}.newsletter-success{text-align:center}.success-icon{color:#663532;background:#4f2c2214;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 1.5rem;display:flex}.newsletter-success h2{text-align:center}.newsletter-success p{text-align:center;margin-bottom:0}.newsletter-coupon{justify-content:center;align-items:stretch;gap:.5rem;max-width:320px;margin:1.25rem auto .5rem;display:flex}.newsletter-coupon-code{font-family:var(--font-mono,monospace);letter-spacing:.1em;color:var(--base-700);background:#f0ede8;border:1px dashed #4f2c2266;border-radius:8px;flex:1;justify-content:center;align-items:center;padding:.75rem 1rem;font-size:1rem;font-weight:700;display:flex}.newsletter-coupon-copy{color:#fff;cursor:pointer;background:#663532;border:none;border-radius:8px;padding:0 1.25rem;font-size:.8rem;font-weight:600;transition:background .3s}.newsletter-coupon-copy:hover{background:#4f2c22}.newsletter-coupon-hint{color:#4f2c2280!important;margin-top:.25rem!important;font-size:.75rem!important}@media (max-width:768px){.newsletter-modal{flex-direction:column;width:95%;max-width:95%;margin:1rem}.newsletter-content{flex-direction:column;min-height:auto}.newsletter-image{flex:0 0 200px;height:200px}.newsletter-form-section{padding:2rem 1.5rem}.newsletter-form-section h2{font-size:1.75rem}}
