.login-page{display:flex;width:100vw;max-width:100vw;min-height:100vh;flex-direction:column;background:var(--color-bg-surface);justify-content:center;align-items:center}.login-page--flow{display:flex;width:350px;padding:24px;flex-direction:column;align-items:center;gap:var(--spacing-3xl, 24px);border-radius:16px;background:var(--color-bg-surface-card, #FFF);box-shadow:0 4px 8px -2px #1018281a,0 2px 4px -2px #1018280f}.login-page--flow--form{display:flex;flex-direction:column;align-items:center;gap:var(--spacing-xl, 16px);align-self:stretch}.login-page--flow--form--actions{display:flex;flex-direction:column;align-items:flex-start;gap:var(--spacing-xl, 16px);align-self:stretch;width:100%}.login-page--flow--form--actions .button{width:100%}.login-page--flow--signup{display:flex;justify-content:center;align-items:flex-start;gap:var(--spacing-xs, 4px);align-self:stretch}.login-page--flow--signup--text{color:var(--color-text-tertiary, #475467);font-family:Inter;font-size:14px;font-weight:400;line-height:20px}.login-page--footer{width:100%}.google-login-button{display:flex;flex-direction:column;width:100%;gap:var(--spacing-3xl, 24px)}.google-login-button--actions .button{width:100%}.email-password-form{display:flex;flex-direction:column;gap:var(--spacing-xl, 16px);align-self:stretch;width:100%}.email-password-form--email,.email-password-form--password{width:100%}.email-password-form--forgot-password{width:100%;display:flex;justify-content:end}.email-password-form--actions,.email-password-form--actions--submit .button{width:100%}.email-otp-form{display:flex;width:100%;flex-direction:column;align-items:center;gap:var(--spacing-3xl, 24px);align-self:stretch;border-radius:var(--spacing-lg, 12px)}.email-otp-form--email{width:100%}.email-otp-form--login{display:flex;justify-content:center;align-items:flex-start;gap:var(--spacing-xs, 4px);align-self:stretch}.email-otp-form--login--text{color:var(--color-text-tertiary, #475467);font-family:Inter;font-size:14px;font-weight:400;line-height:20px}.email-otp-form--actions,.email-otp-form--actions--submit .button{width:100%}.verify-email-otp-form{display:flex;width:100%;flex-direction:column;align-items:center;gap:var(--spacing-3xl, 24px);align-self:stretch;border-radius:var(--spacing-lg, 12px)}.verify-email-otp-form--text{text-align:center;color:var(--color-text-tertiary);font-family:Inter;font-size:14px;font-weight:400;line-height:20px}.verify-email-otp-form--text--sub-text{color:var(--color-text-brand-tertiary, #4174E9);font-family:Inter;font-size:14px;font-weight:600;line-height:20px}.verify-email-otp-form--otp{display:flex;flex-direction:column;align-items:flex-start;gap:var(--spacing-sm);width:100%}.verify-email-otp-form--otp--label{color:var(--color-text-secondary);font-family:Inter;font-size:14px;font-weight:500;line-height:20px}.verify-email-otp-form--email,.verify-email-otp-form--actions{width:100%}.verify-email-otp-form--actions--submit{display:flex;flex-direction:column;align-items:flex-start;gap:var(--spacing-xl, 16px);align-self:stretch}.verify-email-otp-form--actions--submit .button{width:100%}.verify-email-otp-form--actions--go-back{display:flex;flex-direction:column;align-items:flex-start;margin-top:var(--spacing-xl, 16px);align-self:stretch}.otp-container{width:100%}.otp-char{display:flex;width:100%;padding:var(--spacing-xxs, 2px) var(--spacing-lg, 12px);flex-direction:row;justify-content:center;align-items:center;gap:var(--spacing-md, 8px);flex:1 0 0;border-radius:var(--radius-md, 8px);border:1px solid var(--color-border-primary, #D0D5DD);background:var(--color-bg-primary, #FFF);box-shadow:0 1px 2px #1018280d;color:var(--color-text-brand-tertiary-alt, #4174E9);text-align:center;font-family:Inter;font-size:30px;font-weight:600;line-height:38px}.otp-char-selected{border-radius:var(--radius-md, 8px);border:2px solid var(--color-border-brand-solid, #4174E9);background:var(--color-bg-primary, #FFF);box-shadow:0 1px 2px #1018280d,0 0 0 4px #7791ed3d}.header-login{display:flex;flex-direction:column;align-items:center;gap:var(--spacing-xl, 16px);align-self:stretch}.header-login--logo{--radius-md: 18px }.header-login--text-sub-text{display:flex;flex-direction:column;align-items:flex-start;gap:var(--spacing-xs, 4px);align-self:stretch}.header-login--text-sub-text--text{align-self:stretch;color:var(--color-text-primary);text-align:center;font-family:Inter;font-size:24px;font-weight:600;line-height:32px}.header-login--text-sub-text--sub-text{align-self:stretch;color:var(--color-text-tertiary);text-align:center;font-family:Inter;font-size:14px;font-weight:400;line-height:20px}.login-terms{display:flex;width:312px;padding:var(--spacing-xl);justify-content:center;align-items:center;gap:var(--spacing-md)}.login-terms--text{flex:1 0 0;color:var(--color-text-tertiary);text-align:center;font-family:Inter;font-size:14px;font-weight:400;line-height:20px}.login-terms--text--sub-text{color:var(--color-text-tertiary, #475467);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px;text-decoration-line:underline;text-decoration-style:solid;text-decoration-skip-ink:none;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font}
