:root { color-scheme: light; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: #17233f; background: #f8f7f4; }
* { box-sizing: border-box; }
body { margin: 0; line-height: 1.5; }
a { color: #0e346f; }
a:hover { color: #e46c25; }
button, input, select, textarea { font: inherit; }
button, .button, .cta { align-items: center; background: #e86f26; border: 1px solid #e86f26; border-radius: .5rem; color: #fff; cursor: pointer; display: inline-flex; font-weight: 750; justify-content: center; padding: .72rem 1rem; text-decoration: none; }
button:hover, .button:hover, .cta:hover { background: #c95317; border-color: #c95317; color: #fff; }
input, select, textarea { background: #fff; border: 1px solid #a8b2c1; border-radius: .45rem; max-width: 100%; padding: .65rem .7rem; }
label { display: grid; gap: .32rem; font-weight: 700; }
form { display: grid; gap: .85rem; max-width: 48rem; }
main:not(.marketplace-home) { width: min(100% - 2rem, 72rem); margin: 0 auto; padding: 1.25rem 0 2rem; }
article, .filters, .provider-card, .listing-card, .result-card { background: #fff; border: 1px solid #d9dde5; border-radius: .75rem; margin-block: 1rem; padding: 1rem; }
.result-grid { display: grid; gap: 1rem; grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr)); }
.table-scroll { overflow-x: auto; }
table { border-collapse: collapse; min-width: 32rem; width: 100%; }
th, td { border: 1px solid #cbd5e1; padding: .65rem; text-align: left; vertical-align: top; }
th { background: #e8edf5; }
.skip-link { background: #fff; color: #17233f; left: 1rem; padding: .7rem 1rem; position: fixed; top: -4rem; z-index: 10; }
.skip-link:focus { top: 1rem; }
:focus-visible { outline: 3px solid #f49a54; outline-offset: 3px; }
.advertisement-banner img { display: block; height: auto; max-width: 100%; }

.site-shell { margin: 0 auto; width: min(100% - 2rem, 75rem); }
.site-header { background: #071a3a; color: #fff; }
.nav-row { align-items: center; display: flex; gap: 1.25rem; justify-content: space-between; min-height: 4.8rem; }
.brand { color: inherit; font-size: 1.3rem; font-weight: 900; letter-spacing: .12em; text-decoration: none; }
.brand span { color: #ed762d; }
.primary-nav, .account-actions { align-items: center; display: flex; gap: 1.1rem; }
.primary-nav a, .account-actions > a:not(.button) { color: #eef4ff; font-size: .92rem; font-weight: 700; text-decoration: none; }
.primary-nav a:hover, .account-actions > a:not(.button):hover { color: #f7a064; }
.button-small { font-size: .9rem; padding: .55rem .75rem; }
.marketplace-home { overflow: hidden; }
.hero-section { background: radial-gradient(circle at 85% 10%, #1c4d89 0, transparent 34%), linear-gradient(122deg, #071a3a 0%, #0c2b5a 58%, #10264d 100%); color: #fff; padding: clamp(3.5rem, 8vw, 6.5rem) 0; }
.hero-grid { align-items: center; display: grid; gap: 2.5rem; grid-template-columns: minmax(0, .92fr) minmax(21rem, 1.08fr); }
.eyebrow { color: #d95f1d; font-size: .73rem; font-weight: 850; letter-spacing: .13em; margin: 0 0 .55rem; text-transform: uppercase; }
.hero-section .eyebrow { color: #f3a26c; }
.hero-copy h1 { font-size: clamp(2.7rem, 5vw, 4.7rem); letter-spacing: -.055em; line-height: .99; margin: 0; max-width: 10ch; }
.hero-intro { color: #d9e3f3; font-size: 1.12rem; margin: 1.35rem 0; max-width: 38rem; }
.text-link { color: #0e346f; font-weight: 800; text-decoration: none; }
.hero-copy .text-link { color: #fff; }
.text-link span { color: #e86f26; font-size: 1.2em; }
.search-panel { background: #fff; border-radius: 1rem; box-shadow: 0 1.5rem 4rem rgb(0 9 32 / 28%); color: #17233f; display: grid; gap: 1rem; max-width: none; padding: clamp(1.25rem, 3vw, 2rem); }
.search-panel-heading h2 { font-size: 1.45rem; letter-spacing: -.03em; margin: 0; }
.search-field { color: #38465e; font-size: .87rem; }
.search-field input, .search-field select, .search-options input, .search-options select { border-color: #c7ceda; width: 100%; }
.search-options { border-top: 1px solid #e0e5ec; color: #233a61; font-size: .9rem; padding-top: .9rem; }
.search-options summary { cursor: pointer; font-weight: 800; }
.search-options-grid { display: grid; gap: .75rem; grid-template-columns: repeat(3, 1fr); margin-top: .8rem; }
.search-options-grid label { font-size: .78rem; }
.search-actions { align-items: center; display: flex; gap: 1rem; }
.search-submit { flex: 1; }
.search-reset { color: #0e346f; font-size: .86rem; font-weight: 800; text-decoration: none; white-space: nowrap; }
.search-reset:hover { color: #d95f1d; text-decoration: underline; }
.search-help { color: #66748c; font-size: .8rem; margin: -.15rem 0 0; text-align: center; }
.trust-strip { background: #fff; border-bottom: 1px solid #e4e7ec; }
.trust-list { display: grid; gap: 1rem; grid-template-columns: repeat(4, 1fr); padding: 1.15rem 0; }
.trust-list p { border-left: 3px solid #ee7e38; display: grid; font-size: .82rem; margin: 0; padding-left: .7rem; }
.trust-list strong { color: #0b2a59; }
.trust-list span { color: #65738a; }
.section { padding: clamp(3rem, 6vw, 5rem) 0; }
.section-soft { background: #eef2f7; }
.section-heading { align-items: end; display: flex; gap: 1rem; justify-content: space-between; margin-bottom: 1.5rem; }
.section-heading h2, .request-cta h2, .tutor-callout h2 { color: #0a2754; font-size: clamp(1.8rem, 3vw, 2.6rem); letter-spacing: -.045em; line-height: 1.05; margin: 0; }
.category-grid { display: grid; gap: 1rem; grid-template-columns: repeat(4, 1fr); }
.category-card { background: #fff; border: 1px solid #e0e4eb; border-radius: .9rem; color: #11264c; display: grid; gap: .45rem; min-height: 11rem; padding: 1.1rem; text-decoration: none; transition: box-shadow .2s ease, transform .2s ease; }
.category-card:hover { box-shadow: 0 .9rem 2rem rgb(10 39 84 / 12%); color: #11264c; transform: translateY(-.2rem); }
.category-card strong { font-size: 1.04rem; }
.category-card > span:last-child { color: #65738a; font-size: .86rem; }
.category-card-icon { background: #fff0e6; border-radius: 999px; color: #d95f1d; height: 2rem; padding: .25rem .55rem; place-self: start; width: 2rem; }
.taxonomy-unavailable { background: #fff; border: 1px dashed #b8c4d6; border-radius: .9rem; color: #65738a; margin: 0; padding: 1.1rem; }
.result-count { color: #65738a; font-size: .9rem; margin: 0 0 .75rem; }
.section-soft .result-card { border: 0; box-shadow: 0 .5rem 1.5rem rgb(10 39 84 / 8%); margin: 0; }
.empty-state { background: #fff; border: 1px dashed #b8c4d6; border-radius: 1rem; padding: 2rem; text-align: center; }
.empty-state h3 { color: #0a2754; font-size: 1.5rem; margin: .2rem 0; }
.empty-state p:not(.eyebrow) { color: #65738a; margin: .5rem auto 1.25rem; max-width: 42rem; }
.advertisement-banner { background: #fff; border: 1px solid #dce2ea; border-radius: .8rem; margin: 2rem 0; overflow: hidden; }
.advertisement-banner p { color: #66748c; font-size: .7rem; font-weight: 800; letter-spacing: .1em; margin: 0; padding: .5rem .75rem; text-transform: uppercase; }
.advertisement-placeholder { background: #f0f3f7; border-style: dashed; color: #77849a; min-height: 5rem; padding: 1rem; }
.advertisement-placeholder p { padding: 0; }
.advertisement-placeholder span { font-size: .87rem; }
.request-cta { background: #e86f26; color: #fff; padding: clamp(2.6rem, 6vw, 4rem) 0; }
.request-cta-content, .tutor-callout { align-items: center; display: flex; gap: 2rem; justify-content: space-between; }
.request-cta .eyebrow { color: #ffe0c9; }
.request-cta h2 { color: #fff; max-width: 20ch; }
.request-cta p:not(.eyebrow) { color: #fff1e8; margin-bottom: 0; max-width: 40rem; }
.button-light { background: #fff; border-color: #fff; color: #bf4b12; flex: 0 0 auto; }
.button-light:hover { background: #fff2e9; border-color: #fff2e9; color: #9e3c0e; }
.tutor-callout { background: #fff; border: 1px solid #dfe5ee; border-radius: 1rem; margin-block: 3rem; padding: clamp(1.5rem, 4vw, 2.5rem); }
.tutor-callout h2 { max-width: 30rem; }
.button-outline { background: transparent; border-color: #0e346f; color: #0e346f; flex: 0 0 auto; }
.button-outline:hover { background: #0e346f; border-color: #0e346f; color: #fff; }
.site-footer { background: #071a3a; color: #dce6f5; padding-top: 3rem; }
.site-footer .brand { color: #fff; }
.footer-grid { display: grid; gap: 2rem; grid-template-columns: 2fr 1fr 1fr; padding-bottom: 2.5rem; }
.footer-grid p { color: #aebed4; max-width: 18rem; }
.footer-grid h2 { color: #fff; font-size: .9rem; margin: 0 0 .8rem; }
.footer-grid a:not(.brand) { color: #c6d3e5; display: block; font-size: .9rem; margin: .45rem 0; text-decoration: none; }
.footer-bottom { border-top: 1px solid rgb(255 255 255 / 15%); color: #aebed4; display: flex; font-size: .78rem; justify-content: space-between; padding: 1rem 0; }
.pager { align-items: center; display: flex; gap: .75rem; justify-content: center; margin-top: 1.5rem; }
.pager a { color: #0e346f; font-weight: 800; }
:focus-visible { outline: 3px solid #ed762d; outline-offset: 3px; }

@media (max-width: 54rem) { .primary-nav { display: none; } .hero-grid { grid-template-columns: 1fr; } .category-grid { grid-template-columns: repeat(2, 1fr); } .trust-list { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 40rem) { main:not(.marketplace-home), .site-shell { width: min(100% - 1.25rem, 75rem); } main:not(.marketplace-home) { padding-top: .75rem; } .nav-row { min-height: 4.2rem; } .account-actions > a:not(.button) { display: none; } .account-actions { gap: 0; } .hero-section { padding-block: 3.25rem; } .hero-copy h1 { font-size: 2.65rem; } .search-options-grid, .category-grid, .trust-list, .footer-grid { grid-template-columns: 1fr; } .result-grid { grid-template-columns: 1fr; } .search-actions, .section-heading, .request-cta-content, .tutor-callout, .footer-bottom { align-items: flex-start; flex-direction: column; } .section-heading { gap: .6rem; } .request-cta-content, .tutor-callout { gap: 1.25rem; } .button-light, .button-outline, .search-submit { width: 100%; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; } }

/* Shared application surfaces */
#main-content > main:not(.marketplace-home), .error-page { display: grid; gap: 1.25rem; }
#main-content > main:not(.marketplace-home) > h1, .error-page h1 { color: #0a2754; font-size: clamp(2rem, 4vw, 3rem); letter-spacing: -.045em; line-height: 1.05; margin: .25rem 0 0; }
#main-content > main:not(.marketplace-home) > h2 { color: #0a2754; margin: 1rem 0 0; }
#main-content > main:not(.marketplace-home) > p { margin: 0; max-width: 70ch; }
#main-content > main:not(.marketplace-home) > article, #main-content > main:not(.marketplace-home) > section, #main-content > main:not(.marketplace-home) > form { margin: 0; }
article, .content-card, .form-card { box-shadow: 0 .35rem 1.2rem rgb(10 39 84 / 6%); }
form { background: #fff; border: 1px solid #d9dde5; border-radius: .85rem; padding: clamp(1rem, 3vw, 1.5rem); }
form > label { color: #223757; font-size: .92rem; }
input, select, textarea { min-height: 2.7rem; transition: border-color .2s ease, box-shadow .2s ease; }
textarea { min-height: 7rem; resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: #e86f26; box-shadow: 0 0 0 3px rgb(232 111 38 / 18%); outline: 0; }
input[type="checkbox"] { min-height: auto; width: auto; }
form button { justify-self: start; }
[role="alert"] { background: #fff1ed; border-left: 4px solid #d95323; border-radius: .5rem; color: #8a2d12; padding: .8rem 1rem; }
[role="status"] { background: #eaf7ef; border-left: 4px solid #25834f; border-radius: .5rem; color: #145b33; padding: .8rem 1rem; }
.badge, .result-card > p:first-child, .provider-card > p:first-child { color: #a13d0b; font-size: .78rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.listing, .provider-card, .listing-card, .result-card { padding: clamp(1rem, 3vw, 1.4rem); }
.listing h1, .provider-card h1, .listing-card h3, .result-card h2 { margin-top: 0; }
.listing-card h3, .result-card h2 { font-size: 1.15rem; }
.listing-card h3 a, .result-card h2 a { text-decoration: none; }
.listing-card h3 a:hover, .result-card h2 a:hover { text-decoration: underline; }
.auth-page { align-content: center; min-height: calc(100vh - 19rem); }
.auth-panel { background: #fff; border: 1px solid #d9dde5; border-radius: 1rem; box-shadow: 0 1rem 2.5rem rgb(10 39 84 / 10%); margin: 0 auto; max-width: 32rem; padding: clamp(1.25rem, 4vw, 2rem); width: 100%; }
.auth-panel h1 { margin-top: 0; }
.auth-panel form { border: 0; box-shadow: none; padding: 0; }
.auth-panel .auth-footer { color: #5c6a7f; margin: 0; text-align: center; }
.table-scroll { background: #fff; border: 1px solid #d9dde5; border-radius: .85rem; box-shadow: 0 .35rem 1.2rem rgb(10 39 84 / 6%); }
th { color: #18345d; font-size: .82rem; letter-spacing: .03em; text-transform: uppercase; }
td { color: #33445e; }
ul { display: grid; gap: .75rem; padding-left: 1.25rem; }
li > form { display: flex; flex-wrap: wrap; max-width: none; padding: .75rem; }
.primary-nav a[aria-current="page"], .account-actions a[aria-current="page"] { color: #f7a064; }
.desktop-navigation { align-items: center; display: flex; flex-wrap: wrap; gap: .75rem 1.5rem; justify-content: flex-end; padding-block: .75rem; }
.admin-header .desktop-navigation, .member-header .desktop-navigation { align-items: flex-end; flex-direction: column; min-width: 0; }
.admin-header .primary-nav, .member-header .primary-nav { flex-wrap: wrap; gap: .65rem 1rem; justify-content: flex-end; }
.admin-header .desktop-navigation .account-actions, .member-header .desktop-navigation .account-actions { border-top: 1px solid #7890b2; padding-top: .65rem; }
.site-header .navigation-logout { background: transparent; border: 0; box-shadow: none; margin: 0; padding: 0; }
.mobile-menu { display: none; }
@media (max-width: 64rem) {
    .desktop-navigation { display: none; }
    .nav-row { flex-wrap: wrap; padding-block: .75rem; }
    .mobile-menu { display: block; margin-left: auto; }
    .mobile-menu[open] { flex-basis: 100%; }
    .mobile-menu summary { border: 1px solid #7890b2; border-radius: .5rem; cursor: pointer; padding: .5rem .85rem; width: fit-content; margin-left: auto; }
    .mobile-navigation { display: grid; gap: 1rem; padding-block: 1rem .25rem; }
    .mobile-navigation .primary-nav, .mobile-navigation .account-actions { align-items: stretch; display: flex; flex-direction: column; gap: .35rem; }
    .mobile-navigation .account-actions { border-top: 1px solid #7890b2; padding-top: .75rem; }
    .mobile-navigation a, .mobile-navigation .account-actions > a:not(.button) { display: block; padding: .65rem .75rem; }
    .mobile-navigation .navigation-logout { max-width: none; }
}
@media (max-width: 40rem) { .auth-page { min-height: auto; } form button { width: 100%; } .table-scroll { border-radius: .65rem; } }

/* Provider and listing management */
.advertising-page { grid-template-columns: minmax(0, 1fr); }
.owner-form { max-width: 58rem; width: 100%; }
.owner-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.owner-form label { min-width: 0; }
.owner-form input:not([type="checkbox"]), .owner-form select, .owner-form textarea { width: 100%; }
.owner-checkbox { display: flex; align-items: center; gap: .65rem; }
.owner-actions, main:not(.marketplace-home) nav { display: flex; flex-wrap: wrap; align-items: center; gap: .65rem; }
/* Action groups use buttons; prose and linked titles retain normal link styling. */
:is(.owner-actions, main:not(.marketplace-home) nav) > a:not(.button),
main:not(.marketplace-home) > a:not(.button),
.owner-listing > a:not(.button),
.action-link {
    display: inline-flex; align-items: center; justify-content: center;
    min-height: 44px; max-width: 100%; padding: .6rem .9rem;
    border: 1px solid #9aaec9; border-radius: .55rem; background: #fff;
    color: #0e346f; font-size: .9rem; font-weight: 700; line-height: 1.4;
    text-align: center; text-decoration: none; overflow-wrap: anywhere;
}
:is(.owner-actions, main:not(.marketplace-home) nav) > a:not(.button):is(:hover, :focus-visible),
main:not(.marketplace-home) > a:not(.button):is(:hover, :focus-visible),
.owner-listing > a:not(.button):is(:hover, :focus-visible),
.action-link:is(:hover, :focus-visible) { background: #eaf0f8; border-color: #0e346f; color: #0a2754; }
:is(.admin-header, .member-header) :is(.primary-nav, .account-actions) > a:not(.button) {
    border: 1px solid #7890b2; border-radius: .5rem; min-height: 44px;
    padding: .6rem .8rem; display: inline-flex; align-items: center;
}
:is(.admin-header, .member-header) :is(.primary-nav, .account-actions) > a:not(.button):is(:hover, :focus-visible, [aria-current="page"]) {
    background: #183b69; border-color: #f7a064; color: #fff;
}
.owner-profile { background: #fff; border: 1px solid #d9dde5; border-radius: .85rem; padding: clamp(1rem, 3vw, 1.5rem); min-width: 0; }
.owner-card-heading { display: flex; align-items: center; justify-content: space-between; gap: 1rem; flex-wrap: wrap; }
.owner-card-heading h2, .owner-card-heading h4 { margin: 0; overflow-wrap: anywhere; }
.owner-inline-form { background: none; border: 0; padding: 0; margin-top: 1rem; }
.owner-listing { box-shadow: none; background: #f8f9fc; }
.owner-listing .owner-actions { margin-top: .75rem; }
@media (max-width: 40rem) { .owner-form-grid { grid-template-columns: 1fr; } .owner-actions button { width: auto; } }

/* Administration sidebar; member and public navigation are unchanged. */
.admin-header .admin-nav-group { color: #9bacc6; font-size: .65rem; font-weight: 750; letter-spacing: .13em; text-transform: uppercase; padding: 1rem .85rem .25rem; }
.admin-header .admin-nav-icon { width: 1.25rem; flex: 0 0 1.25rem; font-size: 1.15rem; text-align: center; color: #aebed4; }
.admin-header .primary-nav { align-items: stretch; gap: .25rem; }
.admin-header .primary-nav > a:not(.button), .admin-header .account-actions > a:not(.button) { border: 1px solid transparent; gap: .7rem; font-size: .88rem; padding: .6rem .85rem; border-radius: .6rem; }
.admin-header .primary-nav > a:not(.button):is(:hover, :focus-visible), .admin-header .account-actions > a:not(.button):is(:hover, :focus-visible) { background: #142e52; border-color: transparent; }
.admin-header .primary-nav > a[aria-current] { background: #193b62; border-color: transparent; box-shadow: inset 3px 0 #ed762d; color: #fff; }
.admin-header .primary-nav > a[aria-current] .admin-nav-icon { color: #f7a064; }
@media (min-width: 64.001rem) {
    .admin-header { position: fixed; inset: 0 auto 0 0; width: 16rem; overflow-y: auto; z-index: 5; border-right: 1px solid #193455; }
    .admin-header .nav-row { width: 100%; min-height: 100%; padding: 1.6rem 1rem 1rem; flex-direction: column; align-items: stretch; gap: 1rem; }
    .admin-header .brand { padding-left: .85rem; }
    .admin-header .desktop-navigation { flex: 1; width: 100%; align-items: stretch; justify-content: flex-start; padding: 0; gap: 1.5rem; }
    .admin-header .primary-nav { flex-direction: column; flex-wrap: nowrap; }
    .admin-header .desktop-navigation .account-actions { margin-top: auto; display: flex; flex-direction: column; align-items: stretch; gap: .25rem; border-top: 1px solid #253c5c; padding-top: .9rem; }
    .admin-header .navigation-logout button { width: 100%; margin-top: .5rem; }
    .admin-header ~ #main-content, .admin-header ~ .site-footer { margin-left: 16rem; }
    .admin-header ~ #main-content { min-height: 100vh; padding: 1.25rem 1.5rem; }
    .admin-header ~ #main-content > main { width: 100%; max-width: 80rem; min-width: 0; }
}
@media (max-width: 64rem) {
    .admin-header .mobile-navigation .primary-nav { gap: .25rem; }
    .admin-header .mobile-menu[open] { max-height: 80vh; overflow-y: auto; }
}

/* Student and family sidebar mirrors the admin shell without changing its links. */
.student-header .member-nav-group { color: #9bacc6; font-size: .65rem; font-weight: 750; letter-spacing: .13em; text-transform: uppercase; padding: 1rem .85rem .25rem; }
.student-header .member-nav-icon { width: 1.25rem; flex: 0 0 1.25rem; font-size: 1.15rem; text-align: center; color: #aebed4; }
.student-header .primary-nav { align-items: stretch; gap: .25rem; }
.student-header .primary-nav > a:not(.button), .student-header .account-actions > a:not(.button) { border: 1px solid transparent; gap: .7rem; font-size: .88rem; padding: .6rem .85rem; border-radius: .6rem; }
.student-header .primary-nav > a:not(.button):is(:hover, :focus-visible), .student-header .account-actions > a:not(.button):is(:hover, :focus-visible) { background: #142e52; border-color: transparent; }
.student-header :is(.primary-nav, .account-actions) > a[aria-current] { background: #193b62; border-color: transparent; box-shadow: inset 3px 0 #ed762d; color: #fff; }
.student-header .primary-nav > a[aria-current] .member-nav-icon { color: #f7a064; }
@media (min-width: 64.001rem) {
    .student-header { position: fixed; inset: 0 auto 0 0; width: 16rem; overflow-y: auto; z-index: 5; border-right: 1px solid #193455; }
    .student-header .nav-row { width: 100%; min-height: 100%; padding: 1.6rem 1rem 1rem; flex-direction: column; align-items: stretch; gap: 1rem; }
    .student-header .brand { padding-left: .85rem; }
    .student-header .desktop-navigation { flex: 1; width: 100%; align-items: stretch; justify-content: flex-start; padding: 0; gap: 1.5rem; }
    .student-header .primary-nav { flex-direction: column; flex-wrap: nowrap; }
    .student-header .desktop-navigation .account-actions { margin-top: auto; display: flex; flex-direction: column; align-items: stretch; gap: .25rem; border-top: 1px solid #253c5c; padding-top: .9rem; }
    .student-header .navigation-logout button { width: 100%; margin-top: .5rem; }
    .student-header ~ #main-content, .student-header ~ .site-footer { margin-left: 16rem; }
    .student-header ~ #main-content { min-height: 100vh; padding: 1.25rem 1.5rem; }
    .student-header ~ #main-content > main { width: 100%; max-width: 80rem; min-width: 0; }
}
@media (max-width: 64rem) {
    .student-header .mobile-navigation .primary-nav { gap: .25rem; }
    .student-header .mobile-menu[open] { max-height: 80vh; overflow-y: auto; }
}
