/* /Components/Layout/DashboardLayout.razor.rz.scp.css */
/* ══════════════════════════════════════
   Shell
══════════════════════════════════════ */
.dash-shell[b-7ecxt7eunq] {
    display: flex;
    min-height: 100vh;
    background: var(--bg);
    position: relative;
}

/* ══════════════════════════════════════
   Sidebar
══════════════════════════════════════ */
.dash-sidebar[b-7ecxt7eunq] {
    width: 252px;
    flex-shrink: 0;
    background: #07101e;
    border-left: 1px solid rgba(255,255,255,0.055);
    display: flex;
    flex-direction: column;
    position: sticky;
    top: 0;
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
    scrollbar-color: rgba(255,255,255,0.07) transparent;
    transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 30;
}

.dash-sidebar[b-7ecxt7eunq]::-webkit-scrollbar { width: 3px; }
.dash-sidebar[b-7ecxt7eunq]::-webkit-scrollbar-thumb {
    background: rgba(255,255,255,0.08);
    border-radius: 3px;
}

/* ── Collapsed ── */
.sidebar-collapsed .dash-sidebar[b-7ecxt7eunq] { width: 60px; }

.dash-nav-link-text[b-7ecxt7eunq],
.dash-nav-chevron[b-7ecxt7eunq],
.dash-sidebar-name[b-7ecxt7eunq],
.dash-nav-label[b-7ecxt7eunq] {
    overflow: hidden;
    white-space: nowrap;
    opacity: 1;
    max-width: 200px;
    transition: opacity 0.18s ease, max-width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.sidebar-collapsed .dash-nav-link-text[b-7ecxt7eunq],
.sidebar-collapsed .dash-nav-chevron[b-7ecxt7eunq],
.sidebar-collapsed .dash-sidebar-name[b-7ecxt7eunq],
.sidebar-collapsed .dash-nav-label[b-7ecxt7eunq] {
    opacity: 0;
    max-width: 0;
    pointer-events: none;
}

.sidebar-collapsed .dash-sidebar-brand[b-7ecxt7eunq]   { justify-content: center; gap: 0; }
.sidebar-collapsed .dash-nav-link[b-7ecxt7eunq]        { justify-content: center; padding: 0.78rem; gap: 0; }
.sidebar-collapsed .dash-nav-parent[b-7ecxt7eunq]      { justify-content: center; }
.sidebar-collapsed .dash-nav-children[b-7ecxt7eunq]    { max-height: 0 !important; }
.sidebar-collapsed .dash-sidebar-footer[b-7ecxt7eunq]  { padding: 0.65rem 0.5rem; align-items: center; }
.sidebar-collapsed .dash-sidebar-user[b-7ecxt7eunq]    { justify-content: center; }
.sidebar-collapsed .dash-sidebar-footer-links .dash-nav-link[b-7ecxt7eunq] { justify-content: center; padding: 0.78rem; gap: 0; }

/* ══════════════════════════════════════
   Brand Header
══════════════════════════════════════ */
.dash-sidebar-header[b-7ecxt7eunq] {
    padding: 0.85rem 0.9rem;
    border-bottom: 1px solid rgba(255,255,255,0.055);
    flex-shrink: 0;
}

.dash-sidebar-brand[b-7ecxt7eunq] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    text-decoration: none;
    min-height: 2.2rem;
    transition: justify-content 0.3s ease, gap 0.3s ease;
}

.dash-sidebar-mark[b-7ecxt7eunq] {
    width: 2rem;
    height: 2rem;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.55rem;
    background: linear-gradient(135deg, #f59e0b, #fbbf24);
    color: #050d1a;
    font-family: var(--font-display);
    font-size: 0.85rem;
    font-weight: 800;
    box-shadow: 0 3px 10px rgba(245,158,11,0.38);
}

.dash-sidebar-logo[b-7ecxt7eunq] {
    width: 2rem;
    height: 2rem;
    flex-shrink: 0;
    object-fit: cover;
    border-radius: 0.55rem;
    background: rgba(255,255,255,0.95);
    padding: 0.15rem;
}

.dash-sidebar-name[b-7ecxt7eunq] {
    font-family: var(--font-display);
    font-size: 0.88rem;
    font-weight: 700;
    color: #dde8f5;
    line-height: 1;
}

/* ══════════════════════════════════════
   Navigation
══════════════════════════════════════ */
.dash-sidebar-nav[b-7ecxt7eunq] {
    flex: 1;
    padding: 0.65rem 0.55rem 0.4rem;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    overflow-x: hidden;
    gap: 0.08rem;
}

.dash-nav-group[b-7ecxt7eunq] {
    display: flex;
    flex-direction: column;
    gap: 0.05rem;
    margin-bottom: 0.25rem;
}

/* Base link styles */
.dash-nav-link[b-7ecxt7eunq] {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.62rem 0.75rem;
    border-radius: 0.55rem;
    color: rgba(180, 200, 225, 0.68);
    text-decoration: none;
    font-family: var(--font-display);
    font-size: 0.88rem;
    font-weight: 500;
    line-height: 1.4;
    border: 1px solid transparent;
    background: none;
    cursor: pointer;
    width: 100%;
    text-align: right;
    white-space: nowrap;
    position: relative;
    transition: background-color 0.14s ease, color 0.14s ease,
                padding 0.3s cubic-bezier(0.4, 0, 0.2, 1),
                gap 0.3s cubic-bezier(0.4, 0, 0.2, 1),
                justify-content 0.3s ease;
}

.dash-nav-link svg:not(.dash-nav-chevron)[b-7ecxt7eunq] {
    flex-shrink: 0;
    width: 15px;
    height: 15px;
    opacity: 0.52;
    transition: opacity 0.14s ease;
}

.dash-nav-link:hover[b-7ecxt7eunq] {
    background: rgba(255,255,255,0.065);
    color: #ccddf0;
    transform: none;
}
.dash-nav-link:hover svg:not(.dash-nav-chevron)[b-7ecxt7eunq] { opacity: 0.82; }

/* Active */
.dash-nav-link.active[b-7ecxt7eunq] {
    background: rgba(59,130,246,0.14);
    color: #bfdbfe;
    font-weight: 700;
    border-color: rgba(59,130,246,0.18);
}
.dash-nav-link.active svg:not(.dash-nav-chevron)[b-7ecxt7eunq] { opacity: 1; color: #93c5fd; }
.dash-nav-link.active[b-7ecxt7eunq]::after {
    content: "";
    position: absolute;
    right: 0; top: 20%; height: 60%; width: 2.5px;
    border-radius: 0 3px 3px 0;
    background: #3b82f6;
}

/* ── Parent toggle ── */
.dash-nav-parent[b-7ecxt7eunq] {
    user-select: none;
}

.dash-nav-chevron[b-7ecxt7eunq] {
    width: 13px !important;
    height: 13px !important;
    margin-right: auto;        /* pushes to left edge in RTL */
    margin-left: 0;
    opacity: 0.45 !important;
    flex-shrink: 0;
    transition: transform 0.25s ease, opacity 0.14s ease !important;
}

.dash-nav-item.open .dash-nav-chevron[b-7ecxt7eunq] {
    transform: rotate(180deg);
    opacity: 0.7 !important;
}

.dash-nav-item.open > .dash-nav-parent[b-7ecxt7eunq] {
    color: #cce0f8;
    background: rgba(59,130,246,0.08);
    border-color: rgba(59,130,246,0.1);
}

/* kill underlines — ::deep targets NavLink's rendered <a> inside Blazor scoping */
.dash-sidebar-nav[b-7ecxt7eunq]  a,
.dash-sidebar-nav[b-7ecxt7eunq]  a:hover,
.dash-sidebar-nav[b-7ecxt7eunq]  a:visited,
.dash-sidebar-nav[b-7ecxt7eunq]  a:focus,
.dash-nav-child[b-7ecxt7eunq],
.dash-nav-child:hover[b-7ecxt7eunq],
.dash-nav-child:visited[b-7ecxt7eunq],
.dash-nav-child:focus[b-7ecxt7eunq] {
    text-decoration: none !important;
}

/* ══════════════════════════════════════
   Tree sub-menu
══════════════════════════════════════ */
.dash-nav-children[b-7ecxt7eunq] {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1),
                opacity 0.2s ease;
    opacity: 0;
    padding: 0.2rem 0.5rem 0.4rem 0.4rem;
    margin-right: 1.6rem;
}

.dash-nav-item.open .dash-nav-children[b-7ecxt7eunq] {
    max-height: 420px;
    opacity: 1;
}

/* ── Tree trunk container ── */
.dash-tree[b-7ecxt7eunq] {
    position: relative;
    display: flex;
    flex-direction: column;
    padding-right: 1.1rem;
}

/* Vertical trunk line */
.dash-tree[b-7ecxt7eunq]::before {
    content: "";
    position: absolute;
    right: 3px;
    top: 1rem;
    bottom: 1rem;
    width: 1.5px;
    background: linear-gradient(
        to bottom,
        transparent,
        rgba(71, 130, 234, 0.35) 8%,
        rgba(71, 130, 234, 0.25) 88%,
        transparent
    );
    border-radius: 2px;
    pointer-events: none;
}

/* ── Tree row wrapper ── */
.dash-tree-row[b-7ecxt7eunq] {
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 0.05rem;
}

/* Horizontal branch line */
.dash-tree-row[b-7ecxt7eunq]::before {
    content: "";
    position: absolute;
    right: 3px;
    top: 50%;
    transform: translateY(-50%);
    width: 1rem;
    height: 1.5px;
    background: rgba(71, 130, 234, 0.28);
    border-radius: 1px;
    transition: background 0.2s ease, width 0.2s ease;
    pointer-events: none;
}

.dash-tree-row:hover[b-7ecxt7eunq]::before,
.dash-tree-row:has(.active)[b-7ecxt7eunq]::before {
    background: rgba(96, 165, 250, 0.6);
    width: 1.1rem;
}

/* ── Child link ── */
.dash-nav-child[b-7ecxt7eunq] {
    flex: 1;
    margin-right: 0.6rem;
    padding: 0.52rem 0.65rem;
    font-size: 0.83rem;
    font-weight: 500;
    font-family: var(--font-display);
    color: rgba(148, 175, 215, 0.62);
    gap: 0.5rem;
    border-radius: 0.5rem;
    position: relative;
    letter-spacing: 0;
    transition: background-color 0.14s ease, color 0.14s ease;
    border: 1px solid transparent;
    text-decoration: none !important;
    white-space: nowrap;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.dash-nav-child:hover[b-7ecxt7eunq] {
    color: #ccddf5;
    background: rgba(255, 255, 255, 0.065);
    text-decoration: none !important;
}

.dash-nav-child.active[b-7ecxt7eunq] {
    color: #93c5fd;
    font-weight: 700;
    background: rgba(59, 130, 246, 0.14);
    border-color: rgba(59, 130, 246, 0.18);
    text-decoration: none !important;
}

.dash-nav-child.active[b-7ecxt7eunq]::after { display: none; }

/* ── Node dot ── */
.dash-child-dot[b-7ecxt7eunq] {
    width: 8px;
    height: 8px;
    flex-shrink: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.07);
    border: 1.5px solid rgba(100, 145, 210, 0.35);
    transition: background 0.18s ease, border-color 0.18s ease,
                transform 0.18s ease, box-shadow 0.18s ease;
}

.dash-nav-child:hover .dash-child-dot[b-7ecxt7eunq] {
    background: rgba(96, 165, 250, 0.45);
    border-color: rgba(147, 197, 253, 0.8);
    transform: scale(1.3);
}

.dash-nav-child.active .dash-child-dot[b-7ecxt7eunq] {
    background: #3b82f6;
    border-color: #93c5fd;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.18), 0 0 8px rgba(96, 165, 250, 0.45);
    transform: scale(1.15);
}

/* Collapsed: hide */
.sidebar-collapsed .dash-nav-children[b-7ecxt7eunq] { opacity: 0; }

/* ══════════════════════════════════════
   Sidebar Footer
══════════════════════════════════════ */
.dash-sidebar-footer[b-7ecxt7eunq] {
    flex-shrink: 0;
    padding: 0.65rem 0.55rem;
    border-top: 1px solid rgba(255,255,255,0.055);
    display: flex;
    flex-direction: column;
    gap: 0.08rem;
    background: rgba(0,0,0,0.12);
}

.dash-sidebar-user[b-7ecxt7eunq] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.5rem 0.75rem;
    margin-bottom: 0.25rem;
    border-radius: 0.55rem;
    background: rgba(255,255,255,0.04);
    transition: justify-content 0.3s ease, gap 0.3s ease;
}

.dash-user-avatar[b-7ecxt7eunq] {
    width: 1.75rem;
    height: 1.75rem;
    flex-shrink: 0;
    border-radius: 50%;
    background: linear-gradient(135deg, #1d4ed8, #3b82f6);
    color: #fff;
    font-family: var(--font-display);
    font-size: 0.8rem;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.dash-user-name[b-7ecxt7eunq] {
    font-family: var(--font-display);
    font-size: 0.82rem;
    font-weight: 600;
    color: rgba(200, 220, 245, 0.75);
}

.dash-sidebar-footer-links[b-7ecxt7eunq] {
    display: flex;
    flex-direction: column;
    gap: 0.05rem;
}

.dash-sidebar-footer-links form[b-7ecxt7eunq] { width: 100%; }

.dash-nav-back[b-7ecxt7eunq] { color: rgba(100,130,165,0.6); font-size: 0.84rem; }
.dash-logout-btn[b-7ecxt7eunq] { color: rgba(248,113,113,0.62); font-size: 0.84rem; }
.dash-logout-btn:hover[b-7ecxt7eunq] { background: rgba(248,113,113,0.1) !important; color: #fca5a5 !important; }

/* ══════════════════════════════════════
   Main Area
══════════════════════════════════════ */
.dash-main[b-7ecxt7eunq] {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
}

/* ── Topbar ── */
.dash-topbar[b-7ecxt7eunq] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.7rem 1.4rem;
    background: color-mix(in srgb, var(--bg) 88%, transparent);
    border-bottom: 1px solid var(--line);
    position: sticky;
    top: 0;
    z-index: 20;
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
    min-height: 3.2rem;
}

.dash-toggle-btn[b-7ecxt7eunq] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.1rem;
    height: 2.1rem;
    border-radius: 0.55rem;
    background: var(--surface);
    border: 1px solid var(--line);
    color: var(--ink-soft);
    cursor: pointer;
    transition: background-color 0.14s ease, color 0.14s ease, transform 0.14s ease;
    flex-shrink: 0;
}
.dash-toggle-btn:hover[b-7ecxt7eunq] { background: var(--surface-strong); color: var(--ink); transform: scale(1.06); }

.dash-topbar-info[b-7ecxt7eunq] { display: flex; align-items: center; gap: 0.75rem; }

.dash-topbar-user[b-7ecxt7eunq] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.38rem 0.8rem;
    border-radius: 999px;
    background: var(--surface);
    border: 1px solid var(--line);
    color: var(--ink-soft);
    font-family: var(--font-display);
    font-size: 0.84rem;
    font-weight: 600;
}

/* ── Content ── */
.dash-content[b-7ecxt7eunq] { flex: 1; overflow-y: auto; }

/* ══════════════════════════════════════
   Overlay (mobile)
══════════════════════════════════════ */
.dash-overlay[b-7ecxt7eunq] {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.52);
    z-index: 29;
    backdrop-filter: blur(2px);
    animation: dash-fade-in-b-7ecxt7eunq 0.2s ease;
}
@keyframes dash-fade-in-b-7ecxt7eunq { from { opacity: 0; } to { opacity: 1; } }

/* ══════════════════════════════════════
   Responsive
══════════════════════════════════════ */
@media (max-width: 900px) {
    .dash-sidebar[b-7ecxt7eunq] {
        position: fixed;
        top: 0; right: 0;
        height: 100vh;
        width: 252px !important;
        z-index: 50;
        transform: translateX(0);
        transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s ease;
        box-shadow: -10px 0 44px rgba(0,0,0,0.5);
    }

    .sidebar-collapsed .dash-sidebar[b-7ecxt7eunq] {
        transform: translateX(110%);
        box-shadow: none;
    }

    /* Restore all text on mobile */
    .sidebar-collapsed .dash-nav-link-text[b-7ecxt7eunq],
    .sidebar-collapsed .dash-nav-chevron[b-7ecxt7eunq],
    .sidebar-collapsed .dash-sidebar-name[b-7ecxt7eunq],
    .sidebar-collapsed .dash-nav-label[b-7ecxt7eunq] {
        opacity: 1; max-width: 200px; pointer-events: auto;
    }
    .sidebar-collapsed .dash-sidebar-brand[b-7ecxt7eunq]   { justify-content: flex-start; gap: 0.6rem; }
    .sidebar-collapsed .dash-nav-link[b-7ecxt7eunq]        { justify-content: flex-start; padding: 0.62rem 0.75rem; gap: 0.65rem; }
    .sidebar-collapsed .dash-nav-parent[b-7ecxt7eunq]      { justify-content: flex-start; }
    .sidebar-collapsed .dash-sidebar-footer[b-7ecxt7eunq]  { padding: 0.65rem 0.55rem; align-items: stretch; }
    .sidebar-collapsed .dash-sidebar-user[b-7ecxt7eunq]    { justify-content: flex-start; }
    .sidebar-collapsed .dash-sidebar-footer-links .dash-nav-link[b-7ecxt7eunq] { justify-content: flex-start; padding: 0.62rem 0.75rem; gap: 0.65rem; }

    .dash-shell:not(.sidebar-collapsed) .dash-overlay[b-7ecxt7eunq] { display: block; }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.site-shell[b-kyx0wid985] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    position: relative;
}

.container-shell[b-kyx0wid985] {
    width: min(1180px, calc(100% - 2rem));
    margin: 0 auto;
}

.utility-bar[b-kyx0wid985] {
    background: var(--chrome-bg);
    border-bottom: 1px solid var(--line);
}

.utility-content[b-kyx0wid985] {
    min-height: 3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.utility-links[b-kyx0wid985],
.footer-links[b-kyx0wid985] {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.utility-actions[b-kyx0wid985] {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    flex-wrap: wrap;
}

.utility-userbox[b-kyx0wid985] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.utility-usertext[b-kyx0wid985] {
    color: var(--chrome-text);
    font-size: 0.92rem;
}

.utility-links[b-kyx0wid985]  a,
.footer-links a[b-kyx0wid985] {
    color: var(--chrome-link);
    font-size: 0.94rem;
    font-family: var(--font-ui);
    font-weight: 500;
    text-decoration: none;
}

.utility-links[b-kyx0wid985]  a:hover,
.footer-links a:hover[b-kyx0wid985] {
    color: var(--chrome-link-hover);
}

.utility-login[b-kyx0wid985] {
    color: #060b18;
    background: linear-gradient(135deg, var(--gold-deep), var(--gold));
    border-radius: 999px;
    padding: 0.6rem 1.1rem;
    font-family: var(--font-ui);
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(245, 158, 11, 0.3);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.utility-login:hover[b-kyx0wid985] {
    transform: translateY(-1px);
    box-shadow: 0 12px 28px rgba(245, 158, 11, 0.4);
}

.utility-outline[b-kyx0wid985] {
    color: var(--utility-outline-text);
    text-decoration: none;
    padding: 0.55rem 1rem;
    border-radius: 999px;
}

.theme-toggle[b-kyx0wid985] {
    width: 2.75rem;
    height: 2.75rem;
    padding: 0;
    border-radius: 999px;
    background: var(--theme-toggle-bg);
    color: var(--theme-toggle-text);
    border: 1px solid var(--theme-toggle-border);
    box-shadow: var(--theme-toggle-shadow);
    transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.theme-toggle:hover[b-kyx0wid985] {
    transform: translateY(-1px);
}

.theme-toggle-glyph[b-kyx0wid985] {
    width: 1.15rem;
    height: 1.15rem;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.theme-toggle-sun[b-kyx0wid985],
.theme-toggle-moon[b-kyx0wid985] {
    display: none;
}

.theme-toggle[data-current-theme="dark"] .theme-toggle-sun[b-kyx0wid985],
.theme-toggle[data-current-theme="light"] .theme-toggle-moon[b-kyx0wid985] {
    display: block;
}

.theme-toggle-label[b-kyx0wid985] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.site-header[b-kyx0wid985] {
    position: sticky;
    top: 0;
    z-index: 20;
    backdrop-filter: blur(28px);
    -webkit-backdrop-filter: blur(28px);
    background: var(--header-bg);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.site-header-content[b-kyx0wid985] {
    min-height: 5.25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 0.45rem 0;
}

.brand-lockup[b-kyx0wid985] {
    display: inline-flex;
    align-items: center;
    gap: 0.9rem;
    text-decoration: none;
}

.brand-mark[b-kyx0wid985] {
    width: 3.2rem;
    height: 3.2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 1.15rem;
    background: linear-gradient(135deg, var(--gold), var(--gold-deep));
    color: #0b0f19;
    font-family: var(--font-display);
    font-size: 1.08rem;
    font-weight: 800;
    box-shadow: 0 10px 24px rgba(251, 191, 36, 0.25);
}

.brand-logo[b-kyx0wid985] {
    width: 3.2rem;
    height: 3.2rem;
    object-fit: cover;
    border-radius: 1rem;
    background: var(--brand-logo-bg);
    padding: 0.2rem;
    box-shadow: 0 10px 24px rgba(20, 35, 61, 0.18);
}

.brand-copy[b-kyx0wid985] {
    display: grid;
    gap: 0.1rem;
    color: var(--ink);
}

.brand-copy strong[b-kyx0wid985] {
    font-size: 1.02rem;
    font-family: var(--font-display);
    font-weight: 700;
}

.brand-copy small[b-kyx0wid985] {
    color: var(--ink-soft);
    font-family: var(--font-ui);
    font-weight: 500;
}

.main-nav[b-kyx0wid985] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.45rem;
    padding: 0.35rem;
    border-radius: 999px;
    background: var(--main-nav-bg);
    box-shadow: var(--main-nav-shadow);
    border: 1px solid var(--line);
}

.main-nav[b-kyx0wid985]  a {
    color: var(--ink-soft);
    text-decoration: none;
    padding: 0.72rem 1rem;
    border-radius: 999px;
    font-family: var(--font-ui);
    font-weight: 600;
    transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.main-nav[b-kyx0wid985]  a:hover,
.main-nav[b-kyx0wid985]  a.active {
    background: linear-gradient(135deg, var(--gold-deep), #f59e0b);
    color: #0b0f19;
    transform: translateY(-1px);
}

.page-stage[b-kyx0wid985] {
    flex: 1;
}

.page-body[b-kyx0wid985] {
    padding: 0 0 4.5rem;
}

.site-footer[b-kyx0wid985] {
    background: var(--footer-bg);
    border-top: 1px solid var(--line);
    padding: 3.25rem 0;
    color: var(--ink);
}

.footer-grid[b-kyx0wid985] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2rem;
}

.footer-title[b-kyx0wid985] {
    display: inline-block;
    margin-bottom: 1rem;
    color: var(--footer-title);
    font-family: var(--font-display);
    font-weight: 800;
}

.site-footer p[b-kyx0wid985],
.footer-links span[b-kyx0wid985] {
    color: var(--footer-copy);
    margin: 0;
    line-height: 1.9;
}

@media (max-width: 900px) {
    .utility-content[b-kyx0wid985],
    .site-header-content[b-kyx0wid985] {
        flex-direction: column;
        justify-content: center;
        padding: 0.9rem 0;
    }

    .main-nav[b-kyx0wid985] {
        width: 100%;
        overflow-x: auto;
        justify-content: flex-start;
        padding-bottom: 0.2rem;
        border-radius: 1.25rem;
    }

    .footer-grid[b-kyx0wid985] {
        grid-template-columns: 1fr;
    }
}

#blazor-error-ui[b-kyx0wid985] {
    color-scheme: light only;
    background: #fff6d5;
    bottom: 0;
    box-shadow: 0 -1px 12px rgba(0, 0, 0, 0.12);
    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-kyx0wid985] {
    cursor: pointer;
    position: absolute;
    left: 0.75rem;
    top: 0.5rem;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-q2oa83lhgr] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-q2oa83lhgr] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-q2oa83lhgr] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-q2oa83lhgr] {
    font-size: 1.1rem;
}

.bi[b-q2oa83lhgr] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-q2oa83lhgr] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-q2oa83lhgr] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' 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");
}

.bi-list-nested-nav-menu[b-q2oa83lhgr] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' 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");
}

.nav-item[b-q2oa83lhgr] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-q2oa83lhgr] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-q2oa83lhgr] {
        padding-bottom: 1rem;
    }

    .nav-item[b-q2oa83lhgr]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-q2oa83lhgr]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-q2oa83lhgr]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

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

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

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

    .nav-scrollable[b-q2oa83lhgr] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
