/* /Components/Layout/MainLayout.razor.rz.scp.css */
.site[b-orks76z4am] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    color: #183044;
    background-color: #f7f8f8;
}

.site-header[b-orks76z4am] {
    position: sticky;
    z-index: 1000;
    top: 0;
    background-color: white;
    box-shadow: 0 5px 25px rgba(17, 40, 58, 0.08);
    animation-name: reduce-header-b-orks76z4am;
    animation-duration: 1ms;
    animation-timeline: scroll(root block);
    animation-range: 0 180px;
    animation-fill-mode: both;
}

.identity[b-orks76z4am] {
    overflow: hidden;
    max-height: 96px;
    border-bottom: 1px solid #e5eaec;
    animation-name: reduce-identity-b-orks76z4am;
    animation-duration: 1ms;
    animation-timeline: scroll(root block);
    animation-range: 0 180px;
    animation-fill-mode: both;
}

.identity__inner[b-orks76z4am],
.navigation__inner[b-orks76z4am],
.site-footer__inner[b-orks76z4am] {
    width: min(1180px, calc(100% - 3rem));
    margin: 0 auto;
}

.identity__inner[b-orks76z4am] {
    min-height: 96px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

.brand[b-orks76z4am] {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    color: #183044;
    text-decoration: none;
}

.brand__symbol[b-orks76z4am] {
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    border-radius: 16px;
    color: white;
    font-size: 1.45rem;
    font-weight: 800;
    background: linear-gradient(135deg, #0c6f74, #154a6d);
}

.brand__text[b-orks76z4am] {
    display: flex;
    flex-direction: column;
    gap: 0.18rem;
}

    .brand__text strong[b-orks76z4am] {
        font-size: 1.3rem;
    }

    .brand__text small[b-orks76z4am] {
        color: #647784;
    }

.header-info[b-orks76z4am] {
    display: flex;
    gap: 1.5rem;
    color: #536a79;
    font-size: 0.92rem;
}

.navigation[b-orks76z4am] {
    background-color: white;
}

.navigation__inner[b-orks76z4am] {
    min-height: 68px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

.navigation__brand[b-orks76z4am] {
    display: none;
    color: #183044;
    font-weight: 800;
    text-decoration: none;
}

.menu[b-orks76z4am] {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 0.3rem;
}

    .menu a[b-orks76z4am] {
        padding: 0.7rem 1rem;
        border-radius: 10px;
        color: #294456;
        font-weight: 700;
        text-decoration: none;
        transition: color 150ms ease, background-color 150ms ease;
    }

        .menu a:hover[b-orks76z4am] {
            color: #0c6f74;
            background-color: #edf5f4;
        }

.menu-toggle[b-orks76z4am] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.menu-button[b-orks76z4am] {
    display: none;
    width: 44px;
    height: 44px;
    cursor: pointer;
    border: 1px solid #dce5e7;
    border-radius: 12px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
}

    .menu-button span[b-orks76z4am] {
        width: 20px;
        height: 2px;
        border-radius: 2px;
        background-color: #183044;
    }

.site-content[b-orks76z4am] {
    flex: 1;
}

.site-footer[b-orks76z4am] {
    margin-top: auto;
    color: #e9f0f3;
    background-color: #102c3d;
}

.site-footer__inner[b-orks76z4am] {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr;
    gap: 3rem;
}

.site-footer strong[b-orks76z4am] {
    color: white;
    font-size: 1.05rem;
}

.site-footer p[b-orks76z4am] {
    margin: 0.8rem 0 0;
    color: #b9cad3;
    line-height: 1.7;
}

.site-footer__bottom[b-orks76z4am] {
    padding: 1.2rem 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: #9fb3bf;
    text-align: center;
    font-size: 0.88rem;
}

@keyframes reduce-identity-b-orks76z4am {
    from {
        max-height: 96px;
        opacity: 1;
    }

    to {
        max-height: 0;
        opacity: 0;
    }
}

@keyframes reduce-header-b-orks76z4am {
    from {
        box-shadow: 0 5px 25px rgba(17, 40, 58, 0.08);
    }

    to {
        box-shadow: 0 8px 25px rgba(17, 40, 58, 0.16);
    }
}

@media (max-width: 760px) {
    .identity[b-orks76z4am] {
        display: none;
    }

    .navigation__inner[b-orks76z4am] {
        position: relative;
        width: calc(100% - 2rem);
        min-height: 64px;
    }

    .navigation__brand[b-orks76z4am],
    .menu-button[b-orks76z4am] {
        display: flex;
    }

    .menu-button[b-orks76z4am] {
        margin-left: auto;
    }

    .menu[b-orks76z4am] {
        position: absolute;
        top: calc(100% + 1px);
        right: 0;
        left: 0;
        display: none;
        padding: 0.75rem;
        border: 1px solid #dfe7e9;
        border-radius: 0 0 16px 16px;
        background-color: white;
        box-shadow: 0 18px 30px rgba(17, 40, 58, 0.14);
    }

        .menu a[b-orks76z4am] {
            display: block;
            width: 100%;
        }

    .menu-toggle:checked ~ .menu[b-orks76z4am] {
        display: block;
    }

    .site-footer__inner[b-orks76z4am] {
        width: calc(100% - 2rem);
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-5p2f0q6tor] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-5p2f0q6tor] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-5p2f0q6tor] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-5p2f0q6tor] {
    font-size: 1.1rem;
}

.bi[b-5p2f0q6tor] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-5p2f0q6tor] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-5p2f0q6tor] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-5p2f0q6tor] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-5p2f0q6tor] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-5p2f0q6tor] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-5p2f0q6tor] {
        padding-bottom: 1rem;
    }

    .nav-item[b-5p2f0q6tor]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-5p2f0q6tor]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-5p2f0q6tor]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-5p2f0q6tor] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-5p2f0q6tor] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-5p2f0q6tor] {
        display: none;
    }

    .nav-scrollable[b-5p2f0q6tor] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-h2w3607h0h],
.components-reconnect-repeated-attempt-visible[b-h2w3607h0h],
.components-reconnect-failed-visible[b-h2w3607h0h],
.components-pause-visible[b-h2w3607h0h],
.components-resume-failed-visible[b-h2w3607h0h],
.components-rejoining-animation[b-h2w3607h0h] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-h2w3607h0h],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-h2w3607h0h],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-h2w3607h0h],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-h2w3607h0h],
#components-reconnect-modal.components-reconnect-retrying[b-h2w3607h0h],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-h2w3607h0h],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-h2w3607h0h],
#components-reconnect-modal.components-reconnect-failed[b-h2w3607h0h],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-h2w3607h0h] {
    display: block;
}


#components-reconnect-modal[b-h2w3607h0h] {
    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-h2w3607h0h 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-h2w3607h0h 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-h2w3607h0h 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-h2w3607h0h]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-h2w3607h0h 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-h2w3607h0h {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-h2w3607h0h {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-h2w3607h0h {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-h2w3607h0h] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-h2w3607h0h] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-h2w3607h0h] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-h2w3607h0h] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-h2w3607h0h] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-h2w3607h0h] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-h2w3607h0h] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-h2w3607h0h 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-h2w3607h0h] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-h2w3607h0h {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.hero[b-6do103s8eo] {
    position: relative;
    min-height: 650px;
    display: flex;
    align-items: center;
    overflow: hidden;
    color: white;
    background: radial-gradient( circle at 80% 20%, rgba(226, 171, 77, 0.35), transparent 35% ), linear-gradient( 125deg, #102c3d 0%, #155f67 60%, #7a5a38 100% );
}

    .hero[b-6do103s8eo]::after {
        content: "";
        position: absolute;
        right: -8%;
        bottom: -38%;
        width: 620px;
        height: 620px;
        border: 1px solid rgba(255, 255, 255, 0.15);
        border-radius: 50%;
    }

.hero__overlay[b-6do103s8eo] {
    position: absolute;
    inset: 0;
    background: linear-gradient( 90deg, rgba(11, 34, 47, 0.65), transparent 75% );
}

.hero__content[b-6do103s8eo] {
    position: relative;
    z-index: 1;
    width: min(1180px, calc(100% - 3rem));
    margin: 0 auto;
    padding: 6rem 0;
}

.hero__eyebrow[b-6do103s8eo],
.section-heading__eyebrow[b-6do103s8eo] {
    margin: 0 0 1rem;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.hero h1[b-6do103s8eo] {
    margin: 0;
    font-size: clamp(4rem, 11vw, 8.5rem);
    line-height: 0.9;
    letter-spacing: -0.05em;
}

.hero__description[b-6do103s8eo] {
    max-width: 700px;
    margin: 2rem 0 0;
    color: rgba(255, 255, 255, 0.86);
    font-size: clamp(1rem, 2vw, 1.22rem);
    line-height: 1.75;
}

.hero__actions[b-6do103s8eo] {
    margin-top: 2.5rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.button[b-6do103s8eo] {
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.85rem 1.4rem;
    border: 1px solid transparent;
    border-radius: 12px;
    font-weight: 800;
    text-decoration: none;
    transition: transform 150ms ease, background-color 150ms ease;
}

    .button:hover[b-6do103s8eo] {
        transform: translateY(-2px);
    }

.button--primary[b-6do103s8eo] {
    color: #173244;
    background-color: white;
}

.button--secondary[b-6do103s8eo] {
    color: white;
    border-color: rgba(255, 255, 255, 0.45);
    background-color: rgba(255, 255, 255, 0.06);
}

.content-section[b-6do103s8eo] {
    width: min(1180px, calc(100% - 3rem));
    margin: 0 auto;
    padding: 6rem 0;
}

.section-heading[b-6do103s8eo] {
    max-width: 720px;
    margin-bottom: 3rem;
}

.section-heading__eyebrow[b-6do103s8eo] {
    color: #0c6f74;
}

.section-heading h2[b-6do103s8eo],
.highlight h2[b-6do103s8eo] {
    margin: 0;
    color: #173244;
    font-size: clamp(2.1rem, 4vw, 3.4rem);
    line-height: 1.08;
}

.section-heading > p:last-child[b-6do103s8eo] {
    margin: 1.2rem 0 0;
    color: #607583;
    font-size: 1.08rem;
    line-height: 1.7;
}

.cards[b-6do103s8eo] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
}

.card[b-6do103s8eo] {
    padding: 2.2rem;
    border: 1px solid #dfe7e9;
    border-radius: 20px;
    background-color: white;
    box-shadow: 0 16px 40px rgba(18, 48, 66, 0.07);
}

.card__number[b-6do103s8eo] {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    margin-bottom: 2rem;
    border-radius: 13px;
    color: white;
    font-weight: 800;
    background-color: #0c6f74;
}

.card h3[b-6do103s8eo] {
    margin: 0;
    color: #173244;
    font-size: 1.35rem;
}

.card p[b-6do103s8eo] {
    margin: 1rem 0;
    color: #667b88;
    line-height: 1.7;
}

.card a[b-6do103s8eo] {
    color: #0c6f74;
    font-weight: 800;
    text-decoration: none;
}

.highlight[b-6do103s8eo] {
    padding: 5rem 1.5rem;
    background-color: #eaf2f1;
}

.highlight__content[b-6do103s8eo] {
    width: min(1180px, 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    align-items: end;
    gap: 5rem;
}

    .highlight__content > p[b-6do103s8eo] {
        margin: 0;
        color: #526c79;
        font-size: 1.12rem;
        line-height: 1.8;
    }

@media (max-width: 850px) {
    .cards[b-6do103s8eo] {
        grid-template-columns: 1fr;
    }

    .highlight__content[b-6do103s8eo] {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
}

@media (max-width: 600px) {
    .hero[b-6do103s8eo] {
        min-height: 580px;
    }

    .hero__content[b-6do103s8eo],
    .content-section[b-6do103s8eo] {
        width: calc(100% - 2rem);
    }

    .hero__actions[b-6do103s8eo] {
        flex-direction: column;
    }

    .button[b-6do103s8eo] {
        width: 100%;
    }

    .content-section[b-6do103s8eo] {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .card[b-6do103s8eo] {
        padding: 1.6rem;
    }

    .highlight[b-6do103s8eo] {
        padding: 4rem 1rem;
    }
}
