/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-l63iv87coe] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.layout-sidebar-toggle[b-l63iv87coe] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    clip-path: inset(50%);
    border: 0;
}

main[b-l63iv87coe] {
    flex: 1;
    min-width: 0;
}

.sidebar[b-l63iv87coe] {
    background:
        radial-gradient(circle at top, rgba(255,255,255,0.08), transparent 28%),
        linear-gradient(180deg, #20405f 0%, #11253b 42%, #533129 100%);
}

.top-row[b-l63iv87coe] {
    background: rgba(247, 245, 239, 0.8);
    border-bottom: 1px solid rgba(23, 33, 43, 0.08);
    justify-content: space-between;
    min-height: 4.2rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    backdrop-filter: blur(12px);
}

.top-row-leading[b-l63iv87coe] {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    min-width: 0;
}

.sidebar-toggle-button[b-l63iv87coe] {
    display: none;
    align-items: center;
    justify-content: center;
    min-width: 6.8rem;
    border-radius: 999px;
    padding: 0.6rem 0.95rem;
    border: 1px solid rgba(23, 33, 43, 0.1);
    background: rgba(255, 255, 255, 0.85);
    color: #17212b;
    font-weight: 700;
}

.sidebar-toggle-closed[b-l63iv87coe] {
    display: none;
}

.top-row-title[b-l63iv87coe] {
    font-weight: 800;
}

.top-row-subtitle[b-l63iv87coe],
.top-row-user-meta[b-l63iv87coe],
.top-row-user-state[b-l63iv87coe] {
    color: #5b6771;
    font-size: 0.92rem;
}

.top-row-actions[b-l63iv87coe] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.top-row-user-shell[b-l63iv87coe] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.5rem 0.85rem;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(23, 33, 43, 0.08);
    white-space: nowrap;
}

.top-row-user-shell .top-row-user-meta[b-l63iv87coe] {
    padding-left: 0.6rem;
    border-left: 1px solid rgba(23, 33, 43, 0.15);
}

.top-row-user-name[b-l63iv87coe] {
    color: #17212b;
    font-weight: 800;
}

.logout-button[b-l63iv87coe],
.login-link[b-l63iv87coe] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 0.6rem 0.95rem;
    border: 1px solid rgba(23, 33, 43, 0.1);
    background: rgba(255,255,255,0.85);
    color: #17212b;
    text-decoration: none;
    font-weight: 700;
}

    .top-row[b-l63iv87coe]  a, .top-row[b-l63iv87coe]  .btn-link {
        white-space: nowrap;
        text-decoration: none;
    }

    .top-row[b-l63iv87coe]  a:hover, .top-row[b-l63iv87coe]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-l63iv87coe]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-l63iv87coe] {
        flex-direction: column;
        align-items: flex-start;
    }

    .top-row-actions[b-l63iv87coe] {
        width: 100%;
        flex-wrap: wrap;
    }

    .top-row-user-shell[b-l63iv87coe] {
        width: 100%;
        min-width: 0;
        flex-wrap: wrap;
        white-space: normal;
    }

    .top-row[b-l63iv87coe]  a, .top-row[b-l63iv87coe]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-l63iv87coe] {
        flex-direction: row;
    }

    .sidebar[b-l63iv87coe] {
        flex: 0 0 250px;
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
        overflow: hidden;
        transition: flex-basis 0.24s ease, width 0.24s ease, opacity 0.24s ease;
    }

    .sidebar-toggle-button[b-l63iv87coe] {
        display: inline-flex;
    }

    .layout-sidebar-toggle:checked ~ .page .sidebar[b-l63iv87coe] {
        flex-basis: 0;
        width: 0;
        opacity: 0;
    }

    .layout-sidebar-toggle:checked ~ .page .sidebar > *[b-l63iv87coe] {
        pointer-events: none;
    }

    .layout-sidebar-toggle:checked ~ .page .sidebar-toggle-open[b-l63iv87coe] {
        display: none;
    }

    .layout-sidebar-toggle:checked ~ .page .sidebar-toggle-closed[b-l63iv87coe] {
        display: inline;
    }

    .top-row[b-l63iv87coe] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-l63iv87coe]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-l63iv87coe], article[b-l63iv87coe] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-l63iv87coe] {
    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-l63iv87coe] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.top-row.navbar[b-aioelk92qx] {
    padding-top: 1rem;
    padding-bottom: 0.9rem;
}

.navbar-brand[b-aioelk92qx] {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    color: #fffaf2 !important;
    width: 100%;
    min-width: 0;
}

.brand-mark[b-aioelk92qx] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.18);
    color: #fffaf2;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.brand-copy[b-aioelk92qx] {
    display: grid;
    gap: 0.15rem;
    min-width: 0;
}

.brand-copy strong[b-aioelk92qx] {
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: 0.06em;
}

.brand-copy small[b-aioelk92qx] {
    color: rgba(255, 250, 242, 0.82);
    font-size: 0.72rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    line-height: 1.2;
    white-space: normal;
    overflow-wrap: anywhere;
}

.navbar-toggler[b-aioelk92qx] {
    appearance: none;
    cursor: pointer;
    width: 3.4rem;
    height: 2.5rem;
    position: absolute;
    top: 0.7rem;
    right: 1rem;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 250, 242, 0.9%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.65rem rgba(255, 255, 255, 0.08);
}

.nav-item[b-aioelk92qx] {
    font-size: 0.95rem;
    padding-bottom: 0.45rem;
}

.nav-item:first-of-type[b-aioelk92qx] {
    padding-top: 0.75rem;
}

.nav-item:last-of-type[b-aioelk92qx] {
    padding-bottom: 1rem;
}

.nav-item[b-aioelk92qx]  .nav-link {
    color: #fff8ef;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    min-height: 3.2rem;
    display: flex;
    align-items: center;
    gap: 0.8rem;
    width: 100%;
    padding: 0.45rem 0.8rem;
    font-weight: 700;
}

.nav-index[b-aioelk92qx] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.45rem;
    height: 2.1rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.2);
    color: #fffaf2;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    flex-shrink: 0;
}

.nav-text[b-aioelk92qx] {
    flex: 1;
}

.nav-item[b-aioelk92qx]  a.active {
    background: rgba(255, 255, 255, 0.22);
    border-color: rgba(255, 255, 255, 0.26);
    color: #ffffff;
}

.nav-item[b-aioelk92qx]  a.active .nav-index {
    background: rgba(255, 255, 255, 0.9);
    color: #17324d;
}

.nav-item[b-aioelk92qx]  .nav-link:hover {
    background: rgba(255, 255, 255, 0.16);
    border-color: rgba(255, 255, 255, 0.18);
    color: #ffffff;
}

.nav-scrollable[b-aioelk92qx] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-aioelk92qx] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-aioelk92qx] {
        display: none;
    }

    .nav-scrollable[b-aioelk92qx] {
        display: block;
        height: calc(100vh - 5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-wwq3dlx2kz],
.components-reconnect-repeated-attempt-visible[b-wwq3dlx2kz],
.components-reconnect-failed-visible[b-wwq3dlx2kz],
.components-pause-visible[b-wwq3dlx2kz],
.components-resume-failed-visible[b-wwq3dlx2kz],
.components-rejoining-animation[b-wwq3dlx2kz] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-wwq3dlx2kz],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-wwq3dlx2kz],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-wwq3dlx2kz],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-wwq3dlx2kz],
#components-reconnect-modal.components-reconnect-retrying[b-wwq3dlx2kz],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-wwq3dlx2kz],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-wwq3dlx2kz],
#components-reconnect-modal.components-reconnect-failed[b-wwq3dlx2kz],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-wwq3dlx2kz] {
    display: block;
}


#components-reconnect-modal[b-wwq3dlx2kz] {
    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-wwq3dlx2kz 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-wwq3dlx2kz 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-wwq3dlx2kz 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-wwq3dlx2kz]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-wwq3dlx2kz 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-wwq3dlx2kz {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-wwq3dlx2kz {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-wwq3dlx2kz {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-wwq3dlx2kz] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-wwq3dlx2kz] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-wwq3dlx2kz] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-wwq3dlx2kz] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-wwq3dlx2kz] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-wwq3dlx2kz] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-wwq3dlx2kz] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-wwq3dlx2kz 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-wwq3dlx2kz] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-wwq3dlx2kz {
    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;
    }
}
