.styles-module__kL5B2W__modalOverlay{z-index:10000000;background-color:#00000080;justify-content:center;align-items:center;width:100%;height:100%;animation:.3s ease-in-out styles-module__kL5B2W__fadeIn;display:flex;position:fixed;top:0;left:0}@keyframes styles-module__kL5B2W__fadeIn{0%{opacity:0}to{opacity:1}}.styles-module__kL5B2W__modal{background-color:var(--gray-1);border-radius:1rem;width:85%;max-width:600px;padding:2rem;animation:.8s ease-in-out styles-module__kL5B2W__smoothOpenModal;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes styles-module__kL5B2W__smoothOpenModal{0%{opacity:0;transform:translate(-50%,-60%)}to{opacity:1;transform:translate(-50%,-50%)}}@keyframes styles-module__kL5B2W__smoothCloseModal{0%{opacity:1;transform:translate(-50%,-50%)}to{opacity:0;transform:translate(-50%,-60%)}}.styles-module__kL5B2W__closeButton{position:relative;top:-10px;right:-95%}.styles-module__kL5B2W__closeIcon{color:var(--gray-3);width:25px;height:25px}.styles-module__kL5B2W__modalHeader{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;width:100%;margin-bottom:1rem;display:flex}.styles-module__kL5B2W__modalTitle{text-align:center;color:#0000;background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:2.25rem;font-weight:800}.styles-module__kL5B2W__modalSubtitle{color:var(--gray-5);font-size:1rem;font-weight:400}.styles-module__kL5B2W__modalForm{flex-direction:column;gap:1rem;width:100%;display:flex}.styles-module__kL5B2W__modalForm input,.styles-module__kL5B2W__modalForm select{border:1px solid var(--gray-2);width:100%;color:var(--gray-4);border-radius:.5rem;padding:.7rem 1rem;font-size:1rem}.styles-module__kL5B2W__inlineInputs{justify-content:space-between;align-items:center;gap:1rem;width:100%;display:flex}.styles-module__kL5B2W__input{flex-grow:1;width:100%}.styles-module__kL5B2W__input::placeholder{color:var(--gray-2)}.styles-module__kL5B2W__input:focus{border-color:var(--primary-color);outline:none}.styles-module__kL5B2W__privacySection{grid-template-columns:1fr 9fr;align-items:flex-start;gap:.5rem;width:100%;margin-top:.5rem;display:grid}.styles-module__kL5B2W__inputCheckbox{border:1px solid var(--gray-2);cursor:pointer;width:1rem;height:1rem;accent-color:var(--primary-color);border-radius:4px;flex-shrink:0;margin-top:.25rem}.styles-module__kL5B2W__privacyText{color:var(--gray-5);margin:0;font-size:.75rem;font-weight:400;line-height:1.6}.styles-module__kL5B2W__customSelectContainer{flex-grow:1;width:100%;position:relative}.styles-module__kL5B2W__hiddenSelect{opacity:0;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.styles-module__kL5B2W__selectTrigger{border:1px solid var(--gray-2);width:100%;color:var(--gray-4);background:var(--white-color);cursor:pointer;box-sizing:border-box;border-radius:.5rem;justify-content:space-between;align-items:center;padding:.7rem 1rem;font-size:1rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.styles-module__kL5B2W__selectTrigger.styles-module__kL5B2W__active{border-color:var(--primary-color);background:#fff;box-shadow:0 0 0 4px #c98c331a}.styles-module__kL5B2W__selectPlaceholder{color:var(--gray-2)}.styles-module__kL5B2W__selectIcon{width:18px;height:18px;color:var(--gray-3);flex-shrink:0;transition:transform .3s cubic-bezier(.4,0,.2,1),color .3s}.styles-module__kL5B2W__selectIcon.styles-module__kL5B2W__rotated{color:var(--primary-color);transform:rotate(180deg)}.styles-module__kL5B2W__optionsList{border:1px solid var(--gray-1);z-index:10000001;background:#fff;border-radius:.6rem;width:100%;max-height:200px;animation:.25s cubic-bezier(.4,0,.2,1) styles-module__kL5B2W__slideIn;position:absolute;top:calc(100% + 6px);left:0;overflow-y:auto;box-shadow:0 15px 40px #0000001f}@keyframes styles-module__kL5B2W__slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.styles-module__kL5B2W__optionItem{color:var(--gray-5);cursor:pointer;padding:.75rem 1rem;font-size:.95rem;transition:all .2s}.styles-module__kL5B2W__optionItem:hover{background:var(--gray-1);color:var(--primary-color);padding-left:1.25rem}.styles-module__kL5B2W__submitButton{background:var(--gradient-primary);width:100%;color:var(--gray-1);border:none;border-radius:.8rem;margin:1rem 0;padding:.8rem 1rem;font-size:1.1rem;font-weight:600;transition:background-color .3s}.styles-module__kL5B2W__loadingContainer{min-height:300px;color:var(--primary-color);flex-direction:column;justify-content:center;align-items:center;gap:1rem;font-weight:600;display:flex}.styles-module__kL5B2W__spinner{border:5px solid #0000001a;border-left-color:var(--primary-color);border-radius:50%;width:50px;height:50px;animation:1s linear infinite styles-module__kL5B2W__spin}@keyframes styles-module__kL5B2W__spin{to{transform:rotate(360deg)}}.styles-module__kL5B2W__successContainer{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:300px;animation:.5s styles-module__kL5B2W__fadeIn;display:flex}.styles-module__kL5B2W__successIconCircle{background:var(--gradient-primary);border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;display:flex;box-shadow:0 4px 15px #0003}.styles-module__kL5B2W__successIcon{color:#fff;width:40px;height:40px}.styles-module__kL5B2W__successTitle{background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.8rem;font-weight:800}.styles-module__kL5B2W__successMessage{color:var(--gray-4);max-width:80%;font-size:1.1rem}@media (min-width:768px){.styles-module__kL5B2W__modal{max-width:600px}.styles-module__kL5B2W__privacySection{gap:0}.styles-module__kL5B2W__privacyText{font-size:.875rem}}@media (min-width:1440px){.styles-module__kL5B2W__privacySection{gap:0}}
