/* /Components/Layout/NavMenu.razor.rz.scp.css */
/* ── Navigation Menu – 2026 Corporate Theme ───────────────── */

.tm-nav[b-pr0e84buze] {
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
}

/* ── Brand / Logo Area ────────────────────────────────────── */
.tm-nav-brand[b-pr0e84buze] {
    padding: 1.25rem 1.25rem 1.25rem 1.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    position: relative;
}

.tm-nav-brand a[b-pr0e84buze] {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 1.05rem;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: -0.01em;
    transition: opacity 0.2s;
}

.tm-nav-brand a:hover[b-pr0e84buze] {
    opacity: 0.9;
}

.tm-nav-brand i.icon[b-pr0e84buze] {
    font-size: 1.35rem;
    margin-right: 0.75rem;
    background: linear-gradient(135deg, #818cf8, #a78bfa);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Site switcher in sidebar */
.tm-nav-site-switcher[b-pr0e84buze] {
    padding: 0.75rem 0.75rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

[b-pr0e84buze] .tm-site-switcher {
    width: 100%;
}

.tm-nav-site-label[b-pr0e84buze] {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: rgba(255, 255, 255, 0.35);
    margin-bottom: 0.4rem;
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.tm-nav-site-label i.icon[b-pr0e84buze] {
    font-size: 0.75rem;
    margin: 0;
    opacity: 0.6;
}

/* ── Navigation Menu ──────────────────────────────────────── */
.tm-nav-menu[b-pr0e84buze] {
    flex: 1;
    margin: 0 !important;
    border: none !important;
    border-radius: 0 !important;
    width: 100% !important;
    overflow-y: auto;
    padding: 0.5rem 0;
    background: transparent !important;
}

.tm-nav-menu .item[b-pr0e84buze] {
    padding: 0.75rem 1.25rem 0.75rem 1.5rem !important;
    border-radius: 0 !important;
    margin: 1px 0;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    font-size: 0.9rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.65) !important;
    letter-spacing: 0;
}

.tm-nav-menu .item i.icon[b-pr0e84buze] {
    margin-right: 0.75rem !important;
    width: 1.25rem;
    font-size: 1rem;
    opacity: 0.7;
    transition: all 0.2s;
}

/* ── Hover State ──────────────────────────────────────────── */
.tm-nav-menu a.item:hover[b-pr0e84buze] {
    background: rgba(255, 255, 255, 0.06) !important;
    color: rgba(255, 255, 255, 0.95) !important;
}

.tm-nav-menu a.item:hover i.icon[b-pr0e84buze] {
    opacity: 1;
}

/* ── Active State ─────────────────────────────────────────── */
.tm-nav-menu a.item.active[b-pr0e84buze] {
    background: rgba(99, 102, 241, 0.15) !important;
    color: #fff !important;
    font-weight: 600;
}

.tm-nav-menu a.item.active[b-pr0e84buze]::before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    bottom: 6px;
    width: 3px;
    background: linear-gradient(180deg, #818cf8, #6366f1);
    border-radius: 0 3px 3px 0;
}

.tm-nav-menu a.item.active i.icon[b-pr0e84buze] {
    opacity: 1;
    color: #818cf8 !important;
}

/* ── Section Headers ──────────────────────────────────────── */
.tm-nav-menu .header.item[b-pr0e84buze] {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: rgba(255, 255, 255, 0.35) !important;
    margin-top: 0.75rem;
    padding: 0.6rem 1.25rem 0.4rem 1.5rem !important;
    cursor: default;
    font-weight: 700;
}

.tm-nav-menu .header.item:hover[b-pr0e84buze] {
    background: transparent !important;
}

.tm-nav-menu .header.item i.icon[b-pr0e84buze] {
    font-size: 0.75rem;
    opacity: 0.5;
}

/* ── Divider ──────────────────────────────────────────────── */
.tm-nav-menu .ui.divider[b-pr0e84buze] {
    margin: 0.5rem 1.5rem;
    border-color: rgba(255, 255, 255, 0.06) !important;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-5jc20yg7et],
.components-reconnect-repeated-attempt-visible[b-5jc20yg7et],
.components-reconnect-failed-visible[b-5jc20yg7et],
.components-pause-visible[b-5jc20yg7et],
.components-resume-failed-visible[b-5jc20yg7et],
.components-rejoining-animation[b-5jc20yg7et] {
    display: none;
}

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


#components-reconnect-modal[b-5jc20yg7et] {
    background-color: white;
    width: 22rem;
    margin: 20vh auto;
    padding: 2.5rem;
    border: 0;
    border-radius: 16px;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.08), 0 8px 10px -6px rgba(0, 0, 0, 0.04);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-5jc20yg7et 0.5s both;
    &[open]

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

}

#components-reconnect-modal[b-5jc20yg7et]::backdrop {
    background-color: rgba(15, 23, 42, 0.5);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    animation: components-reconnect-modal-fadeInOpacity-b-5jc20yg7et 0.5s ease-in-out;
    opacity: 1;
}

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

#components-reconnect-modal button[b-5jc20yg7et] {
    border: 0;
    background: linear-gradient(135deg, #6366f1, #7c3aed);
    color: white;
    padding: 8px 28px;
    border-radius: 8px;
    font-weight: 600;
    font-family: 'Inter', -apple-system, sans-serif;
    cursor: pointer;
    transition: all 0.2s;
}

    #components-reconnect-modal button:hover[b-5jc20yg7et] {
        background: linear-gradient(135deg, #4f46e5, #6d28d9);
        box-shadow: 0 4px 12px rgba(99, 102, 241, 0.3);
        transform: translateY(-1px);
    }

    #components-reconnect-modal button:active[b-5jc20yg7et] {
        transform: translateY(0);
    }

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

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

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

@keyframes components-rejoining-animation-b-5jc20yg7et {
    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;
    }
}
/* /Components/Layout/SiteSwitcher.razor.rz.scp.css */
.tm-site-switcher[b-x3vemmu1e7] {
    display: flex;
    align-items: center;
    min-width: 200px;
}

.tm-site-switcher[b-x3vemmu1e7]  .ui.dropdown {
    min-width: 200px;
}

.tm-site-switcher[b-x3vemmu1e7]  .ui.dropdown .menu {
    max-height: 300px;
    overflow-y: auto;
}

.tm-no-sites[b-x3vemmu1e7] {
    color: rgba(0, 0, 0, 0.4);
    font-style: italic;
    font-size: 0.9em;
}
