@import '_content/SilverDESK.Modules.Calendar/SilverDESK.Modules.Calendar.0tb338f4el.bundle.scp.css';
@import '_content/SilverDESK.Modules.CMS/SilverDESK.Modules.CMS.0q69natu50.bundle.scp.css';
@import '_content/SilverDESK.Modules.Helpdesk/SilverDESK.Modules.Helpdesk.4ocpe1fw70.bundle.scp.css';
@import '_content/SilverDESK.Modules.Hosting/SilverDESK.Modules.Hosting.tdfxh9q7xe.bundle.scp.css';
@import '_content/SilverDESK.Modules.NetworkOps/SilverDESK.Modules.NetworkOps.is325bizmd.bundle.scp.css';
@import '_content/SilverLabs.SilverSHELL.Controls/SilverLabs.SilverSHELL.Controls.e5tf1dm6ej.bundle.scp.css';
@import '_content/SilverLabs.SilverSHELL.Modules.ModuleBrowser/SilverLabs.SilverSHELL.Modules.ModuleBrowser.apollmpq46.bundle.scp.css';
@import '_content/SilverLabs.SilverSHELL.Notifications/SilverLabs.SilverSHELL.Notifications.m6q9cmjuay.bundle.scp.css';
@import '_content/SilverLabs.SilverSHELL.PWA/SilverLabs.SilverSHELL.PWA.7dbtycojba.bundle.scp.css';
@import '_content/SilverLabs.SilverSHELL/SilverLabs.SilverSHELL.l4atl6m7yb.bundle.scp.css';

/* /Components/CommandPalette.razor.rz.scp.css */
/* Command Palette — VS Code-style search overlay */

.palette-backdrop[b-cp840agu6o] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    z-index: 9998;
}

.palette-container[b-cp840agu6o] {
    position: fixed;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    width: 560px;
    max-width: calc(100vw - 2rem);
    max-height: 420px;
    background: var(--ss-bg-elevated, #2A323F);
    border: 1px solid var(--ss-border-default, rgba(255, 255, 255, 0.1));
    border-radius: 10px;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(255, 255, 255, 0.05);
    z-index: 9999;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    animation: palette-enter-b-cp840agu6o 0.15s ease-out;
}

@keyframes palette-enter-b-cp840agu6o {
    from {
        opacity: 0;
        transform: translateX(-50%) translateY(-8px);
    }
    to {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
    }
}

.palette-input-row[b-cp840agu6o] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1rem;
    border-bottom: 1px solid var(--ss-border-subtle, rgba(255, 255, 255, 0.05));
}

.palette-input-row input[b-cp840agu6o] {
    flex: 1;
    background: transparent;
    border: none;
    outline: none;
    color: var(--ss-text-primary, #fff);
    font-family: var(--ss-font-body, 'Outfit', sans-serif);
    font-size: 0.9rem;
    line-height: 1.5;
}

.palette-input-row input[b-cp840agu6o]::placeholder {
    color: var(--ss-text-muted, #6B7280);
}

.palette-kbd[b-cp840agu6o] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 2px 6px;
    font-family: var(--ss-font-mono, monospace);
    font-size: 0.65rem;
    font-weight: 600;
    color: var(--ss-text-tertiary, #9CA3AF);
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    line-height: 1.4;
    white-space: nowrap;
}

.palette-results[b-cp840agu6o] {
    overflow-y: auto;
    padding: 0.25rem 0;
    max-height: 340px;
}

.palette-results[b-cp840agu6o]::-webkit-scrollbar {
    width: 4px;
}

.palette-results[b-cp840agu6o]::-webkit-scrollbar-track {
    background: transparent;
}

.palette-results[b-cp840agu6o]::-webkit-scrollbar-thumb {
    background: #4A5568;
    border-radius: 4px;
}

.palette-item[b-cp840agu6o] {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.5rem 1rem;
    cursor: pointer;
    transition: background-color 0.1s ease;
    color: var(--ss-text-secondary, #E5E7EB);
    font-family: var(--ss-font-body, 'Outfit', sans-serif);
    font-size: 0.85rem;
}

.palette-item:hover[b-cp840agu6o],
.palette-item.selected[b-cp840agu6o] {
    background: rgba(0, 187, 255, 0.08);
    color: var(--ss-text-primary, #fff);
}

.palette-item.selected[b-cp840agu6o] {
    background: rgba(0, 187, 255, 0.12);
}

.palette-item-text[b-cp840agu6o] {
    flex: 1;
}

.palette-item-category[b-cp840agu6o] {
    font-size: 0.7rem;
    color: var(--ss-text-muted, #6B7280);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.palette-empty[b-cp840agu6o] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    padding: 2rem 1rem;
    color: var(--ss-text-muted, #6B7280);
    font-family: var(--ss-font-body, 'Outfit', sans-serif);
    font-size: 0.85rem;
}
/* /Layout/ActivityBar.razor.rz.scp.css */
/* Activity Bar — VS Code-style vertical icon strip */

.activity-bar[b-17xgnsw6qu] {
    display: flex;
    flex-direction: column;
    width: 60px;
    min-width: 60px;
    height: 100%;
    background: var(--ss-bg-chrome, rgba(0, 12, 22, 0.98));
    border-right: 1px solid var(--ss-border-subtle, rgba(255, 255, 255, 0.05));
    z-index: 20;
    overflow: hidden;
}

/* ── Three-section layout ─────────────────────────────────────────────── */

.activity-bar-fixed-top[b-17xgnsw6qu] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    padding: 4px 0 0;
    flex-shrink: 0;
}

/* Thin visual separator between Dashboard and the dynamic list */
.activity-bar-divider[b-17xgnsw6qu] {
    width: 28px;
    height: 1px;
    background: var(--ss-border-subtle, rgba(255, 255, 255, 0.05));
    margin: 4px 0 2px;
}

/* Dynamic region: fills all available space; items that exceed the height
   are clipped silently — no scrollbar. Users access them via the Apps panel. */
.activity-bar-dynamic[b-17xgnsw6qu] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    padding: 2px 0 4px;
    flex: 1;
    overflow: hidden;
    min-height: 0; /* required so flex child can shrink below content height */
}

/* Fixed bottom: Apps button + Settings cog */
.activity-bar-fixed-bottom[b-17xgnsw6qu] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    padding: 8px 0 4px;
    border-top: 1px solid var(--ss-border-subtle, rgba(255, 255, 255, 0.05));
    flex-shrink: 0;
}

/* ── Icon button ──────────────────────────────────────────────────────── */

.activity-bar-icon[b-17xgnsw6qu] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border: none;
    background: transparent;
    color: var(--ss-text-tertiary, #6B7280);
    cursor: pointer;
    border-radius: var(--ss-radius-md, 6px);
    transition: color 0.15s ease, background-color 0.15s ease;
    padding: 0;
}

.activity-bar-icon:hover[b-17xgnsw6qu] {
    color: var(--ss-text-primary, #fff);
    background: rgba(255, 255, 255, 0.06);
}

.activity-bar-icon.active[b-17xgnsw6qu] {
    color: var(--ss-accent-500, #00BBFF);
}

.activity-bar-icon.active:hover[b-17xgnsw6qu] {
    color: var(--ss-accent-500, #00BBFF);
}

/* Left edge indicator for active module */
.activity-bar-indicator[b-17xgnsw6qu] {
    position: absolute;
    left: 0;
    top: 6px;
    bottom: 6px;
    width: 2px;
    background: var(--ss-accent-500, #00BBFF);
    border-radius: 0 2px 2px 0;
    box-shadow: 0 0 8px rgba(0, 187, 255, 0.4);
}

/* ── Drag-and-drop states ─────────────────────────────────────────────── */

.activity-bar-dynamic .activity-bar-icon[b-17xgnsw6qu] {
    cursor: grab;
}

.activity-bar-dynamic .activity-bar-icon:active[b-17xgnsw6qu] {
    cursor: grabbing;
}

.activity-bar-icon.drag-over[b-17xgnsw6qu] {
    background: rgba(0, 187, 255, 0.12);
    outline: 1px dashed var(--ss-accent-500, #00BBFF);
    outline-offset: -2px;
}

/* ── Icon sizing ──────────────────────────────────────────────────────── */

.activity-bar-icon[b-17xgnsw6qu]  .rz-icon,
.activity-bar-icon[b-17xgnsw6qu]  .rzi {
    font-size: 1.6875rem;
    line-height: 1;
}

/* ── Mobile: hidden (BottomNavBar handles navigation) ─────────────────── */
@media (max-width: 575px) {
    .activity-bar[b-17xgnsw6qu] {
        display: none !important;
    }
}
/* /Layout/AppsPanel.razor.rz.scp.css */
/* Apps Panel — transient slide-out overlay from left edge of activity bar */

/* Click-away backdrop: transparent, full viewport, sits below the panel */
.apps-panel-backdrop[b-um4fbtu7g2] {
    position: fixed;
    inset: 0;
    z-index: 29;
    background: transparent;
    cursor: default;
}

/* Panel itself: absolute within .app-workspace, left edge against activity bar */
.apps-panel[b-um4fbtu7g2] {
    position: absolute;
    left: 60px; /* flush against the 60px activity bar */
    top: 0;
    bottom: 0;
    width: 220px;
    background: var(--ss-bg-overlay, rgba(0, 33, 55, 0.97));
    border-right: 1px solid var(--ss-border-subtle, rgba(255, 255, 255, 0.06));
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    box-shadow: 4px 0 20px rgba(0, 0, 0, 0.35);
    display: flex;
    flex-direction: column;
    z-index: 30;
    overflow: hidden;
    /* Slide animation */
    transform: translateX(-100%);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.2s ease, opacity 0.18s ease;
}

.apps-panel.open[b-um4fbtu7g2] {
    transform: translateX(0);
    opacity: 1;
    pointer-events: auto;
}

/* ── Header ──────────────────────────────────────────────────────────── */

.apps-panel-header[b-um4fbtu7g2] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 12px;
    border-bottom: 1px solid var(--ss-border-subtle, rgba(255, 255, 255, 0.05));
    min-height: 42px;
    flex-shrink: 0;
}

.apps-panel-title[b-um4fbtu7g2] {
    font-family: var(--ss-font-display, 'Syne', sans-serif);
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--ss-text-secondary, #9CA3AF);
    user-select: none;
}

.apps-panel-close-btn[b-um4fbtu7g2] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border: none;
    background: transparent;
    color: var(--ss-text-tertiary, #6B7280);
    cursor: pointer;
    border-radius: var(--ss-radius-sm, 4px);
    padding: 0;
    transition: color 0.12s ease, background-color 0.12s ease;
}

.apps-panel-close-btn:hover[b-um4fbtu7g2] {
    color: var(--ss-text-primary, #fff);
    background: rgba(255, 255, 255, 0.06);
}

.apps-panel-close-btn[b-um4fbtu7g2]  .rz-icon,
.apps-panel-close-btn[b-um4fbtu7g2]  .rzi {
    font-size: 1.1rem;
    line-height: 1;
}

/* ── Module list ─────────────────────────────────────────────────────── */

.apps-panel-content[b-um4fbtu7g2] {
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 6px 0;
}

.apps-panel-item[b-um4fbtu7g2] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 9px 14px;
    width: 100%;
    border: none;
    border-left: 2px solid transparent;
    background: transparent;
    color: var(--ss-text-secondary, #9CA3AF);
    cursor: pointer;
    font-family: var(--ss-font-body, 'Outfit', sans-serif);
    font-size: 0.84rem;
    text-align: left;
    transition: color 0.12s ease, background-color 0.12s ease, border-color 0.12s ease;
}

.apps-panel-item:hover[b-um4fbtu7g2] {
    color: var(--ss-text-primary, #fff);
    background: rgba(255, 255, 255, 0.04);
}

.apps-panel-item.active[b-um4fbtu7g2] {
    color: var(--ss-accent-500, #00BBFF);
    border-left-color: var(--ss-accent-500, #00BBFF);
    background: rgba(0, 187, 255, 0.06);
}

.apps-panel-item.overflowing[b-um4fbtu7g2] {
    opacity: 0.75;
}

.apps-panel-item-label[b-um4fbtu7g2] {
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.apps-panel-item[b-um4fbtu7g2]  .rz-icon,
.apps-panel-item[b-um4fbtu7g2]  .rzi {
    font-size: 1.15rem;
    flex-shrink: 0;
    width: 20px;
    text-align: center;
    line-height: 1;
}

/* Cyan dot: indicates module is not currently visible in the sidebar due to overflow */
.apps-panel-overflow-dot[b-um4fbtu7g2] {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--ss-accent-500, #00BBFF);
    flex-shrink: 0;
    opacity: 0.65;
    margin-left: auto;
}

/* ── Empty state ─────────────────────────────────────────────────────── */

.apps-panel-empty[b-um4fbtu7g2] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 32px 16px;
    color: var(--ss-text-muted, #4B5563);
    font-size: 0.8rem;
    font-family: var(--ss-font-body, 'Outfit', sans-serif);
}

.apps-panel-empty[b-um4fbtu7g2]  .rz-icon,
.apps-panel-empty[b-um4fbtu7g2]  .rzi {
    font-size: 2rem;
    opacity: 0.3;
}

/* ── Scrollbar ───────────────────────────────────────────────────────── */

.apps-panel-content[b-um4fbtu7g2]::-webkit-scrollbar {
    width: 4px;
}
.apps-panel-content[b-um4fbtu7g2]::-webkit-scrollbar-track {
    background: transparent;
}
.apps-panel-content[b-um4fbtu7g2]::-webkit-scrollbar-thumb {
    background: var(--ss-neutral-600, #4A5568);
    border-radius: 4px;
}

/* ── Mobile: hidden (activity bar is not shown on mobile) ────────────── */
@media (max-width: 575px) {
    .apps-panel[b-um4fbtu7g2],
    .apps-panel-backdrop[b-um4fbtu7g2] {
        display: none !important;
    }
}
/* /Layout/CommandBar.razor.rz.scp.css */
/* CommandBar — Slim VS Code-style header */

.command-bar[b-hsntrs5t3a] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 40px;
    min-height: 40px;
    padding: 0 12px;
    background: var(--ss-bg-chrome, rgba(0, 12, 22, 0.98));
    border-bottom: 1px solid var(--ss-border-subtle, rgba(255, 255, 255, 0.05));
    backdrop-filter: blur(20px) saturate(1.2);
    -webkit-backdrop-filter: blur(20px) saturate(1.2);
    position: relative;
    z-index: 40;
}

/* Subtle cyan line at bottom */
.command-bar[b-hsntrs5t3a]::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--ss-accent-500, #00BBFF), transparent);
    opacity: 0.3;
}

/* Left section: brand */
.command-bar-left[b-hsntrs5t3a] {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

.command-bar-brand[b-hsntrs5t3a] {
    font-family: var(--ss-font-display, 'Syne', sans-serif);
    font-weight: 800;
    font-size: 0.95rem;
    letter-spacing: 0.02em;
    color: var(--ss-text-primary, #fff);
    text-decoration: none;
    white-space: nowrap;
}

.command-bar-brand:hover[b-hsntrs5t3a] {
    text-decoration: none;
    color: var(--ss-text-primary, #fff);
}

.command-bar-brand-accent[b-hsntrs5t3a] {
    color: var(--ss-accent-500, #00BBFF);
    font-weight: 800;
}

.command-bar-divider[b-hsntrs5t3a] {
    width: 1px;
    height: 16px;
    background: var(--ss-border-subtle, rgba(255, 255, 255, 0.1));
}

/* Center section: search */
.command-bar-center[b-hsntrs5t3a] {
    flex: 1;
    display: flex;
    justify-content: center;
    max-width: 400px;
    margin: 0 auto;
}

.command-bar-search[b-hsntrs5t3a] {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 4px 12px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid var(--ss-border-subtle, rgba(255, 255, 255, 0.06));
    border-radius: var(--ss-radius-md, 6px);
    cursor: pointer;
    width: 260px;
    transition: border-color 0.15s ease, background-color 0.15s ease;
}

.command-bar-search:hover[b-hsntrs5t3a] {
    border-color: rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.06);
}

.command-bar-search-placeholder[b-hsntrs5t3a] {
    font-family: var(--ss-font-body, 'Outfit', sans-serif);
    font-size: 0.78rem;
    color: var(--ss-text-muted, #4B5563);
    white-space: nowrap;
}

/* Right section: actions */
.command-bar-right[b-hsntrs5t3a] {
    display: flex;
    align-items: center;
    gap: 4px;
    flex-shrink: 0;
}

.command-bar-icon-btn[b-hsntrs5t3a] {
    width: 30px !important;
    height: 30px !important;
    padding: 0 !important;
}

.command-bar-icon-btn[b-hsntrs5t3a]  .rz-icon,
.command-bar-icon-btn[b-hsntrs5t3a]  .rzi {
    font-size: 1.1rem !important;
}

/* Operation Center badge (reuse existing style) */
.opcenter-badge[b-hsntrs5t3a] {
    position: absolute;
    top: 1px;
    right: 1px;
    background: var(--rz-primary);
    color: white;
    font-size: 0.55rem;
    font-weight: 700;
    padding: 1px 3px;
    border-radius: 6px;
    min-width: 12px;
    text-align: center;
    line-height: 1.3;
    pointer-events: none;
    animation: opcenter-pulse-b-hsntrs5t3a 2s infinite;
}

@keyframes opcenter-pulse-b-hsntrs5t3a {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.6; }
}

/* Org context switcher wrapper — aligns the component in the left bar */
.command-bar-org[b-hsntrs5t3a] {
    align-items: center;
}

/* ── Mobile page title ───────────────────────────────────────────── */
.command-bar-page-title[b-hsntrs5t3a] {
    flex: 1;
    align-items: center;
    gap: 5px;
    padding: 0 6px;
    overflow: hidden;
    pointer-events: none; /* title area is not interactive */
}

.command-bar-page-icon[b-hsntrs5t3a] {
    font-size: 16px;
    color: var(--ss-accent-500, #00BBFF);
    flex-shrink: 0;
}

.command-bar-page-text[b-hsntrs5t3a] {
    font-family: var(--ss-font-display, 'Syne', sans-serif);
    font-size: 0.88rem;
    font-weight: 600;
    color: var(--ss-text-primary, #fff);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Mobile adjustments */
@media (max-width: 575px) {
    .command-bar[b-hsntrs5t3a] {
        height: 44px;
        min-height: 44px;
        padding: 0 8px;
    }

    .command-bar-brand[b-hsntrs5t3a] {
        font-size: 0.85rem;
    }

    .command-bar-right[b-hsntrs5t3a] {
        gap: 2px;
    }
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-hozk1995un] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-hozk1995un] {
    flex: 1;
}

.sidebar[b-hozk1995un] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-hozk1995un] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-hozk1995un]  a, .top-row[b-hozk1995un]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-hozk1995un]  a:hover, .top-row[b-hozk1995un]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-hozk1995un]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-hozk1995un] {
        justify-content: space-between;
    }

    .top-row[b-hozk1995un]  a, .top-row[b-hozk1995un]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-hozk1995un] {
        flex-direction: row;
    }

    .sidebar[b-hozk1995un] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-hozk1995un] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-hozk1995un]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-hozk1995un], article[b-hozk1995un] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/SidePanel.razor.rz.scp.css */
/* Side Panel — VS Code-style sub-navigation */

.side-panel[b-f2aeu1bpdn] {
    width: 220px;
    min-width: 220px;
    height: 100%;
    background: var(--ss-bg-overlay, rgba(0, 33, 55, 0.95));
    border-right: 1px solid var(--ss-border-subtle, rgba(255, 255, 255, 0.05));
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    display: flex;
    flex-direction: column;
    transform: translateX(-100%);
    transition: transform 0.2s ease, opacity 0.2s ease;
    opacity: 0;
    pointer-events: none;
    overflow: hidden;
}

/* Overlay mode: float above content */
.side-panel.overlay[b-f2aeu1bpdn] {
    position: absolute;
    left: 48px;
    top: 0;
    bottom: 0;
    z-index: 30;
    box-shadow: 4px 0 16px rgba(0, 0, 0, 0.3);
}

/* Pinned mode: in flow, pushes content */
.side-panel.pinned[b-f2aeu1bpdn] {
    position: relative;
    left: auto;
    z-index: auto;
    box-shadow: none;
}

.side-panel.open[b-f2aeu1bpdn] {
    transform: translateX(0);
    opacity: 1;
    pointer-events: auto;
}

/* Panel header */
.side-panel-header[b-f2aeu1bpdn] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 12px;
    border-bottom: 1px solid var(--ss-border-subtle, rgba(255, 255, 255, 0.05));
    min-height: 40px;
}

.side-panel-title[b-f2aeu1bpdn] {
    font-family: var(--ss-font-display, 'Syne', sans-serif);
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--ss-text-secondary, #9CA3AF);
}

.side-panel-actions[b-f2aeu1bpdn] {
    display: flex;
    gap: 2px;
}

.side-panel-btn[b-f2aeu1bpdn] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border: none;
    background: transparent;
    color: var(--ss-text-tertiary, #6B7280);
    cursor: pointer;
    border-radius: var(--ss-radius-sm, 4px);
    padding: 0;
    transition: color 0.15s ease, background-color 0.15s ease;
}

.side-panel-btn:hover[b-f2aeu1bpdn] {
    color: var(--ss-text-primary, #fff);
    background: rgba(255, 255, 255, 0.06);
}

.side-panel-btn.pinned[b-f2aeu1bpdn] {
    color: var(--ss-accent-500, #00BBFF);
}

.side-panel-btn[b-f2aeu1bpdn]  .rz-icon,
.side-panel-btn[b-f2aeu1bpdn]  .rzi {
    font-size: 0.9rem;
}

/* Panel content area */
.side-panel-content[b-f2aeu1bpdn] {
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 6px 0;
}

/* Navigation items */
.side-panel-item[b-f2aeu1bpdn] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 7px 14px;
    color: var(--ss-text-secondary, #9CA3AF);
    text-decoration: none;
    font-family: var(--ss-font-body, 'Outfit', sans-serif);
    font-size: 0.835rem;
    border-left: 2px solid transparent;
    transition: color 0.12s ease, background-color 0.12s ease, border-color 0.12s ease;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.side-panel-item:hover[b-f2aeu1bpdn] {
    color: var(--ss-text-primary, #fff);
    background: rgba(255, 255, 255, 0.04);
    text-decoration: none;
}

.side-panel-item.active[b-f2aeu1bpdn] {
    color: var(--ss-accent-500, #00BBFF);
    border-left-color: var(--ss-accent-500, #00BBFF);
    background: rgba(0, 187, 255, 0.06);
}

.side-panel-item[b-f2aeu1bpdn]  .rz-icon,
.side-panel-item[b-f2aeu1bpdn]  .rzi {
    font-size: 1.1rem;
    flex-shrink: 0;
    width: 20px;
    text-align: center;
}

.side-panel-item.active[b-f2aeu1bpdn]  .rz-icon,
.side-panel-item.active[b-f2aeu1bpdn]  .rzi {
    filter: drop-shadow(0 0 4px rgba(0, 187, 255, 0.3));
}

/* Settings group labels */
.side-panel-group-label[b-f2aeu1bpdn] {
    font-family: var(--ss-font-display, 'Syne', sans-serif);
    font-size: 0.65rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--ss-text-muted, #4B5563);
    padding: 12px 14px 4px;
}

/* Scrollbar in panel */
.side-panel-content[b-f2aeu1bpdn]::-webkit-scrollbar {
    width: 4px;
}

.side-panel-content[b-f2aeu1bpdn]::-webkit-scrollbar-track {
    background: transparent;
}

.side-panel-content[b-f2aeu1bpdn]::-webkit-scrollbar-thumb {
    background: var(--ss-neutral-600, #4A5568);
    border-radius: 4px;
}

/* Hide on mobile */
@media (max-width: 575px) {
    .side-panel[b-f2aeu1bpdn] {
        display: none !important;
    }
}
/* /Layout/SilverDeskNavMenu.razor.rz.scp.css */
/* CSS isolation for SilverDeskNavMenu component */

/* Slightly larger icons when compact/collapsed */
.nav-compact[b-vz37exwo82]  .rz-icon,
.nav-compact[b-vz37exwo82]  .rzi {
    font-size: 1.35rem !important;
    line-height: 1 !important;
}

/* Remove rounded corners from darker grey backgrounds to match flat style */
[b-vz37exwo82] .rz-panel-menu * {
    border-radius: 0 !important;
}

/* --- Section Dividers between nav groups --- */
.nav-section-divider[b-vz37exwo82] {
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--ss-border-subtle, rgba(255, 255, 255, 0.06)), transparent);
    margin: 0.35rem 1rem;
}

/* --- Smooth expand/collapse for panel menu groups --- */
[b-vz37exwo82] .rz-panel-menu-item-content {
    transition: max-height 0.25s cubic-bezier(0.4, 0, 0.2, 1),
                opacity 0.2s ease;
    overflow: hidden;
}

/* --- Hover state polish --- */
[b-vz37exwo82] .rz-navigation-item-wrapper {
    transition: transform 150ms ease, background-color 150ms ease;
    position: relative;
}

[b-vz37exwo82] .rz-navigation-item-wrapper:hover {
    background: rgba(255, 255, 255, 0.03);
}

/* Subtle active indicator glow */
[b-vz37exwo82] .rz-navigation-item-active::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: var(--ss-accent-500, #00BBFF);
    box-shadow: 0 0 8px rgba(0, 187, 255, 0.3);
}

/* --- Compact mode tooltip support --- */
.nav-compact[b-vz37exwo82]  .rz-navigation-item-wrapper {
    position: relative;
}

.nav-compact[b-vz37exwo82]  .rz-navigation-item-text {
    opacity: 0;
    transition: opacity 0.2s ease;
    pointer-events: none;
}

/* Show tooltips on hover in compact mode (when sidebar isn't expanded) */
.nav-compact[b-vz37exwo82]  .rz-navigation-item-wrapper::after {
    content: attr(title);
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    background: var(--ss-bg-elevated, #1a1a2e);
    color: var(--ss-text-primary, #fff);
    padding: 0.35rem 0.65rem;
    border-radius: 4px;
    font-size: 0.75rem;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.15s ease;
    z-index: 1000;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    margin-left: 4px;
}

.nav-compact[b-vz37exwo82]  .rz-navigation-item-wrapper:hover::after {
    opacity: 1;
}

/* --- Group header styling --- */
[b-vz37exwo82] .rz-panel-menu > .rz-panel-menu-item > .rz-navigation-item-wrapper {
    font-weight: 500;
    letter-spacing: 0.01em;
}

/* Subtle separator above group headers */
[b-vz37exwo82] .rz-panel-menu > .rz-panel-menu-item + .rz-panel-menu-item > .rz-navigation-item-wrapper {
    margin-top: 0.15rem;
}

/* --- Icon consistency --- */
[b-vz37exwo82] .rz-panel-menu .rz-icon,
[b-vz37exwo82] .rz-panel-menu .rzi {
    font-size: 1.2rem;
    width: 1.5rem;
    text-align: center;
    flex-shrink: 0;
}

/* Sub-item indentation polish */
[b-vz37exwo82] .rz-panel-menu .rz-panel-menu-item .rz-panel-menu-item .rz-navigation-item-wrapper {
    padding-left: 2.25rem;
}

/* Smooth icon color transition */
[b-vz37exwo82] .rz-panel-menu .rz-navigation-item-icon {
    transition: color 0.15s ease, filter 0.15s ease;
}

/* --- Compact mode: hide nested sub-items and expand arrows --- */
/* Hide the sub-item container entirely in compact mode */
.nav-compact[b-vz37exwo82]  .rz-panel-menu-item-content {
    display: none !important;
}

/* Hide expand/collapse arrow icons on group-level items in compact mode */
.nav-compact[b-vz37exwo82]  .rz-panel-menu > .rz-panel-menu-item > .rz-navigation-item-wrapper .rz-navigation-item-icon:last-child {
    display: none !important;
}
/* Note: hover restoration (when sidebar expands on mouse-over) is handled via
   global styles in MainLayout.razor's <style> block, which has access to the
   .compact-nav .rz-sidebar:hover ancestor selector. */
