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

.site-header[b-wws3gslxzy] {
    position: sticky;
    top: 0;
    z-index: 30;
    background:
        linear-gradient(180deg, rgba(14, 22, 30, 0.96), rgba(12, 19, 26, 0.96)),
        linear-gradient(90deg, rgba(103, 135, 90, 0.1), rgba(94, 150, 172, 0.08));
    border-bottom: 1px solid var(--border-strong);
}

.site-main[b-wws3gslxzy] {
    flex: 1;
    padding: 1rem 0.9rem 1.65rem;
}

.content-wrap[b-wws3gslxzy] {
    max-width: 1280px;
    margin: 0 auto;
}

#blazor-error-ui[b-wws3gslxzy] {
    color-scheme: light only;
    background: #fff3cd;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-wws3gslxzy] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

@media (min-width: 992px) {
    .site-main[b-wws3gslxzy] {
        padding: 1.4rem 1.2rem 2.2rem;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.top-nav[b-05t1tc5odv] {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0.6rem 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

.brand[b-05t1tc5odv] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    color: var(--text-1);
    text-decoration: none;
}

.brand-mark[b-05t1tc5odv] {
    width: 2.4rem;
    height: 2.4rem;
    border: 1px solid var(--border-strong);
    display: grid;
    place-items: center;
    font-weight: 700;
    font-size: 0.63rem;
    color: var(--accent-strong);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    background:
        linear-gradient(145deg, rgba(24, 41, 50, 0.92), rgba(18, 31, 39, 0.92)),
        linear-gradient(0deg, rgba(108, 145, 96, 0.12), rgba(108, 145, 96, 0.12));
    clip-path: polygon(12% 0, 88% 0, 100% 22%, 100% 78%, 88% 100%, 12% 100%, 0 78%, 0 22%);
}

.brand-copy[b-05t1tc5odv] {
    display: flex;
    flex-direction: column;
    line-height: 1.02;
}

.brand-copy strong[b-05t1tc5odv] {
    font-size: 0.94rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.brand-copy small[b-05t1tc5odv] {
    color: var(--text-3);
    font-size: 0.65rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.top-links[b-05t1tc5odv] {
    display: flex;
    align-items: center;
    gap: 0.55rem;
}

.top-link[b-05t1tc5odv] {
    color: var(--text-2);
    text-decoration: none;
    font-weight: 600;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 0.36rem 0.58rem;
    border-radius: 4px;
    border: 1px solid transparent;
}

.top-link.active[b-05t1tc5odv],
.top-link:hover[b-05t1tc5odv] {
    color: var(--text-1);
    background: rgba(91, 145, 163, 0.12);
    border-color: var(--border-strong);
}

.top-pill[b-05t1tc5odv] {
    font-size: 0.63rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--text-3);
    border: 1px solid var(--border-soft);
    padding: 0.22rem 0.48rem;
    border-radius: 4px;
    background: rgba(17, 28, 35, 0.8);
}

@media (max-width: 620px) {
    .top-nav[b-05t1tc5odv] {
        padding: 0.55rem 0.7rem;
    }

    .brand-copy small[b-05t1tc5odv],
    .top-pill[b-05t1tc5odv] {
        display: none;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-tdgvrexvgs],
.components-reconnect-repeated-attempt-visible[b-tdgvrexvgs],
.components-reconnect-failed-visible[b-tdgvrexvgs],
.components-pause-visible[b-tdgvrexvgs],
.components-resume-failed-visible[b-tdgvrexvgs],
.components-rejoining-animation[b-tdgvrexvgs] {
    display: none;
}

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


#components-reconnect-modal[b-tdgvrexvgs] {
    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-tdgvrexvgs 0.5s both;
    &[open]

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

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