/* /Components/Layout/MainLayout.razor.rz.scp.css */
.app-shell[b-20h3svkxay] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.main-panel[b-20h3svkxay] {
    flex: 1;
    min-width: 0;
}

.sidebar-panel[b-20h3svkxay] {
    background: linear-gradient(180deg, #081225 0%, #0d1832 35%, #101937 100%);
    border-right: 1px solid rgba(148, 163, 184, 0.12);
    box-shadow: inset -1px 0 0 rgba(255, 255, 255, 0.02);
}

.workspace-topbar[b-20h3svkxay] {
    position: sticky;
    top: 0;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding: 1.35rem 1.6rem;
    backdrop-filter: blur(18px);
    background: rgba(248, 250, 252, 0.78);
    border-bottom: 1px solid rgba(148, 163, 184, 0.15);
}

.workspace-kicker[b-20h3svkxay] {
    font-size: 0.75rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #6366f1;
    font-weight: 700;
}

.workspace-title[b-20h3svkxay] {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0f172a;
}

.workspace-actions[b-20h3svkxay] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
    justify-content: flex-end;
    min-width: 0;
}

.mobile-menu-toggle[b-20h3svkxay] {
    display: none;
    border: 1px solid rgba(148, 163, 184, 0.35);
    background: #fff;
    color: #0f172a;
    font-weight: 600;
    border-radius: 999px;
    padding: 0.6rem 0.95rem;
}

.topbar-link[b-20h3svkxay] {
    text-decoration: none;
    color: #334155;
    font-weight: 600;
    padding: 0.65rem 1rem;
    border-radius: 999px;
    transition: 0.2s ease;
}

.topbar-link:hover[b-20h3svkxay] {
    color: #0f172a;
    background: rgba(99, 102, 241, 0.08);
}

.topbar-link-download[b-20h3svkxay] {
    color: #1d4ed8;
    background: rgba(59, 130, 246, 0.1);
}

.topbar-link-download:hover[b-20h3svkxay] {
    color: #1e3a8a;
    background: rgba(59, 130, 246, 0.18);
}

.workspace-content[b-20h3svkxay] {
    padding: 1.6rem;
}

@media (max-width: 640.98px) {
    .workspace-topbar[b-20h3svkxay] {
        flex-direction: column;
        align-items: flex-start;
        padding: 1.1rem 1rem;
    }

    .mobile-menu-toggle[b-20h3svkxay] {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .workspace-actions[b-20h3svkxay] {
        width: 100%;
        justify-content: flex-start;
        gap: 0.5rem;
        flex-direction: column;
        align-items: stretch;
    }

    .workspace-actions.workspace-actions-closed[b-20h3svkxay] {
        display: none;
    }

    .workspace-actions.workspace-actions-open[b-20h3svkxay] {
        display: flex;
    }

    .topbar-link[b-20h3svkxay] {
        padding: 0.55rem 0.85rem;
        width: 100%;
    }

    .workspace-actions form[b-20h3svkxay] {
        width: 100%;
    }

    .workspace-actions form .btn[b-20h3svkxay] {
        width: 100%;
    }

    .workspace-content[b-20h3svkxay] {
        padding: 1rem;
    }
}

@media (min-width: 641px) {
    .app-shell[b-20h3svkxay] {
        flex-direction: row;
    }

    .workspace-actions.workspace-actions-closed[b-20h3svkxay],
    .workspace-actions.workspace-actions-open[b-20h3svkxay] {
        display: flex;
    }

    .sidebar-panel[b-20h3svkxay] {
        width: 290px;
        min-height: 100vh;
        position: sticky;
        top: 0;
    }
}

#blazor-error-ui[b-20h3svkxay] {
    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-20h3svkxay] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-7l8h8vglm1] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 1.15rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 0.9rem;
    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.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.08);
}

.navbar-toggler:checked[b-7l8h8vglm1] {
    background-color: rgba(255, 255, 255, 0.18);
}

.sidebar-header[b-7l8h8vglm1] {
    min-height: 5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.25rem 1.25rem 1rem 1.25rem;
}

.brand-logo[b-7l8h8vglm1] {
    width: 3.5rem;
    height: 3.5rem;
    object-fit: contain;
    flex: 0 0 auto;
}

.navbar-brand[b-7l8h8vglm1] {
    font-size: 1.12rem;
    color: #f8fafc;
    font-weight: 700;
    text-decoration: none;
}

.brand-caption[b-7l8h8vglm1] {
    color: rgba(226, 232, 240, 0.72);
    font-size: 0.82rem;
    margin-top: 0.15rem;
}

.bi[b-7l8h8vglm1] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-7l8h8vglm1] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-7l8h8vglm1] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-7l8h8vglm1] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-7l8h8vglm1] {
    font-size: 0.94rem;
    padding-bottom: 0.3rem;
}

    .nav-item:first-of-type[b-7l8h8vglm1] {
        padding-top: 0.8rem;
    }

    .nav-item:last-of-type[b-7l8h8vglm1] {
        padding-bottom: 0.5rem;
    }

    .nav-item[b-7l8h8vglm1]  .nav-link {
        color: rgba(226, 232, 240, 0.82);
        background: transparent;
        border: none;
        border-radius: 1rem;
        height: 3.15rem;
        display: flex;
        align-items: center;
        line-height: 3.15rem;
        width: 100%;
        font-weight: 600;
        padding: 0 1rem;
        transition: all 0.2s ease;
    }

.nav-item[b-7l8h8vglm1]  a.active {
    background: linear-gradient(90deg, rgba(99, 102, 241, 0.26), rgba(14, 165, 233, 0.18));
    color: white;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.nav-item[b-7l8h8vglm1]  .nav-link:hover {
    background-color: rgba(255,255,255,0.06);
    color: white;
}

.nav-scrollable[b-7l8h8vglm1] {
    display: none;
    padding-bottom: 1rem;
}

.navbar-toggler:checked ~ .nav-scrollable[b-7l8h8vglm1] {
    display: block;
}

.sidebar-summary[b-7l8h8vglm1] {
    margin: 0.75rem 1rem 1rem 1rem;
    padding: 1rem;
    border-radius: 1.1rem;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.summary-title[b-7l8h8vglm1] {
    color: #f8fafc;
    font-size: 0.84rem;
    font-weight: 700;
    margin-bottom: 0.35rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.summary-text[b-7l8h8vglm1] {
    color: rgba(226, 232, 240, 0.72);
    font-size: 0.86rem;
    line-height: 1.5;
}

.sidebar-footer[b-7l8h8vglm1] {
    margin: 1rem;
    padding: 1rem 1rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-chip[b-7l8h8vglm1] {
    display: inline-flex;
    align-items: center;
    padding: 0.45rem 0.8rem;
    border-radius: 999px;
    background: rgba(14, 165, 233, 0.14);
    color: #bae6fd;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.footer-note[b-7l8h8vglm1] {
    margin-top: 0.7rem;
    color: rgba(226, 232, 240, 0.68);
    font-size: 0.84rem;
    line-height: 1.45;
}

@media (min-width: 641px) {
    .navbar-toggler[b-7l8h8vglm1] {
        display: none;
    }

    .nav-scrollable[b-7l8h8vglm1] {
        display: block;
        height: calc(100vh - 5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-d1c1hj2dom],
.components-reconnect-repeated-attempt-visible[b-d1c1hj2dom],
.components-reconnect-failed-visible[b-d1c1hj2dom],
.components-pause-visible[b-d1c1hj2dom],
.components-resume-failed-visible[b-d1c1hj2dom],
.components-rejoining-animation[b-d1c1hj2dom] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-d1c1hj2dom],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-d1c1hj2dom],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-d1c1hj2dom],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-d1c1hj2dom],
#components-reconnect-modal.components-reconnect-retrying[b-d1c1hj2dom],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-d1c1hj2dom],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-d1c1hj2dom],
#components-reconnect-modal.components-reconnect-failed[b-d1c1hj2dom],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-d1c1hj2dom] {
    display: block;
}


#components-reconnect-modal[b-d1c1hj2dom] {
    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-d1c1hj2dom 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-d1c1hj2dom 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-d1c1hj2dom 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-d1c1hj2dom]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-d1c1hj2dom 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-d1c1hj2dom {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-d1c1hj2dom {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-d1c1hj2dom {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-d1c1hj2dom] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-d1c1hj2dom] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-d1c1hj2dom] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-d1c1hj2dom] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-d1c1hj2dom] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-d1c1hj2dom] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-d1c1hj2dom] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-d1c1hj2dom 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-d1c1hj2dom] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-d1c1hj2dom {
    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;
    }
}
