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

.site-main[b-4p0n78487m] {
    flex: 1;
}

.site-footer[b-4p0n78487m] {
    background: #1a1a2e;
    color: rgba(255, 255, 255, 0.6);
    padding: 0;
    font-size: 0.875rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-inner[b-4p0n78487m] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.footer-columns[b-4p0n78487m] {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2rem;
    padding: 2.5rem 0 2rem;
}

.footer-col h4[b-4p0n78487m] {
    color: #fff;
    font-size: 0.9rem;
    font-weight: 600;
    margin: 0 0 0.75rem;
    letter-spacing: 0.03em;
}

.footer-col p[b-4p0n78487m] {
    margin: 0 0 0.35rem;
    line-height: 1.6;
}

.footer-nav[b-4p0n78487m] {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}

.footer-nav button[b-4p0n78487m] {
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.875rem;
    padding: 0;
    cursor: pointer;
    text-align: left;
    transition: color 0.2s;
}

.footer-nav button:hover[b-4p0n78487m] {
    color: #fff;
}

.site-footer a[b-4p0n78487m] {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: color 0.2s;
}

.site-footer a:hover[b-4p0n78487m] {
    color: #fff;
}

.footer-bottom[b-4p0n78487m] {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 1rem 0;
    text-align: center;
}

.footer-bottom p[b-4p0n78487m] {
    margin: 0;
    color: rgba(255, 255, 255, 0.4);
    font-size: 0.8rem;
}

.footer-bottom a[b-4p0n78487m] {
    color: rgba(255, 255, 255, 0.55);
}

.footer-bottom a:hover[b-4p0n78487m] {
    color: #fff;
}

@media (max-width: 768px) {
    .footer-columns[b-4p0n78487m] {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        padding: 2rem 0 1.5rem;
    }
}

#blazor-error-ui[b-4p0n78487m] {
    color-scheme: light only;
    background: lightyellow;
    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-4p0n78487m] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

/* /Components/Layout/NavMenu.razor.rz.scp.css */
.site-header[b-4tuipkwfpv] {
    background: #1a1a2e;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.header-inner[b-4tuipkwfpv] {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1.5rem;
    height: 100px;
    transition: height 0.35s ease;
}

.site-header.scrolled .header-inner[b-4tuipkwfpv] {
    height: 64px;
}

.brand[b-4tuipkwfpv] {
    font-size: 1.35rem;
    font-weight: 700;
    color: #fff;
    background: none;
    border: none;
    cursor: pointer;
    letter-spacing: 0.02em;
    padding: 0;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.brand-logo[b-4tuipkwfpv] {
    height: 56px;
    width: auto;
    object-fit: contain;
    transition: height 0.35s ease;
}

.site-header.scrolled .brand-logo[b-4tuipkwfpv] {
    height: 36px;
}

.brand:hover[b-4tuipkwfpv] {
    opacity: 0.85;
}

.main-nav[b-4tuipkwfpv] {
    display: flex;
    gap: 0.75rem;
    align-items: center;
}

.nav-btn[b-4tuipkwfpv] {
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.65);
    font-size: 0.95rem;
    padding: 0.5rem 0.75rem;
    cursor: pointer;
    border-radius: 0;
    transition: color 0.25s;
    white-space: nowrap;
    position: relative;
}

.nav-btn[b-4tuipkwfpv]::after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 50%;
    width: 0;
    height: 2px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 1px;
    transition: width 0.3s ease, left 0.3s ease;
}

.nav-btn:hover[b-4tuipkwfpv] {
    color: #fff;
}

.nav-btn:hover[b-4tuipkwfpv]::after {
    width: 60%;
    left: 20%;
}

.nav-btn.active[b-4tuipkwfpv] {
    color: #fff;
    font-weight: 600;
}

.nav-btn.active[b-4tuipkwfpv]::after {
    width: 60%;
    left: 20%;
}

.nav-toggle[b-4tuipkwfpv] {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 6px;
}

.nav-toggle span[b-4tuipkwfpv] {
    display: block;
    width: 24px;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    transition: transform 0.2s, opacity 0.2s;
}

@media (max-width: 768px) {
    .header-inner[b-4tuipkwfpv] {
        height: 64px;
    }

    .brand-logo[b-4tuipkwfpv] {
        height: 36px;
    }

    .nav-toggle[b-4tuipkwfpv] {
        display: flex;
    }

    .main-nav[b-4tuipkwfpv] {
        display: none;
        position: absolute;
        top: 64px;
        left: 0;
        right: 0;
        background: #1a1a2e;
        flex-direction: column;
        padding: 0.5rem 0;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    }

    .main-nav.open[b-4tuipkwfpv] {
        display: flex;
    }

    .nav-btn[b-4tuipkwfpv] {
        width: 100%;
        text-align: left;
        padding: 0.75rem 1.5rem;
        border-radius: 0;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-e88uingiuz],
.components-reconnect-repeated-attempt-visible[b-e88uingiuz],
.components-reconnect-failed-visible[b-e88uingiuz],
.components-pause-visible[b-e88uingiuz],
.components-resume-failed-visible[b-e88uingiuz],
.components-rejoining-animation[b-e88uingiuz] {
    display: none;
}

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

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