.popup-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:#000000bf;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;align-items:center;justify-content:center;padding:1rem;animation:fadeIn .3s ease-in-out;overflow-y:auto}body.popup-open{overflow:hidden;position:fixed;width:100%;height:100%}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.popup-container{position:relative;background:#fff;border-radius:24px;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d;animation:slideUp .4s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.popup-close{position:absolute;top:1rem;right:1rem;background:#0000001a;border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;z-index:10}.popup-close:hover{background:#0003;transform:rotate(90deg)}.popup-close svg{color:#333}.popup-view{padding:2.5rem}.popup-header{text-align:center;margin-bottom:2rem}.popup-title{font-size:2rem;font-weight:700;color:#1a1a1a;margin:0 0 .75rem;line-height:1.2}.popup-subtitle{font-size:1.125rem;color:#666;margin:0;line-height:1.5}.popup-body{margin-top:2rem}.popup-question{font-size:1rem;font-weight:600;color:#333;margin:0 0 1.5rem;text-transform:uppercase;letter-spacing:.5px}.user-type-options{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:1rem}.user-type-option{cursor:pointer;margin:0}.user-type-option input[type=radio]{position:absolute;opacity:0;pointer-events:none}.user-type-card{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:1.5rem 1rem;border:2px solid #e0e0e0;border-radius:16px;background:#fff;transition:all .3s ease;min-height:160px}.user-type-option:hover .user-type-card{border-color:#4a90e2;transform:translateY(-4px);box-shadow:0 8px 20px #ff6b3526}.user-type-option input[type=radio]:checked~.user-type-card{border-color:#4a90e2;background:linear-gradient(135deg,#fff,#f0f7ff);box-shadow:0 8px 20px #ff6b3533}.user-type-icon{color:#4a90e2;width:48px;height:48px}.user-type-label{font-size:1rem;font-weight:600;color:#333;text-align:center;line-height:1.3}.popup-form{display:flex;flex-direction:column;gap:1.25rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-field{display:flex;flex-direction:column;gap:.5rem;min-width:0}.form-label{font-size:.875rem;font-weight:600;color:#333;margin:0}.form-input,.form-select{padding:.875rem 1rem;border:2px solid #e0e0e0;border-radius:12px;font-size:1rem;font-family:inherit;transition:all .2s ease;background:#fff;box-sizing:border-box;width:100%}.form-input:focus,.form-select:focus{outline:none;border-color:#4a90e2;box-shadow:0 0 0 4px #4a90e21a}.form-input.is-invalid,.form-select.is-invalid{border-color:#e74c3c}.form-label.is-invalid{color:#e74c3c}.form-input::placeholder{color:#999}.form-select{cursor:pointer;-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:3rem}.form-actions{display:flex;gap:1rem;margin-top:1rem}.btn{padding:1rem 2rem;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;font-family:inherit;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;text-align:center}.btn-primary{background:linear-gradient(135deg,#4a90e2,#6ba3e8);color:#fff;flex:1}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 20px #ff6b354d}.btn-primary:active{transform:translateY(0)}.btn-secondary{background:#f5f5f5;color:#333}.btn-secondary:hover{background:#e0e0e0}.btn-block{width:100%}.success-icon{display:flex;justify-content:center;margin-bottom:1.5rem;animation:scaleIn .5s ease-out}@keyframes scaleIn{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.coupon-container{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:16px;padding:2rem;text-align:center;margin-bottom:1.5rem}.coupon-label{font-size:.875rem;font-weight:600;color:#666;text-transform:uppercase;letter-spacing:.5px;margin:0 0 1rem}.coupon-code{font-size:2rem;font-weight:700;color:#4a90e2;font-family:Courier New,monospace;background:#fff;padding:1rem 1.5rem;border-radius:12px;border:2px dashed #4a90e2;margin-bottom:1rem;letter-spacing:2px}.coupon-info{font-size:.875rem;color:#666;margin:0}.popup-error{color:#d32f2f;font-size:.875rem;margin:0;padding:.75rem 1rem;background:#ffebee;border-radius:8px;border-left:4px solid #d32f2f}@media (max-width: 768px){.popup-view{padding:2rem 1.5rem}.popup-title{font-size:1.75rem}.popup-subtitle{font-size:1rem}.user-type-options{grid-template-columns:repeat(2,1fr)}.user-type-option:nth-child(3){grid-column:1 / -1;width:calc((100% - 1rem)/2);justify-self:center}.form-row{gap:.75rem}.form-input,.form-select{min-width:0}.form-actions{flex-direction:column-reverse}.coupon-code{font-size:1.5rem}}@media (max-width: 480px){.popup-container{border-radius:16px}.popup-view{padding:1.5rem 1rem}.popup-title{font-size:1.5rem}.popup-close{width:36px;height:36px}.user-type-card{min-height:140px;padding:1rem}.user-type-icon{width:40px;height:40px}}.popup-container::-webkit-scrollbar{width:6px}.popup-container::-webkit-scrollbar-track{background:transparent}.popup-container::-webkit-scrollbar-thumb{background:#0003;border-radius:3px}.popup-container::-webkit-scrollbar-thumb:hover{background:#0000004d}
/*# sourceMappingURL=/cdn/shop/t/7/assets/prize-popup.css.map */
