/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-7xd1pdtsny] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-7xd1pdtsny] {
    flex: 1;
}

.sidebar[b-7xd1pdtsny] {
    background-color: #0F0806;
    border-right: 1px solid #1C0E08;
}

.content[b-7xd1pdtsny] {
    padding-top: 1.5rem;
}

@media (min-width: 641px) {
    .page[b-7xd1pdtsny] {
        flex-direction: row;
    }

    .sidebar[b-7xd1pdtsny] {
        width: 230px;
        height: 100vh;
        position: sticky;
        top: 0;
    }
}

#blazor-error-ui[b-7xd1pdtsny] {
    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-7xd1pdtsny] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
/* ── Sidebar shell ─────────────────────────────────────────────────────────── */

.top-row[b-nso144i4bd] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1rem;
    height: 3.5rem;
    border-bottom: 1px solid rgba(255,255,255,0.06);
}

/* ── Brand ─────────────────────────────────────────────────────────────────── */

.brand[b-nso144i4bd] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.brand a[b-nso144i4bd] {
    color: #fff;
    font-size: 1.15rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-decoration: none;
    text-transform: uppercase;
}

.brand-dot[b-nso144i4bd] {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #f97316;
    box-shadow: 0 0 6px #f97316;
    animation: pulse-dot-b-nso144i4bd 2.5s ease-in-out infinite;
}

@keyframes pulse-dot-b-nso144i4bd {
    0%, 100% { opacity: 1; }
    50%       { opacity: 0.35; }
}

/* ── Hamburger (mobile) ────────────────────────────────────────────────────── */

.navbar-toggler[b-nso144i4bd] {
    appearance: none;
    cursor: pointer;
    width: 2.4rem;
    height: 2.4rem;
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 4px;
    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.7%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.5rem transparent;
    display: block;
}

.navbar-toggler:checked[b-nso144i4bd] {
    background-color: rgba(255,255,255,0.1);
}

/* ── Section labels ────────────────────────────────────────────────────────── */

.nav-section-label[b-nso144i4bd] {
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.3);
    padding: 1.1rem 1.25rem 0.3rem;
}

/* ── Nav items ─────────────────────────────────────────────────────────────── */

.nav-item[b-nso144i4bd] {
    padding: 0.1rem 0.75rem;
}

.nav-item[b-nso144i4bd]  .nav-link {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.55rem 0.6rem;
    border-radius: 6px;
    font-size: 0.875rem;
    color: rgba(255,255,255,0.6);
    text-decoration: none;
    transition: background 0.15s, color 0.15s;
}

.nav-item[b-nso144i4bd]  .nav-link:hover {
    background: rgba(255,255,255,0.06);
    color: rgba(255,255,255,0.9);
}

.nav-item[b-nso144i4bd]  a.active {
    background: rgba(249,115,22,0.15);
    color: #f97316;
}

/* ── Nav icons ─────────────────────────────────────────────────────────────── */

.nav-icon[b-nso144i4bd] {
    width: 1rem;
    height: 1rem;
    flex-shrink: 0;
    stroke: currentColor;
}

/* ── Collapsible on mobile ─────────────────────────────────────────────────── */

.nav-scrollable[b-nso144i4bd] {
    display: none;
    flex-direction: column;
    justify-content: space-between;
}

.navbar-toggler:checked ~ .nav-scrollable[b-nso144i4bd] {
    display: flex;
}

/* ── Footer about block ────────────────────────────────────────────────────── */

.nav-footer[b-nso144i4bd] {
    padding: 1.25rem 1.25rem 1.5rem;
    border-top: 1px solid rgba(255,255,255,0.06);
    margin-top: 1rem;
}

.nav-footer-title[b-nso144i4bd] {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.5);
}

.nav-footer-sub[b-nso144i4bd] {
    font-size: 0.75rem;
    color: rgba(255,255,255,0.35);
    margin-top: 0.15rem;
}

.nav-footer-call[b-nso144i4bd] {
    font-size: 0.8rem;
    font-weight: 600;
    color: #f97316;
    margin-top: 0.5rem;
    letter-spacing: 0.05em;
}

.nav-footer-logout[b-nso144i4bd] {
    display: inline-block;
    margin-top: 0.6rem;
    font-size: 0.7rem;
    color: rgba(255,255,255,0.3);
    text-decoration: none;
}

.nav-footer-logout:hover[b-nso144i4bd] {
    color: #f97316;
}

.nav-footer-sources[b-nso144i4bd] {
    font-size: 0.65rem;
    color: rgba(255,255,255,0.25);
    margin-top: 0.35rem;
    line-height: 1.5;
}

/* ── Desktop ───────────────────────────────────────────────────────────────── */

@media (min-width: 641px) {
    .navbar-toggler[b-nso144i4bd] {
        display: none;
    }

    .nav-scrollable[b-nso144i4bd] {
        display: flex;
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }

    nav[b-nso144i4bd] {
        flex: 1;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-qxss7krttl],
.components-reconnect-repeated-attempt-visible[b-qxss7krttl],
.components-reconnect-failed-visible[b-qxss7krttl],
.components-pause-visible[b-qxss7krttl],
.components-resume-failed-visible[b-qxss7krttl],
.components-rejoining-animation[b-qxss7krttl] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-qxss7krttl],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-qxss7krttl],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-qxss7krttl],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-qxss7krttl],
#components-reconnect-modal.components-reconnect-retrying[b-qxss7krttl],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-qxss7krttl],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-qxss7krttl],
#components-reconnect-modal.components-reconnect-failed[b-qxss7krttl],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-qxss7krttl] {
    display: block;
}


#components-reconnect-modal[b-qxss7krttl] {
    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-qxss7krttl 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-qxss7krttl 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-qxss7krttl 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-qxss7krttl]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-qxss7krttl 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-qxss7krttl {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-qxss7krttl {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-qxss7krttl {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-qxss7krttl] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-qxss7krttl] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-qxss7krttl] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-qxss7krttl] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-qxss7krttl] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-qxss7krttl] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-qxss7krttl] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-qxss7krttl 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-qxss7krttl] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-qxss7krttl {
    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;
    }
}
