/* /Components/Layout/MainLayout.razor.rz.scp.css */
.app-shell[b-a92u3okt2r] {
    min-height: 100vh;
    display: flex;
}

.nav-drawer-toggle[b-a92u3okt2r] {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
}

.app-sidebar[b-a92u3okt2r] {
    flex: 0 0 276px;
    width: 276px;
    min-height: 100vh;
    background: #2f2e38;
    color: #fff;
    box-shadow: 8px 0 30px rgba(47, 46, 56, 0.12);
    position: relative;
    z-index: 20;
}

.app-main[b-a92u3okt2r] {
    min-width: 0;
    min-height: 100vh;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.app-topbar[b-a92u3okt2r] {
    min-height: 76px;
    padding: 0 38px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    background: rgba(255, 255, 255, 0.94);
    border-bottom: 1px solid rgba(211, 218, 230, 0.85);
    box-shadow: 0 4px 22px rgba(47, 46, 56, 0.06);
    position: sticky;
    top: 0;
    z-index: 10;
}

.topbar-leading[b-a92u3okt2r],
.topbar-actions[b-a92u3okt2r],
.topbar-account[b-a92u3okt2r] {
    display: flex;
    align-items: center;
}

.topbar-leading[b-a92u3okt2r] {
    gap: 0.9rem;
}

.topbar-product[b-a92u3okt2r] {
    display: block;
    color: #2f2e38;
    font-size: 0.92rem;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.topbar-context[b-a92u3okt2r] {
    display: block;
    color: #858b99;
    font-size: 0.76rem;
    margin-top: 0.1rem;
}

.topbar-actions[b-a92u3okt2r] {
    gap: 1rem;
}

.environment-chip[b-a92u3okt2r] {
    border: 1px solid #d3dae6;
    border-radius: 999px;
    color: #586272;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    padding: 0.35rem 0.7rem;
    text-transform: uppercase;
}

.topbar-account[b-a92u3okt2r] {
    color: #586272;
    gap: 0.5rem;
    font-size: 0.86rem;
    font-weight: 600;
    text-decoration: none;
}

.topbar-account:hover[b-a92u3okt2r] {
    color: #80cb21;
}

.account-dot[b-a92u3okt2r],
.sidebar-status-dot[b-a92u3okt2r] {
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 50%;
    display: inline-block;
    background: #80cb21;
    box-shadow: 0 0 0 4px rgba(128, 203, 33, 0.12);
}

.mobile-menu-button[b-a92u3okt2r] {
    display: none;
    color: #2f2e38;
    font-size: 1.25rem;
    cursor: pointer;
}

.mobile-scrim[b-a92u3okt2r] {
    display: none;
}

.app-content[b-a92u3okt2r] {
    flex: 1;
    padding: 34px 38px 46px;
}

.content-container[b-a92u3okt2r] {
    width: min(1440px, 100%);
    margin: 0 auto;
}

.app-footer[b-a92u3okt2r] {
    padding: 16px 38px 22px;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    color: #aeb2b7;
    font-size: 0.75rem;
}

#blazor-error-ui[b-a92u3okt2r] {
    display: none;
    position: fixed;
    inset: auto 0 0;
    z-index: 1000;
    padding: 0.85rem 1.25rem;
    color: #fff;
    background: #b32121;
    box-shadow: 0 -4px 16px rgba(47, 46, 56, 0.18);
}

#blazor-error-ui .reload[b-a92u3okt2r] {
    color: #fff;
    margin-left: 1rem;
    font-weight: 700;
}

#blazor-error-ui .dismiss[b-a92u3okt2r] {
    float: right;
    border: 0;
    color: #fff;
    background: transparent;
    font-size: 1.2rem;
    line-height: 1;
}

@media (max-width: 900px) {
    .app-sidebar[b-a92u3okt2r] {
        position: fixed;
        inset: 0 auto 0 0;
        transform: translateX(-105%);
        transition: transform 0.22s ease;
    }

    .nav-drawer-toggle:checked ~ .app-sidebar[b-a92u3okt2r] {
        transform: translateX(0);
    }

    .nav-drawer-toggle:checked ~ .mobile-scrim[b-a92u3okt2r] {
        display: block;
        position: fixed;
        inset: 0;
        z-index: 15;
        background: rgba(47, 46, 56, 0.42);
    }

    .mobile-menu-button[b-a92u3okt2r] {
        display: inline-flex;
    }

    .app-topbar[b-a92u3okt2r] {
        padding: 0 22px;
    }

    .app-content[b-a92u3okt2r] {
        padding: 28px 22px 38px;
    }

    .app-footer[b-a92u3okt2r] {
        padding-inline: 22px;
    }
}

@media (max-width: 560px) {
    .topbar-context[b-a92u3okt2r],
    .environment-chip[b-a92u3okt2r] {
        display: none;
    }

    .topbar-actions[b-a92u3okt2r] {
        gap: 0.4rem;
    }

    .app-footer[b-a92u3okt2r] {
        flex-direction: column;
        gap: 0.25rem;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.sidebar-inner[b-yy4t3teqi0] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    padding: 28px 18px 18px;
}

.brand-lockup[b-yy4t3teqi0] {
    padding: 0.45rem 0.75rem 2rem;
}

.brand-link[b-yy4t3teqi0] {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
}

.brand-link img[b-yy4t3teqi0] {
    width: min(166px, 100%);
    height: auto;
    display: block;
}

.brand-caption[b-yy4t3teqi0] {
    display: block;
    margin-top: 0.75rem;
    color: #b2afc6;
    font-size: 0.75rem;
    letter-spacing: 0.12em;
}

.primary-nav[b-yy4t3teqi0] {
    flex: 1;
}

.nav-section-title[b-yy4t3teqi0] {
    margin: 1.2rem 0 0.45rem;
    padding: 0 0.75rem;
    color: #7f7d90;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.nav-link[b-yy4t3teqi0] {
    display: flex;
    align-items: center;
    min-height: 48px;
    width: 100%;
    padding: 0.65rem 0.75rem;
    gap: 0.75rem;
    border-radius: 6px;
    color: #d7d7d7;
    font-size: 0.86rem;
    line-height: 1.2;
    text-decoration: none;
    transition: background-color 0.15s ease, color 0.15s ease;
}

.nav-link:hover[b-yy4t3teqi0],
.nav-link.active[b-yy4t3teqi0] {
    color: #fff;
    background: rgba(255, 255, 255, 0.12);
}

.nav-link.active[b-yy4t3teqi0] {
    box-shadow: inset 3px 0 0 #80cb21;
}

.nav-icon[b-yy4t3teqi0] {
    flex: 0 0 1.25rem;
    color: #aeb2b7;
    font-size: 1.15rem;
    text-align: center;
}

.nav-link.active .nav-icon[b-yy4t3teqi0],
.nav-link:hover .nav-icon[b-yy4t3teqi0] {
    color: #80cb21;
}

.nav-label[b-yy4t3teqi0] {
    flex: 1;
}

.nav-link-disabled[b-yy4t3teqi0] {
    cursor: not-allowed;
    opacity: 0.55;
}

.nav-link-disabled:hover[b-yy4t3teqi0] {
    color: #d7d7d7;
    background: transparent;
}

.nav-lock[b-yy4t3teqi0] {
    color: #7f7d90;
    font-size: 0.62rem;
    white-space: nowrap;
}

.sidebar-footer[b-yy4t3teqi0] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 1.1rem 0.75rem 0.35rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: #aeb2b7;
    font-size: 0.72rem;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-4a7u15pdse],
.components-reconnect-repeated-attempt-visible[b-4a7u15pdse],
.components-reconnect-failed-visible[b-4a7u15pdse],
.components-pause-visible[b-4a7u15pdse],
.components-resume-failed-visible[b-4a7u15pdse],
.components-rejoining-animation[b-4a7u15pdse] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-4a7u15pdse],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-4a7u15pdse],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-4a7u15pdse],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-4a7u15pdse],
#components-reconnect-modal.components-reconnect-retrying[b-4a7u15pdse],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-4a7u15pdse],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-4a7u15pdse],
#components-reconnect-modal.components-reconnect-failed[b-4a7u15pdse],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-4a7u15pdse] {
    display: block;
}


#components-reconnect-modal[b-4a7u15pdse] {
    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-4a7u15pdse 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-4a7u15pdse 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-4a7u15pdse 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-4a7u15pdse]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-4a7u15pdse 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-4a7u15pdse {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-4a7u15pdse {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-4a7u15pdse {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-4a7u15pdse] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-4a7u15pdse] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-4a7u15pdse] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-4a7u15pdse] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-4a7u15pdse] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-4a7u15pdse] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-4a7u15pdse] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-4a7u15pdse 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-4a7u15pdse] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-4a7u15pdse {
    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;
    }
}
