.probe-metrics{grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;margin-bottom:12px}
.probe-metrics .metric{display:flex;align-items:baseline;justify-content:space-between;padding:9px 12px;border-radius:6px}.probe-metrics .metric-label{font-size:12px}.probe-metrics .metric-value{font-size:19px;margin:0}
.probe-filterbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}
.probe-controls{display:flex;align-items:center;gap:8px;flex-wrap:wrap;min-width:0}
.probe-controls select,.probe-search{height:36px;border:1px solid #b9c4bf;border-radius:6px;background:#fff;color:var(--ink);padding:0 10px}
.probe-search{width:min(280px,34vw)}
.probe-error-only{height:36px;padding:0 4px;white-space:nowrap}
.probe-view-button{width:36px;height:36px;border:1px solid var(--line);border-radius:6px;background:#fff;color:var(--muted);font-size:20px;line-height:1}
.probe-view-button.active{background:#26332d;color:#fff;border-color:#26332d}
.probe-refresh{white-space:nowrap;font-size:12px}
.probe-grid{display:grid;grid-template-columns:repeat(3,minmax(290px,1fr));gap:10px}
.probe-card{min-width:0;display:flex;flex-direction:column;background:#fff;border:1px solid var(--line);border-top:2px solid #5b8b73;border-radius:6px;padding:12px;box-shadow:0 1px 3px rgba(20,35,28,.03)}
.probe-card.health-warning{border-top-color:#d08a17}.probe-card.health-critical{border-top-color:var(--red)}
.probe-card-head,.probe-meta,.resource-label,.traffic-head{display:flex;align-items:center;justify-content:space-between;gap:8px}
.probe-title{min-width:0;overflow:hidden}.probe-title strong{display:block;font-size:15px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.probe-title .mono{display:block;margin-top:1px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.probe-badges{display:flex;align-items:center;justify-content:flex-end;gap:5px;flex-wrap:wrap;flex:0 0 auto}
.health-badge{display:inline-flex;align-items:center;min-height:24px;padding:2px 7px;border-radius:5px;background:var(--green-soft);color:var(--green);font-size:12px;font-weight:700;white-space:nowrap}
.health-badge.warning{background:var(--amber-soft);color:var(--amber)}.health-badge.critical{background:var(--red-soft);color:var(--red)}
.probe-status,.source-badge,.health-score{display:inline-flex;align-items:center;gap:5px;min-height:22px;border-radius:4px;padding:1px 6px;font-size:11px;font-weight:700;white-space:nowrap}.probe-status{color:var(--muted);background:var(--soft)}.probe-status i{width:7px;height:7px;border-radius:50%;background:#87938e}.probe-status.online{color:var(--green);background:var(--green-soft)}.probe-status.online i{background:#2e9b68}.probe-status.delayed{color:var(--amber);background:var(--amber-soft)}.probe-status.delayed i{background:#d08a17}.probe-status.offline,.probe-status.not_installed{color:var(--red);background:var(--red-soft)}.probe-status.offline i,.probe-status.not_installed i{background:var(--red)}.source-badge{background:#edf3f8;color:#456171}.source-badge.aws{background:#fff1dc;color:#8b5709}.health-score{padding-left:0;background:transparent;color:var(--green)}.health-score.warning{color:var(--amber)}.health-score.critical{color:var(--red)}
.probe-meta{justify-content:flex-start;flex-wrap:wrap;color:var(--muted);font-size:11px;padding:7px 0}.probe-meta span+span:before{content:'·';margin-right:8px;color:#a5afab}
.probe-bars{display:grid;grid-template-columns:1fr;gap:7px;padding:7px 0 10px}
.resource{min-width:0}.resource-label{font-size:12px;color:var(--muted);margin-bottom:4px}.resource-label span:last-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.resource-track{display:block;width:100%;height:6px;border:0;border-radius:3px;overflow:hidden;background:#e4eae7;appearance:none;-webkit-appearance:none}.resource-track::-webkit-progress-bar{background:#e4eae7;border-radius:3px}.resource-track::-webkit-progress-value{background:#23815a;border-radius:3px}.resource-track::-moz-progress-bar{background:#23815a;border-radius:3px}.resource-track.warning::-webkit-progress-value{background:#d08a17}.resource-track.warning::-moz-progress-bar{background:#d08a17}.resource-track.critical::-webkit-progress-value{background:var(--red)}.resource-track.critical::-moz-progress-bar{background:var(--red)}
.probe-facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:5px 12px;margin:0;padding:8px 0;border-top:1px solid #edf0ef}
.probe-facts div{min-width:0;display:flex;align-items:baseline;gap:5px}.probe-facts dt{color:var(--muted);font-size:11px;flex:0 0 auto}.probe-facts dd{margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11px}
.probe-traffic{padding:8px 0;border-top:1px solid #edf0ef}.traffic-head{font-size:11px;margin-bottom:5px}.traffic-state{color:var(--muted);text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.traffic-state.warning,.traffic-state.stopping{color:var(--amber);font-weight:700}.traffic-state.limited{color:var(--red);font-weight:700}.traffic-track{height:6px}
.traffic-editor{display:flex;align-items:center;justify-content:space-between;gap:6px;margin-top:7px;font-size:11px}.traffic-editor select{height:28px;max-width:150px;border:1px solid #c8d1cd;border-radius:5px;background:#fff;color:var(--ink);padding:0 7px}
.probe-alert{display:block;width:100%;border:0;border-radius:4px;padding:6px 8px;margin:2px 0 0;background:var(--amber-soft);color:#6e4500;font-size:11px;text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.probe-alert.critical,.probe-error{background:var(--red-soft);color:var(--red)}.probe-error{font-size:12px;padding:8px 10px;border-radius:5px;margin-top:8px;overflow-wrap:anywhere}
.probe-card-actions{border-top:1px solid #edf0ef;margin-top:auto;padding-top:8px}.probe-card-actions .btn,.probe-compact-actions>.btn,.probe-menu>summary{padding:5px 8px;font-size:11px;min-height:29px}
.probe-compact-actions{display:flex;align-items:center;gap:6px;position:relative}.probe-compact-actions>.btn:first-child{margin-right:auto}.probe-menu{position:relative}.probe-menu>summary{list-style:none;display:flex;align-items:center}.probe-menu>summary::-webkit-details-marker{display:none}.probe-menu-popover{position:absolute;right:0;bottom:calc(100% + 5px);z-index:8;display:grid;gap:4px;width:148px;padding:6px;background:#fff;border:1px solid var(--line);border-radius:6px;box-shadow:var(--shadow)}.probe-menu-popover .btn{width:100%;padding:6px 8px;font-size:11px;text-align:left}
.drawer-backdrop{position:fixed;inset:0;z-index:30;background:rgba(14,23,19,.34)}.node-drawer{position:absolute;top:0;right:0;width:min(520px,100%);height:100%;overflow:auto;background:#fff;box-shadow:-12px 0 30px rgba(20,35,28,.18)}.drawer-head{position:sticky;top:0;z-index:2;display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:16px 18px;background:#fff;border-bottom:1px solid var(--line)}.drawer-head h2{font-size:18px;margin:0 0 2px;overflow-wrap:anywhere}.drawer-close{width:34px;height:34px;border:1px solid var(--line);border-radius:5px;background:#fff;color:var(--muted);font-size:23px;line-height:1}.drawer-status{display:flex;align-items:center;gap:6px;flex-wrap:wrap;padding:12px 18px;background:#f8faf9;border-bottom:1px solid var(--line)}.drawer-section{padding:14px 18px;border-bottom:1px solid var(--line)}.drawer-section h3{font-size:13px;margin:0 0 11px}.detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 18px;margin:0}.detail-grid div{min-width:0}.detail-grid dt{color:var(--muted);font-size:11px}.detail-grid dd{margin:2px 0 0;overflow-wrap:anywhere;font-size:12px}.detail-bars{display:grid;gap:9px;margin-bottom:13px}.capacity-grid{padding-top:11px;border-top:1px solid #edf0ef}.health-summary{display:grid;gap:5px;border-left:3px solid var(--green);padding-left:9px;color:#40504a;font-size:12px}.health-summary.warning{border-color:#d08a17}.health-summary.critical{border-color:var(--red)}.drawer-actions{position:sticky;bottom:0;display:flex;padding:12px 18px;background:#fff;border-top:1px solid var(--line)}.drawer-actions .probe-compact-actions{width:100%}.drawer-actions .probe-menu-popover{bottom:calc(100% + 5px)}
#node-results .table-wrap{margin-bottom:0}#node-results td .mono{display:block}
@media(min-width:1680px){.content{max-width:none}.probe-grid{grid-template-columns:repeat(4,minmax(285px,1fr))}}
@media(max-width:1180px){.probe-grid{grid-template-columns:repeat(2,minmax(280px,1fr))}.probe-metrics{grid-template-columns:repeat(5,minmax(120px,1fr));overflow-x:auto}}
@media(max-width:760px){.probe-filterbar{align-items:stretch;flex-direction:column}.probe-controls{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.probe-controls select,.probe-search{width:100%}.probe-error-only{padding-left:3px}.probe-refresh{white-space:normal}.probe-grid{grid-template-columns:1fr}.probe-metrics{grid-template-columns:repeat(2,minmax(0,1fr));overflow:visible}.probe-facts{grid-template-columns:1fr 1fr}}
@media(max-width:430px){.probe-controls{grid-template-columns:1fr 1fr}.probe-search{grid-column:1/-1}.probe-card{padding:11px}.probe-card-head{align-items:flex-start}.probe-title{max-width:56%}.probe-badges{justify-content:flex-end}.traffic-head{align-items:flex-start;flex-direction:column}.traffic-state{max-width:100%;text-align:left}.detail-grid{grid-template-columns:1fr}.drawer-head,.drawer-status,.drawer-section,.drawer-actions{padding-left:14px;padding-right:14px}}
