/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-n901cts78i] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-n901cts78i] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-mj9m44i9ei],
.components-reconnect-repeated-attempt-visible[b-mj9m44i9ei],
.components-reconnect-failed-visible[b-mj9m44i9ei],
.components-pause-visible[b-mj9m44i9ei],
.components-resume-failed-visible[b-mj9m44i9ei],
.components-rejoining-animation[b-mj9m44i9ei] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-mj9m44i9ei],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-mj9m44i9ei],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-mj9m44i9ei],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-mj9m44i9ei],
#components-reconnect-modal.components-reconnect-retrying[b-mj9m44i9ei],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-mj9m44i9ei],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-mj9m44i9ei],
#components-reconnect-modal.components-reconnect-failed[b-mj9m44i9ei],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-mj9m44i9ei] {
    display: block;
}


#components-reconnect-modal[b-mj9m44i9ei] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-mj9m44i9ei 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-mj9m44i9ei 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-mj9m44i9ei 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-mj9m44i9ei]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-mj9m44i9ei 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-mj9m44i9ei {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-mj9m44i9ei {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-mj9m44i9ei {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-mj9m44i9ei] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-mj9m44i9ei] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-mj9m44i9ei] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-mj9m44i9ei] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-mj9m44i9ei] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-mj9m44i9ei] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-mj9m44i9ei] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-mj9m44i9ei 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-mj9m44i9ei] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-mj9m44i9ei {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Public/About.razor.rz.scp.css */
.about-header[b-yvsj7dr6t5] {
    padding: 7rem 0 5rem;
}

.about-header .container[b-yvsj7dr6t5] {
    max-width: 980px;
}

.about-eyebrow[b-yvsj7dr6t5],
.about-kicker[b-yvsj7dr6t5] {
    margin-bottom: 0.75rem;
    color: var(--ak-gold-strong);
    font-size: 0.82rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.12rem;
}

.about-header .about-eyebrow[b-yvsj7dr6t5],
.about-first .about-eyebrow[b-yvsj7dr6t5] {
    color: var(--ak-gold);
}

.about-header h1[b-yvsj7dr6t5] {
    margin-bottom: 1.5rem;
    font-size: clamp(3rem, 7vw, 5.75rem);
    line-height: 0.98;
}

.about-header .lead[b-yvsj7dr6t5] {
    max-width: 850px;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.86);
    line-height: 1.7;
}

.about-story img[b-yvsj7dr6t5] {
    width: 100%;
    aspect-ratio: 4 / 5;
    display: block;
    object-fit: cover;
    object-position: center;
    border-radius: 0.25rem;
}

.about-story h2[b-yvsj7dr6t5],
.about-process h2[b-yvsj7dr6t5],
.about-disciplines h2[b-yvsj7dr6t5],
.about-mentors h2[b-yvsj7dr6t5] {
    margin-bottom: 1.25rem;
    font-size: clamp(2rem, 4vw, 3.1rem);
}

.about-story p:not(.about-kicker)[b-yvsj7dr6t5] {
    line-height: 1.75;
}

.about-process-intro[b-yvsj7dr6t5],
.about-mentor-intro[b-yvsj7dr6t5] {
    max-width: 780px;
    margin: 0 auto 2.5rem;
    color: var(--ak-muted-text);
    line-height: 1.7;
}

.about-process-list[b-yvsj7dr6t5] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 0;
    padding: 0;
    border-top: 1px solid #cbd5e1;
    border-left: 1px solid #cbd5e1;
    list-style: none;
}

.about-process-list li[b-yvsj7dr6t5] {
    min-height: 180px;
    display: flex;
    flex-direction: column;
    padding: 1.5rem;
    border-right: 1px solid #cbd5e1;
    border-bottom: 1px solid #cbd5e1;
}

.about-process-list strong[b-yvsj7dr6t5] {
    margin-bottom: 0.75rem;
    color: var(--ak-navy);
    font-family: var(--ak-font-heading);
    font-size: 1.5rem;
}

.about-process-list span[b-yvsj7dr6t5] {
    color: var(--ak-muted-text);
    font-size: 0.92rem;
    line-height: 1.55;
}

.discipline-card[b-yvsj7dr6t5] {
    padding: 1.75rem 0;
    border-top: 3px solid var(--ak-navy);
}

.discipline-number[b-yvsj7dr6t5] {
    display: block;
    margin-bottom: 1.25rem;
    color: var(--ak-gold-strong);
    font-family: var(--ak-font-heading);
    font-size: 1rem;
    font-weight: 800;
}

.discipline-card h3[b-yvsj7dr6t5] {
    margin-bottom: 0.75rem;
    font-size: 1.5rem;
}

.discipline-card p[b-yvsj7dr6t5] {
    margin-bottom: 0;
    color: var(--ak-muted-text);
    font-size: 0.95rem;
    line-height: 1.65;
}

.about-first p:not(.about-eyebrow)[b-yvsj7dr6t5] {
    max-width: 760px;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.84);
    line-height: 1.75;
}

.mentor-avatar[b-yvsj7dr6t5] {
    width: 4.5rem;
    height: 4.5rem;
    display: grid;
    place-items: center;
    margin: 0 auto 1rem;
    border-radius: 50%;
    background: var(--ak-navy);
    color: var(--ak-gold);
    font-family: var(--ak-font-heading);
    font-size: 1.35rem;
    font-weight: 800;
}

.mentor-name[b-yvsj7dr6t5] {
    font-size: 1rem;
    color: var(--ak-navy);
    margin-bottom: 0.25rem;
}

.mentor-role[b-yvsj7dr6t5] {
    font-size: 0.85rem;
    color: var(--ak-muted-text);
    margin-bottom: 0;
}

.mentor-card-link[b-yvsj7dr6t5] {
    display: block;
    color: inherit;
    text-decoration: none;
}

.mentor-card-link .mentor-card[b-yvsj7dr6t5] {
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.mentor-card-link:hover .mentor-card[b-yvsj7dr6t5],
.mentor-card-link:focus-visible .mentor-card[b-yvsj7dr6t5] {
    transform: translateY(-3px);
    box-shadow: 0 10px 24px rgba(10, 23, 51, 0.12);
}

.mentor-card-link:focus-visible[b-yvsj7dr6t5] {
    outline: none;
}

@media (max-width: 991px) {
    .about-process-list[b-yvsj7dr6t5] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    .about-header[b-yvsj7dr6t5] {
        padding: 5.5rem 0 3.5rem;
    }

    .about-process-list[b-yvsj7dr6t5] {
        grid-template-columns: 1fr;
    }

    .about-process-list li[b-yvsj7dr6t5] {
        min-height: 0;
    }
}
/* /Components/Pages/Public/History.razor.rz.scp.css */
.history-header[b-79qpueykvb] {
    padding: 7rem 0 5rem;
}

.history-header .container[b-79qpueykvb] {
    max-width: 900px;
}

.history-eyebrow[b-79qpueykvb],
.history-kicker[b-79qpueykvb] {
    margin-bottom: 0.75rem;
    color: var(--ak-gold-strong);
    font-size: 0.82rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.12rem;
}

.history-header .history-eyebrow[b-79qpueykvb],
.history-vex .history-eyebrow[b-79qpueykvb] {
    color: var(--ak-gold);
}

.history-header h1[b-79qpueykvb] {
    margin-bottom: 1.25rem;
    font-size: clamp(3rem, 7vw, 5.5rem);
}

.history-header .lead[b-79qpueykvb] {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.84);
    line-height: 1.7;
}

.history-scoreboard[b-79qpueykvb] {
    background: var(--ak-gold);
}

.history-scoreboard .container[b-79qpueykvb] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.history-stat[b-79qpueykvb] {
    min-height: 145px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1.5rem;
    border-right: 1px solid rgba(10, 23, 51, 0.2);
}

.history-stat:first-child[b-79qpueykvb] {
    border-left: 1px solid rgba(10, 23, 51, 0.2);
}

.history-stat strong[b-79qpueykvb] {
    color: var(--ak-navy);
    font-family: var(--ak-font-heading);
    font-size: clamp(2.25rem, 5vw, 3.5rem);
    line-height: 1;
}

.history-stat span[b-79qpueykvb] {
    margin-top: 0.6rem;
    color: var(--ak-navy);
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
}

.history-current img[b-79qpueykvb] {
    width: 100%;
    aspect-ratio: 4 / 5;
    display: block;
    object-fit: cover;
    border-radius: 0.25rem;
}

.history-current h2[b-79qpueykvb],
.history-recent h2[b-79qpueykvb],
.history-legacy h2[b-79qpueykvb] {
    margin-bottom: 1.25rem;
    font-size: clamp(2.2rem, 5vw, 3.75rem);
}

.history-subtitle[b-79qpueykvb] {
    color: var(--ak-muted-text);
    font-size: 1.15rem;
    font-weight: 700;
    line-height: 1.55;
}

.history-current p:not(.history-kicker)[b-79qpueykvb] {
    line-height: 1.7;
}

.history-feature-list[b-79qpueykvb] {
    margin: 1.5rem 0;
    padding-left: 1.25rem;
}

.history-feature-list li[b-79qpueykvb] {
    margin-bottom: 0.5rem;
}

.history-personal-note[b-79qpueykvb] {
    padding: 1rem 1.25rem;
    border-left: 3px solid var(--ak-gold-strong);
    background: var(--ak-light);
    font-size: 0.93rem;
}

.history-season-grid[b-79qpueykvb] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 2.5rem;
    border-top: 1px solid #cbd5e1;
    border-left: 1px solid #cbd5e1;
}

.history-season[b-79qpueykvb] {
    padding: 2rem;
    border-right: 1px solid #cbd5e1;
    border-bottom: 1px solid #cbd5e1;
    background: var(--ak-white);
}

.history-season-heading[b-79qpueykvb] {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1.25rem;
}

.history-season-heading > span[b-79qpueykvb] {
    color: var(--ak-gold-strong);
    font-family: var(--ak-font-heading);
    font-size: 1.1rem;
    font-weight: 800;
}

.history-season h3[b-79qpueykvb] {
    margin-bottom: 0.1rem;
    font-size: 1.45rem;
}

.history-season-heading p[b-79qpueykvb] {
    margin: 0;
    color: var(--ak-muted-text);
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
}

.history-season > p[b-79qpueykvb],
.history-season li[b-79qpueykvb] {
    color: var(--ak-muted-text);
    font-size: 0.94rem;
    line-height: 1.65;
}

.history-season ul[b-79qpueykvb] {
    min-height: 7.5rem;
    padding-left: 1.25rem;
}

.history-season a[b-79qpueykvb] {
    font-weight: 800;
}

.history-timeline[b-79qpueykvb] {
    margin-top: 2.5rem;
    border-top: 1px solid #cbd5e1;
}

.history-timeline article[b-79qpueykvb] {
    display: grid;
    grid-template-columns: 130px 1fr;
    gap: 2rem;
    padding: 1.5rem 0;
    border-bottom: 1px solid #cbd5e1;
}

.history-timeline-year[b-79qpueykvb] {
    color: var(--ak-gold-strong);
    font-family: var(--ak-font-heading);
    font-size: 1.25rem;
    font-weight: 800;
}

.history-timeline h3[b-79qpueykvb] {
    margin-bottom: 0.35rem;
    font-size: 1.3rem;
}

.history-timeline p[b-79qpueykvb] {
    margin: 0;
    color: var(--ak-muted-text);
    line-height: 1.65;
}

.history-timeline-featured h3[b-79qpueykvb] {
    color: var(--ak-blue);
}

.history-source-note[b-79qpueykvb] {
    margin-top: 2rem;
    color: var(--ak-muted-text);
    font-size: 0.86rem;
}

.history-vex p:not(.history-eyebrow)[b-79qpueykvb] {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.84);
    line-height: 1.7;
}

@media (max-width: 991px) {
    .history-scoreboard .container[b-79qpueykvb],
    .history-season-grid[b-79qpueykvb] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .history-season ul[b-79qpueykvb] {
        min-height: 0;
    }
}

@media (max-width: 575px) {
    .history-header[b-79qpueykvb] {
        padding: 5.5rem 0 3.5rem;
    }

    .history-scoreboard .container[b-79qpueykvb] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .history-stat[b-79qpueykvb] {
        min-height: 120px;
        padding: 1rem;
        border-bottom: 1px solid rgba(10, 23, 51, 0.2);
    }

    .history-season-grid[b-79qpueykvb] {
        grid-template-columns: 1fr;
    }

    .history-timeline article[b-79qpueykvb] {
        grid-template-columns: 1fr;
        gap: 0.5rem;
    }
}
/* /Components/Pages/Public/Home.razor.rz.scp.css */
.home-hero[b-ta4e5p77cg] {
    position: relative;
    min-height: min(650px, calc(100vh - 64px));
    display: flex;
    align-items: flex-end;
    isolation: isolate;
    background: var(--ak-navy) url('/images/robot3.png') center 58% / cover no-repeat;
}

.home-hero-overlay[b-ta4e5p77cg] {
    position: absolute;
    inset: 0;
    z-index: -1;
    background: rgba(4, 13, 31, 0.72);
}

.home-hero-content[b-ta4e5p77cg] {
    padding-top: 8rem;
    padding-bottom: 5rem;
    color: var(--ak-white);
}

.home-eyebrow[b-ta4e5p77cg],
.section-kicker[b-ta4e5p77cg] {
    margin-bottom: 0.75rem;
    color: var(--ak-gold-strong);
    font-size: 0.82rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.12rem;
}

.home-hero h1[b-ta4e5p77cg] {
    max-width: 760px;
    margin-bottom: 1rem;
    color: var(--ak-white);
    font-size: clamp(3.5rem, 8vw, 6.5rem);
    line-height: 0.92;
}

.home-hero-copy[b-ta4e5p77cg] {
    max-width: 680px;
    margin-bottom: 1.75rem;
    color: rgba(255, 255, 255, 0.92);
    font-size: clamp(1.15rem, 2.2vw, 1.55rem);
    line-height: 1.5;
}

.home-hero-actions[b-ta4e5p77cg],
.home-invitation-actions[b-ta4e5p77cg] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.home-school-link[b-ta4e5p77cg] {
    display: inline-block;
    margin-top: 1.5rem;
    color: var(--ak-white);
    font-size: clamp(1rem, 1.3vw, 1.12rem);
    line-height: 1.45;
    font-weight: 600;
    text-decoration: underline;
    text-decoration-color: var(--ak-gold);
    text-underline-offset: 0.3rem;
}

.home-school-link:hover[b-ta4e5p77cg] {
    color: var(--ak-gold-strong);
}

.home-intro h2[b-ta4e5p77cg],
.home-season h2[b-ta4e5p77cg] {
    max-width: 720px;
    margin-bottom: 1.25rem;
    font-size: clamp(2rem, 4vw, 3.25rem);
    line-height: 1.08;
}

.home-intro p:not(.section-kicker)[b-ta4e5p77cg],
.home-season p:not(.section-kicker)[b-ta4e5p77cg] {
    line-height: 1.75;
}

.home-facts[b-ta4e5p77cg] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid #cbd5e1;
    border-left: 1px solid #cbd5e1;
}

.home-fact[b-ta4e5p77cg] {
    min-height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1.5rem;
    border-right: 1px solid #cbd5e1;
    border-bottom: 1px solid #cbd5e1;
}

.home-fact strong[b-ta4e5p77cg] {
    color: var(--ak-navy);
    font-family: var(--ak-font-heading);
    font-size: clamp(2rem, 5vw, 3.25rem);
    line-height: 1;
}

.home-fact span[b-ta4e5p77cg] {
    margin-top: 0.6rem;
    color: var(--ak-muted-text);
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
}

.ak-text-link[b-ta4e5p77cg] {
    font-weight: 800;
}

.home-season-media img[b-ta4e5p77cg] {
    width: 100%;
    aspect-ratio: 4 / 3;
    display: block;
    object-fit: cover;
    object-position: center;
    border-radius: 0.25rem;
    box-shadow: 16px 16px 0 var(--ak-gold);
}

.home-season-list[b-ta4e5p77cg] {
    margin: 1.5rem 0 2rem;
    padding-left: 1.25rem;
}

.home-season-list li[b-ta4e5p77cg] {
    margin-bottom: 0.65rem;
}

.home-invitation .container[b-ta4e5p77cg] {
    max-width: 800px;
}

.section-kicker-light[b-ta4e5p77cg] {
    color: var(--ak-gold);
}

.home-invitation h2[b-ta4e5p77cg] {
    margin-bottom: 1rem;
    font-size: clamp(2rem, 4vw, 3rem);
}

.home-invitation p:not(.section-kicker)[b-ta4e5p77cg] {
    margin-bottom: 1.75rem;
    color: rgba(255, 255, 255, 0.86);
    font-size: 1.1rem;
    line-height: 1.7;
}

.home-invitation-actions[b-ta4e5p77cg] {
    justify-content: center;
}

@media (max-width: 767px) {
    .home-hero[b-ta4e5p77cg] {
        min-height: 620px;
        background-position: 58% center;
    }

    .home-hero-content[b-ta4e5p77cg] {
        padding-top: 7rem;
        padding-bottom: 3.5rem;
    }

    .home-fact[b-ta4e5p77cg] {
        min-height: 125px;
        padding: 1rem;
    }

    .home-season-media img[b-ta4e5p77cg] {
        box-shadow: 8px 8px 0 var(--ak-gold);
    }
}
/* /Components/Pages/Public/Join.razor.rz.scp.css */
.join-header[b-283lkb5csa] {
    padding: 7rem 0 5rem;
}

.join-header .container[b-283lkb5csa] {
    max-width: 920px;
}

.join-eyebrow[b-283lkb5csa],
.join-kicker[b-283lkb5csa] {
    margin-bottom: 0.75rem;
    color: var(--ak-gold-strong);
    font-size: 0.82rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.12rem;
}

.join-header .join-eyebrow[b-283lkb5csa],
.join-contact .join-eyebrow[b-283lkb5csa] {
    color: var(--ak-gold);
}

.join-header h1[b-283lkb5csa] {
    margin-bottom: 1.25rem;
    font-size: clamp(3rem, 7vw, 5.5rem);
}

.join-header .lead[b-283lkb5csa] {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.84);
    line-height: 1.7;
}

.join-students img[b-283lkb5csa] {
    width: 100%;
    aspect-ratio: 4 / 3;
    display: block;
    object-fit: cover;
    border-radius: 0.25rem;
    box-shadow: -14px 14px 0 var(--ak-gold);
}

.join-students h2[b-283lkb5csa],
.join-mentors h2[b-283lkb5csa],
.join-faq h2[b-283lkb5csa] {
    margin-bottom: 1.25rem;
    font-size: clamp(2rem, 4vw, 3.2rem);
}

.join-students p:not(.join-kicker)[b-283lkb5csa],
.join-mentors p:not(.join-kicker)[b-283lkb5csa] {
    line-height: 1.75;
}

.join-actions[b-283lkb5csa] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.75rem;
}

.join-first-meeting[b-283lkb5csa] {
    max-width: 880px;
    margin: 0 auto 1.5rem;
    padding: 1.5rem;
    border-left: 0.35rem solid var(--ak-gold);
    background: var(--ak-navy);
    color: var(--ak-white);
    text-align: center;
}

.join-first-meeting .join-schedule-label[b-283lkb5csa] {
    display: block;
    color: var(--ak-gold);
}

.join-first-meeting strong[b-283lkb5csa] {
    display: block;
    font-family: var(--ak-font-heading);
    font-size: clamp(1.8rem, 4vw, 2.8rem);
    line-height: 1.08;
}

.join-first-meeting p[b-283lkb5csa] {
    margin: 0.75rem 0 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: 1.1rem;
    font-weight: 700;
}

.join-schedule-grid[b-283lkb5csa] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid #cbd5e1;
    border-left: 1px solid #cbd5e1;
}

.join-schedule-grid > div[b-283lkb5csa] {
    min-height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1.5rem;
    border-right: 1px solid #cbd5e1;
    border-bottom: 1px solid #cbd5e1;
    background: var(--ak-white);
}

.join-schedule-label[b-283lkb5csa] {
    margin-bottom: 0.75rem;
    color: var(--ak-gold-strong);
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
}

.join-schedule-grid strong[b-283lkb5csa] {
    color: var(--ak-navy);
    font-family: var(--ak-font-heading);
    font-size: 1.55rem;
}

.join-meeting-days[b-283lkb5csa] {
    display: grid;
    gap: 0.6rem;
}

.join-meeting-day[b-283lkb5csa] {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 1rem;
    padding-bottom: 0.6rem;
    border-bottom: 1px solid #e2e8f0;
}

.join-meeting-day:last-child[b-283lkb5csa] {
    padding-bottom: 0;
    border-bottom: 0;
}

.join-schedule-grid .join-meeting-day strong[b-283lkb5csa] {
    font-size: 1.3rem;
}

.join-schedule-grid .join-meeting-day p[b-283lkb5csa] {
    margin: 0;
    color: var(--ak-muted-text);
    font-weight: 700;
    white-space: nowrap;
}

.join-schedule-grid p[b-283lkb5csa] {
    margin: 0.35rem 0 0;
    color: var(--ak-muted-text);
}

.join-schedule-note[b-283lkb5csa] {
    max-width: 850px;
    margin: 1.5rem auto 0;
    color: var(--ak-muted-text);
    font-size: 0.9rem;
    line-height: 1.65;
    text-align: center;
}

.join-mentor-quote[b-283lkb5csa] {
    padding: 2.5rem;
    border-top: 4px solid var(--ak-gold);
    background: var(--ak-navy);
    color: var(--ak-white);
}

.join-mentor-quote p[b-283lkb5csa] {
    margin-bottom: 1.25rem;
    font-family: var(--ak-font-heading);
    font-size: 1.55rem;
    line-height: 1.45;
}

.join-mentor-quote span[b-283lkb5csa] {
    color: var(--ak-gold);
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
}

.join-faq .accordion-item[b-283lkb5csa] {
    border-color: var(--ak-light);
}

.join-faq .accordion-button:not(.collapsed)[b-283lkb5csa] {
    background: var(--ak-blue);
    color: #fff;
}

.join-faq .accordion-button:focus[b-283lkb5csa] {
    box-shadow: 0 0 0 0.2rem rgba(37, 99, 235, 0.25);
}

.join-contact h2[b-283lkb5csa] {
    color: #fff;
    font-size: clamp(2rem, 4vw, 3.25rem);
}

.join-contact .lead[b-283lkb5csa] {
    max-width: 760px;
    margin-inline: auto;
    color: rgba(255, 255, 255, 0.85);
}

@media (max-width: 991px) {
    .join-schedule-grid[b-283lkb5csa] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575px) {
    .join-header[b-283lkb5csa] {
        padding: 5.5rem 0 3.5rem;
    }

    .join-students img[b-283lkb5csa] {
        box-shadow: -8px 8px 0 var(--ak-gold);
    }

    .join-actions .btn[b-283lkb5csa] {
        width: 100%;
    }

    .join-meeting-day[b-283lkb5csa] {
        align-items: flex-start;
        flex-direction: column;
        gap: 0.2rem;
    }

    .join-schedule-grid .join-meeting-day p[b-283lkb5csa] {
        white-space: normal;
    }
}
/* /Components/Pages/Public/Mentors.razor.rz.scp.css */
.mentors-header[b-yyvd1pjkmx] {
    padding: 7rem 0 5rem;
}

.mentors-header .container[b-yyvd1pjkmx] {
    max-width: 900px;
}

.mentors-eyebrow[b-yyvd1pjkmx] {
    margin-bottom: 0.75rem;
    color: var(--ak-gold);
    font-size: 0.82rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.12rem;
}

.mentors-header h1[b-yyvd1pjkmx] {
    margin-bottom: 1.5rem;
    font-size: clamp(2.7rem, 6vw, 4.5rem);
    line-height: 1;
}

.mentors-header .lead[b-yyvd1pjkmx] {
    max-width: 760px;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.75;
}

.mentors-list .container[b-yyvd1pjkmx] {
    max-width: 900px;
}

.mentor-bio[b-yyvd1pjkmx] {
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    scroll-margin-top: 6.5rem;
}

.mentor-bio-header[b-yyvd1pjkmx] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.mentor-bio h2[b-yyvd1pjkmx] {
    margin-bottom: 0.2rem;
    font-size: 1.6rem;
}

.mentor-bio .mentor-role[b-yyvd1pjkmx] {
    margin-bottom: 0;
}

.mentor-bio p[b-yyvd1pjkmx] {
    margin-bottom: 0;
    color: var(--ak-muted-text);
    line-height: 1.75;
}

@media (max-width: 575px) {
    .mentors-header[b-yyvd1pjkmx] {
        padding: 5.5rem 0 3.5rem;
    }

    .mentor-bio[b-yyvd1pjkmx] {
        padding: 1.1rem;
    }

    .mentor-bio h2[b-yyvd1pjkmx] {
        font-size: 1.35rem;
    }
}
/* /Components/Pages/Public/Sponsors.razor.rz.scp.css */
.sponsors-header[b-oee7op5ob1] {
    padding: 7rem 0 5rem;
}

.sponsors-header .container[b-oee7op5ob1] {
    max-width: 940px;
}

.sponsors-eyebrow[b-oee7op5ob1],
.sponsors-kicker[b-oee7op5ob1] {
    margin-bottom: 0.75rem;
    color: var(--ak-gold-strong);
    font-size: 0.82rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.12rem;
}

.sponsors-header .sponsors-eyebrow[b-oee7op5ob1],
.sponsors-cta .sponsors-eyebrow[b-oee7op5ob1] {
    color: var(--ak-gold);
}

.sponsors-header h1[b-oee7op5ob1] {
    margin-bottom: 1.25rem;
    font-size: clamp(3rem, 7vw, 5.5rem);
    line-height: 1;
}

.sponsors-header .lead[b-oee7op5ob1] {
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.84);
    line-height: 1.7;
}

.sponsors-partners h2[b-oee7op5ob1],
.sponsors-impact h2[b-oee7op5ob1],
.sponsors-cta h2[b-oee7op5ob1],
.section > .container > h2[b-oee7op5ob1] {
    font-size: clamp(2rem, 4vw, 3.25rem);
}

.sponsor-grid[b-oee7op5ob1] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-top: 1px solid #cbd5e1;
    border-left: 1px solid #cbd5e1;
}

.sponsor-partner[b-oee7op5ob1] {
    min-height: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: 1.5rem;
    border-right: 1px solid #cbd5e1;
    border-bottom: 1px solid #cbd5e1;
    background: var(--ak-white);
    color: var(--ak-navy);
    text-align: center;
}

.sponsor-partner:hover[b-oee7op5ob1] {
    background: var(--ak-light);
    color: var(--ak-navy);
}

.sponsor-partner > span[b-oee7op5ob1] {
    min-width: 4rem;
    padding-bottom: 0.35rem;
    border-bottom: 3px solid var(--ak-gold);
    font-family: var(--ak-font-heading);
    font-size: 1.65rem;
    font-weight: 800;
}

.sponsor-logo[b-oee7op5ob1] {
    width: 100%;
    max-width: 220px;
    max-height: 72px;
    object-fit: contain;
}

.sponsor-logo-fcx[b-oee7op5ob1] {
    max-width: 260px;
    max-height: 96px;
}

.sponsor-logo-parent[b-oee7op5ob1] {
    max-width: 240px;
    max-height: 80px;
}

.sponsor-logo-frame[b-oee7op5ob1] {
    width: 100%;
    max-width: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.45rem 0.7rem;
    border-radius: 0.4rem;
}

.sponsor-logo-frame-dark[b-oee7op5ob1] {
    background: var(--ak-navy);
}

.sponsor-logo-frame-light[b-oee7op5ob1] {
    background: var(--ak-white);
}

.sponsor-logo-frame-outline[b-oee7op5ob1] {
    border: 1px solid #dbe3ef;
}

.sponsor-partner strong[b-oee7op5ob1] {
    font-size: 0.88rem;
    line-height: 1.4;
}

.sponsors-partner-note[b-oee7op5ob1],
.sponsors-level-intro[b-oee7op5ob1] {
    max-width: 800px;
    margin: 1.5rem auto 0;
    color: var(--ak-muted-text);
    font-size: 0.88rem;
    line-height: 1.65;
}

.sponsors-upcoming .sponsors-partner-note[b-oee7op5ob1] {
    margin-top: 1rem;
}

.sponsors-impact-grid[b-oee7op5ob1] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid #cbd5e1;
    border-left: 1px solid #cbd5e1;
}

.sponsors-impact-grid article[b-oee7op5ob1] {
    padding: 1.75rem;
    border-right: 1px solid #cbd5e1;
    border-bottom: 1px solid #cbd5e1;
    background: var(--ak-white);
}

.sponsors-impact-grid span[b-oee7op5ob1] {
    color: var(--ak-gold-strong);
    font-family: var(--ak-font-heading);
    font-weight: 800;
}

.sponsors-impact-grid h3[b-oee7op5ob1] {
    margin: 1rem 0 0.65rem;
}

.sponsors-impact-grid p[b-oee7op5ob1] {
    margin-bottom: 0;
    color: var(--ak-muted-text);
    font-size: 0.92rem;
    line-height: 1.65;
}

.sponsors-cta .container[b-oee7op5ob1] {
    max-width: 780px;
}

.sponsors-cta p:not(.sponsors-eyebrow)[b-oee7op5ob1] {
    margin-bottom: 1.75rem;
    color: rgba(255, 255, 255, 0.84);
    line-height: 1.7;
}

@media (max-width: 991px) {
    .sponsor-grid[b-oee7op5ob1] {
        grid-template-columns: repeat(2, 1fr);
    }

    .sponsors-impact-grid[b-oee7op5ob1] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575px) {
    .sponsors-header[b-oee7op5ob1] {
        padding: 5.5rem 0 3.5rem;
    }

    .sponsor-grid[b-oee7op5ob1] {
        grid-template-columns: 1fr;
    }

    .sponsor-partner[b-oee7op5ob1] {
        min-height: 140px;
    }
}
