/* /Components/Layout/AuthLayout.razor.rz.scp.css */
.auth-layout-shell[b-3tu8nhgho9] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.auth-top-row[b-3tu8nhgho9] {
    min-height: 70px;
    border-bottom: 1px solid var(--border-color);
    background: color-mix(in oklab, var(--bg-surface) 90%, transparent);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1.25rem;
    position: sticky;
    top: 0;
    z-index: 4;
    backdrop-filter: blur(6px);
}

.auth-layout-main[b-3tu8nhgho9] {
    flex: 1;
    min-width: 0;
    display: grid;
    place-items: center;
    padding: 1.25rem;
}

.auth-layout-content[b-3tu8nhgho9] {
    width: min(920px, 100%);
}

@media (max-width: 980px) {
    .auth-top-row[b-3tu8nhgho9] {
        padding: 0.7rem 1rem;
    }

    .auth-layout-main[b-3tu8nhgho9] {
        padding: 1rem;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.app-shell[b-wb8t2cx0do] {
    min-height: 100vh;
    display: flex;
    background: var(--bg-main);
    color: var(--text-main);
}

.sidebar[b-wb8t2cx0do] {
    width: var(--sidenav-width, 280px);
    min-width: 200px;
    max-width: 520px;
    flex-shrink: 0;
    position: relative;
    border-right: 1px solid var(--border-color);
    background: var(--bg-sidebar);
}

/* Drag handle on the sidebar's right edge: drag to resize, double-click to reset to default. */
.sidebar-resizer[b-wb8t2cx0do] {
    position: absolute;
    top: 0;
    right: -3px;
    width: 7px;
    height: 100%;
    cursor: col-resize;
    z-index: 6;
    background: transparent;
    transition: background 120ms ease;
}

.sidebar-resizer:hover[b-wb8t2cx0do],
.sidebar-resizer.dragging[b-wb8t2cx0do] {
    background: color-mix(in oklab, var(--primary) 45%, transparent);
}

main[b-wb8t2cx0do] {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.top-row[b-wb8t2cx0do] {
    min-height: 70px;
    border-bottom: 1px solid var(--border-color);
    background: color-mix(in oklab, var(--bg-surface) 90%, transparent);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1.25rem;
    position: sticky;
    top: 0;
    z-index: 4;
    backdrop-filter: blur(6px);
}

.top-actions[b-wb8t2cx0do] {
    display: flex;
    gap: 0.6rem;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.top-context[b-wb8t2cx0do] {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
    min-width: 0;
}

.top-context-label[b-wb8t2cx0do] {
    color: var(--text-muted);
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.top-row strong[b-wb8t2cx0do] {
    font-weight: 700;
    font-size: 1.02rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.content-area[b-wb8t2cx0do] {
    padding: 1.25rem;
}

#blazor-error-ui[b-wb8t2cx0do] {
    background: var(--danger-bg);
    color: var(--danger);
    bottom: 0;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-wb8t2cx0do] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

@media (max-width: 980px) {
    .app-shell[b-wb8t2cx0do] {
        flex-direction: column;
    }

    .sidebar[b-wb8t2cx0do] {
        width: 100%;
        min-width: 0;
        max-width: none;
        border-right: none;
        border-bottom: 1px solid var(--border-color);
    }

    .sidebar-resizer[b-wb8t2cx0do] {
        display: none;
    }

    .top-row[b-wb8t2cx0do] {
        padding: 0.7rem 1rem;
        gap: 0.6rem;
    }

    .content-area[b-wb8t2cx0do] {
        padding: 1rem;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.sidenav[b-jxbjy3hg29] {
    display: flex;
    flex-direction: column;
    position: sticky;
    top: 0;
    height: 100vh;
    padding: 1.1rem;
    gap: 1rem;
}

/* The brand header is part of the sidebar itself (not a floating card): it bleeds to the sidebar's
   edges and closes with a full-width hairline that visually continues the top bar's bottom border,
   so the logo area and the rest of the shell read as one surface. */
.brand-block[b-jxbjy3hg29] {
    margin: -1.1rem -1.1rem 0;
    padding: 1.1rem 1.1rem 0.95rem;
    border-bottom: 1px solid var(--border-color);
    background: linear-gradient(180deg, color-mix(in oklab, var(--bg-surface-alt) 40%, transparent) 0%, transparent 100%);
}

.brand-logo[b-jxbjy3hg29] {
    width: min(100%, 170px);
    height: auto;
    margin-bottom: .45rem;
}

.brand-title[b-jxbjy3hg29] {
    font-family: "Space Grotesk", sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
}

.brand-subtitle[b-jxbjy3hg29] {
    color: var(--text-muted);
    font-size: .86rem;
}

.menu[b-jxbjy3hg29] {
    display: flex;
    flex-direction: column;
    gap: .3rem;
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    padding-right: .2rem;
    scrollbar-width: thin;
}

.menu[b-jxbjy3hg29]::-webkit-scrollbar {
    width: 8px;
}

.menu[b-jxbjy3hg29]::-webkit-scrollbar-thumb {
    background: color-mix(in oklab, var(--text-muted) 35%, transparent);
    border-radius: 8px;
}

.menu-footer[b-jxbjy3hg29] {
    margin-top: auto;
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

/* On the stacked mobile layout the sidebar sits on top of the content, so it must be
   natural-height rather than a full-viewport sticky column. */
@media (max-width: 980px) {
    .sidenav[b-jxbjy3hg29] {
        position: static;
        height: auto;
    }

    .menu[b-jxbjy3hg29] {
        overflow-y: visible;
    }
}
/* /Components/Pages/JobExecution.razor.rz.scp.css */
.filter-bar[b-nftpautp1a] {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.filter-fields[b-nftpautp1a] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    flex: 1 1 auto;
}

.filter-fields label[b-nftpautp1a] {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    font-size: 0.8rem;
    color: var(--text-muted);
    min-width: 180px;
}

.filter-actions[b-nftpautp1a] {
    display: flex;
    gap: 0.5rem;
    margin-left: auto;
}

.filter-toggle[b-nftpautp1a] {
    align-self: flex-end;
}

.run-summary[b-nftpautp1a] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    flex-wrap: wrap;
    margin-bottom: 0.85rem;
}

.run-summary .muted[b-nftpautp1a] {
    color: var(--text-muted);
    font-size: 0.84rem;
}

.table-modern th.sortable[b-nftpautp1a] {
    cursor: pointer;
    user-select: none;
    white-space: nowrap;
}

.table-modern th.sortable:hover[b-nftpautp1a] {
    color: var(--primary);
}
/* /Components/Pages/Profile.razor.rz.scp.css */
.profile-page-grid[b-rllkuv8n77] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 1rem;
    align-items: start;
}

.kv-list[b-rllkuv8n77] {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
    margin: 0;
}

.kv-list > div[b-rllkuv8n77] {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    padding-bottom: 0.7rem;
    border-bottom: 1px solid var(--border-color);
}

.kv-list > div:last-child[b-rllkuv8n77] {
    border-bottom: 0;
    padding-bottom: 0;
}

.kv-list dt[b-rllkuv8n77] {
    color: var(--text-muted);
    font-size: 0.74rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.kv-list dd[b-rllkuv8n77] {
    margin: 0;
    font-size: 0.95rem;
}

.kv-list dd code[b-rllkuv8n77] {
    font-size: 0.84rem;
}

.kv-list .badge + .badge[b-rllkuv8n77] {
    margin-left: 0.35rem;
}

.muted[b-rllkuv8n77] {
    color: var(--text-muted);
}

.theme-grid[b-rllkuv8n77] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
    gap: 0.55rem;
}

.theme-tile[b-rllkuv8n77] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    padding: 0.9rem 0.6rem;
    border: 1px solid var(--border-color);
    border-radius: 12px;
    background: var(--bg-surface-alt);
    color: var(--text-main);
    font: inherit;
    font-size: 0.85rem;
    cursor: pointer;
    transition: transform 120ms ease, border-color 120ms ease;
}

.theme-tile:hover[b-rllkuv8n77] {
    transform: translateY(-2px);
    border-color: color-mix(in oklab, var(--primary) 55%, var(--border-color));
}

.theme-tile.active[b-rllkuv8n77] {
    border-color: var(--primary);
    box-shadow: 0 0 0 1px var(--primary) inset;
}

.theme-tile-swatch[b-rllkuv8n77] {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    border: 1px solid color-mix(in oklab, #000 18%, transparent);
}

.swatch-light[b-rllkuv8n77] { background: linear-gradient(135deg, #ffffff, #dfe3f3); }
.swatch-soft[b-rllkuv8n77] { background: linear-gradient(135deg, #eef0fb, #c7ccf0); }
.swatch-dark[b-rllkuv8n77] { background: linear-gradient(135deg, #1b2233, #0c0f18); }
.swatch-ai[b-rllkuv8n77] { background: linear-gradient(135deg, #a855f7, #22d3ee); }
/* /Components/UI/DataTable.razor.rz.scp.css */
.dt-bar[b-rhdue7lpmw] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.6rem;
    margin-bottom: 1rem;
}

.dt-search[b-rhdue7lpmw] {
    flex: 1 1 240px;
    max-width: 360px;
}

.dt-actions[b-rhdue7lpmw] {
    display: flex;
    gap: 0.5rem;
    margin-left: auto;
}

.dt-footer[b-rhdue7lpmw] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    flex-wrap: wrap;
    margin-top: 0.85rem;
}

.dt-count[b-rhdue7lpmw] {
    color: var(--text-muted);
    font-size: 0.84rem;
}

.dt-pager[b-rhdue7lpmw] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-size: 0.85rem;
}

[b-rhdue7lpmw] .table-modern th.sortable {
    cursor: pointer;
    user-select: none;
    white-space: nowrap;
}

[b-rhdue7lpmw] .table-modern th.sortable:hover {
    color: var(--primary);
}
/* /Components/UI/ModulePlaceholder.razor.rz.scp.css */
.module-placeholder[b-vu52ufc2ir] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.mp-top[b-vu52ufc2ir] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    flex-wrap: wrap;
}

.mp-phase[b-vu52ufc2ir] {
    display: inline-flex;
    align-items: center;
    padding: 0.3rem 0.7rem;
    border-radius: 999px;
    background: color-mix(in oklab, var(--primary) 16%, transparent);
    color: var(--primary);
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.mp-status[b-vu52ufc2ir] {
    display: inline-flex;
    align-items: center;
    padding: 0.3rem 0.7rem;
    border-radius: 999px;
    border: 1px solid var(--border-color);
    color: var(--text-muted);
    font-size: 0.74rem;
    font-weight: 600;
}

.mp-summary[b-vu52ufc2ir] {
    color: var(--text-main);
    font-size: 1.02rem;
    line-height: 1.5;
    max-width: 70ch;
    margin: 0;
}

.mp-grid[b-vu52ufc2ir] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 0.6rem;
}

.mp-card[b-vu52ufc2ir] {
    display: flex;
    align-items: flex-start;
    gap: 0.55rem;
    padding: 0.75rem 0.85rem;
    border: 1px solid var(--border-color);
    border-radius: 12px;
    background: var(--bg-surface-alt);
    font-size: 0.88rem;
    line-height: 1.4;
}

.mp-dot[b-vu52ufc2ir] {
    width: 8px;
    height: 8px;
    margin-top: 0.4rem;
    border-radius: 50%;
    background: var(--primary);
    flex-shrink: 0;
}

.mp-note[b-vu52ufc2ir] {
    margin: 0;
    color: var(--text-muted);
    font-size: 0.84rem;
    line-height: 1.5;
}

.mp-note code[b-vu52ufc2ir] {
    font-family: "Space Grotesk", monospace;
    font-size: 0.8rem;
    color: var(--text-main);
}
/* /Components/UI/NavGroup.razor.rz.scp.css */
.nav-group[b-78izbfuanq] {
    display: flex;
    flex-direction: column;
}

.nav-group-header[b-78izbfuanq] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    width: 100%;
    padding: 0.55rem 0.65rem;
    border: 0;
    border-radius: 10px;
    background: transparent;
    color: var(--text-muted);
    font: inherit;
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 140ms ease, color 140ms ease;
}

.nav-group-header:hover[b-78izbfuanq] {
    background: color-mix(in oklab, var(--primary) 12%, transparent);
    color: var(--text-main);
}

.nav-group-icon[b-78izbfuanq] {
    display: inline-flex;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

.nav-group-icon svg[b-78izbfuanq],
.nav-group-chevron svg[b-78izbfuanq] {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.nav-group-label[b-78izbfuanq] {
    flex: 1;
    text-align: left;
}

.nav-group-chevron[b-78izbfuanq] {
    display: inline-flex;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    transition: transform 160ms ease;
}

.nav-group.collapsed .nav-group-chevron[b-78izbfuanq] {
    transform: rotate(-90deg);
}

.nav-group-body[b-78izbfuanq] {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    padding: 0.15rem 0 0.35rem 0.35rem;
    margin-left: 0.55rem;
    border-left: 1px solid var(--border-color);
}

/* Nested group (e.g. Security / Logs inside Administration) sits a little tighter. */
.nav-group.nested[b-78izbfuanq] {
    margin-top: 0.1rem;
}

.nav-group.nested .nav-group-header[b-78izbfuanq] {
    font-size: 0.7rem;
    letter-spacing: 0.04em;
    text-transform: none;
    padding: 0.45rem 0.55rem;
}
/* /Components/UI/ProfileMenu.razor.rz.scp.css */
.profile-menu[b-jc400z4txj] {
    position: relative;
}

.profile-trigger[b-jc400z4txj] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.35rem 0.7rem 0.35rem 0.4rem;
    border: 1px solid var(--border-color);
    border-radius: 999px;
    background: color-mix(in oklab, var(--bg-surface) 80%, transparent);
    color: var(--text-main);
    cursor: pointer;
    transition: border-color 140ms ease, box-shadow 140ms ease, transform 140ms ease;
}

.profile-trigger:hover[b-jc400z4txj] {
    border-color: color-mix(in oklab, var(--primary) 55%, var(--border-color));
    box-shadow: var(--shadow-elevated);
}

.profile-avatar[b-jc400z4txj] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary), color-mix(in oklab, var(--primary) 55%, #8b5cf6));
    color: var(--primary-text);
    font-family: "Space Grotesk", sans-serif;
    font-weight: 700;
    font-size: 0.82rem;
    flex-shrink: 0;
}

.profile-avatar.lg[b-jc400z4txj] {
    width: 44px;
    height: 44px;
    font-size: 1rem;
}

.profile-trigger-meta[b-jc400z4txj] {
    display: flex;
    flex-direction: column;
    line-height: 1.15;
    text-align: left;
    max-width: 160px;
}

.profile-trigger-name[b-jc400z4txj] {
    font-weight: 700;
    font-size: 0.86rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.profile-trigger-role[b-jc400z4txj] {
    color: var(--text-muted);
    font-size: 0.72rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.profile-trigger-caret[b-jc400z4txj] {
    width: 16px;
    height: 16px;
    color: var(--text-muted);
}

.profile-trigger-caret svg[b-jc400z4txj],
.theme-chip-check svg[b-jc400z4txj],
.profile-action-icon svg[b-jc400z4txj] {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.profile-backdrop[b-jc400z4txj] {
    position: fixed;
    inset: 0;
    z-index: 30;
}

.profile-dropdown[b-jc400z4txj] {
    position: absolute;
    top: calc(100% + 0.55rem);
    right: 0;
    z-index: 31;
    width: 290px;
    padding: 0.9rem;
    border: 1px solid var(--border-color);
    border-radius: 16px;
    background: var(--bg-surface);
    box-shadow: var(--shadow-elevated);
    animation: profile-pop-b-jc400z4txj 140ms ease;
}

@keyframes profile-pop-b-jc400z4txj {
    from { opacity: 0; transform: translateY(-6px); }
    to { opacity: 1; transform: translateY(0); }
}

.profile-head[b-jc400z4txj] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding-bottom: 0.8rem;
    border-bottom: 1px solid var(--border-color);
    margin-bottom: 0.7rem;
}

.profile-head-name[b-jc400z4txj] {
    font-weight: 700;
    font-size: 0.95rem;
}

.profile-head-org[b-jc400z4txj] {
    color: var(--text-muted);
    font-size: 0.78rem;
}

.profile-head-role[b-jc400z4txj] {
    margin-top: 0.15rem;
    color: var(--primary);
    font-size: 0.72rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.profile-section-label[b-jc400z4txj] {
    color: var(--text-muted);
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 0.45rem;
}

.theme-picker[b-jc400z4txj] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.4rem;
}

.theme-chip[b-jc400z4txj] {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.45rem 0.55rem;
    border: 1px solid var(--border-color);
    border-radius: 10px;
    background: var(--bg-surface-alt);
    color: var(--text-main);
    font: inherit;
    font-size: 0.8rem;
    cursor: pointer;
    transition: border-color 140ms ease, transform 120ms ease;
}

.theme-chip:hover[b-jc400z4txj] {
    transform: translateY(-1px);
    border-color: color-mix(in oklab, var(--primary) 55%, var(--border-color));
}

.theme-chip.active[b-jc400z4txj] {
    border-color: var(--primary);
    box-shadow: 0 0 0 1px var(--primary) inset;
}

.theme-swatch[b-jc400z4txj] {
    width: 18px;
    height: 18px;
    border-radius: 6px;
    flex-shrink: 0;
    border: 1px solid color-mix(in oklab, #000 18%, transparent);
}

.swatch-light[b-jc400z4txj] { background: linear-gradient(135deg, #ffffff, #dfe3f3); }
.swatch-soft[b-jc400z4txj] { background: linear-gradient(135deg, #eef0fb, #c7ccf0); }
.swatch-dark[b-jc400z4txj] { background: linear-gradient(135deg, #1b2233, #0c0f18); }
.swatch-ai[b-jc400z4txj] { background: linear-gradient(135deg, #a855f7, #22d3ee); }

.theme-chip-label[b-jc400z4txj] { flex: 1; text-align: left; }

.theme-chip-check[b-jc400z4txj] {
    width: 15px;
    height: 15px;
    color: var(--primary);
}

.profile-divider[b-jc400z4txj] {
    height: 1px;
    background: var(--border-color);
    margin: 0.8rem 0;
}

.profile-action[b-jc400z4txj] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    width: 100%;
    padding: 0.55rem 0.6rem;
    border: 0;
    border-radius: 10px;
    background: transparent;
    color: var(--text-main);
    font: inherit;
    font-size: 0.88rem;
    cursor: pointer;
    transition: background 140ms ease;
}

.profile-action:hover[b-jc400z4txj] {
    background: color-mix(in oklab, var(--primary) 14%, transparent);
}

.profile-action.danger:hover[b-jc400z4txj] {
    background: var(--danger-bg);
    color: var(--danger);
}

.profile-action-icon[b-jc400z4txj] {
    display: inline-flex;
    width: 18px;
    height: 18px;
    color: var(--text-muted);
}

.profile-action.danger .profile-action-icon[b-jc400z4txj] { color: inherit; }

@media (max-width: 620px) {
    .profile-trigger-meta[b-jc400z4txj] { display: none; }
}
/* /Components/UI/SearchableSelect.razor.rz.scp.css */
.ss-root[b-9r5nzwn466] {
    position: relative;
}

.ss-menu[b-9r5nzwn466] {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 60;
    margin-top: 2px;
    max-height: 260px;
    overflow-y: auto;
    background: var(--bg-surface, #fff);
    border: 1px solid var(--border-color, #d0d0d0);
    border-radius: 8px;
    box-shadow: var(--shadow-elevated, 0 8px 24px rgba(0, 0, 0, 0.15));
}

.ss-option[b-9r5nzwn466] {
    padding: 8px 12px;
    cursor: pointer;
    font-size: 0.9rem;
    color: var(--text-main, #1a1a1a);
}

.ss-option:hover[b-9r5nzwn466] {
    background: var(--primary, #2563eb);
    color: #fff;
}

.ss-selected[b-9r5nzwn466] {
    font-weight: 600;
}

.ss-empty[b-9r5nzwn466] {
    padding: 8px 12px;
    color: var(--text-muted, #777);
    font-size: 0.9rem;
}
/* /Components/UI/SidebarItem.razor.rz.scp.css */
.menu-item[b-6ta7kimqs4] {
    display: block;
}

.menu-item[b-6ta7kimqs4]  .menu-link {
    text-decoration: none !important;
    color: var(--sidebar-link) !important;
    padding: 0.65rem 0.75rem;
    border-radius: 11px;
    border: 1px solid transparent;
    font-weight: 600;
    transition: transform 120ms ease, border-color 120ms ease, background 120ms ease, color 120ms ease;
    display: flex;
    align-items: center;
    gap: 0.58rem;
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

.menu-item[b-6ta7kimqs4]  .menu-link:visited {
    color: var(--sidebar-link) !important;
}

.menu-item[b-6ta7kimqs4]  .menu-link::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(108deg, color-mix(in oklab, var(--primary) 14%, var(--bg-surface)) 0%, var(--bg-surface) 100%);
    opacity: 0;
    transition: opacity 120ms ease;
    z-index: -1;
}

.menu-item[b-6ta7kimqs4]  .menu-link::after {
    content: "";
    position: absolute;
    left: 0;
    top: 15%;
    bottom: 15%;
    width: 3px;
    border-radius: 99px;
    background: var(--primary);
    opacity: 0;
    transform: translateX(-4px);
    transition: opacity 140ms ease, transform 140ms ease;
}

.menu-item[b-6ta7kimqs4]  .menu-link:hover {
    color: var(--sidebar-link-hover) !important;
    border-color: var(--border-color);
    transform: translateX(2px);
}

.menu-item[b-6ta7kimqs4]  .menu-link:hover::before {
    opacity: 1;
}

.menu-item[b-6ta7kimqs4]  .menu-link:hover::after {
    opacity: 0.75;
    transform: translateX(0);
}

.menu-item[b-6ta7kimqs4]  .menu-link.active {
    background: color-mix(in oklab, var(--primary) 12%, var(--bg-surface));
    border-color: color-mix(in oklab, var(--primary) 55%, var(--border-color));
    color: var(--sidebar-link-active) !important;
    box-shadow: 0 8px 22px -14px color-mix(in oklab, var(--primary) 80%, transparent);
}

.menu-item[b-6ta7kimqs4]  .menu-link.active::before {
    opacity: 1;
}

.menu-item[b-6ta7kimqs4]  .menu-link.active::after {
    opacity: 1;
    transform: translateX(0);
}

.menu-item[b-6ta7kimqs4]  .menu-icon {
    width: 1rem;
    height: 1rem;
    display: inline-flex;
    flex: 0 0 auto;
    transition: transform 140ms ease, color 140ms ease;
}

.menu-item[b-6ta7kimqs4]  .menu-icon svg {
    width: 100%;
    height: 100%;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.menu-item[b-6ta7kimqs4]  .menu-label {
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.menu-item[b-6ta7kimqs4]  .menu-link:hover .menu-icon,
.menu-item[b-6ta7kimqs4]  .menu-link.active .menu-icon {
    transform: scale(1.08);
    color: var(--sidebar-link-active);
}
