.email-login { margin-top: 24px; }
.email-divider { display: flex; align-items: center; gap: 12px; color: var(--muted); font-size: 13px; margin-bottom: 20px; }
.email-divider::before, .email-divider::after { content: ""; height: 1px; background: var(--border); flex: 1; }
.email-login form { display: grid; gap: 12px; }
.email-login form.hidden, .email-account.hidden { display: none; }
.email-login label { font-size: 14px; color: var(--text); font-weight: 600; }
.email-login input { width: 100%; box-sizing: border-box; min-height: 48px; border: 1px solid var(--border); border-radius: 14px; padding: 12px 14px; background: var(--panel-strong); color: var(--text); font: inherit; font-size: 16px; outline: none; }
.email-login input:focus { border-color: var(--blue-bright); box-shadow: 0 0 0 3px color-mix(in srgb, var(--blue) 20%, transparent); }
.email-login input::placeholder { color: var(--muted); }
.email-login input:disabled { opacity: .65; }
.email-login .email-code { text-align: center; font-size: 25px; letter-spacing: .3em; font-variant-numeric: tabular-nums; }
.email-login button { min-height: 44px; justify-content: center; }
.email-login button:disabled { cursor: default; opacity: .5; }
.email-hint { color: var(--muted); font-size: 13px; line-height: 1.6; overflow-wrap: anywhere; margin: 12px 0 0; }
.email-hint.error-text { color: var(--danger); }
.email-billing-note { color: var(--muted); line-height: 1.6; font-size: 13px; }
.email-actions { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 4px 12px; }
.email-actions .text-button { font-size: 13px; }
.email-account { max-width: 720px; margin: 28px auto 60px; padding: clamp(24px, 6vw, 48px); outline: none; }
.email-account h1 { font-size: clamp(28px, 6vw, 42px); line-height: 1.15; }
.email-account p { color: var(--muted); line-height: 1.65; }
.email-account .email-account-address { color: var(--text); overflow-wrap: anywhere; }
.email-account-note { border-top: 1px solid var(--border); margin-top: 28px; padding-top: 24px; }
body[data-email-readonly] .tariff-row, body[data-email-readonly] .payment-legal, body[data-email-readonly] #paymentStatus { display: none; }
@media (max-width: 420px) { .email-actions { flex-direction: column; align-items: stretch; } .email-actions button { text-align: center; } }
@media (prefers-reduced-motion: reduce) { .email-login *, .email-account * { transition: none !important; } }
