.onboarding-module__X8sWMG__page{min-height:100vh;font-family:var(--font-outfit);background:#fff;justify-content:center;align-items:center;padding:1rem;display:flex}.onboarding-module__X8sWMG__container{text-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:40px;width:100%;max-width:500px;padding:3rem;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #0000001a}.onboarding-module__X8sWMG__progressBar{background:#000;height:6px;transition:width .4s;position:absolute;top:0;left:0}.onboarding-module__X8sWMG__stepContent{flex-direction:column;align-items:center;margin-top:1rem;display:flex}.onboarding-module__X8sWMG__title{font-family:var(--font-outfit),sans-serif;color:#000;letter-spacing:-.02em;margin-bottom:.5rem;font-size:2.5rem;font-weight:700;line-height:1.1}.onboarding-module__X8sWMG__subtitle{color:#64748b;max-width:90%;margin-bottom:2.5rem;font-size:1.1rem;line-height:1.5}.onboarding-module__X8sWMG__inputGroup{text-align:left;width:100%;margin-bottom:1.5rem}.onboarding-module__X8sWMG__label{color:#334155;margin-bottom:.5rem;padding-left:.5rem;font-size:.9rem;font-weight:600;display:block}.onboarding-module__X8sWMG__input{width:100%;font-size:1.1rem;font-family:var(--font-outfit);color:#0f172a;background:#f8fafc;border:2px solid #e2e8f0;border-radius:16px;padding:1rem 1.5rem;transition:all .2s}.onboarding-module__X8sWMG__input:focus{background:#fff;border-color:#000;outline:none;box-shadow:0 0 0 4px #0000000d}.onboarding-module__X8sWMG__phoneInputContainer{background:#f8fafc;border:2px solid #e2e8f0;border-radius:16px;align-items:stretch;transition:all .2s;display:flex;overflow:hidden}.onboarding-module__X8sWMG__phoneInputContainer:focus-within{background:#fff;border-color:#000;box-shadow:0 0 0 4px #0000000d}.onboarding-module__X8sWMG__countrySelect{color:#334155;cursor:pointer;height:auto;font-size:1.1rem;font-family:var(--font-outfit);background-color:#0000;border:none;border-right:2px solid #e2e8f0;outline:none;padding:1rem .5rem}.onboarding-module__X8sWMG__phoneInput{width:100%;font-size:1.1rem;font-family:var(--font-outfit);color:#0f172a;background:0 0;border:none;outline:none;flex:1;padding:1rem 1.5rem}.onboarding-module__X8sWMG__button{color:#fff;font-size:1.3rem;font-family:var(--font-outfit),sans-serif;letter-spacing:.02em;cursor:pointer;background:#000;border:none;border-radius:50px;width:100%;margin-top:1rem;padding:1rem 3rem;font-weight:600;transition:all .2s;box-shadow:0 10px 20px #0000001a}.onboarding-module__X8sWMG__button:hover{background:#333;transform:translateY(-2px);box-shadow:0 15px 30px #0003}.onboarding-module__X8sWMG__button:active{transform:scale(.98)}.onboarding-module__X8sWMG__button:disabled{opacity:.5;cursor:not-allowed;box-shadow:none;transform:none}.onboarding-module__X8sWMG__backBtn{color:#64748b;cursor:pointer;background:0 0;border:none;margin-top:1.5rem;font-size:1rem;font-weight:500;text-decoration:none;transition:color .2s}.onboarding-module__X8sWMG__backBtn:hover{color:#000}.onboarding-module__X8sWMG__otpContainer{justify-content:center;gap:.8rem;margin-bottom:2rem;display:flex}.onboarding-module__X8sWMG__otpInput{text-align:center;width:60px;height:70px;font-size:2rem;font-family:var(--font-space);color:#000;background:#f8fafc;border:2px solid #e2e8f0;border-radius:16px;font-weight:700;transition:all .2s}.onboarding-module__X8sWMG__otpInput:focus{background:#fff;border-color:#000;outline:none;transform:translateY(-2px);box-shadow:0 10px 25px #0000001a}.onboarding-module__X8sWMG__loadingState{flex-direction:column;justify-content:center;align-items:center;padding:2rem 0;display:flex}.onboarding-module__X8sWMG__spinner{border:4px solid #f1f5f9;border-top-color:#000;border-radius:50%;width:50px;height:50px;margin-bottom:2rem;animation:1s linear infinite onboarding-module__X8sWMG__spin}@keyframes onboarding-module__X8sWMG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.onboarding-module__X8sWMG__termsContainer{text-align:left;color:#64748b;align-items:flex-start;gap:1rem;margin-bottom:2rem;font-size:.95rem;line-height:1.5;display:flex}.onboarding-module__X8sWMG__checkbox{accent-color:#000;cursor:pointer;width:22px;height:22px;margin-top:2px}.onboarding-module__X8sWMG__termsLink{color:#000;cursor:pointer;font-family:inherit;font-weight:600;font-size:inherit;background:0 0;border:none;padding:0;text-decoration:underline}.onboarding-module__X8sWMG__modalOverlay{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.onboarding-module__X8sWMG__modalContent{background:#fff;border-radius:20px;flex-direction:column;width:100%;max-width:600px;max-height:85vh;padding:2rem;display:flex;position:relative;box-shadow:0 10px 40px #0003}.onboarding-module__X8sWMG__modalHeader{border-bottom:1px solid #f0f0f0;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.onboarding-module__X8sWMG__modalTitle{margin:0;font-size:1.25rem;font-weight:700}.onboarding-module__X8sWMG__closeButton{cursor:pointer;background:#f5f5f5;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.onboarding-module__X8sWMG__closeButton:hover{background:#e5e5e5}.onboarding-module__X8sWMG__modalBody{text-align:left;color:#333;padding-right:.5rem;font-size:.95rem;line-height:1.6;overflow-y:auto}.onboarding-module__X8sWMG__modalBody h3{color:#000;margin-top:1.5rem;margin-bottom:.5rem;font-size:1.1rem;font-weight:600}.onboarding-module__X8sWMG__modalBody p,.onboarding-module__X8sWMG__modalBody ul{margin-bottom:1rem}.onboarding-module__X8sWMG__modalBody ul{padding-left:1.5rem}
