/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-fm1v6xmnvx] {
    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-fm1v6xmnvx] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

/* ── Navbar ─────────────────────────────────────────────────── */

.bt-navbar[b-fm1v6xmnvx] {
    background: #0d1117;
    border-bottom: 1px solid #21262d;
    box-shadow: 0 2px 12px rgba(0,0,0,.5);
    min-height: 54px;
}

/* Brand */
.bt-brand[b-fm1v6xmnvx] {
    display: flex;
    align-items: center;
    gap: .45rem;
    font-weight: 700;
    font-size: .95rem;
    color: #e6edf3 !important;
    letter-spacing: .03em;
    text-decoration: none;
}

.bt-logo[b-fm1v6xmnvx] {
    width: 30px;
    height: 30px;
    background: linear-gradient(135deg, #1d4ed8 0%, #3b82f6 100%);
    border-radius: 7px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: .68rem;
    font-weight: 900;
    color: #fff;
    letter-spacing: .05em;
    flex-shrink: 0;
    box-shadow: 0 0 0 1px rgba(59,130,246,.35);
}

/* Toggler */
.bt-toggler[b-fm1v6xmnvx] {
    border-color: #30363d;
    color: #8b949e;
}

.bt-toggler:focus[b-fm1v6xmnvx] {
    box-shadow: none;
}

/* Nav links */
.bt-navbar .nav-link[b-fm1v6xmnvx] {
    color: #8b949e !important;
    font-size: .85rem;
    font-weight: 500;
    padding: .38rem .7rem !important;
    border-radius: .375rem;
    transition: color .15s ease, background .15s ease;
    white-space: nowrap;
}

.bt-navbar .nav-link:hover[b-fm1v6xmnvx] {
    color: #e6edf3 !important;
    background: #161b22;
}

.bt-navbar .nav-link.active[b-fm1v6xmnvx] {
    color: #58a6ff !important;
    background: rgba(56,139,253,.1);
}

/* Dropdown toggle active (parent highlight) */
.bt-navbar .nav-link.bt-dd-active[b-fm1v6xmnvx] {
    color: #58a6ff !important;
    background: rgba(56,139,253,.1);
}

/* Dropdown panel */
.bt-dropdown[b-fm1v6xmnvx] {
    background: #161b22;
    border: 1px solid #30363d;
    border-radius: .5rem;
    box-shadow: 0 8px 28px rgba(0,0,0,.55);
    padding: .3rem;
    min-width: 185px;
}

.bt-dropdown .dropdown-item[b-fm1v6xmnvx] {
    color: #c9d1d9;
    font-size: .84rem;
    font-weight: 500;
    border-radius: .35rem;
    padding: .42rem .85rem;
    transition: background .1s ease, color .1s ease;
}

.bt-dropdown .dropdown-item:hover[b-fm1v6xmnvx],
.bt-dropdown .dropdown-item:focus[b-fm1v6xmnvx] {
    background: #21262d;
    color: #e6edf3;
}

.bt-dropdown .dropdown-item.active[b-fm1v6xmnvx] {
    background: rgba(56,139,253,.15);
    color: #58a6ff;
}

.bt-divider[b-fm1v6xmnvx] {
    border-color: #21262d;
    margin: .25rem 0;
}

/* User pill */
.bt-user-pill[b-fm1v6xmnvx] {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    background: #161b22;
    border: 1px solid #30363d;
    border-radius: 20px;
    padding: .18rem .65rem .18rem .2rem;
    color: #c9d1d9 !important;
    font-size: .8rem;
    font-weight: 500;
    transition: background .15s, border-color .15s, color .15s;
}

.bt-user-pill:hover[b-fm1v6xmnvx] {
    background: #21262d;
    border-color: #58a6ff;
    color: #e6edf3 !important;
}

/* Avatar circle */
.bt-avatar[b-fm1v6xmnvx] {
    width: 24px;
    height: 24px;
    background: linear-gradient(135deg, #1d4ed8, #3b82f6);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: .68rem;
    font-weight: 700;
    color: #fff;
    flex-shrink: 0;
}

/* Logout button */
.bt-logout-btn[b-fm1v6xmnvx] {
    font-size: .78rem;
    padding: .22rem .65rem;
    background: transparent;
    border: 1px solid #30363d;
    color: #8b949e;
    border-radius: .375rem;
    transition: border-color .15s, color .15s;
}

.bt-logout-btn:hover[b-fm1v6xmnvx] {
    border-color: #f85149;
    color: #f85149;
    background: rgba(248,81,73,.08);
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-prybws0ap8],
.components-reconnect-repeated-attempt-visible[b-prybws0ap8],
.components-reconnect-failed-visible[b-prybws0ap8],
.components-pause-visible[b-prybws0ap8],
.components-resume-failed-visible[b-prybws0ap8],
.components-rejoining-animation[b-prybws0ap8] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-prybws0ap8],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-prybws0ap8],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-prybws0ap8],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-prybws0ap8],
#components-reconnect-modal.components-reconnect-retrying[b-prybws0ap8],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-prybws0ap8],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-prybws0ap8],
#components-reconnect-modal.components-reconnect-failed[b-prybws0ap8],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-prybws0ap8] {
    display: block;
}


#components-reconnect-modal[b-prybws0ap8] {
    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-prybws0ap8 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-prybws0ap8 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-prybws0ap8 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-prybws0ap8]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-prybws0ap8 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-prybws0ap8 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-prybws0ap8 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-prybws0ap8 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-prybws0ap8] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-prybws0ap8] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-prybws0ap8] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-prybws0ap8] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-prybws0ap8] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-prybws0ap8] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-prybws0ap8] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-prybws0ap8 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-prybws0ap8] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-prybws0ap8 {
    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;
    }
}
