/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-ywuc49si7n] {
    --shell-header-height: 2.65rem;
    position: relative;
    display: grid;
    grid-template-rows: auto minmax(0, 1fr);
    min-height: 100vh;
    background: #eef3f8;
    color: #172033;
}

.app-body[b-ywuc49si7n] {
    display: grid;
    height: calc(100vh - var(--shell-header-height));
    min-height: 0;
    overflow: hidden;
}

main[b-ywuc49si7n] {
    min-width: 0;
    min-height: 0;
    overflow: auto;
}

.sidebar[b-ywuc49si7n] {
    background: #151923;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.top-row[b-ywuc49si7n] {
    position: sticky;
    top: 0;
    z-index: 30;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    box-sizing: border-box;
    height: var(--shell-header-height);
    min-height: var(--shell-header-height);
    padding: 0.26rem 0.85rem;
    border-bottom: 1px solid rgba(18, 31, 48, 0.1);
    background: rgba(248, 251, 253, 0.86);
    backdrop-filter: blur(14px);
}

.top-row-title[b-ywuc49si7n],
.account-actions[b-ywuc49si7n],
.account-pill[b-ywuc49si7n] {
    display: flex;
    align-items: center;
}

.top-row-title[b-ywuc49si7n] {
    gap: 0.7rem;
    color: #344258;
    font-size: 0.92rem;
    font-weight: 700;
}

.workspace-logo[b-ywuc49si7n] {
    display: block;
    width: 1.85rem;
    height: 1.85rem;
    border-radius: 5px;
    object-fit: cover;
}

.account-avatar[b-ywuc49si7n] {
    display: inline-grid;
    place-items: center;
    border-radius: 6px;
    font-weight: 800;
}

.account-actions[b-ywuc49si7n] {
    position: relative;
    gap: 0.65rem;
}

.account-pill[b-ywuc49si7n] {
    gap: 0.5rem;
    max-width: min(42vw, 340px);
    min-height: 2rem;
    border: 1px solid transparent;
    border-radius: 999px;
    padding: 0.12rem 0.35rem 0.12rem 0.16rem;
    background: transparent;
    color: #24344a;
    cursor: pointer;
    text-decoration: none;
}

.account-pill:hover[b-ywuc49si7n],
.account-pill:focus[b-ywuc49si7n] {
    border-color: #c7d3df;
    background: rgba(255, 255, 255, 0.72);
    color: #10151d;
    text-decoration: none;
}

.account-avatar[b-ywuc49si7n] {
    width: 1.65rem;
    height: 1.65rem;
    border-radius: 999px;
    background: #b31922;
    color: #fff;
    font-size: 0.68rem;
    object-fit: cover;
}

.account-name[b-ywuc49si7n] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.86rem;
    font-weight: 700;
}

.account-chevron[b-ywuc49si7n] {
    display: inline-block;
    color: #718096;
    font-size: 0.72rem;
    line-height: 1;
    transform: none;
}

.account-drawer-toggle[b-ywuc49si7n] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.account-drawer-scrim[b-ywuc49si7n] {
    position: fixed;
    inset: var(--shell-header-height) 0 0 0;
    z-index: 89;
    display: none;
    background: rgba(14, 21, 31, 0.24);
    cursor: default;
}

.account-drawer[b-ywuc49si7n] {
    position: fixed;
    top: var(--shell-header-height);
    right: 0;
    z-index: 90;
    display: none;
    align-content: start;
    gap: 1rem;
    width: min(380px, 92vw);
    height: calc(100vh - var(--shell-header-height));
    padding: 1rem;
    border-left: 1px solid #d9e2ec;
    background: #fff;
    box-shadow: -18px 0 42px rgba(18, 31, 48, 0.18);
}

.account-drawer-toggle:checked ~ .account-drawer-scrim[b-ywuc49si7n] {
    display: block;
}

.account-drawer-toggle:checked ~ .account-drawer[b-ywuc49si7n] {
    display: grid;
}

.drawer-header[b-ywuc49si7n] {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 1rem;
    border-bottom: 1px solid #e4ebf3;
    padding-bottom: 1rem;
}

.drawer-header div[b-ywuc49si7n],
.drawer-profile div[b-ywuc49si7n] {
    display: grid;
    gap: 0.15rem;
    min-width: 0;
}

.drawer-header strong[b-ywuc49si7n] {
    overflow: hidden;
    color: #172033;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.drawer-header span:not(.drawer-eyebrow)[b-ywuc49si7n] {
    overflow: hidden;
    color: #6a7687;
    font-size: 0.84rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.drawer-eyebrow[b-ywuc49si7n] {
    color: #68778d;
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
}

.drawer-close[b-ywuc49si7n] {
    display: inline-grid;
    place-items: center;
    width: 2rem;
    height: 2rem;
    border: 1px solid #d4deea;
    border-radius: 4px;
    background: #f7fafc;
    color: #536174;
    cursor: pointer;
    font-weight: 800;
}

.drawer-profile[b-ywuc49si7n] {
    display: flex;
    gap: 0.8rem;
    align-items: center;
    border-bottom: 1px solid #e4ebf3;
    padding: 0 0 1rem;
    background: transparent;
}

.drawer-avatar[b-ywuc49si7n] {
    display: inline-grid;
    place-items: center;
    width: 3.2rem;
    height: 3.2rem;
    border-radius: 999px;
    background: #10151d;
    color: #fff;
    font-weight: 900;
    object-fit: cover;
}

.drawer-profile span:not(.drawer-avatar)[b-ywuc49si7n] {
    color: #627086;
    font-size: 0.86rem;
}

.drawer-actions[b-ywuc49si7n] {
    display: grid;
    gap: 0.4rem;
}

.drawer-actions a[b-ywuc49si7n],
.drawer-logout button[b-ywuc49si7n] {
    display: flex;
    align-items: center;
    min-height: 2.7rem;
    width: 100%;
    border: 1px solid #d9e2ec;
    border-radius: 4px;
    padding: 0 0.75rem;
    background: #fff;
    color: #27364b;
    font-weight: 700;
    text-align: left;
    text-decoration: none;
}

.drawer-actions a:hover[b-ywuc49si7n],
.drawer-actions a:focus[b-ywuc49si7n] {
    border-color: #b8c6d6;
    background: #f7fafc;
    color: #10151d;
}

.drawer-logout[b-ywuc49si7n] {
    margin-top: 0.25rem;
}

.drawer-logout button[b-ywuc49si7n] {
    justify-content: center;
    border-color: #e1b7bd;
    color: #a32332;
}

.drawer-logout button:hover[b-ywuc49si7n],
.drawer-logout button:focus[b-ywuc49si7n] {
    background: #fff5f6;
}

.content[b-ywuc49si7n] {
    padding: 1rem;
}

@media (max-width: 760px) {
    .page[b-ywuc49si7n] {
        grid-template-columns: 1fr;
    }

    .sidebar[b-ywuc49si7n] {
        position: sticky;
        top: var(--shell-header-height);
        z-index: 20;
    }

    .top-row[b-ywuc49si7n] {
        min-height: auto;
        padding: 0.26rem 0.65rem;
    }

    .top-row-title span:last-child[b-ywuc49si7n] {
        display: none;
    }

    .account-name[b-ywuc49si7n] {
        display: none;
    }

    .account-chevron[b-ywuc49si7n] {
        display: none;
    }

    .content[b-ywuc49si7n] {
        padding: 0.75rem;
    }
}

@media (min-width: 761px) {
    .app-body[b-ywuc49si7n] {
        grid-template-columns: 246px minmax(0, 1fr);
    }

    .sidebar[b-ywuc49si7n] {
        position: sticky;
        top: var(--shell-header-height);
        height: 100%;
    }
}

#blazor-error-ui[b-ywuc49si7n] {
    color-scheme: light only;
    background: #fff3cd;
    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-ywuc49si7n] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.nav-brand[b-wqypttcyzz] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.85rem 1rem 0.7rem;
    color: #dce8f2;
}

.nav-brand img[b-wqypttcyzz] {
    width: 48px;
    height: 48px;
    max-width: 100%;
    object-fit: contain;
    object-position: left center;
}

.nav-brand div[b-wqypttcyzz] {
    display: grid;
    gap: 0.12rem;
    min-width: 0;
}

.nav-brand strong[b-wqypttcyzz] {
    color: #fff;
    font-size: 1rem;
    line-height: 1.05;
}

.nav-brand span[b-wqypttcyzz] {
    color: #89a0b6;
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.navbar-toggler[b-wqypttcyzz] {
    appearance: none;
    cursor: pointer;
    width: 2.75rem;
    height: 2.4rem;
    color: white;
    position: absolute;
    top: 0.75rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 6px;
    background: linear-gradient(#fff, #fff) center/1.35rem 2px no-repeat,
        linear-gradient(#fff, #fff) center calc(50% - 7px)/1.35rem 2px no-repeat,
        linear-gradient(#fff, #fff) center calc(50% + 7px)/1.35rem 2px no-repeat,
        rgba(255, 255, 255, 0.08);
}

.navbar-toggler:checked[b-wqypttcyzz] {
    background-color: rgba(255, 255, 255, 0.18);
}

.nav-scrollable[b-wqypttcyzz] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-wqypttcyzz] {
    display: block;
}

.nav[b-wqypttcyzz] {
    gap: 0.2rem;
    padding-bottom: 1rem;
}

.nav-section-label[b-wqypttcyzz] {
    padding: 0.75rem 1.25rem 0.35rem;
    color: #71869c;
    font-size: 0.72rem;
    font-weight: 800;
    text-transform: uppercase;
}

.nav-item[b-wqypttcyzz] {
    font-size: 0.92rem;
}

.nav-item[b-wqypttcyzz]  .nav-link {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    min-height: 2.65rem;
    border: 1px solid transparent;
    border-radius: 6px;
    padding: 0 0.75rem;
    background: transparent;
    color: #c7d4e0;
    line-height: 1.1;
    text-decoration: none;
}

.nav-icon[b-wqypttcyzz] {
    display: inline-grid;
    place-items: center;
    width: 1.45rem;
    height: 1.45rem;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    font-size: 0.68rem;
    font-weight: 800;
}

.nav-item[b-wqypttcyzz]  a.active {
    border-color: rgba(255, 255, 255, 0.12);
    background: #203041;
    color: #fff;
}

.nav-item[b-wqypttcyzz]  a.active .nav-icon {
    background: #2f7d73;
}

.nav-item[b-wqypttcyzz]  .nav-link:hover,
.nav-item[b-wqypttcyzz]  .nav-link:focus {
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
}

@media (max-width: 760px) {
    .nav-brand[b-wqypttcyzz] {
        min-height: 3.75rem;
        padding-right: 4.5rem;
    }

    .nav-brand img[b-wqypttcyzz] {
        width: 42px;
        height: 42px;
    }
}

@media (min-width: 761px) {
    .navbar-toggler[b-wqypttcyzz] {
        display: none;
    }

    .nav-scrollable[b-wqypttcyzz] {
        display: block;
        height: calc(100vh - 8.1rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-jpuvmu5fnk],
.components-reconnect-repeated-attempt-visible[b-jpuvmu5fnk],
.components-reconnect-failed-visible[b-jpuvmu5fnk],
.components-pause-visible[b-jpuvmu5fnk],
.components-resume-failed-visible[b-jpuvmu5fnk],
.components-rejoining-animation[b-jpuvmu5fnk] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-jpuvmu5fnk],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-jpuvmu5fnk],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-jpuvmu5fnk],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-jpuvmu5fnk],
#components-reconnect-modal.components-reconnect-retrying[b-jpuvmu5fnk],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-jpuvmu5fnk],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-jpuvmu5fnk],
#components-reconnect-modal.components-reconnect-failed[b-jpuvmu5fnk],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-jpuvmu5fnk] {
    display: block;
}


#components-reconnect-modal[b-jpuvmu5fnk] {
    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-jpuvmu5fnk 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-jpuvmu5fnk 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-jpuvmu5fnk 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-jpuvmu5fnk]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-jpuvmu5fnk 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-jpuvmu5fnk {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-jpuvmu5fnk {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-jpuvmu5fnk {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-jpuvmu5fnk] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-jpuvmu5fnk] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-jpuvmu5fnk] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-jpuvmu5fnk] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-jpuvmu5fnk] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-jpuvmu5fnk] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-jpuvmu5fnk] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-jpuvmu5fnk 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-jpuvmu5fnk] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-jpuvmu5fnk {
    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;
    }
}
