/* ─────────────────────────────────────────────────────────────────────────
   Вход — техно-минималистичная тема.
   ───────────────────────────────────────────────────────────────────────── */

body.auth-body {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: calc(var(--bar) + 20px) 20px calc(var(--bar) + 20px);
}

.auth-wrap {
    width: 100%;
    max-width: 400px;
    position: relative;
    z-index: 1;
}

.auth-card {
    border: 1px solid var(--line);
    background: var(--surface);
    padding: 36px 32px;
}

.auth-eyebrow {
    font-size: 8px;
    letter-spacing: .32em;
    text-transform: uppercase;
    color: var(--text-dim);
    font-family: var(--font-label);
    margin-bottom: 10px;
    text-align: center;
}

.auth-title {
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.auth-subtitle {
    text-align: center;
    color: var(--text-muted);
    margin-bottom: 26px;
    font-size: 13px;
    line-height: 1.5;
}

.auth-step {
    text-align: center;
    margin-bottom: 22px;
}

.auth-hint {
    font-size: 11.5px;
    color: var(--text-muted);
    margin: 10px 0 0;
    line-height: 1.5;
}

.auth-divider {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--text-dim);
    font-size: 10px;
    letter-spacing: .08em;
    text-transform: uppercase;
    font-family: var(--font-label);
    margin: 24px 0 18px;
}

.auth-divider::before,
.auth-divider::after {
    content: "";
    flex: 1;
    height: 1px;
    background: var(--line);
}

.auth-logo {
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-bottom: 22px;
}

.auth-logo .bt {
    display: block;
    font-size: 6.5px;
    letter-spacing: .32em;
    color: var(--text-faint);
    font-family: var(--font-label);
    font-weight: 400;
    margin-top: 4px;
}
