body.auth-page {
    background: linear-gradient(180deg, #f6fbf7 0%, #eef6f1 100%);
}

.auth-page-shell {
    max-width: 1240px;
    margin: 0 auto;
    padding: 24px 20px 56px;
}

.auth-brand-row {
    margin-bottom: 24px;
}

.auth-brand-link {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    text-decoration: none;
}

.auth-brand-mark {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    background: linear-gradient(135deg, #2e8b57 0%, #1f6b5c 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    box-shadow: 0 14px 28px rgba(46, 139, 87, 0.2);
}

.auth-brand-copy {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.auth-brand-copy strong {
    font-size: 2rem;
    line-height: 1;
    color: #1f3b31;
    letter-spacing: -0.04em;
}

.auth-brand-copy span {
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #6b7f75;
}

.auth-page .login-container,
.auth-page .register-container,
.auth-page .forgot-container,
.auth-page .reset-container {
    padding: 0;
    margin: 0 auto;
    min-height: auto;
}

.auth-page .login-wrapper,
.auth-page .register-wrapper {
    min-height: auto;
    align-items: flex-start;
}

.auth-page .login-right,
.auth-page .register-right,
.auth-page .forgot-card,
.auth-page .reset-card {
    box-shadow: 0 24px 48px rgba(15, 40, 32, 0.1);
    border: 1px solid rgba(31, 107, 92, 0.08);
}

@media (max-width: 768px) {
    .auth-page-shell {
        padding: 18px 14px 42px;
    }

    .auth-brand-copy strong {
        font-size: 1.65rem;
    }

    .auth-brand-copy span {
        font-size: 0.72rem;
    }
}
@import url('mobile-responsive.css');
