.auth-shell {
    padding: 24px;
}

.auth-card {
    max-width: 420px;
    margin: 40px auto;
    background: #fff;
    border: 1px solid #dbe4f0;
    border-radius: 1rem;
    padding: 24px;
    box-shadow: var(--page-shadow-soft);
}

.auth-card__title {
    margin: 0 0 0.75rem;
    font-size: 1.5rem;
}

.auth-card__copy {
    margin: 0 0 1rem;
    color: var(--muted);
}

.auth-form__label {
    display: block;
    margin-bottom: 4px;
    font-weight: 600;
}

.auth-form__input {
    width: 100%;
    padding: 12px;
    margin-bottom: 14px;
    border: 1px solid #cbd5e1;
    border-radius: 4px;
    font-size: 15px;
}

.auth-form__check {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    font-weight: 500;
}

.auth-form__check-input {
    width: auto;
    margin: 0;
}

.auth-form__submit {
    width: 100%;
    padding: 12px;
    font-size: 16px;
}

.auth-actions {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-top: 12px;
    font-size: 14px;
}

.auth-actions--end {
    justify-content: flex-end;
}

.auth-actions a {
    color: #2563eb;
    text-decoration: none;
}

.auth-actions a:hover {
    text-decoration: underline;
}
