/* /Components/Layout/MainLayout.razor.rz.scp.css */
.shell[b-plhwz0y4it] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background:
        radial-gradient(circle at top left, rgba(5, 127, 160, 0.22), transparent 30%),
        linear-gradient(180deg, #eef7f8 0%, #f8fbfb 100%);
}

.shell-topbar[b-plhwz0y4it] {
    position: sticky;
    top: 0;
    z-index: 20;
    padding: 1rem 2rem 0;
    backdrop-filter: blur(12px);
}

.shell-topbar-surface[b-plhwz0y4it] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.2rem;
    border-radius: 1.35rem;
    background: linear-gradient(90deg, #082731 0%, #0e4551 52%, #0f5f63 100%);
    box-shadow: 0 20px 40px rgba(8, 39, 49, 0.18);
}

.shell-main[b-plhwz0y4it] {
    min-width: 0;
    flex: 1;
}

.shell-header[b-plhwz0y4it] {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 1rem;
    padding: 1.5rem 2rem 1rem;
}

.shell-header h1[b-plhwz0y4it] {
    margin: 0;
    font-size: clamp(1.8rem, 3vw, 2.8rem);
    letter-spacing: -0.04em;
}

.shell-kicker[b-plhwz0y4it] {
    margin: 0 0 0.25rem;
    text-transform: uppercase;
    letter-spacing: 0.22em;
    font-size: 0.72rem;
    color: #0b7585;
}

.shell-header-copy[b-plhwz0y4it] {
    max-width: 28rem;
    padding: 0.9rem 1rem;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(10, 63, 76, 0.08);
    color: #35535b;
    font-size: 0.95rem;
}

.shell-content[b-plhwz0y4it] {
    padding: 0 2rem 2rem;
}

#blazor-error-ui[b-plhwz0y4it] {
    color-scheme: light only;
    background: #fef3c7;
    bottom: 0;
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.75rem 1rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-plhwz0y4it] {
    cursor: pointer;
    float: right;
}

@media (max-width: 920px) {
    .shell-topbar[b-plhwz0y4it] {
        padding: 0.85rem 1rem 0;
    }

    .shell-topbar-surface[b-plhwz0y4it] {
        display: flex;
        flex-direction: column;
        align-items: stretch;
    }

    .shell-header[b-plhwz0y4it] {
        padding: 1.1rem 1rem 0.8rem;
        flex-direction: column;
        align-items: start;
    }

    .shell-content[b-plhwz0y4it] {
        padding: 0 1rem 1rem;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
    /* Ensure anchor color override */
    a.nav-link[b-bq3ol8546k] {
        color: #ffffff !important;
        text-shadow: 0 2px 16px rgba(0,0,0,0.35);
    }
.top-nav-shell[b-bq3ol8546k] {
    display: flex;
    align-items: center;
    gap: 1.4rem;
    min-width: 0;
    flex: 1;
}

.brand-block[b-bq3ol8546k] {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    padding: 0;
    color: #f4fffe;
    flex-shrink: 0;
}

.brand-link[b-bq3ol8546k] {
    text-decoration: none;
    color: inherit;
}

.brand-mark[b-bq3ol8546k] {
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 0.95rem;
    display: grid;
    place-items: center;
    font-weight: 800;
    letter-spacing: 0.05em;
    background: linear-gradient(135deg, #a7f3d0 0%, #67e8f9 100%);
    color: #06323a;
}

.brand-title[b-bq3ol8546k] {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.1;
    color: #f4fffe;
}

.brand-subtitle[b-bq3ol8546k] {
    font-size: 0.84rem;
    color: rgba(244, 255, 254, 0.78);
}

.nav-scrollable[b-bq3ol8546k] {
    min-width: 0;
    flex: 1;
    display: flex;
    justify-content: center;
    overflow-x: auto;
    padding: 0;
    scrollbar-width: thin;
}

.nav-inline[b-bq3ol8546k] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    flex-wrap: nowrap;
}

.nav-inline .nav-link[b-bq3ol8546k] {
    display: inline-flex;
    align-items: center;
    margin: 0;
    padding: 0.9rem 1.05rem;
    border-radius: 0.95rem;
    color: #ffffff !important;
    text-shadow: 0 2px 16px rgba(0,0,0,0.35);
    font-weight: 700;
    font-size: 1.25rem;
    text-shadow: 0 1px 8px rgba(0,0,0,0.18);
    text-decoration: none;
    white-space: nowrap;
}

.nav-inline .nav-link.active[b-bq3ol8546k],
.nav-inline .nav-link:hover[b-bq3ol8546k] {
    background: rgba(255, 255, 255, 0.18);
    color: #fff !important;
    text-shadow: 0 2px 12px rgba(0,0,0,0.22);
}

@media (max-width: 920px) {
    .top-nav-shell[b-bq3ol8546k] {
        flex-direction: column;
        align-items: stretch;
        gap: 0.9rem;
    }

    .nav-scrollable[b-bq3ol8546k] {
        justify-content: flex-start;
        padding-bottom: 0.2rem;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-8xslo2utdn],
.components-reconnect-repeated-attempt-visible[b-8xslo2utdn],
.components-reconnect-failed-visible[b-8xslo2utdn],
.components-pause-visible[b-8xslo2utdn],
.components-resume-failed-visible[b-8xslo2utdn],
.components-rejoining-animation[b-8xslo2utdn] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-8xslo2utdn],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-8xslo2utdn],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-8xslo2utdn],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-8xslo2utdn],
#components-reconnect-modal.components-reconnect-retrying[b-8xslo2utdn],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-8xslo2utdn],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-8xslo2utdn],
#components-reconnect-modal.components-reconnect-failed[b-8xslo2utdn],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-8xslo2utdn] {
    display: block;
}


#components-reconnect-modal[b-8xslo2utdn] {
    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-8xslo2utdn 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-8xslo2utdn 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-8xslo2utdn 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-8xslo2utdn]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-8xslo2utdn 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-8xslo2utdn {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-8xslo2utdn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-8xslo2utdn {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-8xslo2utdn] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-8xslo2utdn] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-8xslo2utdn] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-8xslo2utdn] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-8xslo2utdn] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-8xslo2utdn] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-8xslo2utdn] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-8xslo2utdn 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-8xslo2utdn] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-8xslo2utdn {
    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;
    }
}
