/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* ── User menu popup avatar ──────────────────────────────────────────── */

.menu-avatar[b-zc7rsibmzc] {
    background: #2455A3;
    color: #fff;
    font-weight: 700;
    font-size: 1.4rem;
}

/* ── Drawer brand header ─────────────────────────────────────────────── */

.drawer-brand[b-zc7rsibmzc] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 18px 20px 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.drawer-brand-icon[b-zc7rsibmzc] {
    color: rgba(170, 210, 255, 0.80);
    font-size: 1.75rem;
    flex-shrink: 0;
}

.drawer-brand-name[b-zc7rsibmzc] {
    color: rgba(215, 235, 255, 0.95);
    font-weight: 700;
    letter-spacing: 0.01em;
    line-height: 1.2;
}

.drawer-brand-sub[b-zc7rsibmzc] {
    color: rgba(160, 200, 255, 0.50);
    line-height: 1.2;
}

/* ── Blazor error UI ─────────────────────────────────────────────────── */

#blazor-error-ui[b-zc7rsibmzc] {
    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-zc7rsibmzc] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
/* Section labels between nav groups */
.nav-section-label[b-7i8lb151w5] {
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: rgba(160, 200, 255, 0.42);
    padding: 18px 20px 5px;
    pointer-events: none;
    user-select: none;
}
