/* /Components/Layout/MainLayout.razor.rz.scp.css */
.app-shell[b-v8xzkc4c81] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.main-panel[b-v8xzkc4c81] {
    flex: 1;
    min-width: 0;
}

.sidebar[b-v8xzkc4c81] {
    position: relative;
    background:
        radial-gradient(circle at top, rgba(251, 191, 36, 0.18), transparent 34%),
        linear-gradient(180deg, #16324f 0%, #10263b 48%, #0b1827 100%);
    border-right: 1px solid rgba(148, 163, 184, 0.16);
}

.topbar[b-v8xzkc4c81] {
    position: sticky;
    top: 0;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.5rem;
    padding: 1.35rem 2rem 1.1rem;
    background: rgba(246, 248, 252, 0.84);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(148, 163, 184, 0.2);
}

.topbar__intro[b-v8xzkc4c81] {
    min-width: 0;
}

.topbar__eyebrow[b-v8xzkc4c81] {
    margin: 0 0 0.2rem;
    color: var(--app-muted);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.topbar__title[b-v8xzkc4c81] {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: -0.03em;
    color: var(--app-ink);
}

.topbar__actions[b-v8xzkc4c81] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.user-chip[b-v8xzkc4c81] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 0.5rem 0.9rem;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.76);
    border: 1px solid rgba(148, 163, 184, 0.2);
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
}

.user-chip__label[b-v8xzkc4c81] {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--app-muted);
}

.user-chip__name[b-v8xzkc4c81] {
    color: var(--app-ink);
    font-size: 0.95rem;
    font-weight: 600;
}

.content[b-v8xzkc4c81] {
    padding: 1.8rem 2rem 2.25rem;
}

#blazor-error-ui[b-v8xzkc4c81] {
    color-scheme: light only;
    background: #7f1d1d;
    color: #fff7ed;
    bottom: 1rem;
    left: 1rem;
    right: 1rem;
    border-radius: 18px;
    box-shadow: 0 18px 40px rgba(127, 29, 29, 0.35);
    box-sizing: border-box;
    display: none;
    padding: 0.9rem 3rem 0.9rem 1.25rem;
    position: fixed;
    z-index: 1000;
}

#blazor-error-ui .reload[b-v8xzkc4c81] {
    color: #fef3c7;
    font-weight: 600;
}

#blazor-error-ui .dismiss[b-v8xzkc4c81] {
    cursor: pointer;
    position: absolute;
    right: 1rem;
    top: 0.8rem;
}

@media (max-width: 640.98px) {
    .topbar[b-v8xzkc4c81] {
        padding: 1rem 1rem 0.9rem;
        align-items: flex-start;
        flex-direction: column;
    }

    .topbar__actions[b-v8xzkc4c81] {
        width: 100%;
        justify-content: space-between;
    }

    .user-chip[b-v8xzkc4c81] {
        align-items: flex-start;
    }

    .content[b-v8xzkc4c81] {
        padding: 1.25rem 1rem 1.5rem;
    }
}

@media (min-width: 641px) {
    .app-shell[b-v8xzkc4c81] {
        flex-direction: row;
    }

    .sidebar[b-v8xzkc4c81] {
        width: 288px;
        min-height: 100vh;
        position: sticky;
        top: 0;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-23tftmedhl] {
    appearance: none;
    cursor: pointer;
    width: 3rem;
    height: 3rem;
    position: absolute;
    top: 1rem;
    right: 1rem;
    border: 1px solid rgba(226, 232, 240, 0.2);
    border-radius: 14px;
    background:
        url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28248, 250, 252, 0.88%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.2' d='M5 8h20M5 15h20M5 22h20'/%3e%3c/svg%3e")
        no-repeat center/1.5rem,
        rgba(15, 23, 42, 0.22);
    box-shadow: 0 14px 30px rgba(2, 6, 23, 0.22);
}

.navbar-toggler:checked[b-23tftmedhl] {
    background-color: rgba(248, 250, 252, 0.18);
}

.nav-brand[b-23tftmedhl] {
    padding: 1.25rem 1.25rem 1rem;
}

.nav-brand__link[b-23tftmedhl] {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    color: #f8fafc;
    text-decoration: none;
}

.nav-brand__mark[b-23tftmedhl] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.85rem;
    height: 2.85rem;
    border-radius: 18px;
    background: linear-gradient(135deg, #f59e0b 0%, #fb7185 100%);
    color: #fff;
    font-weight: 800;
    font-size: 1.15rem;
    letter-spacing: -0.04em;
    box-shadow: 0 18px 34px rgba(245, 158, 11, 0.28);
}

.nav-brand__text[b-23tftmedhl] {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.nav-brand__text strong[b-23tftmedhl] {
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: -0.03em;
}

.nav-brand__text small[b-23tftmedhl] {
    color: rgba(226, 232, 240, 0.78);
    font-size: 0.82rem;
}

.nav-item[b-23tftmedhl] {
    font-size: 0.95rem;
    padding-bottom: 0.55rem;
}

.nav-item:first-of-type[b-23tftmedhl] {
    padding-top: 0.75rem;
}

.nav-item[b-23tftmedhl]  .nav-link {
    color: rgba(226, 232, 240, 0.84);
    background: transparent;
    border: 1px solid transparent;
    border-radius: 18px;
    min-height: 3.6rem;
    display: flex;
    align-items: center;
    gap: 0.85rem;
    width: 100%;
    padding: 0.8rem 0.95rem;
    transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.nav-link__icon[b-23tftmedhl] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.1rem;
    height: 2.1rem;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.08);
    color: #f8fafc;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    flex-shrink: 0;
}

.nav-link__text[b-23tftmedhl] {
    font-weight: 600;
}

.nav-item[b-23tftmedhl]  a.active {
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.16), rgba(251, 113, 133, 0.16));
    border-color: rgba(251, 191, 36, 0.24);
    color: #ffffff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 14px 28px rgba(2, 6, 23, 0.2);
}

.nav-item[b-23tftmedhl]  a.active .nav-link__icon {
    background: linear-gradient(135deg, #f59e0b 0%, #fb7185 100%);
}

.nav-item[b-23tftmedhl]  .nav-link:hover {
    background-color: rgba(255, 255, 255, 0.06);
    border-color: rgba(226, 232, 240, 0.12);
    color: white;
    transform: translateY(-1px);
}

.nav-scrollable[b-23tftmedhl] {
    display: none;
    padding-bottom: 1rem;
}

.navbar-toggler:checked ~ .nav-scrollable[b-23tftmedhl] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-23tftmedhl] {
        display: none;
    }

    .nav-scrollable[b-23tftmedhl] {
        display: block;
        height: calc(100vh - 5.5rem);
        overflow-y: auto;
        padding-bottom: 1.25rem;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-57b8yi1nbq],
.components-reconnect-repeated-attempt-visible[b-57b8yi1nbq],
.components-reconnect-failed-visible[b-57b8yi1nbq],
.components-pause-visible[b-57b8yi1nbq],
.components-resume-failed-visible[b-57b8yi1nbq],
.components-rejoining-animation[b-57b8yi1nbq] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-57b8yi1nbq],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-57b8yi1nbq],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-57b8yi1nbq],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-57b8yi1nbq],
#components-reconnect-modal.components-reconnect-retrying[b-57b8yi1nbq],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-57b8yi1nbq],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-57b8yi1nbq],
#components-reconnect-modal.components-reconnect-failed[b-57b8yi1nbq],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-57b8yi1nbq] {
    display: block;
}


#components-reconnect-modal[b-57b8yi1nbq] {
    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-57b8yi1nbq 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-57b8yi1nbq 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-57b8yi1nbq 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-57b8yi1nbq]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-57b8yi1nbq 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-57b8yi1nbq {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-57b8yi1nbq {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-57b8yi1nbq {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-57b8yi1nbq] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-57b8yi1nbq] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-57b8yi1nbq] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-57b8yi1nbq] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-57b8yi1nbq] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-57b8yi1nbq] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-57b8yi1nbq] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-57b8yi1nbq 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-57b8yi1nbq] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-57b8yi1nbq {
    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;
    }
}
