.SignInPage-module__2Ln3dG__stageContent{flex-direction:column;gap:18px;width:min(100%,420px);padding-top:20px;padding-bottom:20px;display:flex}.SignInPage-module__2Ln3dG__loginStageContent{justify-content:space-between;width:min(100%,540px);min-height:100%;padding-top:26px;padding-bottom:14px}.SignInPage-module__2Ln3dG__resetPasswordContent{flex-direction:column;gap:36px;width:100%;margin-top:4px;display:flex}.SignInPage-module__2Ln3dG__mobileResetProgress{width:100%}.SignInPage-module__2Ln3dG__stageHeader{text-align:center;flex-direction:column;gap:10px;display:flex}.SignInPage-module__2Ln3dG__title{letter-spacing:-.03em;color:var(--black);margin:0;font-size:20px;font-weight:700;line-height:1.18}.SignInPage-module__2Ln3dG__subtitle{color:var(--dark-gray);align-self:center;margin:0;font-size:14px;font-weight:600;line-height:1.4}.SignInPage-module__2Ln3dG__subtitleMuted{color:#757575}.SignInPage-module__2Ln3dG__subtitleEmail{color:#1e1e1e;font-weight:700}.SignInPage-module__2Ln3dG__loginContentBlock{flex-direction:column;gap:22px;width:100%;margin-bottom:auto;display:flex}.SignInPage-module__2Ln3dG__resetPasswordForm{flex-direction:column;gap:22px;width:100%;display:flex}.SignInPage-module__2Ln3dG__errorBox{background-color:var(--light-red);color:var(--red-2);border:1px solid var(--red);text-align:center;border-radius:12px;padding:12px 14px;font-size:12px}.SignInPage-module__2Ln3dG__formGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}.SignInPage-module__2Ln3dG__labelRow{justify-content:space-between;align-items:center;gap:12px;display:flex}.SignInPage-module__2Ln3dG__forgotPasswordButton{color:var(--purple);text-underline-offset:3px;cursor:pointer;background:0 0;border:none;padding:0;font-size:12px;font-weight:600;line-height:1.35;text-decoration:underline}.SignInPage-module__2Ln3dG__forgotPasswordButton:hover{opacity:.85}.SignInPage-module__2Ln3dG__inputGroup{flex-direction:column;gap:8px;display:flex}.SignInPage-module__2Ln3dG__inputGroup label{color:var(--dark-gray);font-size:12px;font-weight:600}.SignInPage-module__2Ln3dG__inputGroup input{border:1px solid var(--lightest-gray);background:var(--lightest-gray);width:100%;min-height:48px;color:var(--black);transition:border-color var(--color-transition),box-shadow var(--color-transition),background-color var(--color-transition);border-radius:10px;outline:none;padding:0 14px;font-size:12px}.SignInPage-module__2Ln3dG__inputGroup input:focus{border-color:var(--purple);background:var(--white);box-shadow:0 0 0 4px #7061ed1a}.SignInPage-module__2Ln3dG__inputGroup input.SignInPage-module__2Ln3dG__inputInvalid{border-color:var(--red);background:var(--light-red)}.SignInPage-module__2Ln3dG__inputGroup input.SignInPage-module__2Ln3dG__inputInvalid:focus{border-color:var(--red-2);box-shadow:0 0 0 4px #ff6a6f1f}.SignInPage-module__2Ln3dG__inputGroup input::placeholder{color:var(--gray)}.SignInPage-module__2Ln3dG__validationMessage{color:var(--red-2);font-size:12px}.SignInPage-module__2Ln3dG__resetPasswordFieldGroup input{border-radius:8px;min-height:48px;padding:8px 12px}.SignInPage-module__2Ln3dG__codeSection{flex-direction:column;align-items:center;gap:10px;display:flex}.SignInPage-module__2Ln3dG__codeInputs{justify-content:center;align-items:center;gap:10px;width:100%;display:flex}.SignInPage-module__2Ln3dG__codeInput{background:var(--lightest-gray);text-align:center;width:42px;height:42px;color:var(--black);transition:border-color var(--color-transition),box-shadow var(--color-transition),background-color var(--color-transition);border:1px solid #d8d8d8;border-radius:8px;outline:none;padding:10px;font-size:18px;font-weight:600}.SignInPage-module__2Ln3dG__codeInput:focus{border-color:var(--purple);background:var(--white);box-shadow:0 0 0 4px #7061ed1a}.SignInPage-module__2Ln3dG__codeInputInvalid{border-color:var(--red);background:var(--light-red)}.SignInPage-module__2Ln3dG__codeInputInvalid:focus{border-color:var(--red-2);box-shadow:0 0 0 4px #ff6a6f1f}.SignInPage-module__2Ln3dG__socialRow{justify-content:center;gap:10px;display:flex}.SignInPage-module__2Ln3dG__socialButton{border:1px solid var(--lightest-gray);background:var(--lightest-gray);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;display:inline-flex}.SignInPage-module__2Ln3dG__socialButton:hover{border:1px solid var(--light-gray);background:var(--light-gray)}.SignInPage-module__2Ln3dG__loginDivider{color:var(--gray);align-items:center;gap:12px;margin-top:2px;font-size:12px;display:flex}.SignInPage-module__2Ln3dG__loginDividerLine{background:var(--light-gray);flex:1;height:1px}.SignInPage-module__2Ln3dG__loginDividerText{flex-shrink:0}.SignInPage-module__2Ln3dG__fieldHint{color:var(--gray);font-size:12px}.SignInPage-module__2Ln3dG__requiredStar{color:var(--red-2)}.SignInPage-module__2Ln3dG__passwordInputWrap{position:relative}.SignInPage-module__2Ln3dG__passwordInputWrap input{padding-right:42px}.SignInPage-module__2Ln3dG__passwordToggle{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:24px;height:24px;padding:0;display:inline-flex;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.SignInPage-module__2Ln3dG__passwordToggleLg{width:24px;height:24px}.SignInPage-module__2Ln3dG__loginSubmitButton{border-radius:999px;width:100%;min-height:50px;font-size:1rem;font-weight:700}.SignInPage-module__2Ln3dG__submitBtn{border-radius:999px;width:100%;min-height:38px;padding:8px 24px}.SignInPage-module__2Ln3dG__submitBtn:disabled{cursor:not-allowed;opacity:.7}.SignInPage-module__2Ln3dG__useAnotherMethodButton{width:fit-content;color:var(--purple);text-underline-offset:4px;cursor:pointer;background:0 0;border:none;align-self:center;margin:0 auto;padding:0;font-size:14px;font-weight:600;line-height:1.4;text-decoration:underline}.SignInPage-module__2Ln3dG__useAnotherMethodButton:hover{opacity:.85}.SignInPage-module__2Ln3dG__useAnotherMethodButton:disabled{cursor:not-allowed;opacity:.6}.SignInPage-module__2Ln3dG__resendText{color:#444;text-align:center;flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;margin:8px 0 0;font-size:14px;font-weight:600;line-height:1.4;display:flex}.SignInPage-module__2Ln3dG__resendButton{color:var(--purple);text-underline-offset:4px;cursor:pointer;background:0 0;border:none;padding:0;font-size:14px;font-weight:600;line-height:1.4;text-decoration:underline}.SignInPage-module__2Ln3dG__resendButton:disabled{cursor:not-allowed;opacity:.6}.SignInPage-module__2Ln3dG__backToSignInButton{width:fit-content;color:var(--black);cursor:pointer;background:0 0;border:none;align-items:center;gap:10px;margin:0 auto;padding:0;font-size:14px;font-weight:600;line-height:1.4;display:inline-flex}.SignInPage-module__2Ln3dG__backToSignInButton:hover{opacity:.85}.SignInPage-module__2Ln3dG__stepper{grid-template-columns:repeat(3,1fr);width:100%;display:grid}.SignInPage-module__2Ln3dG__stepItem{flex-direction:column;align-items:center;gap:8px;display:flex;position:relative}.SignInPage-module__2Ln3dG__stepLineWrap{justify-content:center;align-items:center;width:100%;display:flex;position:relative}.SignInPage-module__2Ln3dG__stepLineWrap:before,.SignInPage-module__2Ln3dG__stepLineWrap:after{content:"";z-index:0;background:#ececec;height:2px;position:absolute;top:50%;transform:translateY(-50%)}.SignInPage-module__2Ln3dG__stepLineWrap:before{left:0;right:calc(50% + 16px)}.SignInPage-module__2Ln3dG__stepLineWrap:after{left:calc(50% + 16px);right:0}.SignInPage-module__2Ln3dG__stepItem:first-child .SignInPage-module__2Ln3dG__stepLineWrap:before,.SignInPage-module__2Ln3dG__stepItem:last-child .SignInPage-module__2Ln3dG__stepLineWrap:after{display:none}.SignInPage-module__2Ln3dG__stepItemDone .SignInPage-module__2Ln3dG__stepLineWrap:before,.SignInPage-module__2Ln3dG__stepItemDone .SignInPage-module__2Ln3dG__stepLineWrap:after,.SignInPage-module__2Ln3dG__stepItemCurrent .SignInPage-module__2Ln3dG__stepLineWrap:before{background:var(--purple)}.SignInPage-module__2Ln3dG__stepCircle{background:var(--white);color:#8f8f8f;z-index:1;border:1px solid #dcdcdc;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:13px;font-weight:600;line-height:1;display:inline-flex;position:relative}.SignInPage-module__2Ln3dG__stepCurrent,.SignInPage-module__2Ln3dG__stepDone{background:var(--purple);border-color:var(--purple);color:var(--white)}.SignInPage-module__2Ln3dG__stepDone svg path{fill:var(--white)}.SignInPage-module__2Ln3dG__stepLabel{color:#757575;text-align:center;font-size:12px;font-weight:400;line-height:1.35}.SignInPage-module__2Ln3dG__redirectHint{text-align:center;color:var(--gray);justify-content:center;gap:5px;margin-top:auto;font-size:14px;font-weight:600;line-height:1.4;display:flex}.SignInPage-module__2Ln3dG__redirectHint a{color:var(--purple);text-underline-offset:4px;font-size:14px;font-weight:600;line-height:1.4;text-decoration:underline}@media (max-width:720px){.SignInPage-module__2Ln3dG__title{font-size:20px}.SignInPage-module__2Ln3dG__formGrid{grid-template-columns:1fr}.SignInPage-module__2Ln3dG__loginStageContent{width:100%}.SignInPage-module__2Ln3dG__resetPasswordContent{gap:20px}.SignInPage-module__2Ln3dG__stepper{display:none}.SignInPage-module__2Ln3dG__stepLineWrap:before{right:calc(50% + 14px)}.SignInPage-module__2Ln3dG__stepLineWrap:after{left:calc(50% + 14px)}.SignInPage-module__2Ln3dG__stepLabel{font-size:11px}.SignInPage-module__2Ln3dG__codeInputs{gap:6px}.SignInPage-module__2Ln3dG__codeInput{width:38px;height:38px;padding:8px;font-size:16px}.SignInPage-module__2Ln3dG__labelRow{flex-direction:row;align-items:flex-start;gap:6px}}
