.styles-module__XYHDPG__page{min-height:calc(100dvh - calc(var(--page-padding) * 2));justify-content:center;align-items:center;padding:24px 0;display:flex}.styles-module__XYHDPG__card{border:1px solid var(--aside-border-color);background-color:var(--aside-background);width:100%;max-width:400px;box-shadow:var(--shadow-lg);border-radius:12px;overflow:hidden}.styles-module__XYHDPG__cardWide{max-width:540px}.styles-module__XYHDPG__cardHeader{border-bottom:1px solid var(--aside-border-color);background-color:var(--aside-surface-frosted);align-items:center;padding:20px 24px;display:flex}.styles-module__XYHDPG__logo{color:var(--aside-text-primary);align-items:center;gap:8px;display:flex}.styles-module__XYHDPG__logoName{letter-spacing:-.04em;color:var(--aside-text-primary);font-size:20px;font-weight:800}.styles-module__XYHDPG__recoveryTabs{border-bottom:1px solid var(--aside-border-color);display:flex}.styles-module__XYHDPG__recoveryTab{height:42px;color:var(--aside-text-muted);letter-spacing:.01em;cursor:pointer;background:0 0;border:0;border-bottom:2px solid #0000;flex:1;margin-bottom:-1px;padding:0 16px;font-family:inherit;font-size:13px;line-height:18px;transition:color .16s,border-color .16s}.styles-module__XYHDPG__recoveryTab:hover{color:var(--aside-text-secondary)}.styles-module__XYHDPG__recoveryTabActive{color:var(--aside-text-primary);border-bottom-color:var(--aside-text-primary);font-weight:500}.styles-module__XYHDPG__cardBody{flex-direction:column;gap:20px;padding:24px 24px 20px;display:flex}.styles-module__XYHDPG__cardIntro{flex-direction:column;gap:3px;display:flex}.styles-module__XYHDPG__cardTitle{color:var(--aside-text-primary);letter-spacing:-.01em;font-size:16px;font-weight:600;line-height:22px}.styles-module__XYHDPG__cardSubtitle{color:var(--aside-text-muted);letter-spacing:.01em;font-size:13px;line-height:18px}.styles-module__XYHDPG__fields{flex-direction:column;gap:12px;display:flex}.styles-module__XYHDPG__fieldsGrid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.styles-module__XYHDPG__fieldFull{grid-column:1/-1}.styles-module__XYHDPG__fieldWrap{gap:5px;display:grid}.styles-module__XYHDPG__fieldLabel{color:var(--aside-text-secondary);letter-spacing:.01em;font-size:11px;line-height:14px}.styles-module__XYHDPG__fieldRow{justify-content:space-between;align-items:center;gap:6px;display:flex}.styles-module__XYHDPG__inputWrap{border:1px solid var(--aside-border-color);background-color:var(--aside-surface);height:38px;box-shadow:var(--shadow-sm);border-radius:8px;align-items:center;transition:border-color .16s,background-color .16s,box-shadow .16s;display:flex;position:relative}.styles-module__XYHDPG__inputWrap:focus-within{border-color:var(--aside-border-focus);background-color:var(--aside-background);box-shadow:var(--shadow-sm-hover)}.styles-module__XYHDPG__inputWrapError{border-color:#e8c0c0}.styles-module__XYHDPG__inputWrapError:focus-within{border-color:#dda0a0}.styles-module__XYHDPG__input{min-width:0;height:100%;color:var(--aside-text-primary);letter-spacing:.01em;background-color:#0000;border:0;outline:none;flex:1;padding:0 12px;font-family:inherit;font-size:13px;line-height:18px}.styles-module__XYHDPG__input::placeholder{color:var(--aside-text-muted)}.styles-module__XYHDPG__togglePassword{width:36px;height:100%;color:var(--aside-text-muted);cursor:pointer;background:0 0;border:0;flex:none;justify-content:center;align-items:center;transition:color .16s;display:inline-flex}.styles-module__XYHDPG__togglePassword:hover{color:var(--aside-text-secondary)}.styles-module__XYHDPG__forgotLink{color:var(--aside-text-muted);letter-spacing:.01em;font-size:11px;line-height:14px;transition:color .16s}.styles-module__XYHDPG__forgotLink:hover{color:var(--aside-text-primary)}.styles-module__XYHDPG__error{color:var(--color-error);letter-spacing:.01em;font-size:11px;line-height:14px}.styles-module__XYHDPG__checkboxWrap{cursor:pointer;align-items:flex-start;gap:8px;display:flex}.styles-module__XYHDPG__checkbox{width:15px;height:15px;accent-color:var(--aside-text-primary);cursor:pointer;flex:none;margin-top:2px}.styles-module__XYHDPG__checkboxLabel{color:var(--aside-text-muted);letter-spacing:.01em;cursor:pointer;-webkit-user-select:none;user-select:none;font-size:12px;line-height:18px}.styles-module__XYHDPG__checkboxLabel a{color:var(--aside-text-secondary);font-weight:500;transition:color .16s}.styles-module__XYHDPG__checkboxLabel a:hover{color:var(--aside-text-primary)}.styles-module__XYHDPG__socialButtons{flex-direction:column;gap:8px;display:flex}.styles-module__XYHDPG__socialButton{width:100%;height:var(--button-height);border:1px solid var(--aside-border-color);color:var(--aside-text-secondary);letter-spacing:.01em;cursor:pointer;background-color:var(--aside-background);box-shadow:var(--shadow-sm);border-radius:8px;justify-content:center;align-items:center;padding:0 16px;font-family:inherit;font-size:13px;font-weight:500;line-height:18px;transition:border-color .16s,background-color .16s,color .16s,box-shadow .16s;display:flex;position:relative}.styles-module__XYHDPG__socialButton:hover{border-color:var(--aside-border-hover);background-color:var(--aside-surface-soft);color:var(--aside-text-primary);box-shadow:var(--shadow-sm-hover)}.styles-module__XYHDPG__socialButtonIcon{justify-content:center;align-items:center;display:flex;position:absolute;left:14px}.styles-module__XYHDPG__orDivider{align-items:center;gap:10px;display:flex}.styles-module__XYHDPG__orLine{background-color:var(--aside-border-color);flex:1;height:1px}.styles-module__XYHDPG__orText{color:var(--aside-text-muted);letter-spacing:.06em;text-transform:uppercase;font-size:10px;line-height:14px}.styles-module__XYHDPG__submitButton{width:100%;height:var(--button-height);border:1px solid var(--aside-text-primary);color:var(--aside-verified-text);letter-spacing:.01em;cursor:pointer;background-color:var(--aside-text-primary);border-radius:8px;justify-content:center;align-items:center;padding:0;font-family:inherit;font-size:13px;font-weight:500;line-height:18px;transition:opacity .16s;display:flex}.styles-module__XYHDPG__submitButton:hover,.styles-module__XYHDPG__submitButton:focus-visible{opacity:.88}.styles-module__XYHDPG__submitButton:disabled{opacity:.42;cursor:default}.styles-module__XYHDPG__successWrap{text-align:center;flex-direction:column;align-items:center;gap:16px;padding:8px 0 4px;display:flex}.styles-module__XYHDPG__successIcon{background-color:var(--aside-surface-soft);border:1px solid var(--aside-border-color);width:48px;height:48px;color:var(--aside-text-secondary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.styles-module__XYHDPG__emailHighlight{color:var(--aside-text-secondary);font-weight:500}.styles-module__XYHDPG__subTabs{background-color:var(--aside-surface-soft);border-radius:9px;gap:2px;padding:3px;display:flex}.styles-module__XYHDPG__subTab{height:30px;color:var(--aside-text-muted);cursor:pointer;background:0 0;border:0;border-radius:7px;flex:1;font-family:inherit;font-size:12px;transition:background-color .16s,color .16s}.styles-module__XYHDPG__subTab:hover{color:var(--aside-text-secondary)}.styles-module__XYHDPG__subTabActive{color:var(--aside-text-primary);background-color:var(--aside-background);box-shadow:var(--shadow-sm);font-weight:500}.styles-module__XYHDPG__otpInput{text-align:center;letter-spacing:.3em;padding-left:calc(12px + .3em);font-size:22px;font-weight:600}.styles-module__XYHDPG__helperRow{flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;display:flex}.styles-module__XYHDPG__helperDot{background-color:var(--aside-border-color);border-radius:50%;flex-shrink:0;width:3px;height:3px}.styles-module__XYHDPG__linkButton{color:var(--aside-text-muted);letter-spacing:.01em;cursor:pointer;background:0 0;border:0;padding:0;font-family:inherit;font-size:11px;line-height:14px;transition:color .16s}.styles-module__XYHDPG__linkButton:hover:not(:disabled){color:var(--aside-text-primary)}.styles-module__XYHDPG__linkButton:disabled{cursor:default;opacity:.55}.styles-module__XYHDPG__cardFooter{border-top:1px solid var(--aside-border-color);background-color:var(--aside-surface-frosted);text-align:center;padding:14px 24px}.styles-module__XYHDPG__footerText{color:var(--aside-text-muted);letter-spacing:.01em;font-size:12px;line-height:16px}.styles-module__XYHDPG__footerLink{color:var(--aside-text-secondary);font-weight:500;transition:color .16s}.styles-module__XYHDPG__footerLink:hover{color:var(--aside-text-primary)}
