/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-jur40viw7k] {
    background:
        radial-gradient(circle at 32% 18%, var(--insightive-glow), transparent 32rem),
        var(--insightive-bg);
    color: var(--insightive-text);
    display: flex;
    min-height: 100vh;
    position: relative;
}

main[b-jur40viw7k] {
    flex: 1;
    min-width: 0;
}

.sidebar[b-jur40viw7k] {
    background: var(--insightive-sidebar);
    border-right: 1px solid var(--insightive-border);
    box-shadow: var(--insightive-shadow);
}

.top-row[b-jur40viw7k] {
    align-items: center;
    backdrop-filter: blur(18px);
    background: var(--insightive-topbar);
    border-bottom: 1px solid var(--insightive-border);
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    min-height: 5.1rem;
    padding: 1rem clamp(1rem, 3vw, 2.4rem);
    position: sticky;
    top: 0;
    z-index: 10;
}

.breadcrumb-line[b-jur40viw7k] {
    align-items: center;
    color: var(--insightive-muted);
    display: flex;
    flex-wrap: wrap;
    font-size: 0.92rem;
    gap: 0.45rem;
    min-width: 0;
}

.breadcrumb-line strong[b-jur40viw7k] {
    color: var(--insightive-text);
    font-weight: 800;
}

.breadcrumb-separator[b-jur40viw7k] {
    color: var(--insightive-subtle);
}

.top-row-actions[b-jur40viw7k] {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: flex-end;
    max-width: 100%;
}

.identity-chip[b-jur40viw7k] {
    align-items: center;
    background: var(--insightive-surface);
    border: 1px solid var(--insightive-border);
    border-radius: 999px;
    display: flex;
    gap: 0.7rem;
    min-width: 0;
    padding: 0.38rem 0.85rem 0.38rem 0.4rem;
}

.identity-avatar[b-jur40viw7k] {
    align-items: center;
    background: linear-gradient(135deg, #ff7a1a, #3578ff);
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 0.75rem;
    font-weight: 900;
    height: 2rem;
    justify-content: center;
    width: 2rem;
}

.identity-copy[b-jur40viw7k] {
    display: grid;
    line-height: 1.1;
    min-width: 0;
}

.identity-copy strong[b-jur40viw7k] {
    color: var(--insightive-text);
    font-size: 0.86rem;
    max-width: 12rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.identity-copy span[b-jur40viw7k] {
    color: var(--insightive-muted);
    font-size: 0.76rem;
    max-width: 12rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.content[b-jur40viw7k] {
    margin: 0 auto;
    max-width: 92rem;
    min-width: 0;
    overflow-x: hidden;
    padding: clamp(1.4rem, 3vw, 2.4rem);
}

@media (max-width: 760px) {
    .page[b-jur40viw7k] {
        flex-direction: column;
    }

    .top-row[b-jur40viw7k] {
        align-items: stretch;
        flex-direction: column;
        min-height: auto;
    }

    .top-row-actions[b-jur40viw7k] {
        flex-wrap: wrap;
        justify-content: flex-start;
        width: 100%;
    }

    .identity-chip[b-jur40viw7k] {
        max-width: 100%;
    }

    .content[b-jur40viw7k] {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media (min-width: 761px) {
    .sidebar[b-jur40viw7k] {
        flex: 0 0 18rem;
        height: 100vh;
        position: sticky;
        top: 0;
    }
}

#blazor-error-ui[b-jur40viw7k] {
    background: #ffe8a3;
    border-top: 1px solid #f4c430;
    bottom: 0;
    box-shadow: 0 -1px 12px rgba(0, 0, 0, 0.22);
    box-sizing: border-box;
    color: #3a2a00;
    display: none;
    left: 0;
    padding: 0.75rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-jur40viw7k] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.brand-row[b-0864la1fqt] {
    align-items: center;
    border-bottom: 1px solid var(--insightive-border);
    display: flex;
    gap: 0.8rem;
    min-height: 5.1rem;
    padding: 1rem 1.25rem;
}

.brand-mark[b-0864la1fqt] {
    align-items: center;
    background: linear-gradient(135deg, #ff7a1a 0%, #ff9a35 45%, #3578ff 100%);
    border-radius: 14px;
    box-shadow: 0 14px 32px rgba(255, 122, 26, 0.28);
    color: #fff;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 1.05rem;
    font-weight: 900;
    height: 2.45rem;
    justify-content: center;
    width: 2.45rem;
}

.brand-copy[b-0864la1fqt] {
    display: grid;
    min-width: 0;
}

.navbar-brand[b-0864la1fqt] {
    color: var(--insightive-text);
    font-size: 1.05rem;
    font-weight: 900;
    line-height: 1.1;
    text-decoration: none;
}

.brand-copy span[b-0864la1fqt] {
    color: var(--insightive-muted);
    font-size: 0.76rem;
    font-weight: 700;
    text-transform: uppercase;
}

.navbar-toggler[b-0864la1fqt] {
    appearance: none;
    background: var(--insightive-surface);
    border: 1px solid var(--insightive-border);
    border-radius: 10px;
    cursor: pointer;
    height: 2.5rem;
    position: absolute;
    right: 1rem;
    top: 1.28rem;
    width: 2.8rem;
}

.navbar-toggler[b-0864la1fqt]::before {
    color: var(--insightive-text);
    content: "Menu";
    font-size: 0.7rem;
    font-weight: 800;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.navbar-toggler:checked[b-0864la1fqt] {
    background: var(--insightive-active);
}

.sidebar-section[b-0864la1fqt] {
    color: var(--insightive-subtle);
    font-size: 0.72rem;
    font-weight: 900;
    padding: 1.6rem 1.45rem 0.55rem;
    text-transform: uppercase;
}

.bi[b-0864la1fqt] {
    background-color: currentColor;
    display: inline-block;
    flex: 0 0 auto;
    height: 1.12rem;
    margin-right: 0.75rem;
    width: 1.12rem;
}

.bi-house-door-fill-nav-menu[b-0864la1fqt] {
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.5c0-.28.22-.5.5-.5h2c.28 0 .5.22.5.5v3.5c0 .28.22.5.5.5h4c.28 0 .5-.22.5-.5v-7a.5.5 0 0 0-.15-.35L13 5.8V2.5c0-.28-.22-.5-.5-.5h-1c-.28 0-.5.22-.5.5v1.29L8.35 1.15a.5.5 0 0 0-.7 0l-6 6a.5.5 0 0 0-.15.35v7c0 .28.22.5.5.5h4c.28 0 .5-.22.5-.5Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.bi-plus-square-fill-nav-menu[b-0864la1fqt] {
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2Zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.bi-list-nested-nav-menu[b-0864la1fqt] {
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5Zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5Zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.bi-box-arrow-right-nav-menu[b-0864la1fqt] {
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M10 12.5a.5.5 0 0 1-.5.5h-8a.5.5 0 0 1-.5-.5v-9a.5.5 0 0 1 .5-.5h8a.5.5 0 0 1 .5.5v2a.5.5 0 0 0 1 0v-2A1.5 1.5 0 0 0 9.5 2h-8A1.5 1.5 0 0 0 0 3.5v9A1.5 1.5 0 0 0 1.5 14h8a1.5 1.5 0 0 0 1.5-1.5v-2a.5.5 0 0 0-1 0v2Z'/%3E%3Cpath d='M15.85 8.35a.5.5 0 0 0 0-.7l-3-3a.5.5 0 0 0-.7.7L14.29 7.5H5.5a.5.5 0 0 0 0 1h8.79l-2.14 2.15a.5.5 0 0 0 .7.7l3-3Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.nav-item[b-0864la1fqt] {
    font-size: 0.92rem;
    padding-bottom: 0.35rem;
}

.nav-item[b-0864la1fqt]  .nav-link {
    align-items: center;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 10px;
    color: var(--insightive-muted);
    display: flex;
    font-weight: 800;
    min-height: 2.8rem;
    padding: 0 0.85rem;
    text-decoration: none;
    width: 100%;
}

.nav-item[b-0864la1fqt]  a.active {
    background: var(--insightive-active);
    border-color: var(--insightive-border-strong);
    color: var(--insightive-text);
}

.nav-item[b-0864la1fqt]  .nav-link:hover {
    background: var(--insightive-hover);
    color: var(--insightive-text);
}

.nav-scrollable[b-0864la1fqt] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-0864la1fqt] {
    display: block;
}

.sidebar-callout[b-0864la1fqt] {
    background: var(--insightive-surface);
    border: 1px solid var(--insightive-border);
    border-radius: 14px;
    bottom: 1rem;
    display: grid;
    gap: 0.65rem;
    left: 1rem;
    padding: 1rem;
    position: absolute;
    right: 1rem;
}

.sidebar-callout strong[b-0864la1fqt] {
    color: var(--insightive-text);
    font-size: 0.95rem;
}

.sidebar-callout span[b-0864la1fqt] {
    color: var(--insightive-muted);
    font-size: 0.83rem;
}

@media (min-width: 761px) {
    .navbar-toggler[b-0864la1fqt] {
        display: none;
    }

    .nav-scrollable[b-0864la1fqt] {
        display: block;
        height: calc(100vh - 5.1rem);
        overflow-y: auto;
        padding-bottom: 12rem;
        position: relative;
    }
}

@media (max-width: 760px) {
    .brand-row[b-0864la1fqt] {
        padding-right: 4.5rem;
    }

    .nav-scrollable[b-0864la1fqt] {
        border-top: 1px solid var(--insightive-border);
        padding-bottom: 1rem;
    }

    .sidebar-callout[b-0864la1fqt] {
        margin: 1rem;
        position: static;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-s3b4qkrg2w],
.components-reconnect-repeated-attempt-visible[b-s3b4qkrg2w],
.components-reconnect-failed-visible[b-s3b4qkrg2w],
.components-pause-visible[b-s3b4qkrg2w],
.components-resume-failed-visible[b-s3b4qkrg2w],
.components-rejoining-animation[b-s3b4qkrg2w] {
    display: none;
}

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-s3b4qkrg2w {
    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/ThemeToggle.razor.rz.scp.css */
.theme-toggle[b-hdnfxjw1pd] {
    align-items: center;
    background: var(--insightive-surface);
    border: 1px solid var(--insightive-border);
    border-radius: 999px;
    color: var(--insightive-text);
    display: inline-flex;
    gap: 0.55rem;
    min-height: 2.55rem;
    padding: 0.25rem 0.75rem 0.25rem 0.3rem;
}

.theme-toggle:hover[b-hdnfxjw1pd] {
    background: var(--insightive-hover);
}

.theme-toggle-track[b-hdnfxjw1pd] {
    align-items: center;
    background: var(--insightive-bg);
    border: 1px solid var(--insightive-border);
    border-radius: 999px;
    display: inline-flex;
    height: 1.85rem;
    padding: 0.18rem;
    width: 3.25rem;
}

.theme-toggle-thumb[b-hdnfxjw1pd] {
    background: var(--insightive-accent);
    border-radius: 999px;
    box-shadow: 0 0 16px rgba(255, 122, 26, 0.42);
    display: inline-block;
    height: 1.36rem;
    transform: translateX(1.36rem);
    transition: transform 160ms ease;
    width: 1.36rem;
}

.theme-light .theme-toggle-thumb[b-hdnfxjw1pd] {
    transform: translateX(0);
}

.theme-toggle-label[b-hdnfxjw1pd] {
    font-size: 0.82rem;
    font-weight: 800;
    min-width: 2.4rem;
    text-align: left;
}
