.k8s-tree-root *{box-sizing:border-box}.k8s-tree-root{display:flex;flex:1 1 auto;min-height:0;margin:0;font:13px/1.5 var(--sans),ui-sans-serif,system-ui,-apple-system,sans-serif;background:var(--ground);color:var(--text)}.k8s-tree-root .k8s-rail{flex:0 0 268px;width:268px;height:100%;overflow-y:auto;display:flex;flex-direction:column;padding:16px 16px 18px;background:var(--surface);border-right:1px solid var(--line)}.k8s-tree-root .k8s-rail.collapsed{flex-basis:52px;width:52px;padding:16px 8px;overflow:visible}@media (max-width:860px){.k8s-tree-root .k8s-rail:not(.collapsed){flex-basis:220px;width:220px}}.k8s-tree-root .k8s-rail-top{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.k8s-tree-root .k8s-title{display:flex;flex-direction:column;gap:1px;min-width:0}.k8s-tree-root .k8s-eyebrow{font-size:10px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--muted-2)}.k8s-tree-root h1{font-size:15px;margin:2px 0 0;font-weight:650;letter-spacing:-.01em;color:var(--text)}.k8s-tree-root .k8s-rail-collapse{width:26px;height:26px;flex:none;display:grid;place-items:center;border-radius:999px;border:1px solid var(--line);background:var(--ground-2);color:var(--muted);cursor:pointer;padding:0}.k8s-tree-root .k8s-rail-collapse:hover{color:var(--text);border-color:var(--border-2)}.k8s-tree-root .k8s-rail-section{padding-top:16px;margin-top:16px;border-top:1px solid var(--line-soft)}.k8s-tree-root .k8s-rail-label{font-size:10px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--muted-2);margin:0 0 8px}.k8s-tree-root button,.k8s-tree-root input:not([type=checkbox]),.k8s-tree-root input[type=text],.k8s-tree-root select{font:inherit;color:var(--text);background:var(--ground-2);border:1px solid var(--line);border-radius:var(--r-sm);padding:6px 9px}.k8s-tree-root input:not([type=checkbox]):hover,.k8s-tree-root select:hover{border-color:var(--border-2)}.k8s-tree-root .k8s-rail input:not([type=checkbox]),.k8s-tree-root .k8s-rail select{width:100%}.k8s-tree-root button{cursor:pointer}.k8s-tree-root #view{font-weight:560}.k8s-tree-root .k8s-chiprow{display:flex;align-items:center;gap:8px;font-size:12.5px;color:var(--muted);padding:5px 0;cursor:pointer}.k8s-tree-root .k8s-rail-field{display:block;margin-bottom:10px}.k8s-tree-root .k8s-rail-field:last-child{margin-bottom:0}.k8s-tree-root .k8s-chiprow[hidden],.k8s-tree-root .k8s-rail-field[hidden]{display:none}.k8s-tree-root .k8s-rail-subfield{display:block;font-size:12px;color:var(--muted);margin:0 0 4px}.k8s-tree-root .k8s-rail-stats{display:block;color:var(--muted);margin-top:16px;font-variant-numeric:tabular-nums;font-size:12px}.k8s-tree-root .k8s-rail-legend{margin-top:auto;padding-top:16px}.k8s-tree-root #legend{display:flex;flex-direction:column;gap:4px;color:var(--muted);font-size:11.5px}.k8s-tree-root #legend .enc{color:var(--muted-2);font-style:italic}.k8s-tree-root #legend .cat{display:inline-flex;align-items:flex-start;gap:6px}.k8s-tree-root #legend .cat i{display:inline-block;width:8px;height:8px;border-radius:50%;flex:none;margin-top:3px}.k8s-tree-root .k8s-canvas{flex:1 1 auto;min-width:0;height:100%;position:relative;overflow:hidden}.k8s-tree-root #msg{padding:22px 16px;color:var(--muted)}.k8s-tree-root #graph{display:block;width:100%;height:100%;cursor:grab}.k8s-tree-root #graph.dragging{cursor:grabbing}.k8s-tree-root #graph text{font-size:10.5px;fill:var(--text);pointer-events:none;paint-order:stroke;stroke:var(--ground);stroke-width:2.5px}.k8s-tree-root #graph .edge{fill:none;stroke-opacity:.42;pointer-events:none}.k8s-tree-root #graph .ehit{fill:none;stroke:transparent;stroke-width:11px;pointer-events:stroke;cursor:help}.k8s-tree-root #graph .nd{cursor:pointer;stroke:var(--ground);stroke-width:1.5px}.k8s-tree-root #graph .sel{stroke:var(--text);stroke-width:2.5px}.k8s-tree-root #graph .nd.uncalled{fill-opacity:.15;stroke:currentColor;stroke-dasharray:2 2}.k8s-tree-root #graph .nd.noimage{stroke:var(--muted-2);stroke-width:2px;stroke-dasharray:1 2}.k8s-tree-root #graph .edge.sel{stroke-width:3.5px;stroke-opacity:1}.k8s-tree-root #graph .nhit{fill:transparent;cursor:pointer}.k8s-tree-root #focusbar{position:absolute;top:14px;left:14px;z-index:4;width:min(360px,calc(100% - 28px));max-height:min(38vh,calc(100% - 28px));padding:12px 14px;font-size:12px;overflow:auto;background:var(--surface-2);border:1px solid var(--line);border-radius:var(--r);box-shadow:var(--shadow)}.k8s-tree-root #focusbar b{font-weight:650}.k8s-tree-root #focusbar button{margin-left:10px;font-size:11px;padding:3px 9px}.k8s-tree-root #focusbar pre{margin:8px 0 0;font-size:11px;line-height:1.45;font-family:var(--mono),ui-monospace,monospace;white-space:pre-wrap;color:var(--text)}.k8s-tree-root #focusbar .hintline{color:var(--muted-2)}.k8s-tree-root #drawer{position:fixed;right:0;top:0;bottom:0;width:400px;background:var(--surface);border-left:1px solid var(--line);z-index:8;overflow-y:auto;box-shadow:var(--shadow);font-size:12.5px}@media (max-width:900px){.k8s-tree-root #drawer{width:300px}}.k8s-tree-root #drawer[hidden]{display:none}.k8s-tree-root #drawer>header{position:sticky;top:0;display:flex;gap:8px;align-items:center;padding:12px 14px;background:var(--surface);border-bottom:1px solid var(--line)}.k8s-tree-root #drawerTitle{font-weight:650;word-break:break-all;flex:1}.k8s-tree-root #drawerClose{width:26px;height:26px;padding:0;display:grid;place-items:center;font-size:15px;line-height:1;border-radius:999px;background:transparent}.k8s-tree-root #drawerClose:hover{background:var(--ground-2);color:var(--text)}.k8s-tree-root #drawerBody{padding:6px 14px 40px}.k8s-tree-root #drawerBody h4{margin:16px 0 6px;font-size:10.5px;letter-spacing:.08em;text-transform:uppercase;color:var(--muted-2);font-weight:600}.k8s-tree-root #drawerBody dl{display:grid;grid-template-columns:auto 1fr;gap:3px 10px;margin:0}.k8s-tree-root #drawerBody dt{color:var(--muted-2);white-space:nowrap}.k8s-tree-root #drawerBody dd{margin:0;word-break:break-word;color:var(--text)}.k8s-tree-root #drawerBody ul{margin:3px 0 0;padding-left:16px}.k8s-tree-root #drawerBody li{margin:1px 0}.k8s-tree-root #drawerBody pre{white-space:pre-wrap;font-size:11px;line-height:1.5;font-family:var(--mono),ui-monospace,monospace;margin:4px 0 0;color:var(--text)}.k8s-tree-root #drawerBody .flag{color:var(--fail);font-weight:560}.k8s-tree-root .bar{display:flex;height:8px;border-radius:4px;overflow:hidden;margin:6px 0 4px;background:var(--line-soft)}.k8s-tree-root .bar>i{display:block;height:100%}.k8s-tree-root .barkey{display:flex;flex-wrap:wrap;gap:8px;color:var(--muted-2);font-size:11px}.k8s-tree-root .barkey i{display:inline-block;width:7px;height:7px;border-radius:2px;margin-right:3px}.k8s-tree-root #tip{position:fixed;pointer-events:none;opacity:0;z-index:9;max-width:420px;background:var(--surface);border:1px solid var(--line);border-radius:var(--r-sm);padding:9px 11px;font-size:11.5px;box-shadow:var(--shadow);font-family:var(--mono),ui-monospace,monospace;white-space:pre-wrap;color:var(--text)}