/* /Components/Layout/MainLayout.razor.rz.scp.css */
.site-shell[b-khylfmd0kk] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    position: relative;
}

.skip-link[b-khylfmd0kk] {
    background: var(--color-accent);
    border-radius: 999px;
    color: var(--color-canvas);
    left: 1rem;
    padding: 0.75rem 1rem;
    position: absolute;
    text-decoration: none;
    top: -4rem;
    z-index: 200;
}

.skip-link:focus[b-khylfmd0kk] {
    top: 1rem;
}

.site-header[b-khylfmd0kk] {
    backdrop-filter: blur(18px);
    background: rgba(12, 19, 25, 0.88);
    border-bottom: 1px solid rgba(49, 72, 87, 0.9);
    position: sticky;
    top: 0;
    z-index: 100;
}

.site-main[b-khylfmd0kk] {
    flex: 1;
    padding: 2rem 0 4rem;
}

.site-frame[b-khylfmd0kk] {
    margin: 0 auto;
    width: min(72rem, calc(100% - 2rem));
}

.site-page[b-khylfmd0kk] {
    display: grid;
    gap: 0;
}

.site-footer[b-khylfmd0kk] {
    padding: 0 0 3rem;
}

.site-footer__inner[b-khylfmd0kk] {
    border-top: 1px solid rgba(49, 72, 87, 0.9);
    display: grid;
    gap: 0.4rem;
    padding-top: 1.5rem;
}

.site-footer__brand[b-khylfmd0kk],
.site-footer__copy[b-khylfmd0kk] {
    margin: 0;
}

.site-footer__brand[b-khylfmd0kk] {
    color: var(--color-text-strong);
    font-family: var(--font-serif);
    font-size: 1.05rem;
}

.site-footer__copy[b-khylfmd0kk] {
    color: var(--color-muted);
    max-width: 40rem;
}

#blazor-error-ui[b-khylfmd0kk] {
    background: rgba(131, 44, 36, 0.96);
    bottom: 1rem;
    border-radius: 1rem;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.45);
    color: var(--color-text-strong);
    display: none;
    left: 50%;
    max-width: calc(100% - 2rem);
    padding: 1rem 3.5rem 1rem 1.25rem;
    position: fixed;
    transform: translateX(-50%);
    width: min(32rem, 100%);
    z-index: 1000;
}

#blazor-error-ui a[b-khylfmd0kk] {
    color: var(--color-text-strong);
    font-weight: 600;
}

#blazor-error-ui .dismiss[b-khylfmd0kk] {
    cursor: pointer;
    position: absolute;
    right: 1rem;
    top: 0.9rem;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.site-nav[b-4yha02vf28] {
    align-items: center;
    display: grid;
    gap: 1rem;
    grid-template-columns: auto auto;
    padding: 1rem 0;
}

.site-brand[b-4yha02vf28] {
    align-items: center;
    display: inline-flex;
    gap: 0.85rem;
    min-width: 0;
    text-decoration: none;
}

.site-brand:hover[b-4yha02vf28],
.site-brand:focus[b-4yha02vf28] {
    color: inherit;
}

.site-brand__logo[b-4yha02vf28] {
    background: rgba(32, 49, 61, 0.96);
    border: 1px solid rgba(49, 72, 87, 0.9);
    border-radius: 1rem;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
    display: block;
    height: 3rem;
    padding: 0.2rem;
    width: 3rem;
}

.site-brand__text[b-4yha02vf28] {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.site-brand__eyebrow[b-4yha02vf28] {
    color: var(--color-muted);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.site-brand__name[b-4yha02vf28] {
    color: var(--color-text-strong);
    font-family: var(--font-serif);
    font-size: 1.3rem;
    line-height: 1.1;
}

.site-nav__toggle[b-4yha02vf28] {
    appearance: none;
    opacity: 0;
    pointer-events: none;
    position: absolute;
}

.site-nav__button[b-4yha02vf28] {
    align-items: center;
    background: rgba(18, 28, 37, 0.92);
    border: 1px solid rgba(49, 72, 87, 0.9);
    border-radius: 999px;
    cursor: pointer;
    display: inline-flex;
    flex-direction: column;
    gap: 0.24rem;
    justify-content: center;
    justify-self: end;
    min-height: 3rem;
    padding: 0.7rem;
    width: 3rem;
}

.site-nav__button span[aria-hidden="true"][b-4yha02vf28] {
    background: var(--color-accent-strong);
    border-radius: 999px;
    display: block;
    height: 2px;
    width: 1rem;
}

.site-nav__menu[b-4yha02vf28] {
    background: rgba(18, 28, 37, 0.96);
    border: 1px solid rgba(49, 72, 87, 0.9);
    border-radius: 1.25rem;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
    display: none;
    gap: 1rem;
    grid-column: 1 / -1;
    padding: 1rem;
}

.site-nav__toggle:checked ~ .site-nav__menu[b-4yha02vf28] {
    display: grid;
}

.site-nav__links[b-4yha02vf28] {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.site-nav__links[b-4yha02vf28]  .site-nav__link {
    border-radius: 999px;
    color: var(--color-muted);
    display: inline-flex;
    font-weight: 600;
    padding: 0.65rem 0.9rem;
    text-decoration: none;
}

.site-nav__links[b-4yha02vf28]  .site-nav__link:hover {
    background: rgba(105, 198, 186, 0.12);
    color: var(--color-text-strong);
}

.site-nav__links[b-4yha02vf28]  a.active {
    background: rgba(105, 198, 186, 0.18);
    color: var(--color-accent-strong);
}

.site-nav__external[b-4yha02vf28] {
    align-items: center;
    color: var(--color-text-strong);
    display: inline-flex;
    font-weight: 600;
    justify-self: start;
    text-decoration: none;
}

.site-nav__external:hover[b-4yha02vf28] {
    color: var(--color-accent-strong);
}

@media (min-width: 860px) {
    .site-nav[b-4yha02vf28] {
        grid-template-columns: auto 1fr;
    }

    .site-nav__button[b-4yha02vf28] {
        display: none;
    }

    .site-nav__menu[b-4yha02vf28] {
        align-items: center;
        background: transparent;
        border: 0;
        box-shadow: none;
        display: flex;
        grid-column: auto;
        justify-content: space-between;
        padding: 0;
    }

    .site-nav__links[b-4yha02vf28] {
        align-items: center;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-x8hkbed17j],
.components-reconnect-repeated-attempt-visible[b-x8hkbed17j],
.components-reconnect-failed-visible[b-x8hkbed17j],
.components-pause-visible[b-x8hkbed17j],
.components-resume-failed-visible[b-x8hkbed17j],
.components-rejoining-animation[b-x8hkbed17j] {
    display: none;
}

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


#components-reconnect-modal[b-x8hkbed17j] {
    background: linear-gradient(180deg, rgba(24, 37, 48, 0.98), rgba(18, 28, 37, 0.98));
    border: 1px solid rgba(49, 72, 87, 0.9);
    border-radius: 1.25rem;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
    color: #f5fbff;
    margin: 20vh auto;
    opacity: 0;
    padding: 2rem;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-x8hkbed17j 0.5s both;
    width: 22rem;
    &[open]

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

#components-reconnect-modal button[b-x8hkbed17j] {
    background-color: #69c6ba;
    border: 0;
    border-radius: 999px;
    color: #0c1319;
    font-weight: 600;
    padding: 0.65rem 1.5rem;
}

    #components-reconnect-modal button:hover[b-x8hkbed17j] {
        background-color: #8fe4d9;
    }

    #components-reconnect-modal button:active[b-x8hkbed17j] {
        background-color: #69c6ba;
    }

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

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

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

@keyframes components-rejoining-animation-b-x8hkbed17j {
    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;
    }
}
