/* Student auth — extends admin-auth layout with learner portal accents */

body.student-auth-page .student-auth-banner i {
    color: #059669;
}

body.student-auth-page .admin-auth-badge {
    background: #ecfdf5;
    color: #047857;
    border-color: #a7f3d0;
}

body.student-auth-page .auth-shell-brand {
    background: linear-gradient(165deg, #064e3b 0%, #0f172a 72%) !important;
}

body.student-auth-page .auth-hero-badge {
    background: rgba(52, 211, 153, 0.12);
    border-color: rgba(52, 211, 153, 0.28);
    color: #d1fae5;
}

body.student-auth-page .auth-feature-list li i {
    color: #34d399;
}

body.student-auth-page .auth-btn-primary {
    background: linear-gradient(135deg, #059669, #047857);
    box-shadow: 0 6px 18px rgba(5, 150, 105, 0.28);
}

body.student-auth-page .auth-btn-primary:hover:not(:disabled) {
    box-shadow: 0 8px 22px rgba(5, 150, 105, 0.36);
}

body.student-auth-page .auth-link:hover {
    color: #059669;
}

body.student-auth-page .auth-input:focus {
    border-color: #059669 !important;
    box-shadow: 0 0 0 3px rgba(5, 150, 105, 0.12) !important;
}

body.student-auth-page .auth-checkbox-label input,
body.student-auth-page .auth-terms-row input {
    accent-color: #059669;
}

body.student-auth-page .auth-secondary-link {
    text-align: center;
    margin-top: 1.25rem;
    font-size: 0.875rem;
    color: var(--auth-text-muted);
}

body.student-auth-page .auth-secondary-link a {
    color: #059669;
    font-weight: 600;
    text-decoration: none;
}

body.student-auth-page .auth-secondary-link a:hover {
    text-decoration: underline;
}

body.student-auth-page .auth-form-footer-note {
    margin-top: 1rem;
    text-align: center;
    font-size: 0.75rem;
    color: var(--auth-text-subtle);
    line-height: 1.5;
}

body.student-auth-page .auth-form-footer-note a {
    color: #059669;
    text-decoration: none;
    font-weight: 500;
}

body.student-auth-page .auth-form-footer-note a:hover {
    text-decoration: underline;
}
