/* /Components/Layout/MainLayout.razor.rz.scp.css */
.main-layout[b-bsluhczp8r] {
    min-height: 100vh;
    padding : 20px;
}

.top-navbar-light[b-bsluhczp8r] {
    position: sticky;
    top: 16px;
    margin: 16px;
    height: 70px;
    padding: 0 22px;
    display: flex;
    align-items: center;
    border-radius: 30px;
    background: rgba(255,255,255,0.78);
    backdrop-filter: blur(24px);
    border: 1px solid rgba(255,255,255,0.9);
    box-shadow: 0 16px 40px rgba(0,0,0,0.08);
    z-index: 100;
}

.top-navbar-dark[b-bsluhczp8r] {
    position: sticky;
    top: 16px;
    margin: 16px;
    height: 70px;
    padding: 0 22px;
    display: flex;
    align-items: center;
    border-radius: 30px;
    background: rgba(13,27,52,0.82);
    backdrop-filter: blur(24px);
    border: 1px solid rgba(255,255,255,0.06);
    box-shadow: 0 16px 40px rgba(0,0,0,0.30);
    z-index: 100;
}


/* /Components/Layout/NavMenu.razor.rz.scp.css */
.brand-section[b-4tqbb1ybms] {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 12px;
}

/*Right now its just a dot*/
.brand-logo-dot[b-4tqbb1ybms] {
    width: 16px;
    height: 16px;
    min-width: 16px;
    border-radius: 50%;
    background: linear-gradient( 135deg, #ff9a3d, #ff5e00 );
    box-shadow: 0 0 18px rgba(255, 122, 0, 0.45);
}

.brand-image[b-4tqbb1ybms] {
    width: 120px;
    height: 120px;
    min-height: 42px;
    min-width: 42px;
    object-fit: contain;
    display: block;
}

.brand-text[b-4tqbb1ybms] {
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.5rem;
    font-weight: 800;
    letter-spacing: -0.5px;
}

.nav-left[b-4tqbb1ybms] {
    display: flex;
    align-items: center;
    flex: 0 0 400px;
    width: 400px;
    min-width: 400px;
    overflow: hidden;
    white-space: nowrap;
}


.nav-scroll-container[b-4tqbb1ybms] {
    flex: 1 1 auto;
    min-width: 0;
    max-width: none;
    display: flex;
    align-items: center;
    gap: 8px;
    overflow: hidden;
}

.nav-links[b-4tqbb1ybms] {
    flex: 1 1 auto;
    min-width: 0;
    width: 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    gap: 8px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 4px;
}

    .nav-links[b-4tqbb1ybms]::-webkit-scrollbar {
        display: none;
    }

    .nav-links > a[b-4tqbb1ybms] {
        flex: 0 0 220px;
        width: 220px;
        min-width: 220px;
        max-width: 220px;
        text-decoration: none;
    }

.nav-scroll-btn[b-4tqbb1ybms] {
    flex: 0 0 42px;
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    border-radius: 14px !important;
    backdrop-filter: blur(12px);
    background: rgba(255, 255, 255, 0.08) !important;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.top-nav-item-light[b-4tqbb1ybms],
.top-nav-item-dark[b-4tqbb1ybms] {
    box-sizing: border-box;
    width: 250px;
    height: 60px;
    padding: 0 18px;
    display: flex;
    align-items: center;
    gap: 16px;
    position: relative;
    overflow: hidden;
    border-radius: 14px;
    text-decoration: none;
    transition: all 0.24s ease;
}

.top-nav-item-light[b-4tqbb1ybms] {
    background: linear-gradient( 180deg, rgba(255, 255, 255, 0.72), rgba(248, 248, 248, 0.92) );
    border: 1px solid rgba(0, 0, 0, 0.09);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.04), inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.top-nav-item-dark[b-4tqbb1ybms] {
    background: linear-gradient( 180deg, rgba(20, 35, 64, 0.95), rgba(13, 27, 52, 0.96) );
    border: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.03);
}


.nav-icon-container-light[b-4tqbb1ybms],
.nav-icon-container-dark[b-4tqbb1ybms] {
    flex: 0 0 46px;
    width: 46px;
    height: 46px;
    min-width: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: linear-gradient( 135deg, rgba(124, 92, 255, 0.18), rgba(168, 85, 247, 0.10) );
    border: 1px solid rgba(124, 92, 255, 0.16);
}

.nav-icon-container-light[b-4tqbb1ybms] {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.nav-icon-container-dark[b-4tqbb1ybms] {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.nav-item-content[b-4tqbb1ybms] {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 1px;
}

    .nav-item-content .mud-typography[b-4tqbb1ybms] {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.nav-title[b-4tqbb1ybms] {
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.1 !important;
    font-size: 0.90rem !important;
    font-weight: 700 !important;
    letter-spacing: -0.2px !important;
}


.nav-right[b-4tqbb1ybms] {
    flex: 0 0 auto;
    min-width: 116px;
    margin-left: 12px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
}

.theme-toggle-btn[b-4tqbb1ybms] {
    width: 52px !important;
    height: 52px !important;
    min-width: 52px !important;
    border-radius: 18px !important;
    background: linear-gradient( 180deg, rgba(255, 255, 255, 0.96), rgba(245, 245, 245, 0.92) ) !important;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06), inset 0 1px 0 rgba(255, 255, 255, 0.85);
    transition: all 0.22s ease !important;
}

    .theme-toggle-btn:hover[b-4tqbb1ybms] {
        transform: translateY(-3px) scale(1.03);
        border-color: rgba(255, 140, 66, 0.22) !important;
        box-shadow: 0 16px 32px rgba(255, 140, 66, 0.16), 0 8px 18px rgba(0, 0, 0, 0.08);
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-se34xszo3c],
.components-reconnect-repeated-attempt-visible[b-se34xszo3c],
.components-reconnect-failed-visible[b-se34xszo3c],
.components-pause-visible[b-se34xszo3c],
.components-resume-failed-visible[b-se34xszo3c],
.components-rejoining-animation[b-se34xszo3c] {
    display: none;
}

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

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