/* /Components/Layout/MainLayout.razor.rz.scp.css */
.admin-layout[b-y7ipvk5xb6] {
    display: flex;
    min-height: 100vh;
}

.admin-sidebar[b-y7ipvk5xb6] {
    width: 240px;
    background: linear-gradient(180deg, #0a1a0a 0%, #0d1f0d 100%);
    border-right: 1px solid rgba(34,227,195,0.15);
    flex-shrink: 0;
    position: sticky;
    top: 0;
    height: 100vh;
    overflow-y: auto;
}

.admin-body[b-y7ipvk5xb6] {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.admin-topbar[b-y7ipvk5xb6] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 20px;
    background: linear-gradient(90deg, #0a1a0a, #122012);
    border-bottom: 1px solid rgba(34,227,195,0.18);
    position: sticky;
    top: 0;
    z-index: 50;
}

.admin-topbar .brand[b-y7ipvk5xb6] {
    font-family: 'JetBrains Mono', monospace;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.18em;
    color: #22e3c3;
    text-transform: uppercase;
    text-shadow: 0 0 14px rgba(34,227,195,0.4);
    margin-right: auto;
}

.admin-topbar .user-info[b-y7ipvk5xb6] {
    font-size: 12px;
    color: #bdd4bd;
    font-family: 'JetBrains Mono', monospace;
}

.admin-topbar .logout-btn[b-y7ipvk5xb6] {
    padding: 5px 14px;
    background: rgba(255,255,255,0.06);
    color: #fff;
    border: 1px solid rgba(255,255,255,0.18);
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
}

.admin-topbar .logout-btn:hover[b-y7ipvk5xb6] {
    background: rgba(239,68,68,0.85);
    border-color: rgba(239,68,68,0.95);
}

.admin-main[b-y7ipvk5xb6] {
    flex: 1;
    padding: 20px 24px;
    max-width: 1400px;
}

@media (max-width: 768px) {
    .admin-layout[b-y7ipvk5xb6] {
        flex-direction: column;
    }
    .admin-sidebar[b-y7ipvk5xb6] {
        width: 100%;
        height: auto;
        position: relative;
    }
    .admin-main[b-y7ipvk5xb6] {
        padding: 16px;
    }
}

#blazor-error-ui[b-y7ipvk5xb6] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-y7ipvk5xb6] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.sidebar-brand[b-yt1v0l9wc8] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 16px 18px;
    border-bottom: 1px solid rgba(34,227,195,0.1);
}

.brand-icon[b-yt1v0l9wc8] {
    width: 32px;
    height: 32px;
    background: linear-gradient(135deg, #22e3c3, #06b6d4);
    color: #0a0f0a;
    font-weight: 900;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}

.brand-text[b-yt1v0l9wc8] {
    font-family: 'JetBrains Mono', monospace;
    font-size: 14px;
    font-weight: 700;
    color: #f1f5f1;
    letter-spacing: 0.06em;
}

.sidebar-nav[b-yt1v0l9wc8] {
    padding: 8px 0;
    display: flex;
    flex-direction: column;
}

.nav-section-label[b-yt1v0l9wc8] {
    font-family: 'JetBrains Mono', monospace;
    font-size: 9px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #8faa8f;
    padding: 14px 18px 4px;
}

.nav-section[b-yt1v0l9wc8] {
    display: flex;
    flex-direction: column;
}

.nav-section[b-yt1v0l9wc8]  .nav-link {
    display: block;
    padding: 7px 18px 7px 24px;
    color: #bdd4bd;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    border-left: 2px solid transparent;
    transition: all 0.12s;
}

.nav-section[b-yt1v0l9wc8]  .nav-link:hover {
    background: rgba(34,227,195,0.06);
    color: #f1f5f1;
    text-decoration: none;
}

.nav-section[b-yt1v0l9wc8]  .nav-link.active {
    background: rgba(34,227,195,0.10);
    color: #22e3c3;
    border-left-color: #22e3c3;
    font-weight: 700;
}

.nav-user[b-yt1v0l9wc8] {
    padding: 8px 18px;
    font-family: 'JetBrains Mono', monospace;
    font-size: 11px;
    color: #8faa8f;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-grwe8wmnoa],
.components-reconnect-repeated-attempt-visible[b-grwe8wmnoa],
.components-reconnect-failed-visible[b-grwe8wmnoa],
.components-pause-visible[b-grwe8wmnoa],
.components-resume-failed-visible[b-grwe8wmnoa],
.components-rejoining-animation[b-grwe8wmnoa] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-grwe8wmnoa],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-grwe8wmnoa],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-grwe8wmnoa],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-grwe8wmnoa],
#components-reconnect-modal.components-reconnect-retrying[b-grwe8wmnoa],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-grwe8wmnoa],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-grwe8wmnoa],
#components-reconnect-modal.components-reconnect-failed[b-grwe8wmnoa],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-grwe8wmnoa] {
    display: block;
}


#components-reconnect-modal[b-grwe8wmnoa] {
    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-grwe8wmnoa 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-grwe8wmnoa 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-grwe8wmnoa 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-grwe8wmnoa]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-grwe8wmnoa 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-grwe8wmnoa {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-grwe8wmnoa {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-grwe8wmnoa {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-grwe8wmnoa] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-grwe8wmnoa] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-grwe8wmnoa] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-grwe8wmnoa] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-grwe8wmnoa] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-grwe8wmnoa] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-grwe8wmnoa] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-grwe8wmnoa 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-grwe8wmnoa] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-grwe8wmnoa {
    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;
    }
}
