/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-y3va9gz91g] {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100vh;
}

main[b-y3va9gz91g] {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 0;
    overflow: hidden;
}

article[b-y3va9gz91g] {
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}

@media (min-width: 641px) {
    article[b-y3va9gz91g] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-y3va9gz91g] {
    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-y3va9gz91g] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-ekbom0gtmm],
.components-reconnect-repeated-attempt-visible[b-ekbom0gtmm],
.components-reconnect-failed-visible[b-ekbom0gtmm],
.components-pause-visible[b-ekbom0gtmm],
.components-resume-failed-visible[b-ekbom0gtmm],
.components-rejoining-animation[b-ekbom0gtmm] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-ekbom0gtmm],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-ekbom0gtmm],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-ekbom0gtmm],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-ekbom0gtmm],
#components-reconnect-modal.components-reconnect-retrying[b-ekbom0gtmm],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-ekbom0gtmm],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-ekbom0gtmm],
#components-reconnect-modal.components-reconnect-failed[b-ekbom0gtmm],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-ekbom0gtmm] {
    display: block;
}


#components-reconnect-modal[b-ekbom0gtmm] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-ekbom0gtmm 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-ekbom0gtmm 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-ekbom0gtmm 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-ekbom0gtmm]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-ekbom0gtmm 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-ekbom0gtmm {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-ekbom0gtmm {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-ekbom0gtmm {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-ekbom0gtmm] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-ekbom0gtmm] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-ekbom0gtmm] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-ekbom0gtmm] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-ekbom0gtmm] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-ekbom0gtmm] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-ekbom0gtmm] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-ekbom0gtmm 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-ekbom0gtmm] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-ekbom0gtmm {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Layout/TopNav.razor.rz.scp.css */
/* Global top navigation — Entit brand (navy bar, accent-blue actions). */
.entit-topnav[b-4gx6azj4fh] {
    position: sticky;
    top: 0;
    z-index: 1030;
    background-image: linear-gradient(90deg, #2C3A5A 0%, #232E47 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    min-height: 3.5rem;
}

/* Full-width mega panels anchor to the bar, not the individual item. */
.entit-topnav .container-fluid[b-4gx6azj4fh] {
    position: relative;
}

.navbar-brand[b-4gx6azj4fh] {
    display: inline-flex;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 1.25rem;
}

.navbar-brand img[b-4gx6azj4fh] {
    display: block;
}

.navbar-nav .nav-link[b-4gx6azj4fh] {
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.95rem;
    padding-left: 0.85rem;
    padding-right: 0.85rem;
    border-radius: 6px;
    transition: background-color 0.12s ease, color 0.12s ease;
}

.navbar-nav .nav-link:hover[b-4gx6azj4fh],
.navbar-nav .nav-link:focus[b-4gx6azj4fh] {
    color: #fff;
    background-color: rgba(143, 166, 255, 0.14);
}

.navbar-nav .nav-link.active[b-4gx6azj4fh],
.navbar-nav .show > .nav-link[b-4gx6azj4fh] {
    color: #fff;
    background-color: rgba(143, 166, 255, 0.20);
}

/* ── Mega menu panel ─────────────────────────────────────────────── */
.entit-mega[b-4gx6azj4fh] {
    left: 0;
    right: 0;
    width: 100%;
    margin-top: 0.4rem;
    padding: 20px 24px 16px;
    border: 1px solid var(--entit-border, #E6E9F1);
    border-radius: 12px;
    box-shadow: 0 16px 40px rgba(35, 46, 71, 0.18);
    color: var(--entit-text, #232E47);
}

.mega-grid[b-4gx6azj4fh] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 12px 28px;
}

.mega-col[b-4gx6azj4fh] {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.mega-title[b-4gx6azj4fh] {
    font-family: var(--entit-heading, "Space Grotesk"), system-ui, sans-serif;
    font-weight: 500;
    letter-spacing: -0.01em;
    color: var(--entit-text, #232E47);
    text-decoration: none;
    padding: 4px 8px;
    border-radius: 6px;
    margin-bottom: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mega-title:hover[b-4gx6azj4fh] {
    color: var(--entit-accent, #3A63F0);
    background-color: var(--entit-muted, #F4F6FA);
}

.mega-title i[b-4gx6azj4fh] {
    color: var(--entit-accent, #3A63F0);
    margin-right: 4px;
}

.mega-group[b-4gx6azj4fh] {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--entit-text-muted, #5B6478);
    padding: 4px 8px 2px;
}

.mega-link[b-4gx6azj4fh] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 5px 8px;
    border-radius: 6px;
    font-size: 0.875rem;
    color: var(--entit-text-muted, #5B6478);
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mega-link i[b-4gx6azj4fh] {
    color: var(--entit-accent-light, #8FA6FF);
    flex: none;
}

.mega-link:hover[b-4gx6azj4fh] {
    color: var(--entit-accent, #3A63F0);
    background-color: var(--entit-muted, #F4F6FA);
}

.mega-link:hover i[b-4gx6azj4fh] {
    color: var(--entit-accent, #3A63F0);
}

.mega-foot[b-4gx6azj4fh] {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 14px;
    padding-top: 12px;
    border-top: 1px solid var(--entit-border, #E6E9F1);
}

.mega-foot a[b-4gx6azj4fh] {
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--entit-accent, #3A63F0);
    text-decoration: none;
}

.mega-foot a:hover[b-4gx6azj4fh] {
    color: var(--entit-accent-hover, #2E4EBE);
}

.mega-empty[b-4gx6azj4fh] {
    padding: 6px 4px;
    color: var(--entit-text-muted, #5B6478);
    font-size: 0.9rem;
}

/* ── Plain dropdowns (Admin, user) ───────────────────────────────── */
.dropdown-menu[b-4gx6azj4fh] {
    border-color: var(--entit-border, #E6E9F1);
    box-shadow: 0 10px 30px rgba(35, 46, 71, 0.14);
}

.dropdown-item[b-4gx6azj4fh] {
    display: flex;
    align-items: center;
}

.dropdown-item:active[b-4gx6azj4fh] {
    background-color: var(--entit-accent, #3A63F0);
}

.dropdown-item:hover[b-4gx6azj4fh],
.dropdown-item:focus[b-4gx6azj4fh] {
    background-color: var(--entit-muted, #F4F6FA);
    color: var(--entit-accent, #3A63F0);
}

.dropdown-menu form[b-4gx6azj4fh] {
    margin: 0;
}

/* ── Collapsed (mobile) ──────────────────────────────────────────── */
@media (max-width: 991.98px) {
    .entit-mega[b-4gx6azj4fh] {
        position: static;
        width: auto;
        box-shadow: none;
        border: none;
        padding: 8px 8px 4px;
        margin-top: 0.25rem;
    }

    .mega-grid[b-4gx6azj4fh] {
        grid-template-columns: 1fr;
        gap: 6px 0;
    }

    .navbar-collapse[b-4gx6azj4fh] {
        max-height: 80vh;
        overflow-y: auto;
    }
}
/* /Components/Pages/Portal/CustomerPortal.razor.rz.scp.css */
.explorer[b-7w4ghy1rr6] {
    display: flex;
    align-items: stretch;
    gap: 0;
    min-height: calc(100vh - 7rem);
    border: 1px solid rgba(0,0,0,.09);
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 1px 2px rgba(18,26,39,.04), 0 8px 24px rgba(18,26,39,.05);
}

/* ── Sidebar tree ── */
.tree-side[b-7w4ghy1rr6] {
    width: 280px;
    flex: none;
    border-right: 1px solid rgba(0,0,0,.09);
    background: #fbfcfe;
    display: flex;
    flex-direction: column;
    max-height: calc(100vh - 7rem);
}

.tree-head[b-7w4ghy1rr6] {
    padding: .75rem .75rem .5rem;
    border-bottom: 1px solid rgba(0,0,0,.06);
}

.tree-tenant[b-7w4ghy1rr6] {
    display: flex;
    align-items: center;
    gap: .4rem;
    font-weight: 700;
    font-size: .95rem;
    color: #1b2a3d;
}

.tree-filter[b-7w4ghy1rr6] {
    display: flex;
    align-items: center;
    gap: .4rem;
    margin-top: .5rem;
    border: 1px solid rgba(0,0,0,.12);
    border-radius: 7px;
    padding: .3rem .5rem;
    background: #fff;
}

.tree-filter input[b-7w4ghy1rr6] {
    border: none;
    outline: none;
    width: 100%;
    font-size: .82rem;
    background: transparent;
    color: #1b2a3d;
}

.tree-scroll[b-7w4ghy1rr6] {
    overflow-y: auto;
    padding: .4rem .35rem .75rem;
    flex: 1;
}

.node[b-7w4ghy1rr6] {
    display: flex;
    align-items: center;
    gap: .35rem;
    width: 100%;
    border: none;
    background: none;
    text-align: left;
    border-radius: 6px;
    padding: .3rem .4rem;
    font-size: .84rem;
    color: #37465c;
    cursor: pointer;
    white-space: nowrap;
    line-height: 1.3;
}
.node:hover[b-7w4ghy1rr6] { background: rgba(27,110,194,.08); }
.node .caret[b-7w4ghy1rr6] {
    width: .8rem;
    flex: none;
    font-size: .6rem;
    color: #8a97a8;
    text-align: center;
}
.node .ico[b-7w4ghy1rr6] { flex: none; width: 1rem; text-align: center; color: #66788f; }
.node .label[b-7w4ghy1rr6] { overflow: hidden; text-overflow: ellipsis; }
.node .badge-count[b-7w4ghy1rr6] {
    margin-left: auto;
    font-size: .68rem;
    color: #8a97a8;
    font-variant-numeric: tabular-nums;
}

.node.group[b-7w4ghy1rr6] { font-weight: 700; color: #1b2a3d; }
.node.leaf[b-7w4ghy1rr6] { color: #37465c; }
.node.leaf .ico[b-7w4ghy1rr6] { color: #1b6ec2; }
.node.selected[b-7w4ghy1rr6] { background: rgba(27,110,194,.14); color: #0d4d8f; font-weight: 600; }
.node.selected .ico[b-7w4ghy1rr6] { color: #0d4d8f; }

.node.indent-1[b-7w4ghy1rr6] { padding-left: .4rem; }
.node.indent-2[b-7w4ghy1rr6] { padding-left: 1.35rem; }
.node.indent-3[b-7w4ghy1rr6] { padding-left: 2.3rem; }

.tree-empty[b-7w4ghy1rr6] {
    font-size: .78rem;
    color: #8a97a8;
    padding: .5rem .6rem;
}

.tree-section-head[b-7w4ghy1rr6] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .55rem .5rem .2rem;
}

.tree-section-label[b-7w4ghy1rr6] {
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .07em;
    text-transform: uppercase;
    color: #97a3b4;
    padding: .55rem .5rem .25rem;
}
.tree-section-head .tree-section-label[b-7w4ghy1rr6] { padding: 0; }

.tree-sub[b-7w4ghy1rr6] {
    font-size: .68rem;
    font-weight: 600;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #a6b0be;
    padding: .3rem .4rem .1rem;
}
.tree-sub.indent-1[b-7w4ghy1rr6] { padding-left: .4rem; }
.tree-sub.indent-2[b-7w4ghy1rr6] { padding-left: 1.35rem; }
.tree-sub.indent-3[b-7w4ghy1rr6] { padding-left: 2.3rem; }

/* ── Detail pane ── */
.detail-pane[b-7w4ghy1rr6] {
    flex: 1;
    min-width: 0;
    padding: 1rem 1.25rem 1.5rem;
    overflow-x: auto;
    max-height: calc(100vh - 7rem);
    overflow-y: auto;
}

.pane-placeholder[b-7w4ghy1rr6] {
    height: 100%;
    min-height: 22rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #8a97a8;
}
.pane-placeholder i[b-7w4ghy1rr6] { font-size: 2.4rem; margin-bottom: .6rem; opacity: .55; }

/* Portal environment card hover (kept from the old card view) */
.portal-env-card[b-7w4ghy1rr6] { transition: box-shadow .14s, transform .1s; }
.portal-env-card:hover[b-7w4ghy1rr6] { box-shadow: 0 4px 14px rgba(0,0,0,.13) !important; transform: translateY(-1px); }

/* Narrow screens: stack tree above pane */
@media (max-width: 820px) {
    .explorer[b-7w4ghy1rr6] { flex-direction: column; min-height: 0; }
    .tree-side[b-7w4ghy1rr6] { width: 100%; max-height: 42vh; border-right: none; border-bottom: 1px solid rgba(0,0,0,.09); }
    .detail-pane[b-7w4ghy1rr6] { max-height: none; }
}
/* /Components/Pages/Shared/ClusterChangeAckDialog.razor.rz.scp.css */
.ccack-backdrop[b-a4sbke606g] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1080;
    padding: 1rem;
}

.ccack-modal[b-a4sbke606g] {
    background: var(--bs-body-bg);
    color: var(--bs-body-color);
    border: 1px solid var(--bs-border-color);
    border-radius: 0.5rem;
    width: min(860px, 96vw);
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    padding: 1rem 1.25rem;
}

.ccack-head[b-a4sbke606g] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
}

.ccack-meta[b-a4sbke606g] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem 1.5rem;
    margin-bottom: 0.75rem;
}

.ccack-key[b-a4sbke606g] {
    display: inline-block;
    min-width: 5.5rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    font-size: 0.7rem;
}

.ccack-diff[b-a4sbke606g] {
    flex: 1 1 auto;
    overflow: auto;
    background: var(--bs-tertiary-bg);
    border: 1px solid var(--bs-border-color);
    border-radius: 0.375rem;
    padding: 0.5rem 0.75rem;
    min-height: 4rem;
}

.ccack-diff pre[b-a4sbke606g] {
    font-size: 0.78rem;
    line-height: 1.35;
    white-space: pre;
}

.ccack-add[b-a4sbke606g] { color: #1a7f37; display: block; background: rgba(46, 160, 67, 0.12); }
.ccack-del[b-a4sbke606g] { color: #cf222e; display: block; background: rgba(207, 34, 46, 0.12); }
.ccack-hunk[b-a4sbke606g] { color: #8250df; display: block; }
.ccack-comment[b-a4sbke606g] { color: var(--bs-secondary-color); display: block; }

.ccack-actions[b-a4sbke606g] {
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
    margin-top: 0.9rem;
}
/* /Components/Pages/Shared/YamlEditor.razor.rz.scp.css */
.yaml-editor-outer[b-00p8mvp3i5] {
    display: block;
}

.yaml-editor-fullscreen[b-00p8mvp3i5] {
    position: fixed;
    inset: 0;
    z-index: 1055;
    display: flex;
    flex-direction: column;
    background: white;
    box-shadow: 0 0 0 100vmax rgba(0, 0, 0, 0.45);
}

.yaml-editor-fullscreen .yaml-editor-inner[b-00p8mvp3i5] {
    flex: 1;
    min-height: 0;
    overflow: hidden;
}

.yaml-editor-fullscreen .yaml-editor-container[b-00p8mvp3i5] {
    height: 100%;
}

.yaml-expand-btn[b-00p8mvp3i5] {
    position: absolute;
    top: 6px;
    right: 6px;
    z-index: 5;
    padding: 2px 7px;
    font-size: 0.7rem;
    line-height: 1.4;
    opacity: 0;
    transition: opacity 0.15s;
}

.yaml-editor-outer:hover .yaml-expand-btn[b-00p8mvp3i5] {
    opacity: 0.7;
}

.yaml-expand-btn:hover[b-00p8mvp3i5] {
    opacity: 1 !important;
}
/* /Components/Pages/Tenants/IngressDashboardTab.razor.rz.scp.css */
/* ══════════════════════════════════════════════════════════════════════════
   Traefik-dashboard look. Self-contained palette (identical in light/dark app
   themes) so the tab keeps Traefik's own visual identity: dark navbar, light
   card canvas, green/amber/red status, donut overview cards.
   ═══════════════════════════════════════════════════════════════════════════ */

.tk[b-p8g26urtgv] {
    --tk-nav: #2b2e4a;
    --tk-nav-2: #363a5e;
    --tk-canvas: #f4f5fa;
    --tk-card: #ffffff;
    --tk-border: #e6e8f0;
    --tk-ink: #2c2e3e;
    --tk-muted: #8a8d9c;
    --tk-accent: #5468ff;
    --tk-ok: #00b884;
    --tk-warn: #f5a623;
    --tk-err: #ff5b6a;

    border: 1px solid var(--tk-border);
    border-radius: 12px;
    overflow: hidden;
    background: var(--tk-canvas);
    color: var(--tk-ink);
    font-size: 0.86rem;
}

.mono[b-p8g26urtgv], .qn[b-p8g26urtgv], .rule[b-p8g26urtgv], code[b-p8g26urtgv] { font-family: ui-monospace, SFMono-Regular, "SF Mono", Menlo, monospace; }
.muted[b-p8g26urtgv] { color: var(--tk-muted); }
.sm[b-p8g26urtgv] { font-size: 0.78rem; }
.warn-t[b-p8g26urtgv] { color: #b9770f; }
.err-t[b-p8g26urtgv] { color: #d63a49; }

/* ── Dark navbar ── */
.tk-nav[b-p8g26urtgv] {
    display: flex; align-items: center; justify-content: space-between;
    gap: 1rem; flex-wrap: wrap;
    background: var(--tk-nav);
    color: #eef0ff;
    padding: 0.7rem 1rem;
}
.tk-brand[b-p8g26urtgv] { display: flex; align-items: baseline; gap: 0.6rem; }
.tk-logo[b-p8g26urtgv] {
    display: inline-flex; align-items: center; justify-content: center;
    width: 30px; height: 30px; border-radius: 8px;
    background: linear-gradient(135deg, #5468ff, #37c3d6);
    color: #fff; font-size: 1rem; align-self: center;
}
.tk-brand-name[b-p8g26urtgv] { font-weight: 700; font-size: 1.02rem; letter-spacing: .01em; }
.tk-brand-sub[b-p8g26urtgv] { font-size: 0.72rem; color: #9aa0c8; }

.tk-nav-actions[b-p8g26urtgv] { display: flex; align-items: center; gap: 0.5rem; flex-wrap: wrap; }
.tk-select[b-p8g26urtgv] {
    display: inline-flex; align-items: center; gap: 0.4rem;
    background: var(--tk-nav-2); border-radius: 7px; padding: 0.25rem 0.55rem;
    color: #cfd3f5;
}
.tk-select i[b-p8g26urtgv] { font-size: 0.75rem; color: #8f95c8; }
.tk-select select[b-p8g26urtgv] {
    background: transparent; border: 0; color: #eef0ff; font-size: 0.8rem;
    outline: 0; cursor: pointer; max-width: 220px;
}
.tk-select select option[b-p8g26urtgv] { color: #222; }
.tk-refresh[b-p8g26urtgv] {
    border: 0; background: var(--tk-nav-2); color: #cfd3f5;
    width: 32px; height: 32px; border-radius: 7px; cursor: pointer;
}
.tk-refresh:hover:not(:disabled)[b-p8g26urtgv] { background: #424677; }
.tk-refresh:disabled[b-p8g26urtgv] { opacity: .5; }

/* ── Canvas ── */
.tk-canvas[b-p8g26urtgv] { padding: 1rem; display: flex; flex-direction: column; gap: 1rem; }
.tk-alert[b-p8g26urtgv] { background: #fff; border: 1px solid var(--tk-err); color: #d63a49; border-radius: 8px; padding: 0.8rem 1rem; }

.tk-banner[b-p8g26urtgv] {
    display: flex; align-items: center; gap: 0.5rem;
    font-size: 0.8rem; padding: 0.5rem 0.8rem; border-radius: 8px;
}
.tk-banner.warn[b-p8g26urtgv] { background: #fff6e9; border: 1px solid #f6d9a6; color: #a8730f; }
.tk-banner.muted[b-p8g26urtgv] { background: #eef0f6; border: 1px solid var(--tk-border); color: #6b6f80; }

/* ── Cards ── */
.tk-card[b-p8g26urtgv] {
    background: var(--tk-card);
    border: 1px solid var(--tk-border);
    border-radius: 12px;
    box-shadow: 0 1px 3px rgba(30, 34, 72, .05);
    padding: 0.9rem 1rem;
}
.tk-card-h[b-p8g26urtgv] {
    font-size: 0.72rem; text-transform: uppercase; letter-spacing: .06em;
    color: var(--tk-muted); font-weight: 700; margin-bottom: 0.65rem;
}
.tk-none[b-p8g26urtgv] { color: var(--tk-muted); font-size: 0.85rem; }

/* ── Overview strip ── */
.tk-overview[b-p8g26urtgv] {
    display: grid;
    grid-template-columns: 1fr 1.5fr 1.5fr 1.5fr;
    gap: 0.9rem;
}
@media (max-width: 1100px) { .tk-overview[b-p8g26urtgv] { grid-template-columns: 1fr 1fr; } }
@media (max-width: 680px) { .tk-overview[b-p8g26urtgv] { grid-template-columns: 1fr; } }

button.tk-card[b-p8g26urtgv] { text-align: left; cursor: pointer; transition: box-shadow .12s, border-color .12s; font: inherit; color: inherit; }
button.tk-card:hover[b-p8g26urtgv] { border-color: #c7cbe6; box-shadow: 0 3px 10px rgba(30,34,72,.09); }
button.tk-card.sel[b-p8g26urtgv] { border-color: var(--tk-accent); box-shadow: 0 0 0 2px rgba(84,104,255,.15); }

/* Entrypoints */
.ep-list[b-p8g26urtgv] { display: flex; flex-direction: column; gap: 0.4rem; }
.ep[b-p8g26urtgv] { display: flex; align-items: baseline; gap: 0.4rem; }
.ep-name[b-p8g26urtgv] { font-weight: 600; }
.ep-addr[b-p8g26urtgv] { color: var(--tk-accent); font-family: ui-monospace, monospace; font-size: 0.8rem; }
.ep-lock[b-p8g26urtgv] { color: var(--tk-ok); font-size: 0.7rem; }
.ep-n[b-p8g26urtgv] { margin-left: auto; font-size: 0.68rem; font-weight: 700; color: var(--tk-muted); background: #eef0f6; border-radius: 20px; padding: 0.02rem 0.4rem; }
.ep.more[b-p8g26urtgv] { color: var(--tk-muted); font-size: 0.76rem; }
.tk-card-h .hcount[b-p8g26urtgv] { font-weight: 700; color: var(--tk-muted); background: #eef0f6; border-radius: 20px; padding: 0.02rem 0.45rem; margin-left: 0.35rem; }

/* Donut cards */
.donut-wrap[b-p8g26urtgv] { display: flex; align-items: center; gap: 0.9rem; }
.donut[b-p8g26urtgv] {
    width: 76px; height: 76px; border-radius: 50%;
    flex-shrink: 0; position: relative;
    display: flex; align-items: center; justify-content: center;
}
.donut-hole[b-p8g26urtgv] {
    width: 52px; height: 52px; border-radius: 50%; background: var(--tk-card);
    display: flex; align-items: center; justify-content: center;
}
.donut-total[b-p8g26urtgv] { font-size: 1.25rem; font-weight: 800; color: var(--tk-ink); font-variant-numeric: tabular-nums; }
.donut-legend[b-p8g26urtgv] { display: flex; flex-direction: column; gap: 0.28rem; font-size: 0.78rem; font-variant-numeric: tabular-nums; }
.donut-legend .lg[b-p8g26urtgv] { display: flex; align-items: center; gap: 0.4rem; font-weight: 700; }
.donut-legend .lg em[b-p8g26urtgv] { font-style: normal; font-weight: 400; color: var(--tk-muted); }
.donut-legend .d[b-p8g26urtgv] { width: 9px; height: 9px; border-radius: 2px; display: inline-block; }
.lg.ok .d[b-p8g26urtgv] { background: var(--tk-ok); }
.lg.warn .d[b-p8g26urtgv] { background: var(--tk-warn); }
.lg.err .d[b-p8g26urtgv] { background: var(--tk-err); }

/* Providers */
.prov-list[b-p8g26urtgv] { display: flex; flex-direction: column; gap: 0.45rem; }
.prov[b-p8g26urtgv] { display: flex; align-items: center; gap: 0.5rem; }
.prov-ic[b-p8g26urtgv] { color: #326ce5; font-size: 0.9rem; }  /* kubernetes blue */
.prov-name[b-p8g26urtgv] { font-size: 0.82rem; }
.prov-n[b-p8g26urtgv] {
    margin-left: auto; font-size: 0.72rem; font-weight: 700; color: var(--tk-muted);
    background: #eef0f6; border-radius: 20px; padding: 0.02rem 0.45rem;
}

/* ── Protocol tabs ── */
.tk-tabs[b-p8g26urtgv] { display: flex; gap: 0.25rem; border-bottom: 1px solid var(--tk-border); }
.tk-tab[b-p8g26urtgv] {
    border: 0; background: transparent; color: var(--tk-muted);
    padding: 0.5rem 1rem; font-weight: 700; font-size: 0.82rem; cursor: pointer;
    border-bottom: 2px solid transparent; margin-bottom: -1px;
}
.tk-tab:hover[b-p8g26urtgv] { color: var(--tk-ink); }
.tk-tab.active[b-p8g26urtgv] { color: var(--tk-accent); border-bottom-color: var(--tk-accent); }

/* ── Section sub-tabs ── */
.tk-subhead[b-p8g26urtgv] { display: flex; align-items: center; justify-content: space-between; gap: 1rem; flex-wrap: wrap; }
.tk-subtabs[b-p8g26urtgv] { display: inline-flex; background: #eceef6; border-radius: 9px; padding: 3px; }
.tk-subtab[b-p8g26urtgv] {
    border: 0; background: transparent; color: var(--tk-muted);
    padding: 0.35rem 0.85rem; border-radius: 7px; font-size: 0.8rem; font-weight: 600; cursor: pointer;
    display: inline-flex; align-items: center; gap: 0.4rem;
}
.tk-subtab.active[b-p8g26urtgv] { background: #fff; color: var(--tk-ink); box-shadow: 0 1px 2px rgba(0,0,0,.08); }
.tk-subtab .cnt[b-p8g26urtgv] { font-size: 0.68rem; font-weight: 700; color: var(--tk-muted); background: #e2e5f0; border-radius: 20px; padding: 0 0.35rem; }
.tk-subtab.active .cnt[b-p8g26urtgv] { background: #eef0f6; }

.tk-search[b-p8g26urtgv] {
    display: inline-flex; align-items: center; gap: 0.4rem;
    background: #fff; border: 1px solid var(--tk-border); border-radius: 8px; padding: 0.3rem 0.6rem;
}
.tk-search i[b-p8g26urtgv] { color: var(--tk-muted); font-size: 0.8rem; }
.tk-search input[b-p8g26urtgv] { border: 0; outline: 0; background: transparent; font-size: 0.82rem; min-width: 180px; color: inherit; }

/* ── Tables ── */
.tk-table-card[b-p8g26urtgv] { padding: 0; overflow-x: auto; }
.tk-table[b-p8g26urtgv] { width: 100%; border-collapse: collapse; }
.tk-table thead th[b-p8g26urtgv] {
    text-align: left; font-size: 0.68rem; text-transform: uppercase; letter-spacing: .05em;
    color: var(--tk-muted); font-weight: 700; padding: 0.6rem 0.8rem;
    background: #fafbfe; border-bottom: 1px solid var(--tk-border);
    position: sticky; top: 0; z-index: 1;
}
.tk-table .c-st[b-p8g26urtgv] { width: 2rem; }
.tk-table .c-prov[b-p8g26urtgv] { width: 5rem; text-align: center; }
.tk-table .c-tls[b-p8g26urtgv] { width: 3rem; text-align: center; }
.tk-table .c-servers[b-p8g26urtgv] { white-space: nowrap; }

/* Keep every data row a single, uniform line — long values truncate, they don't wrap. */
.tk-table td[b-p8g26urtgv], .tk-table th[b-p8g26urtgv] { white-space: nowrap; }
.tk-table td[b-p8g26urtgv] { padding: 0.5rem 0.8rem; border-top: 1px solid #f0f1f7; vertical-align: middle; }
.tk-table tbody tr:first-child td[b-p8g26urtgv] { border-top: 0; }

.c-rule[b-p8g26urtgv] { max-width: 400px; }
.c-name[b-p8g26urtgv] { max-width: 260px; }
.c-svc[b-p8g26urtgv] { max-width: 220px; }
.c-rule .rule[b-p8g26urtgv], .c-name .qn[b-p8g26urtgv], .c-svc .qn[b-p8g26urtgv] {
    display: inline-block; max-width: 100%; overflow: hidden;
    text-overflow: ellipsis; white-space: nowrap; vertical-align: middle;
}
.c-ep .chip.more[b-p8g26urtgv] { background: transparent; color: var(--tk-muted); padding: 0.08rem 0.2rem; }

/* The expanded detail row lays out freely — never inherit the row nowrap. */
.detail > td[b-p8g26urtgv] { white-space: normal; }
.tk-row[b-p8g26urtgv] { cursor: pointer; }
.tk-row.static[b-p8g26urtgv] { cursor: default; }
.tk-row:not(.static):hover[b-p8g26urtgv] { background: #f7f8fd; }
.tk-row.open[b-p8g26urtgv] { background: #f4f6ff; }

.dot[b-p8g26urtgv] { display: inline-block; width: 0.6rem; height: 0.6rem; border-radius: 50%; vertical-align: middle; }
.dot.ok[b-p8g26urtgv] { background: var(--tk-ok); box-shadow: 0 0 0 3px rgba(0,184,132,.15); }
.dot.warn[b-p8g26urtgv] { background: var(--tk-warn); box-shadow: 0 0 0 3px rgba(245,166,35,.15); }
.dot.err[b-p8g26urtgv] { background: var(--tk-err); box-shadow: 0 0 0 3px rgba(255,91,106,.15); }

.rule[b-p8g26urtgv] { font-size: 0.8rem; color: var(--tk-ink); }
.rule.sm[b-p8g26urtgv] { font-size: 0.76rem; }
.rule .rv[b-p8g26urtgv] { color: var(--tk-accent); }
.qn[b-p8g26urtgv] { font-size: 0.8rem; }
.qn.muted[b-p8g26urtgv] { color: var(--tk-muted); }

.chip[b-p8g26urtgv] {
    display: inline-block; font-size: 0.7rem; font-weight: 600;
    background: #eef0f6; color: #5a5e70; border-radius: 6px; padding: 0.08rem 0.4rem; margin: 0.05rem 0.15rem 0.05rem 0;
}
.chip.type[b-p8g26urtgv] { background: #eaf0ff; color: #3d4fc4; }
.chip.tls[b-p8g26urtgv] { background: #e6f8f1; color: #0a8f68; }
.chip.acme[b-p8g26urtgv] { background: #eef0f6; color: #6b6f80; font-size: 0.62rem; letter-spacing: .04em; }
.prov-dot[b-p8g26urtgv] { color: #326ce5; }
.tls-on[b-p8g26urtgv] { color: var(--tk-ok); }
.tls-off[b-p8g26urtgv] { color: var(--tk-muted); }
.c-servers[b-p8g26urtgv] { font-variant-numeric: tabular-nums; }

/* ── Router detail flow ── */
.detail > td[b-p8g26urtgv] { background: #f9faff; padding: 0 !important; }
.tk-detail[b-p8g26urtgv] { padding: 1rem; border-top: 1px solid var(--tk-border); }

.flow[b-p8g26urtgv] { display: flex; align-items: stretch; gap: 0.5rem; overflow-x: auto; padding-bottom: 0.3rem; }
.flow-col[b-p8g26urtgv] { display: flex; flex-direction: column; gap: 0.4rem; min-width: 140px; }
.flow-col.grow[b-p8g26urtgv] { flex: 1; min-width: 200px; }
.flow-h[b-p8g26urtgv] { font-size: 0.66rem; text-transform: uppercase; letter-spacing: .05em; color: var(--tk-muted); font-weight: 700; }
.flow-arrow[b-p8g26urtgv] { display: flex; align-items: center; color: #c2c6dc; padding-top: 1.2rem; }
.flow-box[b-p8g26urtgv] {
    background: #fff; border: 1px solid var(--tk-border); border-radius: 9px;
    padding: 0.5rem 0.65rem; font-size: 0.8rem;
}
.flow-box.none[b-p8g26urtgv] { color: var(--tk-muted); font-style: italic; border-style: dashed; }
.flow-box.ep[b-p8g26urtgv] { border-left: 3px solid var(--tk-accent); }
.flow-box.router[b-p8g26urtgv] { border-left: 3px solid #37c3d6; }
.flow-box.mw[b-p8g26urtgv] { border-left: 3px solid var(--tk-warn); }
.flow-box.svc[b-p8g26urtgv] { border-left: 3px solid var(--tk-ok); }
.fb-title[b-p8g26urtgv] { font-weight: 700; font-family: ui-monospace, monospace; font-size: 0.78rem; margin-bottom: 0.2rem; word-break: break-all; }
.fb-meta[b-p8g26urtgv] { font-size: 0.72rem; color: var(--tk-muted); margin-top: 0.3rem; display: flex; align-items: center; gap: 0.35rem; flex-wrap: wrap; }
.servers[b-p8g26urtgv] { font-size: 0.76rem; color: #5a5e70; display: flex; align-items: center; gap: 0.35rem; }

.detail-foot[b-p8g26urtgv] { display: flex; gap: 1.5rem; flex-wrap: wrap; margin-top: 1rem; padding-top: 0.9rem; border-top: 1px dashed var(--tk-border); }
.df-block[b-p8g26urtgv] { min-width: 200px; }
.df-block.grow[b-p8g26urtgv] { flex: 1; min-width: 260px; }
.df-h[b-p8g26urtgv] { font-size: 0.68rem; text-transform: uppercase; letter-spacing: .05em; color: var(--tk-muted); font-weight: 700; margin-bottom: 0.35rem; }
.df-line[b-p8g26urtgv] { display: flex; align-items: center; gap: 0.5rem; font-size: 0.82rem; }
.pill[b-p8g26urtgv] { display: inline-block; font-size: 0.68rem; padding: 0.05rem 0.35rem; border-radius: 5px; }
.pill.warn[b-p8g26urtgv] { background: #fff2db; color: #a8730f; }
.pill.bad[b-p8g26urtgv] { background: #ffe4e7; color: #d63a49; }

/* ── Empty / loading ── */
.tk-empty[b-p8g26urtgv] { text-align: center; padding: 3rem 1rem; color: var(--tk-muted); }
.tk-none-big[b-p8g26urtgv] { text-align: center; color: var(--tk-muted); padding: 2.5rem 1rem; }
.tk-none-big i[b-p8g26urtgv] { font-size: 1.8rem; display: block; margin-bottom: 0.4rem; opacity: .6; }
.tk-none-big div[b-p8g26urtgv] { font-weight: 600; color: #6b6f80; }
.tk-none-big span[b-p8g26urtgv] { font-size: 0.78rem; }

.tk-spinner[b-p8g26urtgv] {
    width: 34px; height: 34px; border-radius: 50%;
    border: 3px solid #dfe2f0; border-top-color: var(--tk-accent);
    animation: spin-b-p8g26urtgv .8s linear infinite; margin: 0 auto;
}
.tk-spinner.sm[b-p8g26urtgv] { width: 14px; height: 14px; border-width: 2px; display: inline-block; margin: 0; vertical-align: middle; }
.spin[b-p8g26urtgv] { animation: spin-b-p8g26urtgv .8s linear infinite; display: inline-block; }
@keyframes spin-b-p8g26urtgv { to { transform: rotate(360deg); } }
/* /Components/Pages/Tenants/TenantExplorer.razor.rz.scp.css */
.explorer[b-tp2gf5pq1h] {
    display: flex;
    align-items: stretch;
    gap: 0;
    min-height: calc(100vh - 7rem);
    border: 1px solid rgba(0,0,0,.09);
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 1px 2px rgba(18,26,39,.04), 0 8px 24px rgba(18,26,39,.05);
}

/* ── Sidebar tree ── */
.tree-side[b-tp2gf5pq1h] {
    width: 280px;
    flex: none;
    border-right: 1px solid rgba(0,0,0,.09);
    background: #fbfcfe;
    display: flex;
    flex-direction: column;
    max-height: calc(100vh - 7rem);
}

.tree-head[b-tp2gf5pq1h] {
    padding: .75rem .75rem .5rem;
    border-bottom: 1px solid rgba(0,0,0,.06);
}

.tree-tenant[b-tp2gf5pq1h] {
    display: flex;
    align-items: center;
    gap: .4rem;
    font-weight: 700;
    font-size: .95rem;
    color: #1b2a3d;
}

.tree-filter[b-tp2gf5pq1h] {
    display: flex;
    align-items: center;
    gap: .4rem;
    margin-top: .5rem;
    border: 1px solid rgba(0,0,0,.12);
    border-radius: 7px;
    padding: .3rem .5rem;
    background: #fff;
}

.tree-filter input[b-tp2gf5pq1h] {
    border: none;
    outline: none;
    width: 100%;
    font-size: .82rem;
    background: transparent;
    color: #1b2a3d;
}

.tree-scroll[b-tp2gf5pq1h] {
    overflow-y: auto;
    padding: .4rem .35rem .75rem;
    flex: 1;
}

.node[b-tp2gf5pq1h] {
    display: flex;
    align-items: center;
    gap: .35rem;
    width: 100%;
    border: none;
    background: none;
    text-align: left;
    border-radius: 6px;
    padding: .3rem .4rem;
    font-size: .84rem;
    color: #37465c;
    cursor: pointer;
    white-space: nowrap;
    line-height: 1.3;
}
.node:hover[b-tp2gf5pq1h] { background: rgba(27,110,194,.08); }
.node .caret[b-tp2gf5pq1h] {
    width: .8rem;
    flex: none;
    font-size: .6rem;
    color: #8a97a8;
    text-align: center;
}
.node .ico[b-tp2gf5pq1h] { flex: none; width: 1rem; text-align: center; color: #66788f; }
.node .label[b-tp2gf5pq1h] { overflow: hidden; text-overflow: ellipsis; }
.node .badge-count[b-tp2gf5pq1h] {
    margin-left: auto;
    font-size: .68rem;
    color: #8a97a8;
    font-variant-numeric: tabular-nums;
}

.node.group[b-tp2gf5pq1h] { font-weight: 700; color: #1b2a3d; }
.node.leaf[b-tp2gf5pq1h] { color: #37465c; }
.node.leaf .ico[b-tp2gf5pq1h] { color: #1b6ec2; }
.node.selected[b-tp2gf5pq1h] { background: rgba(27,110,194,.14); color: #0d4d8f; font-weight: 600; }
.node.selected .ico[b-tp2gf5pq1h] { color: #0d4d8f; }

.node.indent-1[b-tp2gf5pq1h] { padding-left: .4rem; }
.node.indent-2[b-tp2gf5pq1h] { padding-left: 1.6rem; }
.node.indent-3[b-tp2gf5pq1h] { padding-left: 2.8rem; }

/* Environment and customer nodes are wrapped in .node-row (so they can carry an
   inline "+"); the indent must live on the row, otherwise the button aligns hard
   left and the customer doesn't read as nested under its environment. */
.node-row.indent-1[b-tp2gf5pq1h] { padding-left: 0; }
.node-row.indent-2[b-tp2gf5pq1h] { padding-left: 1.2rem; }
.node-row.indent-3[b-tp2gf5pq1h] { padding-left: 2.4rem; }

.tree-empty[b-tp2gf5pq1h] {
    font-size: .78rem;
    color: #8a97a8;
    padding: .5rem .6rem;
}

.tree-section-head[b-tp2gf5pq1h] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .55rem .5rem .2rem;
}

.tree-section-label[b-tp2gf5pq1h] {
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .07em;
    text-transform: uppercase;
    color: #97a3b4;
    padding: .55rem .5rem .25rem;
}
.tree-section-head .tree-section-label[b-tp2gf5pq1h] { padding: 0; }

/* Rows that carry an inline add "+" become flex containers */
.node-row[b-tp2gf5pq1h] {
    display: flex;
    align-items: center;
    border-radius: 6px;
}
.node-row:hover[b-tp2gf5pq1h] { background: rgba(27,110,194,.06); }
.node-row > .node[b-tp2gf5pq1h] { flex: 1 1 auto; min-width: 0; background: none; }
.node-row > .node:hover[b-tp2gf5pq1h] { background: none; }

.tree-add[b-tp2gf5pq1h] {
    border: none;
    background: none;
    color: #9aa6b5;
    padding: .15rem .35rem;
    border-radius: 5px;
    cursor: pointer;
    font-size: .78rem;
    line-height: 1;
    flex: none;
}
.tree-add:hover[b-tp2gf5pq1h] { background: rgba(27,110,194,.14); color: #1b6ec2; }

.tree-add-row[b-tp2gf5pq1h] {
    display: flex;
    align-items: center;
    gap: .3rem;
    padding: .25rem .4rem .3rem;
}
.tree-add-row.indent-1[b-tp2gf5pq1h] { padding-left: .55rem; }
.tree-add-row.indent-2[b-tp2gf5pq1h] { padding-left: 1.6rem; }
.tree-add-row.indent-3[b-tp2gf5pq1h] { padding-left: 2.8rem; }
.tree-add-row input[b-tp2gf5pq1h] {
    flex: 1;
    min-width: 0;
    font-size: .8rem;
    border: 1px solid rgba(27,110,194,.4);
    border-radius: 6px;
    padding: .22rem .45rem;
    outline: none;
    color: #1b2a3d;
}
.tree-add-row input:focus[b-tp2gf5pq1h] { border-color: #1b6ec2; }
.tree-add-ok[b-tp2gf5pq1h] {
    flex: none;
    border: none;
    background: #1b6ec2;
    color: #fff;
    border-radius: 6px;
    padding: .22rem .45rem;
    cursor: pointer;
    line-height: 1;
    font-size: .78rem;
}
.tree-add-ok:hover[b-tp2gf5pq1h] { background: #155a9e; }

.tree-sub[b-tp2gf5pq1h] {
    font-size: .68rem;
    font-weight: 600;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #a6b0be;
    padding: .3rem .4rem .1rem;
}
.tree-sub.indent-1[b-tp2gf5pq1h] { padding-left: .4rem; }
.tree-sub.indent-2[b-tp2gf5pq1h] { padding-left: 1.6rem; }
.tree-sub.indent-3[b-tp2gf5pq1h] { padding-left: 2.8rem; }

.tree-subhead[b-tp2gf5pq1h] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: .35rem;
}
.tree-subhead.indent-2[b-tp2gf5pq1h] { padding-left: 1.6rem; }
.tree-subhead .tree-sub[b-tp2gf5pq1h] { padding-left: 0; }

.node .label .sub[b-tp2gf5pq1h] {
    color: #97a3b4;
    font-size: .72rem;
    margin-left: .25rem;
}
.node.selected .label .sub[b-tp2gf5pq1h] { color: #4d7bb0; }

.tree-foot[b-tp2gf5pq1h] {
    border-top: 1px solid rgba(0,0,0,.06);
    padding: .5rem .6rem;
}

/* ── Detail pane ── */
.detail-pane[b-tp2gf5pq1h] {
    flex: 1;
    min-width: 0;
    padding: 1rem 1.25rem 1.5rem;
    overflow-x: auto;
    max-height: calc(100vh - 7rem);
    overflow-y: auto;
}

.pane-placeholder[b-tp2gf5pq1h] {
    height: 100%;
    min-height: 22rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #8a97a8;
}
.pane-placeholder i[b-tp2gf5pq1h] { font-size: 2.4rem; margin-bottom: .6rem; opacity: .55; }

/* Narrow screens: stack tree above pane */
@media (max-width: 820px) {
    .explorer[b-tp2gf5pq1h] { flex-direction: column; min-height: 0; }
    .tree-side[b-tp2gf5pq1h] { width: 100%; max-height: 42vh; border-right: none; border-bottom: 1px solid rgba(0,0,0,.09); }
    .detail-pane[b-tp2gf5pq1h] { max-height: none; }
}
