/* Email verification screen; colors follow the active theme. */
.tvh-login-otp{display:grid;gap:18px;min-width:0}.tvh-login-otp .tvh-otp-progress{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:0;color:var(--tvh-text-soft,#52665b);font-size:12px;line-height:1.5}.tvh-otp-progress>span,.tvh-otp-progress>strong{padding:10px 8px;border:1px solid var(--tvh-border,#dbe7df);border-radius:10px;background:var(--tvh-surface-soft,#f4f7f5);text-align:center}.tvh-otp-progress>strong{border-color:currentColor;background:var(--tvh-primary-soft,#e3efe9);color:var(--tvh-primary,#15803d)}.tvh-login-otp .tvh-otp-help{margin:0;color:var(--tvh-text-soft,#52665b);font-size:14px;line-height:1.7;overflow-wrap:anywhere}.tvh-login-otp .tvh-otp-help strong{color:var(--tvh-text,#24372c)}.tvh-login-otp .tvh-login__form{min-width:0;gap:16px}.tvh-login-otp .tvh-login__form input.tvh-otp-input{width:100%;min-width:0;min-height:64px;padding:12px;border:1px solid var(--tvh-border,#dbe7df);border-radius:12px;background:var(--tvh-surface-strong,#fff);color:var(--tvh-text,#24372c);font-size:clamp(24px,6vw,30px);font-weight:700;font-variant-numeric:tabular-nums;letter-spacing:.28em;line-height:1.2;text-align:center}.tvh-login-otp .tvh-login__form input.tvh-otp-input::placeholder{color:var(--tvh-muted,#647068);opacity:.65}.tvh-login-otp .tvh-login__form input.tvh-otp-input:focus-visible{border-color:var(--tvh-primary,#15803d);outline:2px solid var(--tvh-primary,#15803d);outline-offset:2px}.tvh-login-otp .tvh-login__submit{width:100%;min-height:48px}.tvh-login-otp .tvh-otp-tip{margin:0;color:var(--tvh-muted,#647068);font-size:12px;line-height:1.6}.tvh-login-otp .tvh-otp-secondary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:0}.tvh-otp-secondary>button{min-width:0;min-height:44px;padding:10px 6px;border:1px solid var(--tvh-border,#dbe7df);border-radius:10px;background:var(--tvh-surface-soft,#f4f7f5);color:var(--tvh-text,#24372c);cursor:pointer;font:inherit;font-size:12px;font-weight:600;line-height:1.5}.tvh-otp-secondary>button:hover:not(:disabled){border-color:var(--tvh-primary,#15803d)}.tvh-otp-secondary>button:disabled{color:var(--tvh-muted,#647068);cursor:default;opacity:.7}.tvh-otp-secondary>button:focus-visible{outline:2px solid var(--tvh-primary,#15803d);outline-offset:3px}.tvh-otp-settings{padding-bottom:26px;margin-bottom:26px;border-bottom:1px solid var(--tvh-border,#dbe7df)}.tvh-otp-settings .tvh-form{max-width:640px}.tvh-otp-settings .tvh-actions{flex-wrap:wrap}.tvh-otp-policy{padding-bottom:24px}.tvh-otp-policy>h4{margin:0 0 12px}.tvh-otp-policy>p{line-height:1.7}
#settings-smtp .tvh-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:end}#settings-smtp .tvh-panel__head:not(:first-child){margin-top:28px}@media(max-width:640px){#settings-smtp .tvh-form-grid{grid-template-columns:minmax(0,1fr)}}@media(max-width:360px){.tvh-login-otp .tvh-otp-secondary{grid-template-columns:minmax(0,1fr)}}
