/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-epzzwpu2an] {
    position: relative;
    display: flex;
    flex-direction: column;
    background: transparent;
}

main[b-epzzwpu2an] {
    flex: 1;
}

.sidebar[b-epzzwpu2an] {
    background-image: linear-gradient(180deg, #1b3552 0%, #142a42 100%);
    box-shadow: 2px 0 16px rgba(15, 31, 46, 0.18);
}

.top-row[b-epzzwpu2an] {
    background-color: rgba(255, 255, 255, 0.92);
    border-bottom: 1px solid #dfe4ec;
    height: 4rem;
    display: flex;
    align-items: center;
    backdrop-filter: blur(8px);
}

    .top-row[b-epzzwpu2an]  a, .top-row .btn-link[b-epzzwpu2an] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-epzzwpu2an] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

.app-title[b-epzzwpu2an] {
    font-weight: 600;
    font-size: 1.2rem;
    color: #1f2f3e;
    letter-spacing: 0.02em;
    text-decoration: none;
    margin-left: 0;
}

.top-row .app-title[b-epzzwpu2an] {
    margin-left: 0 !important;
}

.top-row-meta[b-epzzwpu2an] {
    display: flex;
    align-items: center;
}

.top-row-versions[b-epzzwpu2an] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-left: 1.25rem;
    font-size: 0.68rem;
    line-height: 1.1;
    color: #6c757d;
}

.top-row-versions span[b-epzzwpu2an] {
    white-space: nowrap;
}

.top-row-inner[b-epzzwpu2an] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0;
}

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-epzzwpu2an] {
        display: none;
    }

    .top-row.auth[b-epzzwpu2an] {
        justify-content: space-between;
    }

    .top-row a[b-epzzwpu2an], .top-row .btn-link[b-epzzwpu2an] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-epzzwpu2an] {
        flex-direction: row;
    }

    .sidebar[b-epzzwpu2an] {
        width: 250px;
        min-height: 100vh;
        min-height: 100dvh;
    }

    .top-row[b-epzzwpu2an] {
        position: sticky;
        top: 0;
        z-index: 2;
    }

    .top-row-inner[b-epzzwpu2an],
    article.content[b-epzzwpu2an] {
        padding-left: 2rem;
        padding-right: 1.5rem;
    }
}

#blazor-error-ui[b-epzzwpu2an] {
    color-scheme: light only;
    background: #fff7d6;
    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-epzzwpu2an] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-us7l4ndkke] {
    background-color: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.top-row[b-us7l4ndkke] {
    height: 7.2rem;
    background-color: rgba(12, 24, 38, 0.8);
}

.navbar-brand[b-us7l4ndkke] {
    display: inline-flex;
    align-items: center;
    height: 100%;
    padding: 0;
}

.brand-logo[b-us7l4ndkke] {
    height: 5.76rem;
    width: auto;
    display: block;
}

.top-row .container-fluid[b-us7l4ndkke] {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.oi[b-us7l4ndkke] {
    width: 1.35rem;
    font-size: 1.05rem;
    vertical-align: middle;
    top: 0;
}

.nav-item[b-us7l4ndkke] {
    font-size: 1.02rem;
    padding-bottom: 0.5rem;
}

.nav-item.nav-section[b-us7l4ndkke] {
    margin-top: 0.75rem;
}

    .nav-item:first-of-type[b-us7l4ndkke] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-us7l4ndkke] {
        padding-bottom: 1rem;
    }

    .nav-item[b-us7l4ndkke]  a {
        color: rgba(240, 246, 252, 0.96);
        border-radius: 8px;
        min-height: 2.75rem;
        display: flex;
        align-items: center;
        gap: 0.55rem;
        line-height: 1.25;
        padding: 0.35rem 0.75rem;
        transition: background-color 0.2s ease, color 0.2s ease;
        font-weight: 600;
        white-space: normal;
    }

.nav-item[b-us7l4ndkke]  a.active {
    background-color: rgba(255, 255, 255, 0.22);
    color: white;
}

.nav-item[b-us7l4ndkke]  a:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-us7l4ndkke] {
        display: none;
    }

    .collapse[b-us7l4ndkke] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-us7l4ndkke] {
        /* Keep menu in normal page flow to avoid nested-scroll rendering issues. */
        height: auto;
        max-height: none;
        overflow-y: visible;
    }
}
/* /Shared/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-lsouovy3w0],
.components-reconnect-repeated-attempt-visible[b-lsouovy3w0],
.components-reconnect-failed-visible[b-lsouovy3w0],
.components-pause-visible[b-lsouovy3w0],
.components-resume-failed-visible[b-lsouovy3w0],
.components-rejoining-animation[b-lsouovy3w0] {
    display: none;
}

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

#components-reconnect-modal[b-lsouovy3w0] {
    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: 1;
    transition: none;
    animation: none;
}

#components-reconnect-modal[open][b-lsouovy3w0] {
    animation: none;
}

#components-reconnect-modal[b-lsouovy3w0]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: none;
    opacity: 1;
}

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

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

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

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

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

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

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

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

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