/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-z9xwawcmr6] {
    display: flex;
    min-height: 100vh;
}

.sidebar[b-z9xwawcmr6] {
    width: 250px;
    background-color: #1e293b;
    color: #e2e8f0;
    flex-shrink: 0;
}

main[b-z9xwawcmr6] {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.top-row[b-z9xwawcmr6] {
    background-color: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
    padding: 0.5rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-row h4[b-z9xwawcmr6] {
    margin: 0;
    color: #334155;
}

article.content[b-z9xwawcmr6] {
    padding: 1.5rem;
    flex: 1;
}

#blazor-error-ui[b-z9xwawcmr6] {
    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-z9xwawcmr6] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

/* User avatar menu */
[b-z9xwawcmr6] .user-menu-container {
    position: relative;
    display: flex;
    align-items: center;
}

[b-z9xwawcmr6] .avatar-btn {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #DB6207;
    color: white;
    border: none;
    outline: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    transition: opacity 0.15s;
}

[b-z9xwawcmr6] .avatar-btn:hover {
    opacity: 0.85;
}

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

[b-z9xwawcmr6] .user-dropdown {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    width: 240px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(0, 0, 0, 0.05);
    z-index: 100;
    overflow: hidden;
    padding: 4px 0;
}

[b-z9xwawcmr6] .user-dropdown-header {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
}

[b-z9xwawcmr6] .user-dropdown-avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #DB6207;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

[b-z9xwawcmr6] .user-dropdown-info {
    overflow: hidden;
}

[b-z9xwawcmr6] .user-dropdown-name {
    font-size: 13px;
    font-weight: 600;
    color: #111827;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

[b-z9xwawcmr6] .user-dropdown-email {
    font-size: 12px;
    color: #6b7280;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

[b-z9xwawcmr6] .user-dropdown-sep {
    height: 1px;
    background: #f3f4f6;
    margin: 4px 0;
}

[b-z9xwawcmr6] .user-dropdown-action {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    font-size: 13px;
    color: #374151;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.1s;
}

[b-z9xwawcmr6] .user-dropdown-action:hover {
    background: #f9fafb;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.nav-menu[b-1mf0ujqecp] {
    padding: 1rem 0;
}

.nav-brand[b-1mf0ujqecp] {
    padding: 0 1.25rem 1rem;
    border-bottom: 1px solid #334155;
    margin-bottom: 0.5rem;
}

.nav-brand a[b-1mf0ujqecp] {
    color: #f1f5f9;
    font-size: 1.25rem;
    font-weight: 700;
    text-decoration: none;
}

.nav-section[b-1mf0ujqecp] {
    padding: 0.5rem 0;
}

.nav-section-title[b-1mf0ujqecp] {
    padding: 0.25rem 1.25rem;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #94a3b8;
    font-weight: 600;
}

[b-1mf0ujqecp] .nav-link {
    display: block;
    padding: 0.4rem 1.25rem;
    color: #cbd5e1;
    text-decoration: none;
    font-size: 0.875rem;
    transition: background-color 0.15s;
}

[b-1mf0ujqecp] .nav-link:hover {
    background-color: #334155;
    color: #f1f5f9;
}

[b-1mf0ujqecp] .nav-link.active {
    background-color: #DB6207;
    color: white;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-d7m984ez99],
.components-reconnect-repeated-attempt-visible[b-d7m984ez99],
.components-reconnect-failed-visible[b-d7m984ez99],
.components-pause-visible[b-d7m984ez99],
.components-resume-failed-visible[b-d7m984ez99],
.components-rejoining-animation[b-d7m984ez99] {
    display: none;
}

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

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