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

main[b-ha1dhmw92y] {
    flex: 1;
}

#blazor-error-ui[b-ha1dhmw92y] {
    background: #2d1b1b;
    color: #f0a0a0;
    bottom: 0;
    box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.4);
    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-ha1dhmw92y] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

/* /Components/Layout/NavMenu.razor.rz.scp.css */
.topbar[b-d23330g0fx] {
    background-color: #0d0e12;
    border-bottom: 1px solid #292c32;
    position: sticky;
    top: 0;
    z-index: 100;
}

.topbar-inner[b-d23330g0fx] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2.5rem;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.topbar-left[b-d23330g0fx] {
    display: flex;
    align-items: center;
    gap: 2.5rem;
}

.brand[b-d23330g0fx] {
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.brand-text[b-d23330g0fx] {
    font-size: 1.2rem;
    font-weight: 700;
    color: #e0e2e8;
    -webkit-text-fill-color: unset;
    background: none;
    -webkit-background-clip: unset;
    background-clip: unset;
}

.nav-links[b-d23330g0fx] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.nav-links[b-d23330g0fx]  .nav-link {
    padding: 0.4rem 0.875rem;
    border-radius: 8px;
    color: #5c6170;
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 500;
    transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1),
                background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}

.nav-links[b-d23330g0fx]  .nav-link:hover {
    color: #9a9fae;
    background-color: rgba(255, 255, 255, 0.04);
}

.nav-links[b-d23330g0fx]  .nav-link.active {
    color: #e0e2e8;
    background-color: rgba(255, 255, 255, 0.07);
}

/* Nav dropdown (Tools) */

.nav-dropdown[b-d23330g0fx] {
    position: relative;
    display: flex;
    align-items: center;
}

.nav-dropdown-btn[b-d23330g0fx] {
    display: flex;
    align-items: center;
    gap: 0.3rem;
    padding: 0.4rem 0.875rem;
    border-radius: 8px;
    background: none;
    border: none;
    color: #5c6170;
    font-family: inherit;
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1),
                background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.nav-dropdown-btn:hover[b-d23330g0fx] {
    color: #9a9fae;
    background-color: rgba(255, 255, 255, 0.04);
}

.nav-dropdown-btn.active[b-d23330g0fx] {
    color: #e0e2e8;
    background-color: rgba(255, 255, 255, 0.07);
}

.tools-dropdown[b-d23330g0fx] {
    left: 0;
    right: auto;
    min-width: 170px;
}

/* Account dropdown */

.topbar-right[b-d23330g0fx] {
    display: flex;
    align-items: center;
    gap: 0.625rem;
}

.account-menu[b-d23330g0fx] {
    position: relative;
}

.account-btn[b-d23330g0fx] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.375rem 0.75rem;
    border-radius: 10px;
    background: none;
    border: 1px solid #292c32;
    color: #7a7f8e;
    font-family: inherit;
    font-size: 0.8125rem;
    font-weight: 500;
    cursor: pointer;
    transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1),
                border-color 0.2s cubic-bezier(0.4, 0, 0.2, 1),
                background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.account-btn:hover[b-d23330g0fx] {
    color: #e0e2e8;
    border-color: #353840;
    background-color: #1a1c22;
}

.chevron[b-d23330g0fx] {
    transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.chevron-open[b-d23330g0fx] {
    transform: rotate(180deg);
}

.dropdown-backdrop[b-d23330g0fx] {
    position: fixed;
    inset: 0;
    z-index: 200;
}

.dropdown-menu[b-d23330g0fx] {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    min-width: 180px;
    background-color: #1a1c22;
    border: 1px solid #292c32;
    border-radius: 12px;
    padding: 0.375rem;
    z-index: 300;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.5);
    animation: dropdownSlideIn-b-d23330g0fx 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes dropdownSlideIn-b-d23330g0fx {
    from {
        opacity: 0;
        transform: translateY(-4px) scale(0.98);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.dropdown-item[b-d23330g0fx] {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    padding: 0.5rem 0.75rem;
    border-radius: 8px;
    color: #9a9fae;
    text-decoration: none;
    font-size: 0.8125rem;
    font-weight: 500;
    transition: color 0.15s ease, background-color 0.15s ease;
}

.dropdown-item:hover[b-d23330g0fx] {
    color: #e0e2e8;
    background-color: rgba(255, 255, 255, 0.06);
}

.dropdown-item svg[b-d23330g0fx] {
    opacity: 0.5;
    flex-shrink: 0;
    transition: opacity 0.15s ease;
}

.dropdown-item:hover svg[b-d23330g0fx] {
    opacity: 1;
}

/* Mobile */

.account-label[b-d23330g0fx] {
    display: inline;
}

@media (max-width: 640px) {
    .topbar-inner[b-d23330g0fx] {
        padding: 0 1rem;
    }

    .topbar-left[b-d23330g0fx] {
        gap: 1.25rem;
    }

    .nav-links[b-d23330g0fx]  .nav-link {
        padding: 0.4rem 0.5rem;
        font-size: 0.8125rem;
    }

    .nav-dropdown-btn[b-d23330g0fx] {
        padding: 0.4rem 0.5rem;
        font-size: 0.8125rem;
    }

    .account-label[b-d23330g0fx] {
        display: none;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-u5gx6tn5yp],
.components-reconnect-repeated-attempt-visible[b-u5gx6tn5yp],
.components-reconnect-failed-visible[b-u5gx6tn5yp],
.components-pause-visible[b-u5gx6tn5yp],
.components-resume-failed-visible[b-u5gx6tn5yp],
.components-rejoining-animation[b-u5gx6tn5yp] {
    display: none;
}

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

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