/* /Components/Layout/MainLayout.razor.rz.scp.css */
.app-shell[b-1ui769qatj] {
    min-height: 100vh;
    background: var(--portal-bg);
}

.main-panel[b-1ui769qatj] {
    flex: 1;
    min-width: 0;
}

.sidebar[b-1ui769qatj] {
    background: var(--sidebar-bg);
    border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.portal-topbar[b-1ui769qatj] {
    position: sticky;
    top: 0;
    z-index: 10;
    min-height: 4.75rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.5rem;
    background: rgba(255, 255, 255, 0.94);
    border-bottom: 1px solid var(--portal-border);
    backdrop-filter: blur(12px);
}

.topbar-kicker[b-1ui769qatj] {
    color: var(--portal-muted);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.topbar-title[b-1ui769qatj] {
    color: var(--portal-ink);
    font-size: 1.05rem;
    font-weight: 700;
}

.topbar-user[b-1ui769qatj] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.75rem;
}

.topbar-user-copy[b-1ui769qatj] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    line-height: 1.2;
}

.topbar-name[b-1ui769qatj] {
    color: var(--portal-ink);
    font-size: 0.9rem;
    font-weight: 700;
}

.topbar-email[b-1ui769qatj] {
    color: var(--portal-muted);
    font-size: 0.78rem;
}

.portal-content[b-1ui769qatj] {
    padding: 1.75rem;
    max-width: 1480px;
}

@media (max-width: 740px) {
    .portal-topbar[b-1ui769qatj] {
        align-items: flex-start;
        flex-direction: column;
        padding: 1rem;
    }

    .topbar-user[b-1ui769qatj] {
        align-items: flex-start;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .topbar-user-copy[b-1ui769qatj] {
        align-items: flex-start;
    }

    .portal-content[b-1ui769qatj] {
        padding: 1rem;
    }
}

@media (min-width: 741px) {
    .page[b-1ui769qatj] {
        display: flex;
        flex-direction: row;
    }

    .sidebar[b-1ui769qatj] {
        width: 292px;
        height: 100vh;
        position: sticky;
        top: 0;
    }
}

#blazor-error-ui[b-1ui769qatj] {
    color-scheme: light only;
    background: #fff7d6;
    bottom: 0;
    border-top: 1px solid #e7cf80;
    box-shadow: 0 -0.5rem 1.5rem rgba(18, 18, 18, 0.12);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.75rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-1ui769qatj] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.brand-panel[b-ut527ligyv] {
    padding: 1.4rem 1.2rem 1rem;
}

.brand-lockup[b-ut527ligyv] {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    color: #fff;
    text-decoration: none;
}

.brand-lockup:hover[b-ut527ligyv] {
    color: #fff;
}

.brand-logo[b-ut527ligyv] {
    width: 4.35rem;
    height: auto;
    display: block;
    object-fit: contain;
    background: #fff;
    border-radius: 0.75rem;
    padding: 0.4rem;
    box-shadow: 0 0.8rem 1.8rem rgba(0, 0, 0, 0.22);
}

.brand-name[b-ut527ligyv] {
    color: rgba(255, 255, 255, 0.84);
    font-size: 0.82rem;
    font-weight: 700;
    line-height: 1.2;
}

.navbar-toggler[b-ut527ligyv] {
    appearance: none;
    cursor: pointer;
    width: 2.75rem;
    height: 2.25rem;
    color: white;
    position: absolute;
    top: 1rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 0.55rem;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.72%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.55rem rgba(255, 255, 255, 0.08);
}

.navbar-toggler:checked[b-ut527ligyv] {
    background-color: rgba(255, 255, 255, 0.18);
}

.portal-nav[b-ut527ligyv] {
    gap: 0.15rem;
    padding: 0.25rem 0.85rem 1.5rem;
}

.nav-section-label[b-ut527ligyv] {
    color: rgba(255, 255, 255, 0.42);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.11em;
    padding: 1.15rem 0.65rem 0.45rem;
    text-transform: uppercase;
}

.nav-item[b-ut527ligyv] {
    font-size: 0.9rem;
}

.nav-item[b-ut527ligyv]  .nav-link {
    color: rgba(255, 255, 255, 0.72);
    background: transparent;
    border: 1px solid transparent;
    border-radius: 0.65rem;
    min-height: 2.6rem;
    display: flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.62rem 0.7rem;
    width: 100%;
}

.nav-item[b-ut527ligyv]  a.active {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.14);
    color: #fff;
}

.nav-item[b-ut527ligyv]  .nav-link:hover {
    background-color: rgba(255, 255, 255, 0.08);
    color: #fff;
}

.nav-dot[b-ut527ligyv] {
    width: 0.45rem;
    height: 0.45rem;
    flex: 0 0 auto;
    border-radius: 999px;
    background: var(--portal-accent);
    opacity: 0.55;
}

.nav-item[b-ut527ligyv]  a.active .nav-dot {
    opacity: 1;
}

.nav-scrollable[b-ut527ligyv] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-ut527ligyv] {
    display: block;
}

@media (max-width: 740px) {
    .brand-panel[b-ut527ligyv] {
        padding-right: 4.5rem;
    }
}

@media (min-width: 741px) {
    .navbar-toggler[b-ut527ligyv] {
        display: none;
    }

    .nav-scrollable[b-ut527ligyv] {
        display: block;
        height: calc(100vh - 7.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-o913qtosio],
.components-reconnect-repeated-attempt-visible[b-o913qtosio],
.components-reconnect-failed-visible[b-o913qtosio],
.components-pause-visible[b-o913qtosio],
.components-resume-failed-visible[b-o913qtosio],
.components-rejoining-animation[b-o913qtosio] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-o913qtosio],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-o913qtosio],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-o913qtosio],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-o913qtosio],
#components-reconnect-modal.components-reconnect-retrying[b-o913qtosio],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-o913qtosio],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-o913qtosio],
#components-reconnect-modal.components-reconnect-failed[b-o913qtosio],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-o913qtosio] {
    display: block;
}


#components-reconnect-modal[b-o913qtosio] {
    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-o913qtosio 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-o913qtosio 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-o913qtosio 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-o913qtosio]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-o913qtosio 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-o913qtosio {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-o913qtosio {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-o913qtosio {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-o913qtosio] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-o913qtosio] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-o913qtosio] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-o913qtosio] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-o913qtosio] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-o913qtosio] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-o913qtosio] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-o913qtosio 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-o913qtosio] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-o913qtosio {
    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;
    }
}
