.auth-page .app-shell {
    padding-left: 0;
}

.auth-view {
    min-height: calc(100vh - var(--topbar-height, 72px) - 4rem);

    display: grid;
    place-items: center;
}

.auth-panel {
    width: min(100%, 520px);

    padding: clamp(1.4rem, 3vw, 2.25rem);

    border: 1px solid #e2e8f0;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.14);
    backdrop-filter: blur(16px);
}

.auth-head {
    margin-bottom: 1.4rem;
}

.auth-kicker {
    display: inline-flex;
    margin-bottom: 0.65rem;

    color: #2563eb;
    font-size: 0.74rem;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.auth-title {
    margin: 0;

    color: #111827;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1;
    font-weight: 900;
    letter-spacing: -0.06em;
}

.auth-subtitle {
    margin: 0.8rem 0 0;

    color: #64748b;
    font-weight: 600;
}

.auth-form {
    display: grid;
    gap: 1rem;
}

.auth-field {
    display: grid;
    gap: 0.4rem;
}

.auth-field label {
    color: #334155;
    font-size: 0.84rem;
    font-weight: 850;
}

.auth-field .form-control,
.auth-field .form-select {
    min-height: 48px;
    border: 1px solid #dbe3ef;
    border-radius: 16px;
    color: #111827;
    font-weight: 650;
}

.auth-actions {
    margin-top: 0.4rem;
}

.auth-actions .btn {
    min-height: 48px;
    font-weight: 900;
}

.auth-switch,
.auth-confirm-text {
    margin: 1.1rem 0 0;

    color: #64748b;
    text-align: center;
    font-weight: 650;
}

.auth-switch a {
    font-weight: 900;
    text-decoration: none;
}