/* /Layout/MainLayout.razor.rz.scp.css */
.shell-frame[b-5pxrzy3ny9] {
    position: relative;
    min-height: 100vh;
}

.sidebar-panel[b-5pxrzy3ny9] {
    position: relative;
    z-index: 3;
}

.workspace-shell[b-5pxrzy3ny9] {
    min-height: 100vh;
}

.topbar-shell[b-5pxrzy3ny9] {
    position: sticky;
    top: 0;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.5rem;
    padding: 1.25rem 1.5rem 0;
}

.topbar-shell h2[b-5pxrzy3ny9] {
    margin: 0.2rem 0 0;
    font-size: clamp(1.15rem, 1rem + 0.55vw, 1.55rem);
    color: var(--gold-soft);
}

.topbar-kicker[b-5pxrzy3ny9] {
    margin: 0;
    color: var(--text-muted);
    font-size: 0.78rem;
    letter-spacing: 0.24em;
    text-transform: uppercase;
}

.topbar-actions[b-5pxrzy3ny9] {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.ghost-link[b-5pxrzy3ny9],
.topbar-cta[b-5pxrzy3ny9] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.85rem;
    padding: 0.65rem 1rem;
    border-radius: 999px;
    border: 1px solid var(--border-strong);
    text-decoration: none;
    transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.ghost-link[b-5pxrzy3ny9] {
    color: var(--text-muted);
    background: rgba(11, 13, 24, 0.62);
}

.topbar-cta[b-5pxrzy3ny9] {
    color: var(--ink-strong);
    font-weight: 700;
    background: linear-gradient(135deg, var(--gold) 0%, var(--gold-soft) 100%);
    box-shadow: 0 16px 40px rgba(197, 168, 104, 0.22);
}

.ghost-link:hover[b-5pxrzy3ny9],
.topbar-cta:hover[b-5pxrzy3ny9] {
    transform: translateY(-1px);
}

.content-stage[b-5pxrzy3ny9] {
    padding: 1rem 1.5rem 2.5rem;
}

@media (max-width: 960px) {
    .topbar-shell[b-5pxrzy3ny9] {
        flex-direction: column;
        align-items: flex-start;
    }

    .topbar-actions[b-5pxrzy3ny9] {
        width: 100%;
        justify-content: flex-start;
    }
}

@media (min-width: 961px) {
    .shell-frame[b-5pxrzy3ny9] {
        display: grid;
        grid-template-columns: 22rem minmax(0, 1fr);
    }

    .sidebar-panel[b-5pxrzy3ny9] {
        position: sticky;
        top: 0;
        height: 100vh;
    }

    .workspace-shell[b-5pxrzy3ny9] {
        padding: 0 0.85rem 0 0;
    }

    .content-stage[b-5pxrzy3ny9] {
        padding: 1rem 1.5rem 3rem 0.75rem;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.mobile-nav-header[b-ile9wcnu8e] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1rem 0.5rem;
}

.mobile-brand[b-ile9wcnu8e] {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    color: var(--gold-soft);
    text-decoration: none;
    font-weight: 700;
}

.mobile-brand-mark[b-ile9wcnu8e],
.brand-mark[b-ile9wcnu8e] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(245, 222, 168, 0.95) 0%, rgba(190, 146, 72, 0.92) 100%);
    color: #140f0a;
    box-shadow: 0 0 35px rgba(214, 181, 111, 0.28);
}

.mobile-brand-mark[b-ile9wcnu8e] {
    width: 2rem;
    height: 2rem;
}

.nav-toggle[b-ile9wcnu8e] {
    width: 2.9rem;
    height: 2.9rem;
    border: 1px solid var(--border-strong);
    border-radius: 1rem;
    color: var(--gold-soft);
    background: rgba(11, 13, 24, 0.88);
}

.collapse[b-ile9wcnu8e] {
    display: none;
}

.nav-shell[b-ile9wcnu8e] {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    padding: 0.5rem 1rem 1rem;
}

.brand-panel[b-ile9wcnu8e],
.sidebar-note[b-ile9wcnu8e] {
    border: 1px solid var(--border-soft);
    background: linear-gradient(180deg, rgba(15, 18, 31, 0.98) 0%, rgba(20, 13, 24, 0.92) 100%);
    box-shadow: var(--shadow-soft);
    backdrop-filter: blur(20px);
}

.brand-panel[b-ile9wcnu8e] {
    padding: 1.35rem;
    border-radius: 1.75rem;
}

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

.brand-mark[b-ile9wcnu8e] {
    width: 3rem;
    height: 3rem;
    font-size: 1.15rem;
}

.brand-link strong[b-ile9wcnu8e] {
    display: block;
    color: var(--gold-soft);
    font-size: 1.2rem;
    letter-spacing: 0.04em;
}

.brand-link span:last-child[b-ile9wcnu8e] {
    color: var(--text-muted);
    font-size: 0.88rem;
}

.brand-summary[b-ile9wcnu8e] {
    margin: 1rem 0 0;
    color: var(--text-muted);
    line-height: 1.65;
}

.menu-stack[b-ile9wcnu8e] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.menu-group[b-ile9wcnu8e] {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
}

.group-label[b-ile9wcnu8e] {
    margin: 0 0 0.35rem;
    padding-left: 0.2rem;
    color: rgba(245, 233, 199, 0.55);
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.24em;
    text-transform: uppercase;
}

.menu-link[b-ile9wcnu8e] {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    min-height: 3.2rem;
    padding: 0.85rem 1rem;
    border: 1px solid transparent;
    border-radius: 1.15rem;
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.025);
    text-decoration: none;
    transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.menu-glyph[b-ile9wcnu8e] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.85rem;
    height: 1.85rem;
    border-radius: 999px;
    color: var(--gold-soft);
    background: rgba(245, 222, 168, 0.08);
    font-size: 0.95rem;
}

.menu-link:hover[b-ile9wcnu8e],
.menu-link.active[b-ile9wcnu8e] {
    transform: translateX(4px);
    color: var(--gold-soft);
    border-color: rgba(201, 166, 92, 0.35);
    background: linear-gradient(90deg, rgba(214, 181, 111, 0.16) 0%, rgba(214, 181, 111, 0.03) 100%);
}

.menu-link-danger[b-ile9wcnu8e] {
    color: #f4b4b4;
}

.sidebar-note[b-ile9wcnu8e] {
    margin-top: auto;
    padding: 1rem 1.1rem;
    border-radius: 1.35rem;
}

.sidebar-note span[b-ile9wcnu8e] {
    display: block;
    margin-bottom: 0.35rem;
    font-size: 0.76rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: var(--text-muted);
}

.sidebar-note code[b-ile9wcnu8e] {
    font-size: 0.9rem;
}

@media (min-width: 961px) {
    .mobile-nav-header[b-ile9wcnu8e] {
        display: none;
    }

    .collapse[b-ile9wcnu8e],
    .nav-shell[b-ile9wcnu8e] {
        display: flex;
    }

    .nav-shell[b-ile9wcnu8e] {
        height: 100vh;
        padding: 1.5rem 1rem;
        overflow-y: auto;
    }
}
