/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-zh9x67r8sf] {
    min-height: 100vh;
    background: var(--wf-page-bg);
    color: var(--wf-text);
}

.workspace-shell[b-zh9x67r8sf] {
    display: flex;
}

.public-shell[b-zh9x67r8sf] {
    display: block;
}

.sidebar[b-zh9x67r8sf] {
    background: linear-gradient(180deg, var(--wf-sidebar-start) 0%, var(--wf-sidebar-mid) 55%, var(--wf-sidebar-end) 100%);
}

main[b-zh9x67r8sf] {
    flex: 1;
    min-width: 0;
}

.top-row[b-zh9x67r8sf] {
    background-color: var(--wf-topbar-bg);
    border-bottom: 1px solid var(--wf-border-strong);
    justify-content: space-between;
    min-height: 5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    backdrop-filter: blur(14px);
}

.portal-summary[b-zh9x67r8sf] {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.portal-title[b-zh9x67r8sf] {
    font-size: 1rem;
    font-weight: 800;
    color: var(--wf-text);
}

.portal-caption[b-zh9x67r8sf] {
    color: var(--wf-text-muted);
    font-size: 0.95rem;
}

.top-row-actions[b-zh9x67r8sf] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.workspace-pill[b-zh9x67r8sf] {
    padding: 0.5rem 0.9rem;
    border-radius: 999px;
    background: var(--wf-workspace-pill-bg);
    color: var(--wf-workspace-pill-text);
    font-size: 0.85rem;
    font-weight: 700;
}

/* Context switcher when embedded in the top bar (light theme) */
[b-zh9x67r8sf] .top-row-actions .context-switcher {
    width: auto;
}

[b-zh9x67r8sf] .top-row-actions .context-switcher-select {
    min-height: auto;
    padding: 0.45rem 2.2rem 0.45rem 0.9rem;
    border-radius: 999px;
    background-color: var(--wf-workspace-pill-bg);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 16 16'%3E%3Cpath fill='rgba(11,73,160,0.7)' d='M3.2 5.5L8 10.3l4.8-4.8.9.9L8 12.1 2.3 6.4z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.7rem center;
    border-color: var(--wf-border);
    color: var(--wf-workspace-pill-text);
    font-weight: 700;
    font-size: 0.85rem;
    box-shadow: none;
}

.profile-link[b-zh9x67r8sf] {
    color: var(--wf-text);
    text-decoration: none;
    font-weight: 700;
}

.profile-link-rich[b-zh9x67r8sf] {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
}

/* Profile dropdown */
.profile-menu-wrap[b-zh9x67r8sf] {
    position: relative;
}

.profile-menu-trigger[b-zh9x67r8sf] {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
}

.profile-menu-backdrop[b-zh9x67r8sf] {
    position: fixed;
    inset: 0;
    z-index: 99;
}

.profile-menu-dropdown[b-zh9x67r8sf] {
    position: absolute;
    right: 0;
    top: calc(100% + 0.5rem);
    z-index: 100;
    min-width: 13rem;
    background: var(--wf-surface-elevated);
    border: 1px solid var(--wf-border);
    border-radius: 1rem;
    box-shadow: 0 20px 55px rgba(15, 23, 42, 0.14);
    padding: 0.4rem;
    display: flex;
    flex-direction: column;
}

.profile-menu-item[b-zh9x67r8sf] {
    display: block;
    padding: 0.6rem 0.85rem;
    border-radius: 0.65rem;
    color: var(--wf-text);
    font-weight: 600;
    font-size: 0.9rem;
    text-decoration: none;
    transition: background 0.1s;
}

.profile-menu-item:hover[b-zh9x67r8sf] {
    background: var(--wf-surface-muted);
    color: var(--wf-text);
}

.profile-menu-item-danger[b-zh9x67r8sf] {
    color: var(--wf-danger);
}

.profile-menu-item-danger:hover[b-zh9x67r8sf] {
    color: var(--wf-danger);
    background: rgba(220, 53, 69, 0.08);
}

.profile-menu-divider[b-zh9x67r8sf] {
    height: 1px;
    background: var(--wf-border);
    margin: 0.35rem 0;
}

.language-select-wrap[b-zh9x67r8sf] {
    min-width: 8rem;
}

.language-select[b-zh9x67r8sf] {
    border-radius: 999px;
    background-color: var(--wf-surface);
    border-color: var(--wf-border);
    color: var(--wf-text);
}

.profile-avatar-shell[b-zh9x67r8sf] {
    display: inline-flex;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 999px;
    overflow: hidden;
    background: var(--wf-surface-muted);
    border: 1px solid var(--wf-border);
    align-items: center;
    justify-content: center;
}

.profile-avatar-small[b-zh9x67r8sf] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile-avatar-fallback[b-zh9x67r8sf] {
    font-size: 0.8rem;
    font-weight: 800;
    color: var(--wf-link);
}

.public-header[b-zh9x67r8sf] {
    position: sticky;
    top: 0;
    z-index: 10;
    background: var(--wf-header-bg);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--wf-border);
}

.public-header-inner[b-zh9x67r8sf] {
    width: min(1200px, calc(100% - 2rem));
    margin: 0 auto;
    min-height: 5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.public-brand[b-zh9x67r8sf] {
    text-decoration: none;
    color: var(--wf-text);
    display: inline-flex;
    gap: 0.85rem;
    align-items: center;
}

.public-brand-mark[b-zh9x67r8sf] {
    width: 2.6rem;
    height: 2.6rem;
    border-radius: 0.9rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 800;
    background: linear-gradient(135deg, var(--wf-primary), #0a8ea0);
    box-shadow: var(--wf-shadow);
}

.public-brand-copy[b-zh9x67r8sf] {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

.public-brand-copy small[b-zh9x67r8sf] {
    color: var(--wf-text-muted);
}

.public-nav[b-zh9x67r8sf] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.public-nav a[b-zh9x67r8sf] {
    text-decoration: none;
    color: var(--wf-text-muted);
    font-weight: 600;
}

.public-nav a:hover[b-zh9x67r8sf] {
    color: var(--wf-text);
}

.public-main[b-zh9x67r8sf] {
    width: 100%;
}

.public-content[b-zh9x67r8sf] {
    width: min(1200px, calc(100% - 2rem));
    margin: 0 auto;
    padding: 2rem 0 4rem;
}

@media (min-width: 641px) {
    .workspace-shell .sidebar[b-zh9x67r8sf] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .workspace-shell .top-row[b-zh9x67r8sf] {
        position: sticky;
        top: 0;
        z-index: 5;
    }

    .workspace-shell .top-row[b-zh9x67r8sf],
    .workspace-shell article[b-zh9x67r8sf] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

@media (max-width: 900px) {
    .public-header-inner[b-zh9x67r8sf],
    .top-row[b-zh9x67r8sf] {
        align-items: flex-start;
        flex-direction: column;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .public-nav[b-zh9x67r8sf],
    .top-row-actions[b-zh9x67r8sf] {
        width: 100%;
        justify-content: flex-start;
    }

}

@media (max-width: 640px) {
    .workspace-shell[b-zh9x67r8sf] {
        display: block;
    }

    .sidebar[b-zh9x67r8sf] {
        position: sticky;
        top: 0;
        z-index: 8;
    }

    .top-row[b-zh9x67r8sf] {
        min-height: auto;
    }
}

#blazor-error-ui[b-zh9x67r8sf] {
    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-zh9x67r8sf] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-5hzbnogbb2] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: var(--wf-sidebar-text);
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    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.55%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.1);
}

.navbar-toggler:checked[b-5hzbnogbb2] {
    background-color: rgba(255, 255, 255, 0.28);
}

.top-row[b-5hzbnogbb2] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.18);
}

.navbar-brand[b-5hzbnogbb2] {
    font-size: 1.2rem;
    font-weight: 700;
    color: #fff;
}

.nav-brand-subtitle[b-5hzbnogbb2] {
    color: var(--wf-sidebar-muted);
    font-size: 0.8rem;
}

.bi[b-5hzbnogbb2] {
    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-5hzbnogbb2] {
    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-5hzbnogbb2] {
    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-5hzbnogbb2] {
    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-5hzbnogbb2] {
    font-size: 0.9rem;
    padding-bottom: 0.25rem;
}

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

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

    .nav-item[b-5hzbnogbb2]  .nav-link {
        color: var(--wf-sidebar-text);
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-5hzbnogbb2]  a.active {
    background-color: var(--wf-sidebar-active);
    color: white;
}

.nav-item[b-5hzbnogbb2]  .nav-link:hover {
    background-color: var(--wf-sidebar-hover);
    color: white;
}

.nav-scrollable[b-5hzbnogbb2] {
    display: none;
    padding-bottom: 1rem;
}

.nav-menu-body[b-5hzbnogbb2] {
    flex: 1;
}

.nav-footer[b-5hzbnogbb2] {
    margin-top: auto;
    padding-bottom: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.nav-footer-actions[b-5hzbnogbb2] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.nav-footer-toolbar[b-5hzbnogbb2] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

.sidebar-language-wrap[b-5hzbnogbb2],
.sidebar-language-select[b-5hzbnogbb2] {
    width: 100%;
}

.context-switcher[b-5hzbnogbb2] {
    display: block;
    width: 100%;
}

.context-switcher-select[b-5hzbnogbb2] {
    min-height: 2.9rem;
    padding: 0.75rem 2.5rem 0.75rem 0.9rem;
    border-radius: 0.9rem;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.08)),
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 16 16'%3E%3Cpath fill='rgba(255,255,255,0.75)' d='M3.2 5.5L8 10.3l4.8-4.8.9.9L8 12.1 2.3 6.4z'/%3E%3C/svg%3E") no-repeat right 0.9rem center;
    background-color: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.15);
    color: var(--wf-sidebar-text);
    font-weight: 600;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
    appearance: none;
}

.context-switcher-select:disabled[b-5hzbnogbb2] {
    opacity: 0.7;
}

.context-switcher-select:focus[b-5hzbnogbb2] {
    border-color: rgba(255, 255, 255, 0.32);
    box-shadow: 0 0 0 0.2rem rgba(142, 184, 255, 0.15);
}

.sidebar-language-select[b-5hzbnogbb2] {
    min-height: 2.7rem;
    padding: 0.65rem 2.5rem 0.65rem 0.9rem;
    border-radius: 0.9rem;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.08)),
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 16 16'%3E%3Cpath fill='rgba(255,255,255,0.75)' d='M3.2 5.5L8 10.3l4.8-4.8.9.9L8 12.1 2.3 6.4z'/%3E%3C/svg%3E") no-repeat right 0.9rem center;
    background-color: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.15);
    color: var(--wf-sidebar-text);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
    appearance: none;
}

.sidebar-language-select:focus[b-5hzbnogbb2] {
    border-color: rgba(255, 255, 255, 0.32);
    box-shadow: 0 0 0 0.2rem rgba(142, 184, 255, 0.15);
}

.sidebar-icon-button[b-5hzbnogbb2] {
    width: 2.5rem;
    height: 2.5rem;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 0.85rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.08));
    color: var(--wf-sidebar-text);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.sidebar-icon-button:hover[b-5hzbnogbb2] {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.1));
}

.sidebar-text-button[b-5hzbnogbb2] {
    color: var(--wf-sidebar-text);
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 700;
    padding: 0.55rem 0.9rem;
    border-radius: 0.85rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.04);
}

.sidebar-text-button:hover[b-5hzbnogbb2] {
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
}

.navbar-toggler:checked ~ .nav-scrollable[b-5hzbnogbb2] {
    display: block;
}

.nav-section-label[b-5hzbnogbb2] {
    padding: 1rem 1rem 0.5rem;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--wf-sidebar-muted);
}

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

    .nav-scrollable[b-5hzbnogbb2] {
        /* Never collapse the sidebar for wide screens */
        display: flex;
        flex-direction: column;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-y52g4husrr],
.components-reconnect-repeated-attempt-visible[b-y52g4husrr],
.components-reconnect-failed-visible[b-y52g4husrr],
.components-pause-visible[b-y52g4husrr],
.components-resume-failed-visible[b-y52g4husrr],
.components-rejoining-animation[b-y52g4husrr] {
    display: none;
}

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


#components-reconnect-modal[b-y52g4husrr] {
    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-y52g4husrr 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-y52g4husrr 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-y52g4husrr 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-y52g4husrr]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-y52g4husrr 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-y52g4husrr {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-y52g4husrr {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-y52g4husrr {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

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