/* /Components/Auth/AuthStatus.razor.rz.scp.css */
.auth-status[b-90vqfiu7qd] {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    min-height: 2.75rem;
}

.auth-status-text[b-90vqfiu7qd],
.auth-user-link[b-90vqfiu7qd],
.auth-link[b-90vqfiu7qd],
.auth-action-link[b-90vqfiu7qd],
.auth-action-button[b-90vqfiu7qd] {
    font-size: 0.9rem;
    font-weight: 700;
    white-space: nowrap;
}

.auth-status-text[b-90vqfiu7qd] {
    color: #64748b;
}

.auth-user-link[b-90vqfiu7qd],
.auth-link[b-90vqfiu7qd],
.auth-action-link[b-90vqfiu7qd] {
    color: #1f2937;
    text-decoration: none;
}

.auth-user-link:hover[b-90vqfiu7qd],
.auth-user-link:focus-visible[b-90vqfiu7qd],
.auth-link:hover[b-90vqfiu7qd],
.auth-link:focus-visible[b-90vqfiu7qd],
.auth-action-link:hover[b-90vqfiu7qd],
.auth-action-link:focus-visible[b-90vqfiu7qd] {
    color: #0f4c81;
    text-decoration: none;
}

.auth-action-link[b-90vqfiu7qd],
.auth-action-button[b-90vqfiu7qd] {
    display: inline-flex;
    align-items: center;
    min-height: 2.45rem;
    padding: 0 0.9rem;
    border: 1px solid #d8dee7;
    border-radius: 0.45rem;
    background: #fff;
}

.auth-action-button[b-90vqfiu7qd] {
    cursor: pointer;
}

.auth-action-link:hover[b-90vqfiu7qd],
.auth-action-button:hover[b-90vqfiu7qd] {
    border-color: #c5d1df;
    background: #f8fafc;
    color: #0f4c81;
}

@media (max-width: 760px) {
    .auth-status[b-90vqfiu7qd] {
        width: 100%;
        justify-content: flex-start;
        padding-top: 0.35rem;
    }
}
/* /Components/Auth/RequireAuthenticated.razor.rz.scp.css */
.auth-checking[b-3wnaa7c7c5] {
    min-height: 28rem;
    display: grid;
    place-items: center;
    padding: 4rem 1.5rem;
    background: #f8fafc;
}

.auth-checking p[b-3wnaa7c7c5] {
    margin: 0;
    color: #475569;
    font-weight: 700;
}
/* /Components/CookieNotice.razor.rz.scp.css */
.cookie-notice[b-f7ijth6cbq] {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1200;
    width: 100%;
    transform: translateY(0);
    opacity: 1;
    transition: transform 0.32s ease, opacity 0.32s ease;
}

.cookie-notice--hiding[b-f7ijth6cbq] {
    transform: translateY(100%);
    opacity: 0;
}

.cookie-notice__content[b-f7ijth6cbq] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.15rem;
    background: rgba(10, 10, 10, 0.96);
    color: #fff;
    border-radius: 0;
    box-shadow: 0 -12px 28px rgba(0, 0, 0, 0.22);
}

.cookie-notice__message[b-f7ijth6cbq] {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.6;
}

.cookie-notice__button[b-f7ijth6cbq] {
    flex: 0 0 auto;
    min-width: 5rem;
    padding: 0.72rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.32);
    background: #fff;
    color: #111;
    font-weight: 700;
}

.cookie-notice__button:focus-visible[b-f7ijth6cbq] {
    outline: 2px solid #fff;
    outline-offset: 2px;
}

@media (max-width: 760px) {
    .cookie-notice__content[b-f7ijth6cbq] {
        flex-direction: column;
        align-items: stretch;
    }

    .cookie-notice__button[b-f7ijth6cbq] {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .cookie-notice[b-f7ijth6cbq] {
        transition: none;
    }
}
/* /Components/DeferredYouTubeEmbed.razor.rz.scp.css */
.deferred-youtube-embed[b-xrc653mamd] {
    position: relative;
    overflow: hidden;
    border-radius: inherit;
    background: #03131f;
}

.thumbnail-button[b-xrc653mamd] {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    border-radius: inherit;
    background: transparent;
    color: #fff;
    cursor: pointer;
}

.thumbnail-button:focus-visible[b-xrc653mamd] {
    outline: 2px solid #9fd0ff;
    outline-offset: -2px;
}

.thumbnail-image[b-xrc653mamd],
.deferred-youtube-embed iframe[b-xrc653mamd] {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.deferred-youtube-embed iframe[b-xrc653mamd] {
    border: 0;
}

.thumbnail-overlay[b-xrc653mamd] {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, rgba(3, 19, 31, 0.18) 0%, rgba(3, 19, 31, 0.48) 100%);
    transition: background-color 0.2s ease;
}

.thumbnail-button:hover .thumbnail-overlay[b-xrc653mamd] {
    background: linear-gradient(180deg, rgba(3, 19, 31, 0.12) 0%, rgba(3, 19, 31, 0.4) 100%);
}

.play-button[b-xrc653mamd] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.94);
    color: #12304b;
    box-shadow: 0 16px 30px rgba(0, 0, 0, 0.22);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.thumbnail-button:hover .play-button[b-xrc653mamd] {
    transform: scale(1.06);
    box-shadow: 0 20px 36px rgba(0, 0, 0, 0.28);
}

.play-button svg[b-xrc653mamd] {
    width: 1.65rem;
    height: 1.65rem;
    margin-left: 0.14rem;
}

@media (prefers-reduced-motion: reduce) {
    .thumbnail-overlay[b-xrc653mamd],
    .play-button[b-xrc653mamd] {
        transition: none;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.site-shell[b-fj8m1i8fws] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.main-shell[b-fj8m1i8fws] {
    flex: 1;
    min-width: 0;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.site-header[b-zbe99bo8n5] {
    position: sticky;
    top: 0;
    z-index: 1100;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.96) 100%);
    border-bottom: 1px solid #e5e7eb;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
    backdrop-filter: blur(14px);
}

.site-header-inner[b-zbe99bo8n5] {
    max-width: 1600px;
    min-height: 64px;
    margin: 0 auto;
    padding: 0 1.5rem;
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.site-header[b-zbe99bo8n5]  .brand-link {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 0.55rem;
    height: 64px;
    text-decoration: none;
    line-height: 1;
    flex: 0 0 auto;
    white-space: nowrap;
}

.site-header[b-zbe99bo8n5]  .brand-logo,
.site-header[b-zbe99bo8n5]  .brand-name {
    display: block;
    width: auto;
    max-width: none;
    height: auto;
    object-fit: contain;
    flex: 0 0 auto;
}

.site-header[b-zbe99bo8n5]  .brand-logo {
    height: 32px;
}

.site-header[b-zbe99bo8n5]  .brand-name {
    height: 30px;
    transform: translateY(1px);
}

.site-nav[b-zbe99bo8n5] {
    margin-left: auto;
}

.header-preferences[b-zbe99bo8n5] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-left: 1rem;
}

.language-menu[b-zbe99bo8n5] {
    position: relative;
    display: none;
}

.language-menu-button[b-zbe99bo8n5] {
    display: inline-grid;
    place-items: center;
    width: 2.45rem;
    height: 2.45rem;
    border: 1px solid #d8dee7;
    border-radius: 999px;
    background: #fff;
    color: #1f2937;
    cursor: pointer;
    box-shadow: 0 8px 16px rgba(15, 23, 42, 0.06);
}

.language-menu-button svg[b-zbe99bo8n5] {
    width: 1.15rem;
    height: 1.15rem;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.language-menu-button:hover[b-zbe99bo8n5],
.language-menu-button:focus-visible[b-zbe99bo8n5] {
    border-color: #c5d1df;
    color: #0f4c81;
}

.language-menu-panel[b-zbe99bo8n5] {
    position: absolute;
    top: calc(100% + 0.55rem);
    right: 0;
    z-index: 1300;
    display: grid;
    min-width: 9rem;
    padding: 0.35rem;
    border: 1px solid #e5e7eb;
    border-radius: 0.55rem;
    background: #fff;
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.12);
}

.language-menu-item[b-zbe99bo8n5] {
    display: flex;
    width: 100%;
    padding: 0.7rem 0.85rem;
    border: 0;
    border-radius: 0.4rem;
    background: transparent;
    color: #1f2937;
    font-size: 0.9rem;
    font-weight: 700;
    text-align: left;
    cursor: pointer;
}

.language-menu-item:hover[b-zbe99bo8n5],
.language-menu-item.is-active[b-zbe99bo8n5] {
    background: #f1f5f9;
    color: #0f4c81;
}

.site-nav-desktop[b-zbe99bo8n5] {
    display: flex;
    align-items: stretch;
    gap: 0.15rem;
    min-height: 64px;
    position: relative;
}

.desktop-nav-item[b-zbe99bo8n5] {
    display: flex;
    align-items: stretch;
    position: relative;
}

.site-nav[b-zbe99bo8n5]  .nav-link,
.nav-arrow-trigger[b-zbe99bo8n5] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    min-height: 64px;
    border: 0;
    border-bottom: 2px solid transparent;
    background: transparent;
    color: #1f2937;
    font-size: 0.94rem;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.site-nav[b-zbe99bo8n5]  .nav-link {
    padding: 0 0.95rem;
}

.site-nav[b-zbe99bo8n5]  .nav-link-parent {
    padding-right: 0.45rem;
}

.nav-arrow-trigger[b-zbe99bo8n5] {
    justify-content: center;
    width: 1.8rem;
    padding: 0 0.55rem 0 0.2rem;
    cursor: pointer;
}

.site-nav[b-zbe99bo8n5]  .nav-link:hover,
.nav-arrow-trigger:hover[b-zbe99bo8n5] {
    color: #0f172a;
    background: rgba(15, 23, 42, 0.03);
}

.site-nav[b-zbe99bo8n5]  .nav-link.active,
.nav-arrow-trigger.is-active[b-zbe99bo8n5],
.nav-arrow-trigger.is-open[b-zbe99bo8n5] {
    border-bottom-color: #0f172a;
}

.nav-chevron[b-zbe99bo8n5] {
    width: 0.5rem;
    height: 0.5rem;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    transform: rotate(45deg) translateY(-1px);
    transition: transform 0.2s ease;
}

.nav-arrow-trigger.is-open .nav-chevron[b-zbe99bo8n5] {
    transform: rotate(-135deg) translateY(-1px);
}

.nav-loading[b-zbe99bo8n5] {
    display: inline-flex;
    align-items: center;
    min-height: 64px;
    color: #6b7280;
    font-size: 0.92rem;
}

.menu-flyout[b-zbe99bo8n5] {
    position: absolute;
    top: calc(100% + 1px);
    right: 0;
    z-index: 1200;
    width: max-content;
    max-width: min(calc(100vw - 2rem), 72rem);
    border: 1px solid #edf0f4;
    border-top: 0;
    border-radius: 0 0 1rem 1rem;
    background: rgba(255, 255, 255, 0.99);
    box-shadow: 0 18px 38px rgba(15, 23, 42, 0.08);
}

.menu-flyout-inner[b-zbe99bo8n5] {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 1.5rem;
    padding: 1.15rem 1.25rem 1rem;
}

.flyout-group[b-zbe99bo8n5] {
    min-width: 0;
    width: min(27ch, calc(100vw - 5rem));
}

.flyout-group-header[b-zbe99bo8n5] {
    margin-bottom: 0.75rem;
    padding-bottom: 0.45rem;
    border-bottom: 2px solid #d8e0ea;
}

.flyout-group-label[b-zbe99bo8n5] {
    display: inline-flex;
    color: #1f2937;
    font-size: 0.96rem;
    font-weight: 700;
    line-height: 1.3;
}

.flyout-inline-link[b-zbe99bo8n5] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    color: #0f4c81;
    font-weight: 700;
    text-decoration: none;
}

.flyout-inline-link[b-zbe99bo8n5]::after {
    content: ">";
}

.flyout-link-list[b-zbe99bo8n5] {
    display: grid;
    gap: 0.15rem;
}

.flyout-mega-link[b-zbe99bo8n5] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    width: 100%;
    padding: 0.65rem 0;
    border-bottom: 1px solid #eef2f7;
    background: transparent;
    color: #111827;
    text-decoration: none;
    transition: color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.flyout-mega-link:hover[b-zbe99bo8n5],
.flyout-mega-link:focus-visible[b-zbe99bo8n5] {
    color: #0f4c81;
    border-bottom-color: #cfd9e6;
    transform: translateX(2px);
}

.flyout-link-title[b-zbe99bo8n5] {
    font-weight: 400;
    line-height: 1.35;
}

.navbar-toggle-button[b-zbe99bo8n5] {
    display: none;
    margin-left: auto;
    width: 2.9rem;
    height: 2.9rem;
    border: 1px solid #d1d5db;
    border-radius: 0.9rem;
    background: #fff;
    box-shadow: 0 8px 16px rgba(15, 23, 42, 0.06);
}

.navbar-toggle-button[b-zbe99bo8n5]::before {
    content: "";
    display: block;
    width: 1.2rem;
    height: 0.9rem;
    margin: 0 auto;
    background:
        linear-gradient(#1f2937 0 0) top/100% 2px no-repeat,
        linear-gradient(#1f2937 0 0) center/100% 2px no-repeat,
        linear-gradient(#1f2937 0 0) bottom/100% 2px no-repeat;
}

.site-nav-mobile[b-zbe99bo8n5] {
    display: none;
}

@media (max-width: 1120px) {
    .menu-flyout[b-zbe99bo8n5] {
        max-width: min(calc(100vw - 2rem), 56rem);
    }
}

@media (max-width: 900px) {
    .site-header-inner[b-zbe99bo8n5] {
        padding: 0 1rem;
        gap: 1rem;
    }

    .site-header[b-zbe99bo8n5]  .brand-link {
        gap: 0.5rem;
    }

    .site-header[b-zbe99bo8n5]  .brand-logo {
        height: 30px;
    }

    .site-header[b-zbe99bo8n5]  .brand-name {
        height: 28px;
    }

    .site-nav[b-zbe99bo8n5]  .nav-link,
    .nav-arrow-trigger[b-zbe99bo8n5] {
        padding-inline: 0.7rem;
        font-size: 0.9rem;
    }

    .site-nav[b-zbe99bo8n5]  .nav-link-parent {
        padding-right: 0.35rem;
    }

    .nav-arrow-trigger[b-zbe99bo8n5] {
        width: 1.55rem;
        padding-left: 0;
    }

    .header-preferences[b-zbe99bo8n5] {
        gap: 0.55rem;
    }
}

@media (max-width: 760px) {
    .site-header-inner[b-zbe99bo8n5] {
        min-height: 60px;
    }

    .site-header[b-zbe99bo8n5]  .brand-link {
        height: 60px;
    }

    .site-nav-desktop[b-zbe99bo8n5],
    .menu-flyout[b-zbe99bo8n5] {
        display: none;
    }

    .header-preferences[b-zbe99bo8n5] {
        margin-left: 0;
    }

    .header-preferences[b-zbe99bo8n5]  .auth-status {
        display: none;
    }

    .navbar-toggle-button[b-zbe99bo8n5] {
        display: inline-block;
    }

    .site-nav-mobile[b-zbe99bo8n5] {
        display: grid;
        gap: 0.65rem;
        padding: 0 1rem 1rem;
        border-top: 1px solid #eef1f4;
        background: #fff;
    }

    .mobile-language-actions[b-zbe99bo8n5] {
        display: none;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.65rem;
    }

    .mobile-language-actions .language-menu-item[b-zbe99bo8n5] {
        justify-content: center;
        border: 1px solid #e5e7eb;
        background: #fff;
    }

    .mobile-language-actions .language-menu-item.is-active[b-zbe99bo8n5] {
        border-color: #c5d1df;
        background: #f7fafc;
    }

    .mobile-root-link[b-zbe99bo8n5],
    .mobile-overview-link[b-zbe99bo8n5],
    .mobile-leaf-link[b-zbe99bo8n5] {
        display: flex;
        width: 100%;
        padding: 0.9rem 1rem;
        border-radius: 0.95rem;
        background: #fff;
        border: 1px solid #e5e7eb;
        color: #111827;
        text-decoration: none;
        font-weight: 600;
        box-sizing: border-box;
    }

    .mobile-root-link.active[b-zbe99bo8n5] {
        border-color: #c5d1df;
        background: #f7fafc;
    }

    .mobile-menu-group[b-zbe99bo8n5],
    .mobile-submenu-group[b-zbe99bo8n5] {
        border: 1px solid #e5e7eb;
        border-radius: 1rem;
        background: #fff;
        overflow: hidden;
    }

    .mobile-menu-summary[b-zbe99bo8n5] {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 1rem;
        padding: 1rem;
        cursor: pointer;
        font-weight: 700;
        list-style: none;
    }

    .mobile-menu-summary[b-zbe99bo8n5]::-webkit-details-marker {
        display: none;
    }

    .mobile-menu-summary[b-zbe99bo8n5]::after {
        content: "";
        width: 0.6rem;
        height: 0.6rem;
        border-right: 1.5px solid #475569;
        border-bottom: 1.5px solid #475569;
        transform: rotate(45deg);
        transition: transform 0.2s ease;
    }

    .mobile-menu-group[open] > .mobile-menu-summary[b-zbe99bo8n5]::after {
        transform: rotate(-135deg) translateY(-2px);
    }

    .mobile-overview-link[b-zbe99bo8n5] {
        margin: 0 1rem 1rem;
        width: calc(100% - 2rem);
        background: #f7fafc;
    }

    .mobile-overview-link-child[b-zbe99bo8n5] {
        background: #f9fbfd;
    }

    .mobile-submenu-stack[b-zbe99bo8n5],
    .mobile-third-level-links[b-zbe99bo8n5] {
        display: grid;
        gap: 0.65rem;
        padding: 0 1rem 1rem;
    }

    .mobile-third-level-links[b-zbe99bo8n5] {
        padding-top: 0;
    }

    .mobile-submenu-group[b-zbe99bo8n5] {
        overflow: visible;
        border-radius: 0.95rem;
    }

    .mobile-submenu-heading[b-zbe99bo8n5] {
        margin: 0 1rem 0.65rem;
        padding: 0.95rem 0 0.35rem;
        border-bottom: 2px solid #d8e0ea;
        color: #1f2937;
        font-size: 0.95rem;
        font-weight: 700;
    }

    .mobile-leaf-link[b-zbe99bo8n5] {
        background: #f8fafc;
    }

    .mobile-leaf-link-tertiary[b-zbe99bo8n5] {
        background: #f3f6fa;
        font-weight: 400;
    }
}

@media (prefers-reduced-motion: reduce) {
    .site-nav[b-zbe99bo8n5]  .nav-link,
    .nav-arrow-trigger[b-zbe99bo8n5],
    .nav-chevron[b-zbe99bo8n5],
    .flyout-mega-link[b-zbe99bo8n5],
    .mobile-menu-summary[b-zbe99bo8n5]::after,
    .mobile-submenu-heading[b-zbe99bo8n5] {
        transition: none;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-cn0tjt4bjn],
.components-reconnect-repeated-attempt-visible[b-cn0tjt4bjn],
.components-reconnect-failed-visible[b-cn0tjt4bjn],
.components-pause-visible[b-cn0tjt4bjn],
.components-resume-failed-visible[b-cn0tjt4bjn],
.components-rejoining-animation[b-cn0tjt4bjn] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-cn0tjt4bjn],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-cn0tjt4bjn],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-cn0tjt4bjn],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-cn0tjt4bjn],
#components-reconnect-modal.components-reconnect-retrying[b-cn0tjt4bjn],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-cn0tjt4bjn],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-cn0tjt4bjn],
#components-reconnect-modal.components-reconnect-failed[b-cn0tjt4bjn],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-cn0tjt4bjn] {
    display: block;
}


#components-reconnect-modal[b-cn0tjt4bjn] {
    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-cn0tjt4bjn 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-cn0tjt4bjn 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-cn0tjt4bjn 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-cn0tjt4bjn]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-cn0tjt4bjn 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-cn0tjt4bjn {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-cn0tjt4bjn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-cn0tjt4bjn {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-cn0tjt4bjn] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-cn0tjt4bjn] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-cn0tjt4bjn] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-cn0tjt4bjn] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-cn0tjt4bjn] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-cn0tjt4bjn] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-cn0tjt4bjn] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-cn0tjt4bjn 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-cn0tjt4bjn] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-cn0tjt4bjn {
    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/Layout/SiteFooter.razor.rz.scp.css */
.site-footer[b-8vtputoiwf] {
    margin-top: 3rem;
    background: #f2f2f2;
    border-top: 1px solid #e6e6e6;
}

.site-footer-shell[b-8vtputoiwf] {
    max-width: 1600px;
    margin: 0 auto;
    padding: 1.25rem 1.5rem 1.75rem;
}

.site-footer-brand[b-8vtputoiwf] {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    margin-bottom: 1.35rem;
}

.site-footer-mark[b-8vtputoiwf] {
    display: block;
    width: auto;
    height: 2rem;
}

.site-footer-name[b-8vtputoiwf] {
    display: block;
    width: auto;
    height: 1.2rem;
}

.site-footer-navigation[b-8vtputoiwf] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));
    gap: 1.5rem 2rem;
    margin-bottom: 1.2rem;
}

.site-footer-column[b-8vtputoiwf] {
    min-width: 0;
}

.site-footer-column-title[b-8vtputoiwf] {
    margin: 0 0 0.85rem;
    font-size: 1rem;
    line-height: 1.3;
}

.site-footer-column-title a[b-8vtputoiwf],
.site-footer-group-title[b-8vtputoiwf],
.site-footer-leaf-links a[b-8vtputoiwf],
.site-footer-meta[b-8vtputoiwf] {
    color: #616161;
    font-size: 0.88rem;
    text-decoration: none;
}

.site-footer-column-title a[b-8vtputoiwf] {
    color: #1f1f1f;
    font-size: 1rem;
    font-weight: 700;
}

.site-footer-group + .site-footer-group[b-8vtputoiwf] {
    margin-top: 0.95rem;
}

.site-footer-group-title[b-8vtputoiwf] {
    display: inline-flex;
    margin-bottom: 0.5rem;
    color: #3c4a5a;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.site-footer-leaf-links[b-8vtputoiwf] {
    display: grid;
    gap: 0.45rem;
}

.site-footer-leaf-links a[b-8vtputoiwf] {
    width: fit-content;
    line-height: 1.5;
}

.site-footer-column-title a:hover[b-8vtputoiwf],
.site-footer-group-title:hover[b-8vtputoiwf],
.site-footer-leaf-links a:hover[b-8vtputoiwf] {
    color: #005da6;
}

.site-footer-column-title a:focus-visible[b-8vtputoiwf],
.site-footer-group-title:focus-visible[b-8vtputoiwf],
.site-footer-leaf-links a:focus-visible[b-8vtputoiwf] {
    outline: 2px solid currentColor;
    outline-offset: 3px;
}

@media (max-width: 760px) {
    .site-footer-shell[b-8vtputoiwf] {
        padding-inline: 1rem;
    }

    .site-footer-navigation[b-8vtputoiwf] {
        grid-template-columns: 1fr;
        gap: 1.25rem;
    }
}
/* /Components/Pages/About.razor.rz.scp.css */
.about-page-action[b-m1r4z827nb] {
    display: flex;
    margin-top: 2rem;
    padding-top: 1.4rem;
    border-top: 1px solid #dbe4ee;
}

.about-page-action.is-right[b-m1r4z827nb] {
    justify-content: flex-end;
}

.about-page-action a[b-m1r4z827nb] {
    display: grid;
    gap: 0.35rem;
    width: min(100%, 19rem);
    min-height: 5rem;
    padding: 1rem;
    border: 1px solid #dbe4ee;
    border-radius: 0.45rem;
    color: #111827;
    text-align: right;
    text-decoration: none;
}

.about-page-action a:hover[b-m1r4z827nb],
.about-page-action a:focus-visible[b-m1r4z827nb] {
    border-color: #9fc4e4;
    color: #005da6;
}

.about-page-action span[b-m1r4z827nb] {
    color: #64748b;
    font-size: 0.84rem;
    font-weight: 800;
}

.about-page-action strong[b-m1r4z827nb] {
    font-size: 1rem;
    line-height: 1.4;
}

@media (max-width: 760px) {
    .about-page-action.is-right[b-m1r4z827nb] {
        justify-content: flex-start;
    }

    .about-page-action a[b-m1r4z827nb] {
        text-align: left;
    }
}
/* /Components/Pages/AboutOurFounder.razor.rz.scp.css */
.founder-hero[b-io3j2jk58h] {
    position: relative;
    min-height: 23rem;
    background:
        linear-gradient(90deg, rgba(250, 250, 250, 0.16) 0%, rgba(250, 250, 250, 0.08) 42%, rgba(8, 47, 89, 0.18) 100%),
        image-set(
            url("/images/founder/founder-hero-banner.webp") type("image/webp"),
            url("/images/founder/founder-hero-banner.png") type("image/png")
        ) center right/cover no-repeat;
}

.founder-hero-overlay[b-io3j2jk58h] {
    min-height: inherit;
    display: flex;
    align-items: center;
    padding: 3rem 0 2.6rem;
}

.founder-shell[b-io3j2jk58h] {
    width: min(100%, 1120px);
    margin: 0 auto;
    padding: 0 1.5rem;
}

.founder-hero-grid[b-io3j2jk58h] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 330px);
    gap: 3rem;
    align-items: center;
}

.founder-kicker[b-io3j2jk58h],
.founder-section-kicker[b-io3j2jk58h] {
    display: inline-flex;
    margin-bottom: 0.9rem;
    color: rgba(255, 255, 255, 0.86);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.founder-hero-copy h1[b-io3j2jk58h] {
    margin: 0 0 0.35rem;
    color: #050816;
    font-size: clamp(2.9rem, 5.2vw, 4.55rem);
    line-height: 1.05;
}

.founder-hero-copy p:not(.founder-subtitle)[b-io3j2jk58h] {
    max-width: 42rem;
    margin: 0;
    color: #050816;
    font-size: clamp(1.35rem, 2.2vw, 1.85rem);
    line-height: 1.18;
}

.founder-profile-card[b-io3j2jk58h] {
    width: min(100%, 320px);
    justify-self: center;
    align-self: end;
    transform: translateY(3.35rem);
    overflow: hidden;
    border: 3px solid rgba(255, 255, 255, 0.88);
    border-radius: 0.25rem;
    background: #fff;
    box-shadow: 0 24px 58px rgba(15, 23, 42, 0.24);
}

.founder-profile-card img[b-io3j2jk58h] {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    background: #eef3f8;
}

.founder-page[b-io3j2jk58h] {
    background: linear-gradient(180deg, #ffffff 0%, #f7fafc 100%);
    padding: 6rem 0 0;
}

.founder-stats[b-io3j2jk58h] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
    max-width: 880px;
    margin-bottom: 3.4rem;
}

.founder-stats article[b-io3j2jk58h] {
    min-width: 0;
    border: 1px solid #dbe4ee;
    border-radius: 0.65rem;
    background: #fff;
    min-height: 10.5rem;
    padding: 1.45rem 1rem;
    text-align: center;
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.05);
    display: grid;
    align-content: center;
}

.founder-stats strong[b-io3j2jk58h] {
    display: block;
    color: #111827;
    font-size: clamp(1.55rem, 3vw, 2.35rem);
    line-height: 1.05;
}

.founder-stats span[b-io3j2jk58h] {
    display: block;
    margin-top: 0.4rem;
    color: #4b5563;
    font-weight: 800;
    line-height: 1.35;
}

.founder-section[b-io3j2jk58h] {
    margin-bottom: 3.5rem;
}

.founder-section-heading[b-io3j2jk58h] {
    margin-bottom: 1.65rem;
}

.founder-section-kicker[b-io3j2jk58h] {
    color: #005da6;
}

.founder-section-heading h2[b-io3j2jk58h] {
    max-width: 46rem;
    margin: 0 0 1rem;
    color: #005da6;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.1;
}

.founder-section-heading h2[b-io3j2jk58h]::after {
    content: "";
    display: block;
    width: 3.2rem;
    height: 3px;
    margin-top: 1rem;
    background: #005da6;
}

.founder-section-heading p[b-io3j2jk58h],
.founder-copy p[b-io3j2jk58h] {
    max-width: 52rem;
    margin: 0;
    color: #4b5563;
    font-size: 1.04rem;
    line-height: 1.75;
}

.founder-copy p + p[b-io3j2jk58h] {
    margin-top: 1rem;
}

.founder-card-grid[b-io3j2jk58h],
.teaching-grid[b-io3j2jk58h] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.founder-info-card[b-io3j2jk58h],
.teaching-card[b-io3j2jk58h],
.credential-card[b-io3j2jk58h] {
    min-width: 0;
    border: 1px solid #dbe4ee;
    border-radius: 0.55rem;
    background: #fff;
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.05);
}

.founder-info-card[b-io3j2jk58h] {
    padding: 1.25rem;
}

.founder-info-card h3[b-io3j2jk58h] {
    margin: 0 0 0.55rem;
    color: #111827;
    font-size: 1.22rem;
    line-height: 1.25;
}

.founder-info-card p[b-io3j2jk58h],
.teaching-card p[b-io3j2jk58h],
.credential-card p[b-io3j2jk58h] {
    margin: 0;
    color: #4b5563;
    line-height: 1.65;
}

.teaching-card[b-io3j2jk58h] {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 0.8rem;
    align-items: start;
    padding: 1.1rem;
}

.teaching-card span[b-io3j2jk58h] {
    width: 0.65rem;
    height: 0.65rem;
    margin-top: 0.45rem;
    border-radius: 999px;
    background: #005da6;
}

.credential-grid[b-io3j2jk58h] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.credential-card[b-io3j2jk58h] {
    display: grid;
    align-content: start;
    gap: 0.8rem;
    padding: 1rem;
}

.credential-visual[b-io3j2jk58h] {
    display: grid;
    place-items: center;
    min-height: 8.6rem;
    border-radius: 0.45rem;
    background: #f8fafc;
    padding: 1rem;
}

.credential-visual img[b-io3j2jk58h] {
    display: block;
    max-width: 100%;
    max-height: 7.2rem;
    object-fit: contain;
}

.credential-label[b-io3j2jk58h] {
    justify-self: start;
    border: 1px solid #d5deea;
    border-radius: 999px;
    background: #eef6fc;
    color: #005da6;
    padding: 0.35rem 0.7rem;
    font-size: 0.78rem;
    font-weight: 900;
}

.credential-card h3[b-io3j2jk58h] {
    margin: 0;
    color: #111827;
    font-size: 1.02rem;
    line-height: 1.3;
}

.credential-card a[b-io3j2jk58h],
.founder-text-link[b-io3j2jk58h],
.profile-link-grid a[b-io3j2jk58h] {
    color: #005da6;
    font-weight: 900;
    text-decoration: none;
}

.credential-card a[b-io3j2jk58h]::after,
.founder-text-link[b-io3j2jk58h]::after,
.profile-link-grid a[b-io3j2jk58h]::after {
    content: " \2192";
}

.credential-card a:hover[b-io3j2jk58h],
.credential-card a:focus-visible[b-io3j2jk58h],
.founder-text-link:hover[b-io3j2jk58h],
.founder-text-link:focus-visible[b-io3j2jk58h],
.profile-link-grid a:hover[b-io3j2jk58h],
.profile-link-grid a:focus-visible[b-io3j2jk58h] {
    text-decoration: underline;
}

.founder-text-link[b-io3j2jk58h] {
    display: inline-flex;
    margin-top: 1.25rem;
}

.profile-link-grid[b-io3j2jk58h] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.profile-link-grid a[b-io3j2jk58h] {
    border: 1px solid #dbe4ee;
    border-radius: 0.5rem;
    background: #fff;
    padding: 1rem;
    box-shadow: 0 14px 32px rgba(15, 23, 42, 0.04);
}

.founder-page-link-row[b-io3j2jk58h] {
    margin-bottom: 2rem;
    padding-top: 1.4rem;
    border-top: 1px solid #dbe4ee;
}

.founder-page-link-row a[b-io3j2jk58h] {
    display: grid;
    gap: 0.35rem;
    width: min(100%, 19rem);
    min-height: 5rem;
    padding: 1rem;
    border: 1px solid #dbe4ee;
    border-radius: 0.45rem;
    color: #111827;
    text-decoration: none;
}

.founder-page-link-row a:hover[b-io3j2jk58h],
.founder-page-link-row a:focus-visible[b-io3j2jk58h] {
    border-color: #9fc4e4;
    color: #005da6;
}

.founder-page-link-row span[b-io3j2jk58h] {
    color: #64748b;
    font-size: 0.84rem;
    font-weight: 800;
}

.founder-page-link-row strong[b-io3j2jk58h] {
    font-size: 1rem;
    line-height: 1.4;
}

.founder-cta[b-io3j2jk58h] {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    align-items: center;
    border: 1px solid #dbe4ee;
    border-radius: 0.65rem;
    background: #fff;
    padding-top: 2rem;
    padding-bottom: 2rem;
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.05);
}

.founder-cta h2[b-io3j2jk58h] {
    margin: 0 0 0.65rem;
    color: #111827;
    font-size: clamp(1.65rem, 3vw, 2.4rem);
    line-height: 1.15;
}

.founder-cta p[b-io3j2jk58h] {
    max-width: 44rem;
    margin: 0;
    color: #4b5563;
    line-height: 1.65;
}

.founder-cta-actions[b-io3j2jk58h] {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.75rem;
}

.founder-cta-actions a[b-io3j2jk58h] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.85rem;
    border: 1px solid #cbd5e1;
    border-radius: 0.35rem;
    background: #fff;
    color: #005da6;
    padding: 0.75rem 1rem;
    font-weight: 900;
    text-decoration: none;
    white-space: nowrap;
}

.founder-cta-actions a:hover[b-io3j2jk58h],
.founder-cta-actions a:focus-visible[b-io3j2jk58h] {
    border-color: #005da6;
}

.founder-cta-actions .founder-primary-link[b-io3j2jk58h] {
    border-color: #005da6;
    background: #005da6;
    color: #fff;
}

@media (max-width: 980px) {
    .founder-hero-grid[b-io3j2jk58h],
    .founder-cta[b-io3j2jk58h] {
        grid-template-columns: 1fr;
    }

    .founder-hero-grid[b-io3j2jk58h] {
        display: grid;
        grid-template-columns: 1fr;
    }

    .founder-profile-card[b-io3j2jk58h] {
        max-width: 320px;
        justify-self: start;
        transform: none;
    }

    .founder-stats[b-io3j2jk58h],
    .credential-grid[b-io3j2jk58h] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .founder-cta[b-io3j2jk58h] {
        display: grid;
        align-items: start;
    }

    .founder-cta-actions[b-io3j2jk58h] {
        justify-content: flex-start;
    }
}

@media (max-width: 760px) {
    .founder-hero-overlay[b-io3j2jk58h] {
        padding: 3rem 0;
    }

    .founder-hero[b-io3j2jk58h] {
        min-height: auto;
        background-position: center right;
    }

    .founder-shell[b-io3j2jk58h] {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .founder-hero-grid[b-io3j2jk58h] {
        gap: 2rem;
    }

    .founder-profile-card[b-io3j2jk58h] {
        width: 100%;
        max-width: 320px;
    }

    .founder-page[b-io3j2jk58h] {
        padding-top: 3.25rem;
    }

    .founder-stats[b-io3j2jk58h],
    .founder-card-grid[b-io3j2jk58h],
    .teaching-grid[b-io3j2jk58h],
    .credential-grid[b-io3j2jk58h],
    .profile-link-grid[b-io3j2jk58h] {
        grid-template-columns: 1fr;
    }

    .founder-profile-stats[b-io3j2jk58h] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/ContactUs.razor.rz.scp.css */
.about-hero[b-hys63zuuns] {
    position: relative;
    min-height: 17rem;
    background:
        linear-gradient(180deg, rgba(8, 47, 89, 0.62), rgba(8, 47, 89, 0.74)),
        url("/images/banner-slide-2.webp") center/cover no-repeat;
}

.contact-hero[b-hys63zuuns] {
    background:
        linear-gradient(180deg, rgba(8, 47, 89, 0.62), rgba(8, 47, 89, 0.74)),
        url("/images/banner-slide-3.webp") center/cover no-repeat;
}

.about-hero-overlay[b-hys63zuuns] {
    min-height: inherit;
    display: flex;
    align-items: center;
}

.about-hero-shell[b-hys63zuuns],
.about-page-shell[b-hys63zuuns] {
    width: min(100%, 980px);
    margin: 0 auto;
    padding: 0 1.5rem;
}

.about-hero-kicker[b-hys63zuuns],
.about-section-kicker[b-hys63zuuns] {
    display: inline-flex;
    margin-bottom: 0.9rem;
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.about-hero h1[b-hys63zuuns] {
    max-width: none;
    margin: 0 0 1rem;
    color: #fff;
    font-size: clamp(3rem, 6vw, 5rem);
    line-height: 0.98;
    white-space: nowrap;
}

.about-hero p[b-hys63zuuns] {
    max-width: 34rem;
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.1rem;
    line-height: 1.7;
}

.about-page-body[b-hys63zuuns] {
    padding: 3.5rem 0 1rem;
    background: linear-gradient(180deg, #ffffff 0%, #f7fafc 100%);
}

.about-intro[b-hys63zuuns] {
    margin-bottom: 2.25rem;
}

.about-section-kicker[b-hys63zuuns] {
    color: #005da6;
}

.about-intro h2[b-hys63zuuns] {
    margin: 0 0 1rem;
    color: #005da6;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.1;
}

.about-intro h2[b-hys63zuuns]::after {
    content: "";
    display: block;
    width: 3.2rem;
    height: 3px;
    margin-top: 1rem;
    background: #005da6;
}

.about-intro p[b-hys63zuuns] {
    margin: 0 0 1.35rem;
    color: #4b5563;
    font-size: 1.05rem;
    line-height: 1.85;
}

.contact-form[b-hys63zuuns] {
    border-radius: 0.5rem;
    padding: 2rem;
    background: #fff;
    border: 1px solid #dbe5ef;
    box-shadow: 0 18px 42px rgba(18, 44, 76, 0.08);
}

.contact-status[b-hys63zuuns] {
    margin: 0 0 1.25rem;
    border-radius: 0.35rem;
    padding: 0.85rem 1rem;
    font-weight: 800;
}

.contact-status.is-success[b-hys63zuuns] {
    background: #eef8f0;
    color: #1f6f3a;
}

.contact-status.is-error[b-hys63zuuns] {
    background: #fff1f1;
    color: #a33a3a;
}

.contact-form-grid[b-hys63zuuns] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.15rem 1.25rem;
}

.form-field[b-hys63zuuns] {
    display: grid;
    gap: 0.5rem;
}

.form-field-full[b-hys63zuuns] {
    grid-column: 1 / -1;
}

.form-field label[b-hys63zuuns] {
    font-weight: 700;
    color: #1f2937;
}

.required-mark[b-hys63zuuns] {
    color: #b91c1c;
    font-weight: 900;
}

.form-field[b-hys63zuuns]  input,
.form-field[b-hys63zuuns]  select,
.form-field[b-hys63zuuns]  textarea {
    width: 100%;
    padding: 0.9rem 1rem;
    border: 1px solid #cdd8e4;
    border-radius: 0.35rem;
    background: #fff;
    color: #1f2937;
    font: inherit;
    box-sizing: border-box;
}

.form-field[b-hys63zuuns]  select {
    min-height: 3.25rem;
}

.form-field[b-hys63zuuns]  textarea {
    min-height: 11rem;
    resize: vertical;
}

.form-field[b-hys63zuuns]  input:focus,
.form-field[b-hys63zuuns]  select:focus,
.form-field[b-hys63zuuns]  textarea:focus {
    border-color: #005da6;
    outline: 3px solid rgba(0, 93, 166, 0.16);
}

.form-field[b-hys63zuuns]  .validation-message {
    color: #a33a3a;
    font-size: 0.88rem;
    font-weight: 700;
}

.contact-form[b-hys63zuuns]  .validation-summary-errors {
    margin: 0 0 1.25rem;
    border-left: 3px solid #a33a3a;
    background: #fff1f1;
    color: #7f1d1d;
    padding: 0.85rem 1rem;
}

.contact-form[b-hys63zuuns]  .validation-summary-errors ul {
    margin: 0;
    padding-left: 1.1rem;
}

.contact-consent[b-hys63zuuns] {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    color: #334155;
    font-weight: 700;
    line-height: 1.55;
}

.contact-consent[b-hys63zuuns]  input {
    width: 1.05rem;
    min-width: 1.05rem;
    height: 1.05rem;
    margin-top: 0.22rem;
    padding: 0;
}

.contact-submit[b-hys63zuuns] {
    margin-top: 1.5rem;
    padding: 0.9rem 1.5rem;
    border: 0;
    border-radius: 0.35rem;
    background: #0067b8;
    color: #fff;
    font: inherit;
    font-weight: 900;
}

.contact-submit:hover[b-hys63zuuns],
.contact-submit:focus-visible[b-hys63zuuns] {
    background: #005da6;
}

.contact-submit:disabled[b-hys63zuuns] {
    cursor: not-allowed;
    opacity: 0.65;
}

@media (max-width: 760px) {
    .about-hero[b-hys63zuuns] {
        min-height: 15rem;
    }

    .about-hero-shell[b-hys63zuuns],
    .about-page-shell[b-hys63zuuns] {
        padding: 0 1rem;
    }

    .about-hero h1[b-hys63zuuns] {
        white-space: normal;
    }

    .contact-form[b-hys63zuuns] {
        padding: 1.4rem;
    }

    .contact-form-grid[b-hys63zuuns] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/Courses.razor.rz.scp.css */
.courses-hero[b-isrz3hfo13] {
    position: relative;
    min-height: 17rem;
    background:
        linear-gradient(180deg, rgba(8, 47, 89, 0.6), rgba(8, 47, 89, 0.76)),
        url("/images/banner-slide-3.webp") center/cover no-repeat;
}

.courses-hero-overlay[b-isrz3hfo13] {
    min-height: inherit;
    display: flex;
    align-items: center;
}

.courses-shell[b-isrz3hfo13] {
    width: min(100%, 1080px);
    margin: 0 auto;
    padding: 0 1.5rem;
}

.courses-kicker[b-isrz3hfo13],
.courses-section-kicker[b-isrz3hfo13] {
    display: inline-flex;
    margin-bottom: 0.9rem;
    color: rgba(255, 255, 255, 0.86);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.courses-hero h1[b-isrz3hfo13] {
    max-width: 58rem;
    margin: 0 0 1rem;
    color: #fff;
    font-size: clamp(2.5rem, 4.7vw, 4.2rem);
    line-height: 1.08;
    overflow-wrap: normal;
}

.courses-hero p[b-isrz3hfo13] {
    max-width: 48rem;
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.08rem;
    line-height: 1.7;
}

.courses-page-body[b-isrz3hfo13] {
    padding: 3.5rem 0 3rem;
    background: linear-gradient(180deg, #ffffff 0%, #f7fafc 100%);
}

.course-track-chooser[b-isrz3hfo13],
.courses-list-section[b-isrz3hfo13] {
    min-width: 0;
}

.course-track-chooser[b-isrz3hfo13] {
    margin-bottom: 3.25rem;
}

.courses-intro[b-isrz3hfo13] {
    margin-bottom: 2rem;
}

.courses-section-kicker[b-isrz3hfo13] {
    color: #005da6;
}

.courses-intro h2[b-isrz3hfo13] {
    margin: 0 0 1rem;
    color: #005da6;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.1;
}

.courses-intro h2[b-isrz3hfo13]::after {
    content: "";
    display: block;
    width: 3.2rem;
    height: 3px;
    margin-top: 1rem;
    background: #005da6;
}

.courses-intro p[b-isrz3hfo13] {
    max-width: 48rem;
    margin: 0;
    color: #4b5563;
    font-size: 1.03rem;
    line-height: 1.7;
}

.course-track-grid[b-isrz3hfo13] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.1rem;
}

.course-track-card[b-isrz3hfo13] {
    display: grid;
    align-content: start;
    gap: 1rem;
    min-width: 0;
    border: 1px solid #dbe4ee;
    border-radius: 0.5rem;
    background: #fff;
    padding: 1.4rem;
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.06);
}

.course-track-title-row[b-isrz3hfo13] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.65rem;
    margin-bottom: 0.75rem;
}

.course-track-card h3[b-isrz3hfo13] {
    margin: 0;
    color: #111827;
    font-size: clamp(1.35rem, 2.2vw, 1.7rem);
    line-height: 1.18;
}

.course-track-card p[b-isrz3hfo13] {
    margin: 0;
    color: #4b5563;
    font-size: 0.98rem;
    line-height: 1.65;
}

.course-track-status[b-isrz3hfo13] {
    border-radius: 999px;
    background: #eef6fc;
    color: #005da6;
    padding: 0.3rem 0.65rem;
    font-size: 0.75rem;
    font-weight: 900;
}

.course-chip-list[b-isrz3hfo13],
.course-card-tags[b-isrz3hfo13],
.course-tags[b-isrz3hfo13] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.course-chip-list span[b-isrz3hfo13],
.course-card-tags span[b-isrz3hfo13],
.course-tags span[b-isrz3hfo13] {
    border: 1px solid #d5deea;
    border-radius: 999px;
    background: #f8fafc;
    color: #334155;
    padding: 0.35rem 0.7rem;
    font-size: 0.82rem;
    font-weight: 800;
}

.course-track-link[b-isrz3hfo13],
.course-card-link[b-isrz3hfo13] {
    justify-self: start;
    color: #005da6;
    font-weight: 900;
    text-decoration: none;
}

.course-track-link[b-isrz3hfo13]::after {
    content: " \2192";
}

.course-track-link:hover[b-isrz3hfo13],
.course-track-link:focus-visible[b-isrz3hfo13],
.course-card-link:hover[b-isrz3hfo13],
.course-card-link:focus-visible[b-isrz3hfo13] {
    text-decoration: underline;
}

.course-card-grid[b-isrz3hfo13] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
}

.course-card[b-isrz3hfo13] {
    min-width: 0;
    overflow: hidden;
    border: 1px solid #dbe4ee;
    border-radius: 0.5rem;
    background: #fff;
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.05);
}

.course-card-media[b-isrz3hfo13] {
    display: grid;
    place-items: center;
    overflow: hidden;
    min-height: 12rem;
    background: linear-gradient(135deg, #eef6fc, #f8fafc);
    color: #64748b;
    font-weight: 800;
    text-decoration: none;
}

.course-card-media img[b-isrz3hfo13] {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.course-card-body[b-isrz3hfo13] {
    display: grid;
    gap: 0.85rem;
    padding: 1.2rem;
}

.course-card-meta[b-isrz3hfo13] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem 0.9rem;
    color: #64748b;
    font-size: 0.84rem;
    font-weight: 700;
}

.course-card h3[b-isrz3hfo13] {
    margin: 0;
    color: #111827;
    font-size: clamp(1.25rem, 2vw, 1.55rem);
    line-height: 1.25;
}

.course-card h3 a[b-isrz3hfo13] {
    color: inherit;
    text-decoration: none;
}

.course-card h3 a:hover[b-isrz3hfo13],
.course-card h3 a:focus-visible[b-isrz3hfo13] {
    color: #005da6;
}

.course-card p[b-isrz3hfo13] {
    margin: 0;
    color: #4b5563;
    font-size: 0.98rem;
    line-height: 1.65;
}

.course-empty-state[b-isrz3hfo13] {
    border: 1px solid #dbe4ee;
    border-radius: 0.5rem;
    background: #fff;
    padding: 1.5rem;
}

.course-empty-state h3[b-isrz3hfo13] {
    margin: 0 0 0.75rem;
    color: #111827;
    font-size: clamp(1.35rem, 2.5vw, 1.8rem);
}

.course-empty-state p[b-isrz3hfo13] {
    max-width: 44rem;
    margin: 0 0 1rem;
    color: #4b5563;
    line-height: 1.7;
}

.course-empty-state a[b-isrz3hfo13] {
    color: #005da6;
    font-weight: 900;
    text-decoration: none;
}

.course-detail-hero[b-isrz3hfo13] {
    position: relative;
    min-height: 4.5rem;
    background:
        linear-gradient(180deg, rgba(8, 47, 89, 0.7), rgba(8, 47, 89, 0.78)),
        url("/images/banner-slide-3.webp") center/cover no-repeat;
}

.course-detail-hero-overlay[b-isrz3hfo13] {
    min-height: inherit;
    display: flex;
    align-items: center;
}

.course-detail-shell[b-isrz3hfo13],
.course-detail-page[b-isrz3hfo13] {
    width: min(100%, 880px);
    margin: 0 auto;
    padding: 0 1.5rem;
}

.course-back-link[b-isrz3hfo13] {
    display: inline-flex;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 800;
    text-decoration: none;
}

.course-back-link:hover[b-isrz3hfo13],
.course-back-link:focus-visible[b-isrz3hfo13] {
    color: #fff;
    text-decoration: underline;
}

.course-detail-page[b-isrz3hfo13] {
    padding-top: 2.75rem;
    padding-bottom: 3.2rem;
}

.course-article[b-isrz3hfo13] {
    min-width: 0;
}

.course-article-header[b-isrz3hfo13] {
    margin-bottom: 2rem;
}

.course-article-header h1[b-isrz3hfo13] {
    max-width: 100%;
    margin: 0 0 0.95rem;
    color: #111827;
    font-size: clamp(2rem, 4vw, 3.25rem);
    line-height: 1.12;
    overflow-wrap: anywhere;
}

.course-article-header p[b-isrz3hfo13] {
    max-width: 45rem;
    margin: 0 0 1.25rem;
    color: #4b5563;
    font-size: 1.08rem;
    line-height: 1.7;
}

.course-header-actions[b-isrz3hfo13] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem;
}

.course-primary-cta[b-isrz3hfo13] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.85rem;
    border-radius: 0.35rem;
    background: #005da6;
    color: #fff;
    padding: 0.75rem 1.1rem;
    font-weight: 900;
    text-decoration: none;
}

.course-primary-cta[b-isrz3hfo13]::after {
    content: " \2192";
}

.course-primary-cta:hover[b-isrz3hfo13],
.course-primary-cta:focus-visible[b-isrz3hfo13] {
    background: #004a85;
    color: #fff;
}

.course-promotion-badge[b-isrz3hfo13] {
    display: inline-flex;
    align-items: center;
    min-height: 2.2rem;
    border: 1px solid #f59e0b;
    border-radius: 999px;
    background: #f97316;
    color: #fff;
    padding: 0.45rem 0.8rem;
    font-size: 0.86rem;
    font-weight: 900;
    line-height: 1;
    box-shadow: 0 10px 22px rgba(249, 115, 22, 0.24);
}

.course-card-promotion-badge[b-isrz3hfo13] {
    justify-self: start;
    display: inline-flex;
    align-items: center;
    border: 1px solid #f59e0b;
    border-radius: 999px;
    background: #f97316;
    color: #fff;
    padding: 0.38rem 0.7rem;
    font-size: 0.78rem;
    font-weight: 900;
    line-height: 1;
}

.course-lead-media[b-isrz3hfo13],
.course-cover-fallback[b-isrz3hfo13] {
    margin: 0 0 1.5rem;
}

.course-lead-media[b-isrz3hfo13]  .markdown-youtube-embed,
.course-lead-media[b-isrz3hfo13]  .markdown-figure {
    margin-bottom: 0;
}

.course-cover-fallback img[b-isrz3hfo13] {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 0.5rem;
}

.course-meta-panel[b-isrz3hfo13] {
    margin: 0 0 2.35rem;
    padding: 1rem 0;
    border-top: 1px solid #dbe4ee;
    border-bottom: 1px solid #dbe4ee;
}

.course-meta-line[b-isrz3hfo13] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.55rem 1.6rem;
    min-width: 0;
    color: #334155;
    font-size: 0.96rem;
    line-height: 1.7;
}

.course-meta-line + .course-meta-line[b-isrz3hfo13] {
    margin-top: 0.45rem;
}

.course-meta-line strong[b-isrz3hfo13] {
    color: #111827;
    font-weight: 800;
}

.course-body[b-isrz3hfo13] {
    color: #202833;
    font-size: 1.08rem;
    line-height: 1.9;
}

.course-body[b-isrz3hfo13]  h2,
.course-body[b-isrz3hfo13]  h3 {
    margin: 2rem 0 0.8rem;
    color: #005da6;
    line-height: 1.2;
}

.course-body[b-isrz3hfo13]  p {
    margin: 0 0 1.15rem;
}

.course-body[b-isrz3hfo13]  ul,
.course-body[b-isrz3hfo13]  ol {
    margin: 0 0 1.25rem;
    padding-left: 1.35rem;
}

.course-body[b-isrz3hfo13]  li {
    margin-bottom: 0.45rem;
}

.course-body[b-isrz3hfo13]  a {
    color: #005da6;
    font-weight: 800;
    overflow-wrap: anywhere;
}

.course-promotion[b-isrz3hfo13] {
    margin-top: 2.5rem;
    border: 1px solid #b9d7ee;
    border-radius: 0.5rem;
    background: linear-gradient(180deg, #f3f9fd 0%, #fff 100%);
    padding: 1.35rem;
}

.course-promotion h2[b-isrz3hfo13] {
    margin: 0 0 1rem;
    color: #005da6;
    font-size: clamp(1.35rem, 2.4vw, 1.75rem);
}

.course-promotion dl[b-isrz3hfo13] {
    display: grid;
    gap: 0.75rem;
    margin: 0 0 1.15rem;
}

.course-promotion dl div[b-isrz3hfo13] {
    display: grid;
    grid-template-columns: minmax(8rem, 0.35fr) minmax(0, 1fr);
    gap: 1rem;
}

.course-promotion dt[b-isrz3hfo13] {
    color: #64748b;
    font-weight: 900;
}

.course-promotion dd[b-isrz3hfo13] {
    margin: 0;
    color: #111827;
    font-weight: 700;
    overflow-wrap: anywhere;
}

.course-bottom-cta[b-isrz3hfo13] {
    margin-top: 2rem;
}

.course-neighbor-nav[b-isrz3hfo13] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 3rem;
    padding-top: 1.4rem;
    border-top: 1px solid #dbe4ee;
}

.course-neighbor-link[b-isrz3hfo13] {
    display: grid;
    gap: 0.35rem;
    min-height: 5rem;
    padding: 1rem;
    border: 1px solid #dbe4ee;
    border-radius: 0.45rem;
    color: #111827;
    text-decoration: none;
}

.course-neighbor-link:hover[b-isrz3hfo13],
.course-neighbor-link:focus-visible[b-isrz3hfo13] {
    border-color: #9fc4e4;
    color: #005da6;
}

.course-neighbor-link span[b-isrz3hfo13] {
    color: #64748b;
    font-size: 0.84rem;
    font-weight: 800;
}

.course-neighbor-link strong[b-isrz3hfo13] {
    font-size: 1rem;
    line-height: 1.4;
}

.course-neighbor-link.is-next[b-isrz3hfo13] {
    text-align: right;
}

@media (max-width: 920px) {
    .course-track-grid[b-isrz3hfo13],
    .course-card-grid[b-isrz3hfo13] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    .courses-hero[b-isrz3hfo13] {
        min-height: 15rem;
    }

    .course-detail-hero[b-isrz3hfo13] {
        min-height: 4rem;
    }

    .courses-shell[b-isrz3hfo13],
    .course-detail-shell[b-isrz3hfo13],
    .course-detail-page[b-isrz3hfo13] {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .courses-hero h1[b-isrz3hfo13] {
        font-size: clamp(2.25rem, 12vw, 3.2rem);
        overflow-wrap: anywhere;
    }

    .course-detail-page[b-isrz3hfo13] {
        padding-top: 2.25rem;
    }

    .course-promotion dl div[b-isrz3hfo13] {
        grid-template-columns: 1fr;
        gap: 0.25rem;
    }

    .course-neighbor-nav[b-isrz3hfo13] {
        grid-template-columns: 1fr;
    }

    .course-neighbor-link.is-next[b-isrz3hfo13] {
        text-align: left;
    }
}
/* /Components/Pages/Downloads.razor.rz.scp.css */
.downloads-hero[b-fip8slc40s] {
    position: relative;
    min-height: 17rem;
    background:
        linear-gradient(180deg, rgba(8, 47, 89, 0.6), rgba(8, 47, 89, 0.76)),
        url("/images/banner-slide-1.webp") center/cover no-repeat;
}

.downloads-detail-hero[b-fip8slc40s] {
    position: relative;
    min-height: 4.5rem;
    background:
        linear-gradient(180deg, rgba(8, 47, 89, 0.7), rgba(8, 47, 89, 0.78)),
        url("/images/banner-slide-1.webp") center/cover no-repeat;
}

.downloads-hero-overlay[b-fip8slc40s] {
    min-height: inherit;
    display: flex;
    align-items: center;
}

.downloads-shell[b-fip8slc40s] {
    width: min(100%, 1080px);
    margin: 0 auto;
    padding: 0 1.5rem;
}

.downloads-detail-shell[b-fip8slc40s],
.download-detail-page[b-fip8slc40s] {
    width: min(100%, 880px);
    margin: 0 auto;
    padding: 0 1.5rem;
}

.downloads-kicker[b-fip8slc40s],
.downloads-section-kicker[b-fip8slc40s] {
    display: inline-flex;
    margin-bottom: 0.9rem;
    color: rgba(255, 255, 255, 0.86);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.downloads-hero h1[b-fip8slc40s] {
    max-width: 58rem;
    margin: 0 0 1rem;
    color: #fff;
    font-size: clamp(2.5rem, 4.7vw, 4.2rem);
    line-height: 1.08;
}

.downloads-hero p[b-fip8slc40s] {
    max-width: 48rem;
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.08rem;
    line-height: 1.7;
}

.downloads-hero-cta[b-fip8slc40s],
.downloads-primary-cta[b-fip8slc40s] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.85rem;
    border-radius: 0.35rem;
    background: #005da6;
    color: #fff;
    padding: 0.75rem 1.1rem;
    font-weight: 900;
    text-decoration: none;
}

.downloads-hero-cta[b-fip8slc40s] {
    margin-top: 1.35rem;
    background: #fff;
    color: #005da6;
}

.downloads-hero-cta[b-fip8slc40s]::after,
.downloads-primary-cta[b-fip8slc40s]::after,
.resource-card-link[b-fip8slc40s]::after {
    content: " \2192";
}

.downloads-hero-cta:hover[b-fip8slc40s],
.downloads-hero-cta:focus-visible[b-fip8slc40s] {
    background: #eef6fc;
    color: #004a85;
}

.downloads-primary-cta:hover[b-fip8slc40s],
.downloads-primary-cta:focus-visible[b-fip8slc40s] {
    background: #004a85;
    color: #fff;
}

.downloads-page-body[b-fip8slc40s] {
    padding: 3.5rem 0 3rem;
    background: linear-gradient(180deg, #ffffff 0%, #f7fafc 100%);
}

.downloads-featured[b-fip8slc40s],
.downloads-category-section[b-fip8slc40s] {
    margin-bottom: 3.25rem;
}

.downloads-intro[b-fip8slc40s] {
    margin-bottom: 2rem;
}

.downloads-section-kicker[b-fip8slc40s] {
    color: #005da6;
}

.downloads-intro h2[b-fip8slc40s],
.downloads-bottom-cta h2[b-fip8slc40s],
.download-article-header h1[b-fip8slc40s] {
    margin: 0 0 1rem;
    color: #005da6;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.1;
}

.downloads-intro h2[b-fip8slc40s]::after,
.downloads-bottom-cta h2[b-fip8slc40s]::after {
    content: "";
    display: block;
    width: 3.2rem;
    height: 3px;
    margin-top: 1rem;
    background: #005da6;
}

.downloads-intro p[b-fip8slc40s],
.downloads-bottom-cta p[b-fip8slc40s] {
    max-width: 48rem;
    margin: 0;
    color: #4b5563;
    font-size: 1.03rem;
    line-height: 1.7;
}

.featured-resource-card[b-fip8slc40s] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1.5rem;
    align-items: end;
    border: 1px solid #b9d7ee;
    border-radius: 0.5rem;
    background: linear-gradient(180deg, #f3f9fd 0%, #fff 100%);
    padding: 1.55rem;
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.06);
}

.featured-resource-copy[b-fip8slc40s] {
    display: grid;
    gap: 0.9rem;
    min-width: 0;
}

.featured-resource-card h3[b-fip8slc40s],
.resource-category-card h3[b-fip8slc40s],
.resource-card h3[b-fip8slc40s] {
    margin: 0;
    color: #111827;
    line-height: 1.2;
}

.featured-resource-card h3[b-fip8slc40s] {
    font-size: clamp(1.55rem, 2.7vw, 2.15rem);
}

.featured-resource-card p[b-fip8slc40s],
.resource-category-card p[b-fip8slc40s],
.resource-card p[b-fip8slc40s] {
    margin: 0;
    color: #4b5563;
    font-size: 0.98rem;
    line-height: 1.65;
}

.featured-resource-note[b-fip8slc40s] {
    color: #334155;
    font-weight: 700;
}

.resource-status[b-fip8slc40s] {
    justify-self: start;
    display: inline-flex;
    align-items: center;
    min-height: 1.8rem;
    border: 1px solid #d5deea;
    border-radius: 999px;
    background: #f8fafc;
    color: #334155;
    padding: 0.32rem 0.72rem;
    font-size: 0.78rem;
    font-weight: 900;
    line-height: 1;
}

.resource-status.is-available[b-fip8slc40s] {
    border-color: #9fc4e4;
    background: #eef6fc;
    color: #005da6;
}

.resource-tag-list[b-fip8slc40s] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.resource-tag-list span[b-fip8slc40s] {
    max-width: 100%;
    border: 1px solid #d5deea;
    border-radius: 999px;
    background: #f8fafc;
    color: #334155;
    padding: 0.35rem 0.7rem;
    font-size: 0.82rem;
    font-weight: 800;
}

.resource-category-grid[b-fip8slc40s] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.resource-category-card[b-fip8slc40s] {
    display: grid;
    align-content: start;
    min-width: 0;
    border: 1px solid #dbe4ee;
    border-radius: 0.5rem;
    background: #fff;
    padding: 1.35rem;
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.05);
}

.resource-category-title-row[b-fip8slc40s] {
    display: grid;
    gap: 0.75rem;
    margin-bottom: 0.85rem;
}

.resource-category-card h3[b-fip8slc40s] {
    font-size: clamp(1.25rem, 2vw, 1.55rem);
}

.downloads-list-section[b-fip8slc40s] {
    margin-bottom: 3.25rem;
    scroll-margin-top: 5rem;
}

.resource-card-grid[b-fip8slc40s] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
}

.resource-card[b-fip8slc40s] {
    display: grid;
    align-content: space-between;
    gap: 1.2rem;
    min-width: 0;
    min-height: 100%;
    border: 1px solid #dbe4ee;
    border-radius: 0.5rem;
    background: #fff;
    padding: 1.35rem;
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.05);
}

.resource-card-body[b-fip8slc40s] {
    display: grid;
    gap: 0.85rem;
}

.resource-card h3[b-fip8slc40s] {
    font-size: clamp(1.28rem, 2.1vw, 1.6rem);
}

.resource-card-link[b-fip8slc40s] {
    justify-self: start;
    color: #005da6;
    font-weight: 900;
    text-decoration: none;
}

.resource-card-link:hover[b-fip8slc40s],
.resource-card-link:focus-visible[b-fip8slc40s] {
    text-decoration: underline;
}

.downloads-bottom-cta[b-fip8slc40s] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1.5rem;
    align-items: end;
    border-top: 1px solid #dbe4ee;
    padding-top: 2rem;
}

.content-back-link[b-fip8slc40s] {
    display: inline-flex;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 800;
    text-decoration: none;
}

.content-back-link:hover[b-fip8slc40s],
.content-back-link:focus-visible[b-fip8slc40s] {
    color: #fff;
    text-decoration: underline;
}

.download-detail-page[b-fip8slc40s] {
    padding-top: 2.75rem;
    padding-bottom: 3.2rem;
}

.download-article[b-fip8slc40s] {
    min-width: 0;
}

.download-article-header[b-fip8slc40s] {
    margin-bottom: 2rem;
}

.download-article-header h1[b-fip8slc40s] {
    max-width: 100%;
    color: #111827;
    font-size: clamp(2rem, 4vw, 3.25rem);
    line-height: 1.12;
    overflow-wrap: anywhere;
}

.download-article-header p[b-fip8slc40s] {
    max-width: 45rem;
    margin: 0;
    color: #4b5563;
    font-size: 1.08rem;
    line-height: 1.7;
}

.download-meta-panel[b-fip8slc40s] {
    margin: 0 0 2.35rem;
    padding: 1rem 0;
    border-top: 1px solid #dbe4ee;
    border-bottom: 1px solid #dbe4ee;
}

.download-meta-line[b-fip8slc40s] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.55rem 1.6rem;
    min-width: 0;
    color: #334155;
    font-size: 0.96rem;
    line-height: 1.7;
}

.download-meta-line + .download-meta-line[b-fip8slc40s] {
    margin-top: 0.45rem;
}

.download-meta-line strong[b-fip8slc40s] {
    color: #111827;
    font-weight: 800;
}

.download-body[b-fip8slc40s] {
    color: #202833;
    font-size: 1.08rem;
    line-height: 1.9;
}

.download-neighbor-nav[b-fip8slc40s] {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 1rem;
    margin-top: 3rem;
    padding-top: 1.4rem;
    border-top: 1px solid #dbe4ee;
}

.download-neighbor-link[b-fip8slc40s] {
    display: grid;
    gap: 0.35rem;
    min-height: 5rem;
    padding: 1rem;
    border: 1px solid #dbe4ee;
    border-radius: 0.45rem;
    color: #111827;
    text-decoration: none;
}

.download-neighbor-link:hover[b-fip8slc40s],
.download-neighbor-link:focus-visible[b-fip8slc40s] {
    border-color: #9fc4e4;
    color: #005da6;
}

.download-neighbor-link span[b-fip8slc40s] {
    color: #64748b;
    font-size: 0.84rem;
    font-weight: 800;
}

.download-neighbor-link strong[b-fip8slc40s] {
    font-size: 1rem;
    line-height: 1.4;
}

@media (max-width: 980px) {
    .resource-category-grid[b-fip8slc40s],
    .resource-card-grid[b-fip8slc40s] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .downloads-hero[b-fip8slc40s] {
        min-height: 15rem;
    }

    .downloads-detail-hero[b-fip8slc40s] {
        min-height: 4rem;
    }

    .downloads-shell[b-fip8slc40s],
    .downloads-detail-shell[b-fip8slc40s],
    .download-detail-page[b-fip8slc40s] {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .downloads-hero h1[b-fip8slc40s] {
        font-size: clamp(2.25rem, 12vw, 3.2rem);
        overflow-wrap: anywhere;
    }

    .featured-resource-card[b-fip8slc40s],
    .downloads-bottom-cta[b-fip8slc40s] {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .resource-category-grid[b-fip8slc40s],
    .resource-card-grid[b-fip8slc40s] {
        grid-template-columns: 1fr;
    }

    .download-detail-page[b-fip8slc40s] {
        padding-top: 2.25rem;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.home-page[b-d4xo0yei4y] {
    background: #fff;
    color: #1f1f1f;
}

.brand[b-d4xo0yei4y] {
    font-weight: 700;
    font-size: 1.25rem;
    letter-spacing: 0.08em;
}

.microsoft-home[b-d4xo0yei4y] {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 1.5rem 3rem;
}

.hero-carousel[b-d4xo0yei4y] {
    padding-top: 1.5rem;
}

.hero-stage[b-d4xo0yei4y] {
    position: relative;
    overflow: hidden;
    background: #f2f2f2;
    padding-top: var(--home-header-height);
}

.hero-image-panel img[b-d4xo0yei4y] {
    display: block;
    width: 100%;
    min-height: 420px;
    max-height: 560px;
    object-fit: cover;
}

.hero-callout[b-d4xo0yei4y] {
    position: absolute;
    left: 4.5rem;
    top: 50%;
    transform: translateY(-50%);
    width: min(39rem, calc(100% - 9rem));
    padding: 2rem;
    background: rgba(255, 255, 255, 0.78);
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.16);
}

.hero-label[b-d4xo0yei4y] {
    display: inline-block;
    margin-bottom: 0.65rem;
    color: #5b5b5b;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.hero-callout h1[b-d4xo0yei4y] {
    font-size: clamp(2rem, 3.4vw, 2.75rem);
    line-height: 1.15;
    margin-bottom: 0.95rem;
    color: #1f1f1f;
}

.hero-callout p[b-d4xo0yei4y] {
    font-size: 1rem;
    line-height: 1.6;
    color: #444;
    margin-bottom: 1.2rem;
}

.hero-cta-row[b-d4xo0yei4y] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
}

.hero-primary-cta[b-d4xo0yei4y],
.hero-secondary-cta[b-d4xo0yei4y] {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    font-weight: 600;
}

.hero-primary-cta[b-d4xo0yei4y] {
    padding: 0.8rem 1.15rem;
    background: #0067b8;
    color: #fff;
}

.hero-secondary-cta[b-d4xo0yei4y] {
    color: #0067b8;
}

.hero-secondary-cta[b-d4xo0yei4y]::after {
    content: ">";
    margin-left: 0.45rem;
    font-size: 0.95rem;
}

.carousel-controls[b-d4xo0yei4y] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    padding: 1rem 0 0.25rem;
}

.control-button[b-d4xo0yei4y] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d0d0d0;
    background: #fff;
    color: #1f1f1f;
    width: 2.75rem;
    height: 2.75rem;
    padding: 0;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.control-button:hover[b-d4xo0yei4y] {
    background: #f5f5f5;
    border-color: #b8b8b8;
}

.control-button:focus-visible[b-d4xo0yei4y] {
    outline: 2px solid #0067b8;
    outline-offset: 2px;
}

.control-icon[b-d4xo0yei4y] {
    width: 1.25rem;
    height: 1.25rem;
}

.carousel-dots[b-d4xo0yei4y] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
}

.dot[b-d4xo0yei4y] {
    width: 0.85rem;
    height: 0.85rem;
    padding: 0;
    border: 1px solid #737373;
    border-radius: 999px;
    background: transparent;
}

.dot.is-active[b-d4xo0yei4y] {
    background: #1f1f1f;
    border-color: #1f1f1f;
}

.credibility-bar[b-d4xo0yei4y] {
    position: relative;
    overflow: hidden;
    margin-top: 1.35rem;
    padding: 1.75rem 1.75rem 1.45rem;
    border: 1px solid #dbe5ef;
    border-radius: 1.75rem;
    background:
        linear-gradient(90deg, rgba(0, 103, 184, 0.08), rgba(255, 255, 255, 0.96) 38%),
        #fff;
    box-shadow: 0 14px 34px rgba(18, 44, 76, 0.08);
}

.credibility-grid[b-d4xo0yei4y] {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr minmax(0, 1.18fr);
    align-items: center;
    gap: 1rem 1.25rem;
}

.credibility-item[b-d4xo0yei4y] {
    min-width: 0;
    text-align: center;
    transition: transform 0.24s ease;
}

.credibility-item strong[b-d4xo0yei4y] {
    display: block;
    margin-bottom: 0.2rem;
    color: #0f172a;
    font-size: clamp(1.35rem, 2.4vw, 2rem);
    line-height: 1.05;
    white-space: nowrap;
    transition: color 0.24s ease, transform 0.24s ease;
}

.credibility-item:nth-child(4) strong[b-d4xo0yei4y] {
    font-size: clamp(1.2rem, 1.9vw, 1.75rem);
    line-height: 1.12;
    white-space: normal;
    text-wrap: balance;
}

.credibility-item span[b-d4xo0yei4y] {
    display: block;
    color: #475569;
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.35;
}

.credibility-item:hover[b-d4xo0yei4y] {
    transform: translateY(-2px);
}

.credibility-item:hover strong[b-d4xo0yei4y] {
    color: #005da6;
    transform: translateY(-1px);
}

.credibility-founder-link[b-d4xo0yei4y] {
    margin-top: 1.15rem;
    margin-left: auto;
    display: flex;
    width: fit-content;
    color: #005da6;
    font-weight: 800;
    text-decoration: none;
    transition: transform 0.2s ease, color 0.2s ease;
}

.credibility-founder-link:hover[b-d4xo0yei4y],
.credibility-founder-link:focus-visible[b-d4xo0yei4y] {
    color: #003f73;
    transform: translateX(2px);
}

.credibility-bar.is-visible .credibility-item strong[b-d4xo0yei4y] {
    animation: credibility-number-rise-b-d4xo0yei4y 0.72s ease both;
}

.credibility-bar.is-visible .credibility-item:nth-child(2) strong[b-d4xo0yei4y] {
    animation-delay: 0.08s;
}

.credibility-bar.is-visible .credibility-item:nth-child(3) strong[b-d4xo0yei4y] {
    animation-delay: 0.16s;
}

.credibility-bar.is-visible .credibility-item:nth-child(4) strong[b-d4xo0yei4y] {
    animation-delay: 0.24s;
}

/* Shared section shell and heading styles keep spacing consistent while allowing each section to feel distinct. */
.content-section[b-d4xo0yei4y] {
    margin-top: 2.75rem;
}

.section-shell[b-d4xo0yei4y] {
    padding: 2.5rem;
    border-radius: 1.75rem;
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.section-header[b-d4xo0yei4y] {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1.5rem;
    margin-bottom: 1.75rem;
}

.section-copy[b-d4xo0yei4y] {
    max-width: 52rem;
}

.section-kicker[b-d4xo0yei4y],
.item-eyebrow[b-d4xo0yei4y],
.course-badge[b-d4xo0yei4y] {
    display: inline-flex;
    align-items: center;
    margin-bottom: 0.85rem;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.section-header h2[b-d4xo0yei4y],
.video-body h3[b-d4xo0yei4y],
.insight-body h3[b-d4xo0yei4y],
.course-card h3[b-d4xo0yei4y] {
    margin: 0 0 0.9rem;
    line-height: 1.2;
}

.section-header h2[b-d4xo0yei4y] {
    font-size: clamp(1.8rem, 3vw, 2.5rem);
}

.section-header p[b-d4xo0yei4y],
.insight-body p[b-d4xo0yei4y],
.video-body p[b-d4xo0yei4y],
.course-card p[b-d4xo0yei4y],
.course-points li[b-d4xo0yei4y] {
    line-height: 1.65;
}

.section-read-more[b-d4xo0yei4y],
.item-link[b-d4xo0yei4y] {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.2s ease, opacity 0.2s ease, color 0.2s ease;
}

.section-read-more[b-d4xo0yei4y]::after,
.item-link[b-d4xo0yei4y]::after {
    content: ">";
    margin-left: 0.45rem;
    font-size: 0.95rem;
    transition: transform 0.2s ease;
}

.section-read-more:hover[b-d4xo0yei4y],
.item-link:hover[b-d4xo0yei4y] {
    transform: translateX(2px);
}

.section-read-more:hover[b-d4xo0yei4y]::after,
.item-link:hover[b-d4xo0yei4y]::after {
    transform: translateX(2px);
}

.section-read-more:focus-visible[b-d4xo0yei4y],
.item-link:focus-visible[b-d4xo0yei4y] {
    outline: 2px solid currentColor;
    outline-offset: 3px;
}

/* Insights uses bright cards and a simple grid to feel editorial and approachable. */
.insights-section .section-shell[b-d4xo0yei4y] {
    background: linear-gradient(180deg, #f7f9fc 0%, #ffffff 100%);
    border: 1px solid #dbe5ef;
    box-shadow: 0 16px 38px rgba(36, 75, 117, 0.08);
}

.insights-section .section-kicker[b-d4xo0yei4y],
.insights-section .item-eyebrow[b-d4xo0yei4y] {
    color: #005da6;
}

.insights-section .section-read-more[b-d4xo0yei4y],
.insights-section .item-link[b-d4xo0yei4y] {
    color: #005da6;
}

.insight-grid[b-d4xo0yei4y] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.35rem;
}

.insight-card[b-d4xo0yei4y] {
    overflow: hidden;
    background: #fff;
    border: 1px solid #dbe5ef;
    box-shadow: 0 14px 32px rgba(18, 44, 76, 0.08);
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.insight-image[b-d4xo0yei4y] {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.insight-body[b-d4xo0yei4y] {
    padding: 1.5rem;
}

.insight-body h3[b-d4xo0yei4y] {
    font-size: 1.35rem;
}

/* Videos gets a darker treatment and stacked rows so the embedded players feel clearly separate. */
.videos-section .section-shell[b-d4xo0yei4y] {
    background:
        radial-gradient(circle at top right, rgba(88, 183, 255, 0.22), transparent 28rem),
        linear-gradient(135deg, #12304b 0%, #22496d 100%);
    border: 1px solid rgba(125, 190, 245, 0.28);
    box-shadow: 0 20px 44px rgba(18, 48, 75, 0.18);
    color: #eff7ff;
}

.videos-section .section-kicker[b-d4xo0yei4y],
.light-eyebrow[b-d4xo0yei4y] {
    color: #8dc7ff;
}

.videos-section .section-read-more[b-d4xo0yei4y],
.light-link[b-d4xo0yei4y] {
    color: #9fd0ff;
}

.videos-section .section-header p[b-d4xo0yei4y],
.video-body p[b-d4xo0yei4y] {
    color: rgba(239, 247, 255, 0.82);
}

.video-list[b-d4xo0yei4y] {
    display: grid;
    gap: 1.2rem;
}

.video-card[b-d4xo0yei4y] {
    display: grid;
    grid-template-columns: minmax(18rem, 1.1fr) minmax(0, 0.9fr);
    gap: 1.25rem;
    padding: 1.25rem;
    background: rgba(255, 255, 255, 0.09);
    border: 1px solid rgba(180, 220, 255, 0.22);
    border-radius: 1.25rem;
    backdrop-filter: blur(8px);
    transition: transform 0.28s ease, background-color 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.video-frame[b-d4xo0yei4y] {
    overflow: hidden;
    border-radius: 1rem;
    background: #03131f;
}

.video-body[b-d4xo0yei4y] {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.video-body h3[b-d4xo0yei4y] {
    font-size: 1.4rem;
    color: #fff;
}

/* Courses uses conversion-oriented cards with more breathing room and highlight bullets. */
.courses-section .section-shell[b-d4xo0yei4y] {
    background: linear-gradient(180deg, #fff6ea 0%, #ffffff 100%);
    border: 1px solid #f1d4a6;
    box-shadow: 0 18px 42px rgba(144, 95, 20, 0.1);
}

.courses-section .section-kicker[b-d4xo0yei4y],
.course-badge[b-d4xo0yei4y] {
    color: #9a5400;
}

.courses-section .section-read-more[b-d4xo0yei4y],
.courses-section .item-link[b-d4xo0yei4y] {
    color: #9a5400;
}

.course-grid[b-d4xo0yei4y] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
}

.course-card[b-d4xo0yei4y] {
    display: flex;
    flex-direction: column;
    padding: 1.75rem;
    background: #fffdf9;
    border: 1px solid #f1d4a6;
    box-shadow: 0 18px 40px rgba(117, 72, 10, 0.08);
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.course-badge[b-d4xo0yei4y] {
    width: fit-content;
    padding: 0.35rem 0.6rem;
    border-radius: 999px;
    background: #ffe9c7;
}

.course-card h3[b-d4xo0yei4y] {
    font-size: 1.45rem;
}

.course-points[b-d4xo0yei4y] {
    margin: 0 0 1.4rem;
    padding-left: 1.2rem;
}

.course-points li + li[b-d4xo0yei4y] {
    margin-top: 0.45rem;
}

.insights-section .section-shell:hover[b-d4xo0yei4y],
.videos-section .section-shell:hover[b-d4xo0yei4y],
.courses-section .section-shell:hover[b-d4xo0yei4y] {
    transform: translateY(-4px);
}

.insight-card:hover[b-d4xo0yei4y] {
    transform: translateY(-6px);
    border-color: #b8d4ef;
    box-shadow: 0 22px 44px rgba(18, 44, 76, 0.12);
}

.video-card:hover[b-d4xo0yei4y] {
    transform: translateY(-6px);
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(195, 228, 255, 0.3);
    box-shadow: 0 18px 36px rgba(10, 29, 46, 0.22);
}

.course-card:hover[b-d4xo0yei4y] {
    transform: translateY(-6px);
    border-color: #e8c487;
    box-shadow: 0 24px 48px rgba(117, 72, 10, 0.14);
}

/* Reveal classes let sections animate only when they enter the viewport. */
.reveal-section.reveal-pending[b-d4xo0yei4y],
.reveal-card.reveal-pending[b-d4xo0yei4y] {
    opacity: 0;
    transform: translateY(24px);
    will-change: transform, opacity;
}

.reveal-section[b-d4xo0yei4y] {
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal-card[b-d4xo0yei4y] {
    transition: opacity 0.75s ease, transform 0.75s ease, box-shadow 0.28s ease, border-color 0.28s ease, background-color 0.28s ease;
}

.reveal-section.is-visible[b-d4xo0yei4y],
.reveal-card.is-visible[b-d4xo0yei4y] {
    opacity: 1;
    transform: translateY(0);
}

.insight-grid .reveal-card:nth-child(2)[b-d4xo0yei4y],
.video-list .reveal-card:nth-child(2)[b-d4xo0yei4y],
.course-grid .reveal-card:nth-child(2)[b-d4xo0yei4y],
.credibility-grid .reveal-card:nth-child(2)[b-d4xo0yei4y] {
    transition-delay: 0.08s;
}

.insight-grid .reveal-card:nth-child(3)[b-d4xo0yei4y],
.video-list .reveal-card:nth-child(3)[b-d4xo0yei4y],
.credibility-grid .reveal-card:nth-child(3)[b-d4xo0yei4y] {
    transition-delay: 0.16s;
}

.credibility-grid .reveal-card:nth-child(4)[b-d4xo0yei4y] {
    transition-delay: 0.24s;
}

@keyframes section-rise-b-d4xo0yei4y {
    from {
        opacity: 0;
        transform: translateY(18px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes card-rise-b-d4xo0yei4y {
    from {
        opacity: 0;
        transform: translateY(22px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes credibility-number-rise-b-d4xo0yei4y {
    0% {
        opacity: 0;
        transform: translateY(8px) scale(0.98);
    }

    60% {
        opacity: 1;
        transform: translateY(-2px) scale(1.01);
    }

    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@media (max-width: 1080px) {
    .hero-callout[b-d4xo0yei4y] {
        left: 2rem;
        width: min(36rem, calc(100% - 4rem));
    }

    .insight-grid[b-d4xo0yei4y],
    .course-grid[b-d4xo0yei4y] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .video-card[b-d4xo0yei4y] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    .microsoft-home[b-d4xo0yei4y] {
        padding: 0 1rem 2.5rem;
    }

    .hero-carousel[b-d4xo0yei4y] {
        padding-top: 1rem;
    }

    .hero-image-panel img[b-d4xo0yei4y] {
        min-height: 280px;
    }

    .hero-callout[b-d4xo0yei4y] {
        position: static;
        width: 100%;
        padding: 1.5rem;
        box-shadow: none;
    }

    .carousel-controls[b-d4xo0yei4y] {
        flex-wrap: wrap;
    }

    .section-shell[b-d4xo0yei4y] {
        padding: 1.5rem;
        border-radius: 1.25rem;
    }

    .section-header[b-d4xo0yei4y] {
        align-items: start;
        flex-direction: column;
    }

    .credibility-bar[b-d4xo0yei4y] {
        padding: 1.25rem;
        border-radius: 1.25rem;
    }

    .credibility-grid[b-d4xo0yei4y] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding-right: 0;
    }

    .credibility-item strong[b-d4xo0yei4y],
    .credibility-item:nth-child(4) strong[b-d4xo0yei4y] {
        white-space: normal;
    }

    .credibility-founder-link[b-d4xo0yei4y] {
        margin-top: 1rem;
        justify-content: flex-start;
    }

    .insight-grid[b-d4xo0yei4y],
    .course-grid[b-d4xo0yei4y] {
        grid-template-columns: 1fr;
    }

}

@media (prefers-reduced-motion: reduce) {
    .insight-card[b-d4xo0yei4y],
    .video-card[b-d4xo0yei4y],
    .course-card[b-d4xo0yei4y] {
        animation: none;
    }

    .section-shell[b-d4xo0yei4y],
    .section-read-more[b-d4xo0yei4y],
    .item-link[b-d4xo0yei4y],
    .credibility-item[b-d4xo0yei4y],
    .credibility-item strong[b-d4xo0yei4y],
    .credibility-founder-link[b-d4xo0yei4y],
    .insight-card[b-d4xo0yei4y],
    .video-card[b-d4xo0yei4y],
    .course-card[b-d4xo0yei4y],
    .reveal-section[b-d4xo0yei4y],
    .reveal-card[b-d4xo0yei4y],
    .control-button[b-d4xo0yei4y] {
        transition: none;
    }

    .credibility-bar.is-visible .credibility-item strong[b-d4xo0yei4y] {
        animation: none;
    }

    .reveal-section[b-d4xo0yei4y],
    .reveal-card[b-d4xo0yei4y] {
        opacity: 1;
        transform: none;
        will-change: auto;
    }
}
/* /Components/Pages/InsightDetail.razor.rz.scp.css */
.insight-detail-hero[b-cp9zwzztuc] {
    position: relative;
    min-height: 4.5rem;
    background:
        linear-gradient(180deg, rgba(8, 47, 89, 0.7), rgba(8, 47, 89, 0.78)),
        url("/images/banner-slide-2.webp") center/cover no-repeat;
}

.insight-detail-hero-overlay[b-cp9zwzztuc] {
    min-height: inherit;
    display: flex;
    align-items: center;
}

.insight-detail-shell[b-cp9zwzztuc],
.insight-detail-page[b-cp9zwzztuc] {
    width: min(100%, 880px);
    margin: 0 auto;
    padding: 0 1.5rem;
}

.back-link[b-cp9zwzztuc] {
    display: inline-flex;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 800;
    text-decoration: none;
}

.back-link:hover[b-cp9zwzztuc],
.back-link:focus-visible[b-cp9zwzztuc] {
    color: #fff;
    text-decoration: underline;
}

.insight-detail-page[b-cp9zwzztuc] {
    padding-top: 2.75rem;
    padding-bottom: 3.2rem;
}

.insight-article[b-cp9zwzztuc] {
    min-width: 0;
}

.article-header[b-cp9zwzztuc] {
    margin-bottom: 2rem;
}

.article-header h1[b-cp9zwzztuc] {
    max-width: 100%;
    margin: 0 0 0.95rem;
    color: #111827;
    font-size: clamp(2rem, 4vw, 3.25rem);
    line-height: 1.12;
    overflow-wrap: anywhere;
}

.article-header p[b-cp9zwzztuc] {
    max-width: 45rem;
    margin: 0;
    color: #4b5563;
    font-size: 1.08rem;
    line-height: 1.7;
}

.article-lead-media[b-cp9zwzztuc] {
    margin-bottom: 1.5rem;
}

.article-lead-media[b-cp9zwzztuc]  .markdown-figure,
.article-lead-media[b-cp9zwzztuc]  .markdown-youtube-embed {
    margin-bottom: 0;
}

.article-meta-panel[b-cp9zwzztuc] {
    margin: 0 0 2.35rem;
    padding: 1rem 0;
    border-top: 1px solid #dbe4ee;
    border-bottom: 1px solid #dbe4ee;
}

.article-meta-line[b-cp9zwzztuc] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.55rem 1.6rem;
    min-width: 0;
    color: #334155;
    font-size: 0.96rem;
    line-height: 1.7;
}

.article-meta-line + .article-meta-line[b-cp9zwzztuc] {
    margin-top: 0.45rem;
}

.article-meta-line strong[b-cp9zwzztuc] {
    color: #111827;
    font-weight: 800;
}

.article-tags[b-cp9zwzztuc] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.article-tags span[b-cp9zwzztuc] {
    display: inline-flex;
    border: 1px solid #d5deea;
    border-radius: 999px;
    background: #f8fafc;
    color: #334155;
    padding: 0.35rem 0.7rem;
    font-size: 0.82rem;
    font-weight: 800;
}

.article-body[b-cp9zwzztuc] {
    color: #202833;
    font-size: 1.08rem;
    line-height: 1.9;
}

.article-body[b-cp9zwzztuc]  h2,
.article-body[b-cp9zwzztuc]  h3 {
    margin: 2rem 0 0.8rem;
    color: #005da6;
    line-height: 1.2;
}

.article-body[b-cp9zwzztuc]  p {
    margin: 0 0 1.15rem;
}

.article-body[b-cp9zwzztuc]  img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    border-radius: 0.35rem;
}

.article-body[b-cp9zwzztuc]  .markdown-figure,
.article-body[b-cp9zwzztuc]  .markdown-youtube-embed {
    margin: 0 0 1.5rem;
}

.article-body[b-cp9zwzztuc]  figcaption {
    margin-top: 0.55rem;
    color: #64748b;
    font-size: 0.9rem;
    line-height: 1.55;
}

.article-body[b-cp9zwzztuc]  ul,
.article-body[b-cp9zwzztuc]  ol {
    margin: 0 0 1.25rem;
    padding-left: 1.35rem;
}

.article-body[b-cp9zwzztuc]  li {
    margin-bottom: 0.45rem;
}

.article-body[b-cp9zwzztuc]  a {
    color: #005da6;
    font-weight: 800;
}

.article-neighbor-nav[b-cp9zwzztuc] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 3rem;
    padding-top: 1.4rem;
    border-top: 1px solid #dbe4ee;
}

.article-neighbor-link[b-cp9zwzztuc] {
    display: grid;
    gap: 0.35rem;
    min-height: 5rem;
    padding: 1rem;
    border: 1px solid #dbe4ee;
    border-radius: 0.45rem;
    color: #111827;
    text-decoration: none;
}

.article-neighbor-link:hover[b-cp9zwzztuc],
.article-neighbor-link:focus-visible[b-cp9zwzztuc] {
    border-color: #9fc4e4;
    color: #005da6;
}

.article-neighbor-link span[b-cp9zwzztuc] {
    color: #64748b;
    font-size: 0.84rem;
    font-weight: 800;
}

.article-neighbor-link strong[b-cp9zwzztuc] {
    font-size: 1rem;
    line-height: 1.4;
}

.article-neighbor-link.is-next[b-cp9zwzztuc] {
    text-align: right;
}

.insight-not-found[b-cp9zwzztuc] {
    padding: 3rem 0;
}

.insight-not-found h1[b-cp9zwzztuc] {
    margin: 0 0 1rem;
    color: #111827;
    font-size: clamp(2rem, 4vw, 3rem);
}

.insight-not-found p[b-cp9zwzztuc] {
    color: #4b5563;
    font-size: 1.05rem;
    line-height: 1.7;
}

.insight-not-found a[b-cp9zwzztuc] {
    display: inline-flex;
    margin-top: 1rem;
    color: #005da6;
    font-weight: 800;
}

@media (max-width: 760px) {
    .insight-detail-hero[b-cp9zwzztuc] {
        min-height: 4rem;
    }

    .insight-detail-shell[b-cp9zwzztuc],
    .insight-detail-page[b-cp9zwzztuc] {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .insight-detail-page[b-cp9zwzztuc] {
        padding-top: 2.25rem;
    }

    .article-header h1[b-cp9zwzztuc] {
        max-width: none;
    }

    .article-neighbor-nav[b-cp9zwzztuc] {
        grid-template-columns: 1fr;
    }

    .article-neighbor-link.is-next[b-cp9zwzztuc] {
        text-align: left;
    }
}
/* /Components/Pages/Insights.razor.rz.scp.css */
.insights-hero[b-hnzhmsrcvn] {
    position: relative;
    min-height: 17rem;
    background:
        linear-gradient(180deg, rgba(8, 47, 89, 0.58), rgba(8, 47, 89, 0.72)),
        url("/images/banner-slide-2.webp") center/cover no-repeat;
}

.insights-hero-overlay[b-hnzhmsrcvn] {
    min-height: inherit;
    display: flex;
    align-items: center;
}

.insights-hero-shell[b-hnzhmsrcvn],
.insights-page-shell[b-hnzhmsrcvn] {
    width: min(100%, 1080px);
    margin: 0 auto;
    padding: 0 1.5rem;
}

.insights-hero-kicker[b-hnzhmsrcvn],
.insights-section-kicker[b-hnzhmsrcvn] {
    display: inline-flex;
    margin-bottom: 0.85rem;
    color: rgba(255, 255, 255, 0.86);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.insights-hero h1[b-hnzhmsrcvn] {
    max-width: none;
    margin: 0 0 0.9rem;
    color: #fff;
    font-size: clamp(2.7rem, 5vw, 4.4rem);
    line-height: 1;
    white-space: nowrap;
}

.insights-hero p[b-hnzhmsrcvn] {
    max-width: 39rem;
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.08rem;
    line-height: 1.65;
}

.insights-page-body[b-hnzhmsrcvn] {
    overflow-x: hidden;
    padding: 3.25rem 0 2.5rem;
    background: linear-gradient(180deg, #ffffff 0%, #f7fafc 100%);
}

.insights-page-shell[b-hnzhmsrcvn] {
    display: grid;
    grid-template-columns: minmax(0, 670px) minmax(300px, 340px);
    gap: 3rem;
    align-items: start;
}

.insights-page-shell.is-hub[b-hnzhmsrcvn] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3.25rem;
}

.insights-main[b-hnzhmsrcvn] {
    min-width: 0;
}

.insights-intro[b-hnzhmsrcvn] {
    margin-bottom: 2rem;
}

.insights-section-kicker[b-hnzhmsrcvn] {
    color: #005da6;
}

.insights-intro h2[b-hnzhmsrcvn] {
    margin: 0 0 1rem;
    color: #005da6;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.1;
}

.insights-intro h2[b-hnzhmsrcvn]::after {
    content: "";
    display: block;
    width: 3.2rem;
    height: 3px;
    margin-top: 1rem;
    background: #005da6;
}

.insights-intro p[b-hnzhmsrcvn] {
    max-width: 43rem;
    margin: 0;
    color: #4b5563;
    font-size: 1.03rem;
    line-height: 1.7;
}

.topic-chooser[b-hnzhmsrcvn] {
    min-width: 0;
}

.topic-card-grid[b-hnzhmsrcvn] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
}

.topic-card[b-hnzhmsrcvn] {
    display: grid;
    align-content: start;
    gap: 1rem;
    min-width: 0;
    border: 1px solid #dbe4ee;
    border-radius: 0.5rem;
    background: #fff;
    padding: 1.55rem;
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.06);
}

.topic-card h3[b-hnzhmsrcvn] {
    margin: 0;
    color: #111827;
    font-size: clamp(1.45rem, 2.4vw, 1.9rem);
    line-height: 1.15;
}

.topic-card p[b-hnzhmsrcvn] {
    margin: 0;
    color: #4b5563;
    font-size: 1rem;
    line-height: 1.65;
}

.topic-chip-list[b-hnzhmsrcvn] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.topic-chip-list span[b-hnzhmsrcvn] {
    border: 1px solid #d5deea;
    border-radius: 999px;
    background: #f8fafc;
    color: #334155;
    padding: 0.38rem 0.72rem;
    font-size: 0.82rem;
    font-weight: 800;
}

.topic-card-link[b-hnzhmsrcvn] {
    justify-self: start;
    color: #005da6;
    font-weight: 900;
    text-decoration: none;
}

.topic-card-link[b-hnzhmsrcvn]::after {
    content: " \2192";
}

.topic-card-link:hover[b-hnzhmsrcvn],
.topic-card-link:focus-visible[b-hnzhmsrcvn] {
    text-decoration: underline;
}

.post-list[b-hnzhmsrcvn] {
    display: grid;
    gap: 1.6rem;
    min-width: 0;
}

.post-summary[b-hnzhmsrcvn] {
    min-width: 0;
    padding-bottom: 1.55rem;
    border-bottom: 1px solid #dbe4ee;
}

.post-summary:last-child[b-hnzhmsrcvn] {
    border-bottom: 0;
}

.post-summary-main[b-hnzhmsrcvn] {
    display: grid;
    grid-template-columns: minmax(230px, 1.15fr) minmax(0, 2.65fr);
    gap: 1.25rem;
    align-items: start;
}

.post-cover-link[b-hnzhmsrcvn] {
    display: block;
    min-width: 0;
    overflow: hidden;
    border-radius: 0.35rem;
    background: #eef3f8;
}

.post-cover-image[b-hnzhmsrcvn] {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.post-summary-copy[b-hnzhmsrcvn] {
    min-width: 0;
}

.post-meta[b-hnzhmsrcvn] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem 0.9rem;
    margin: 0;
    color: #64748b;
    font-size: 0.86rem;
    font-weight: 700;
}

.post-summary h3[b-hnzhmsrcvn] {
    margin: 0 0 0.65rem;
    color: #111827;
    font-size: clamp(1.25rem, 2.15vw, 1.58rem);
    line-height: 1.25;
    overflow-wrap: anywhere;
}

.post-summary h3 a[b-hnzhmsrcvn] {
    color: inherit;
    text-decoration: none;
}

.post-summary h3 a:hover[b-hnzhmsrcvn],
.post-summary h3 a:focus-visible[b-hnzhmsrcvn] {
    color: #005da6;
}

.post-summary p[b-hnzhmsrcvn] {
    margin: 0 0 1rem;
    color: #4b5563;
    font-size: 0.98rem;
    line-height: 1.65;
}

.post-more-link[b-hnzhmsrcvn] {
    color: #005da6;
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
}

.post-more-link[b-hnzhmsrcvn]::before {
    content: "...";
}

.post-more-link:hover[b-hnzhmsrcvn],
.post-more-link:focus-visible[b-hnzhmsrcvn] {
    text-decoration: underline;
}

.post-footer[b-hnzhmsrcvn] {
    display: grid;
    gap: 0.7rem;
    justify-items: start;
    margin-top: 0.9rem;
}

.post-tags[b-hnzhmsrcvn] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.post-tag[b-hnzhmsrcvn] {
    max-width: 100%;
    border: 1px solid #d5deea;
    border-radius: 999px;
    background: #f8fafc;
    color: #334155;
    padding: 0.35rem 0.7rem;
    font-size: 0.82rem;
    font-weight: 800;
}

.insights-sidebar[b-hnzhmsrcvn] {
    display: grid;
    gap: 1rem;
    position: sticky;
    top: 5rem;
}

.sidebar-section[b-hnzhmsrcvn] {
    border-left: 3px solid #005da6;
    background: #fff;
    padding: 0.15rem 0 0.15rem 1rem;
}

.sidebar-section h2[b-hnzhmsrcvn] {
    margin: 0 0 0.85rem;
    color: #111827;
    font-size: 1.05rem;
    line-height: 1.3;
}

.insights-search-label[b-hnzhmsrcvn] {
    display: block;
    margin-bottom: 0.45rem;
    color: #4b5563;
    font-size: 0.86rem;
    font-weight: 700;
}

.insights-search-row[b-hnzhmsrcvn] {
    display: grid;
    gap: 0.55rem;
}

.insights-search-input[b-hnzhmsrcvn] {
    width: 100%;
    min-height: 2.8rem;
    border: 1px solid #b8c2cf;
    border-radius: 0.35rem;
    padding: 0.65rem 0.8rem;
    color: #111827;
}

.insights-clear-button[b-hnzhmsrcvn],
.insights-pagination button[b-hnzhmsrcvn] {
    min-height: 2.6rem;
    border: 1px solid #cbd5e1;
    border-radius: 0.35rem;
    background: #fff;
    color: #1f2937;
    font-weight: 800;
    padding: 0.55rem 0.8rem;
}

.insights-clear-button:hover[b-hnzhmsrcvn],
.insights-clear-button:focus-visible[b-hnzhmsrcvn],
.insights-pagination button:not(:disabled):hover[b-hnzhmsrcvn],
.insights-pagination button:not(:disabled):focus-visible[b-hnzhmsrcvn] {
    border-color: #005da6;
    color: #005da6;
}

.sidebar-link-list[b-hnzhmsrcvn] {
    display: grid;
    gap: 0.25rem;
}

.sidebar-link[b-hnzhmsrcvn] {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    border: 0;
    border-radius: 0.25rem;
    background: transparent;
    color: #334155;
    padding: 0.5rem 0.55rem;
    text-align: left;
    font-weight: 700;
}

.sidebar-link:hover[b-hnzhmsrcvn],
.sidebar-link:focus-visible[b-hnzhmsrcvn],
.sidebar-link.is-active[b-hnzhmsrcvn] {
    background: #eef6fc;
    color: #005da6;
}

.insights-pagination[b-hnzhmsrcvn] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.8rem;
    margin-top: 2rem;
    color: #4b5563;
    font-weight: 700;
}

.insights-pagination button:disabled[b-hnzhmsrcvn] {
    cursor: not-allowed;
    opacity: 0.5;
}

.insights-empty[b-hnzhmsrcvn] {
    margin: 0;
    color: #53606f;
    font-size: 1.03rem;
    line-height: 1.7;
}

@media (max-width: 920px) {
    .insights-page-shell[b-hnzhmsrcvn] {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }

    .insights-sidebar[b-hnzhmsrcvn] {
        position: static;
    }
}

@media (max-width: 760px) {
    .insights-hero[b-hnzhmsrcvn] {
        min-height: 15rem;
    }

    .insights-hero h1[b-hnzhmsrcvn] {
        white-space: normal;
        overflow-wrap: anywhere;
    }

    .insights-hero p[b-hnzhmsrcvn] {
        overflow-wrap: anywhere;
    }

    .insights-hero-shell[b-hnzhmsrcvn],
    .insights-page-shell[b-hnzhmsrcvn] {
        padding: 0 1rem;
    }

    .post-summary-main[b-hnzhmsrcvn] {
        grid-template-columns: 1fr;
    }

    .topic-card-grid[b-hnzhmsrcvn] {
        grid-template-columns: 1fr;
    }
}
