/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-7pbbu23tni] {
    display: flex;
    min-height: 100vh;
}

.sidebar[b-7pbbu23tni] {
    width: 260px;
    min-width: 260px;
    background-color: var(--bg-sidebar);
    border-right: 1px solid var(--border-color);
    height: 100vh;
    position: sticky;
    top: 0;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}

.main-area[b-7pbbu23tni] {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.top-bar[b-7pbbu23tni] {
    height: 3rem;
    background: #ffffff;
    border-bottom: 1px solid #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1.5rem;
    position: sticky;
    top: 0;
    z-index: 10;
}

.top-bar-right[b-7pbbu23tni] {
    display: flex;
    align-items: center;
}

.user-name[b-7pbbu23tni] {
    font-size: 0.8125rem;
    color: #64748b;
    font-weight: 500;
}

.content-area[b-7pbbu23tni] {
    flex: 1;
    padding: 1.25rem 1.5rem;
    overflow-y: auto;
}

#blazor-error-ui[b-7pbbu23tni] {
    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-7pbbu23tni] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

@media (max-width: 768px) {
    .sidebar[b-7pbbu23tni] {
        position: fixed;
        left: -260px;
        z-index: 100;
        transition: left 0.2s ease;
    }

    .sidebar.open[b-7pbbu23tni] {
        left: 0;
    }

    .content-area[b-7pbbu23tni] {
        padding: 1rem;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.sidebar-header[b-vfy7e956hz] {
    padding: 1.25rem 1.25rem 1rem;
    border-bottom: 1px solid var(--border-color);
}

.logo-text[b-vfy7e956hz] {
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--accent);
    letter-spacing: 0.15em;
}

.logo-sub[b-vfy7e956hz] {
    font-size: 0.7rem;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-top: 0.1rem;
}

.sidebar-nav[b-vfy7e956hz] {
    padding: 0.5rem 0;
    flex: 1;
}

.nav-section-label[b-vfy7e956hz] {
    font-size: 0.65rem;
    font-weight: 600;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 1rem 1.25rem 0.4rem;
}

.nav-item[b-vfy7e956hz] {
    padding: 1px 0.625rem;
}

.nav-item[b-vfy7e956hz]  .nav-link {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.5rem 0.75rem;
    color: var(--text-secondary);
    font-size: 0.8125rem;
    font-weight: 400;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.15s ease;
}

.nav-item[b-vfy7e956hz]  .nav-link:hover {
    background-color: var(--bg-sidebar-hover);
    color: var(--accent);
    text-decoration: none;
}

.nav-item[b-vfy7e956hz]  .nav-link.active {
    background-color: var(--bg-sidebar-active);
    color: var(--accent);
    font-weight: 600;
}

.nav-item[b-vfy7e956hz]  .nav-link svg {
    flex-shrink: 0;
    opacity: 0.7;
}

.nav-item[b-vfy7e956hz]  .nav-link.active svg {
    opacity: 1;
}

.version-footer[b-vfy7e956hz] {
    padding: 0.6rem 1.25rem;
    border-top: 1px solid var(--border-color);
    background: var(--bg-main);
    flex-shrink: 0;
}

.version-link[b-vfy7e956hz] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    color: var(--text-muted);
    font-size: 0.75rem;
    text-decoration: none;
    transition: color 0.15s ease;
}

.version-link:hover[b-vfy7e956hz] {
    color: var(--accent);
    text-decoration: none;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-y675efsf8s],
.components-reconnect-repeated-attempt-visible[b-y675efsf8s],
.components-reconnect-failed-visible[b-y675efsf8s],
.components-pause-visible[b-y675efsf8s],
.components-resume-failed-visible[b-y675efsf8s],
.components-rejoining-animation[b-y675efsf8s] {
    display: none;
}

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

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