* {
  box-sizing: border-box;
}
:root {
  --ink: #16233b;
  --muted: #74809a;
  --line: #e6eaf1;
  --bg: #f5f7fb;
  --card: #ffffff;
  --blue: #315efb;
  --blue-dark: #2445c5;
  --mint: #13a77d;
  --red: #d95062;
  --amber: #ae7711;
}
body { margin: 0; background: var(--bg); color: var(--ink); font: 14px/1.55 Inter, "Microsoft YaHei", Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
.auth-shell { min-height: 100vh; display: grid; place-items: center; padding: 24px; background: radial-gradient(circle at 15% 15%, #e9efff 0, transparent 32%), radial-gradient(circle at 88% 84%, #e3fbf3 0, transparent 30%), var(--bg); }
.auth-card { width: min(430px, 100%); padding: 44px; border: 1px solid rgba(255,255,255,.8); border-radius: 24px; background: rgba(255,255,255,.88); box-shadow: 0 24px 70px rgba(35, 54, 91, .12); }
.brand-mark { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 15px; background: var(--ink); color: #fff; font-weight: 800; letter-spacing: -.06em; box-shadow: 0 8px 18px rgba(22,35,59,.18); }
.brand-mark.small { width: 38px; height: 38px; border-radius: 11px; font-size: 12px; }
.eyebrow { margin: 0 0 7px; color: var(--blue); font-size: 11px; font-weight: 800; letter-spacing: .16em; }
h1, h2, h3, p { margin-top: 0; } h1 { margin: 15px 0 10px; font-size: 34px; line-height: 1.18; letter-spacing: -.04em; } h2 { margin: 0; font-size: 26px; letter-spacing: -.04em; } h3 { margin: 0; font-size: 19px; letter-spacing: -.025em; }
.muted, .hint { color: var(--muted); } .hint { margin: 20px 0 0; font-size: 12px; }
.stack-form, .form-grid { display: grid; gap: 22px; margin-top: 32px; } label { display: grid; gap: 7px; color: #59657e; font-size: 12px; font-weight: 700; } input, select { width: 100%; border: 1px solid var(--line); border-radius: 10px; padding: 12px 13px; background: #fff; color: var(--ink); font: inherit; outline: none; } input:focus, select:focus { border-color: #8ba4ff; box-shadow: 0 0 0 3px rgba(49,94,251,.1); }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 10px; border: 0; border-radius: 10px; padding: 13px 20px; cursor: pointer; font: inherit; font-weight: 750; transition: .18s ease; } .button:hover { transform: translateY(-1px); } .primary { background: var(--blue); color: #fff; box-shadow: 0 8px 15px rgba(49,94,251,.18); } .primary:hover { background: var(--blue-dark); } .secondary, .outline { border: 1px solid var(--line); background: #fff; color: var(--ink); } .danger { border: 1px solid #f3cbd0; background: #fff0f1; color: var(--red); } .danger:hover { background: #ffe4e7; } .outline { width: 100%; margin-top: 18px; color: var(--blue); } .outline span { margin-left: auto; } .node-actions { display: grid; gap: 8px; margin-top: 18px; } .node-actions .button { width: 100%; margin-top: 0; }
.alert { margin: 18px 0; padding: 12px 15px; border-radius: 10px; background: #eaf8f3; color: #127658; } .alert.error { background: #fff0f1; color: var(--red); }
.app-shell { display: grid; grid-template-columns: 240px minmax(0, 1fr); min-height: 100vh; } .sidebar { display: flex; flex-direction: column; padding: 27px 18px; background: var(--card); border-right: 1px solid var(--line); } .brand { display: flex; align-items: center; gap: 11px; padding: 0 10px 35px; } .brand strong, .brand span, .profile strong, .profile span { display: block; } .brand span, .profile span { color: var(--muted); font-size: 11px; margin-top: 2px; }
nav { display: grid; gap: 8px; } .nav-item { display: flex; align-items: center; gap: 14px; padding: 14px 15px; border-radius: 10px; color: var(--muted); font-weight: 700; } .nav-item span { width: 20px; color: #98a4bb; font-size: 18px; text-align: center; } .nav-item.active, .nav-item:hover { background: #eef2ff; color: var(--blue); } .nav-item.active span { color: var(--blue); } .sidebar-foot { margin-top: auto; padding: 15px 12px 0; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; } .status-dot { display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 4px #def8ef; }
.main-content { width: 100%; min-width: 0; padding: 42px clamp(22px, 4vw, 64px); margin: 0; } .topbar { display: flex; justify-content: space-between; align-items: center; margin-bottom: 34px; } .profile { display: flex; align-items: center; gap: 10px; } .profile > a { margin-left: 18px; color: var(--muted); font-size: 12px; } .avatar { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; background: #e5ebff; color: var(--blue); font-weight: 800; }
.hero { display: flex; justify-content: space-between; align-items: center; min-height: 235px; padding: 39px 43px; border-radius: 19px; background: linear-gradient(120deg, #192845, #263d70); color: white; overflow: hidden; position: relative; } .hero:after { content: ""; position: absolute; width: 310px; height: 310px; right: -80px; top: -100px; border: 1px solid rgba(255,255,255,.11); border-radius: 50%; box-shadow: 0 0 0 35px rgba(255,255,255,.035), 0 0 0 70px rgba(255,255,255,.025); } .hero .eyebrow { color: #9fb6ff; } .hero h1 { max-width: 580px; margin-top: 8px; } .hero p:not(.eyebrow) { max-width: 600px; margin-bottom: 0; color: #bbc8e5; } .hero-orbit { display: flex; gap: 15px; align-items: center; z-index: 1; color: #d5ddf2; font-size: 11px; font-weight: 800; letter-spacing: .08em; } .hero-orbit b { color: #8da7ff; font-size: 24px; }
.metrics { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin: 18px 0; } .metric, .panel { padding: 30px; border: 1px solid var(--line); border-radius: 15px; background: var(--card); } .metric span, .metric small { display: block; color: var(--muted); } .metric strong { display: block; margin: 8px 0 3px; font-size: 29px; letter-spacing: -.05em; } .metric em { color: var(--muted); font-size: 12px; font-style: normal; letter-spacing: 0; } .panel { margin-top: 24px; } .section-heading { display: flex; justify-content: space-between; align-items: center; gap: 24px; margin-bottom: 28px; } .section-heading .muted { margin: 6px 0 0; font-size: 12px; }
.node-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(255px, 1fr)); gap: 18px; } .node-card { padding: 24px; border: 1px solid var(--line); border-radius: 13px; background: #fbfcfe; } .node-card-head, .node-card-head > div:first-child { display: flex; justify-content: space-between; align-items: flex-start; gap: 10px; } .node-card-head > div:first-child { justify-content: flex-start; flex-wrap: wrap; } .node-select { display: inline-flex; align-items: center; gap: 6px; margin: 0 4px 8px 0; color: var(--muted); font-size: 11px; font-weight: 700; } .node-select input { width: 16px; height: 16px; margin: 0; } .node-icon { display: grid; place-items: center; width: 33px; height: 33px; border-radius: 9px; background: #eaf0ff; color: var(--blue); } .node-title { margin-left: 8px; } .node-title small, .table-sub { display: block; color: var(--muted); font-size: 11px; margin-top: 3px; } .ip-line { display: flex; align-items: baseline; justify-content: space-between; padding: 21px 0 15px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 12px; } .ip-line strong { color: var(--ink); font-size: 17px; } .node-meta { display: flex; justify-content: space-between; gap: 10px; flex-wrap: wrap; padding-top: 13px; color: var(--muted); font-size: 11px; }
.pill { display: inline-flex; padding: 4px 8px; border-radius: 20px; font-size: 11px; font-weight: 750; white-space: nowrap; } .pill.success { background: #e5f8f1; color: #138567; } .pill.pending { background: #fff4dc; color: var(--amber); } .pill.danger { background: #ffeaed; color: var(--red); } .pill.flow-exceeded { background: #fff4dc; color: var(--amber); } .muted-pill { background: #eef0f4; color: var(--muted); } .danger-text { color: var(--red); }
.table-wrap { overflow-x: auto; padding-bottom: 12px; } .table-hint { margin: 0 0 14px; color: var(--muted); font-size: 12px; } table { width: 100%; border-collapse: collapse; text-align: left; } th { padding: 0 16px 16px; color: var(--muted); font-size: 11px; font-weight: 700; } td { padding: 18px 16px; border-top: 1px solid var(--line); white-space: nowrap; } code { color: var(--blue); font-size: 12px; } .arrow { margin: 0 8px; color: #a7b1c5; } .inline-form { min-width: 145px; }
.node-inventory-wrap { width: 100%; overflow-x: visible; padding-bottom: 0; }
.node-inventory-table { width: 100%; min-width: 0; table-layout: fixed; }
.node-inventory-table th:nth-child(1), .node-inventory-table td:nth-child(1) { width: 5%; }
.node-inventory-table th:nth-child(2), .node-inventory-table td:nth-child(2) { width: 11%; }
.node-inventory-table th:nth-child(3), .node-inventory-table td:nth-child(3) { width: 9%; }
.node-inventory-table th:nth-child(4), .node-inventory-table td:nth-child(4) { width: 16%; }
.node-inventory-table th:nth-child(5), .node-inventory-table td:nth-child(5) { width: 14%; }
.node-inventory-table th:nth-child(6), .node-inventory-table td:nth-child(6) { width: 11%; }
.node-inventory-table th:nth-child(7), .node-inventory-table td:nth-child(7) { width: 7%; }
.node-inventory-table th:nth-child(8), .node-inventory-table td:nth-child(8) { width: 10%; }
.node-inventory-table th:nth-child(9), .node-inventory-table td:nth-child(9) { width: 17%; }
.node-inventory-table td { white-space: normal; vertical-align: top; overflow-wrap: anywhere; word-break: break-word; }
.node-inventory-table code { display: block; overflow-wrap: anywhere; word-break: break-word; }
.node-inventory-table .assignment-select { width: 100%; min-width: 0; }
.credential-cell { min-width: 0; white-space: normal; }
.credential-cell strong, .credential-cell span { display: block; overflow: visible; text-overflow: clip; overflow-wrap: anywhere; word-break: break-word; }
.credential-cell span { margin-top: 3px; color: var(--muted); font-size: 11px; }
.node-inventory-table .action-cell { min-width: 0; }
.node-inventory-table .action-cell .button { max-width: 100%; min-width: 0; white-space: normal; overflow-wrap: anywhere; }
@media (max-width: 1100px) {
  .node-inventory-table { min-width: 0; table-layout: auto; display: block; }
  .node-inventory-table thead { display: none; }
  .node-inventory-table tbody { display: grid; width: 100%; gap: 16px; }
  .node-inventory-table tr { display: block; width: 100%; padding: 18px 22px; border: 1px solid var(--line); border-radius: 12px; background: #fbfcfe; }
  .node-inventory-table td { display: grid; grid-template-columns: 100px minmax(0, 1fr); gap: 12px; align-items: start; width: auto !important; min-width: 0 !important; padding: 8px 0; border-top: 0; white-space: normal; }
  .node-inventory-table td::before { color: var(--muted); font-size: 12px; font-weight: 700; }
  .node-inventory-table td:nth-child(1)::before { content: "选择"; }
  .node-inventory-table td:nth-child(2)::before { content: "节点"; }
  .node-inventory-table td:nth-child(3)::before { content: "CDNFly 节点 ID"; }
  .node-inventory-table td:nth-child(4)::before { content: "服务器实例"; }
  .node-inventory-table td:nth-child(5)::before { content: "服务器授权码"; }
  .node-inventory-table td:nth-child(6)::before { content: "当前 IP"; }
  .node-inventory-table td:nth-child(7)::before { content: "流量（GB）"; }
  .node-inventory-table td:nth-child(8)::before { content: "分配给"; }
  .node-inventory-table td:nth-child(9) { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
  .node-inventory-table td:nth-child(9)::before { flex: 0 0 100%; }
  .node-inventory-table .assignment-select { width: 100%; min-width: 0; }
  .node-inventory-table .action-cell { min-width: 0; }
  .node-inventory-table .action-cell .button { flex: 1 1 120px; margin: 0; }
  .node-inventory-table .credential-cell { min-width: 0; }
  .node-inventory-table .credential-cell strong, .node-inventory-table .credential-cell span { overflow: visible; text-overflow: clip; word-break: break-word; }
  .node-inventory-table .actions-heading { display: none; }
  .node-inventory-wrap { overflow-x: visible; }
}
.form-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 0; } .form-grid .form-actions { grid-column: 1 / -1; } .bulk-toolbar { display: flex; justify-content: space-between; align-items: flex-start; gap: 20px; margin-bottom: 24px; } .bulk-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 12px; } .bulk-assignment { display: flex; align-items: center; gap: 8px; } .bulk-assignment label { display: inline; color: var(--muted); white-space: nowrap; } .bulk-assignment select { width: 150px; padding: 7px 10px; } .check-label { display: flex; align-items: center; gap: 8px; color: var(--muted); } input[type="checkbox"] { width: 18px; height: 18px; accent-color: var(--blue); } .compact { width: auto; min-width: 88px; margin-top: 0; padding: 9px 14px; } .action-cell { min-width: 420px; white-space: normal; } .action-cell .button { margin-right: 6px; margin-bottom: 6px; } .actions-heading { position: sticky; right: 0; z-index: 3; background: var(--card); box-shadow: -8px 0 12px rgba(22,35,59,.06); }
.table-actions { min-width: 330px; white-space: normal; position: sticky; right: 0; z-index: 2; background: var(--card); box-shadow: -8px 0 12px rgba(22,35,59,.06); } .table-actions .inline-form { display: inline-block; min-width: 145px; margin: 3px 6px 3px 0; vertical-align: middle; } .warning-panel { display: flex; justify-content: space-between; align-items: center; gap: 20px; background: #fffaf0; border-color: #f4dfae; } .warning-panel p { margin: 4px 0 0; color: var(--muted); font-size: 12px; } .empty { padding: 35px 10px; color: var(--muted); text-align: center; }
.bulk-search { display: flex; align-items: flex-end; gap: 12px; min-width: min(360px, 100%); margin-bottom: 14px; }
.bulk-search label { flex: 1; }
.bulk-search input { margin-top: 0; }
.bulk-summary { align-self: flex-end; padding-bottom: 12px; color: var(--muted); font-size: 12px; white-space: nowrap; }
[data-bulk-item][hidden] { display: none; }
@media (max-width: 520px) { .bulk-search { width: 100%; min-width: 0; flex-wrap: wrap; } .bulk-summary { width: 100%; padding-bottom: 0; } }
@media (max-width: 850px) { .app-shell { grid-template-columns: 1fr; } .sidebar { padding: 15px; border-right: 0; border-bottom: 1px solid var(--line); } .brand { padding-bottom: 15px; } nav { display: flex; overflow: auto; } .nav-item { white-space: nowrap; } .sidebar-foot { display: none; } .main-content { padding: 30px 22px; } .metric, .panel { padding: 24px; } .hero { display: block; padding: 32px; } .hero-orbit { margin-top: 30px; } .bulk-toolbar { flex-direction: column; } .bulk-actions { justify-content: flex-start; width: 100%; } .metrics { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .auth-card { padding: 28px; } .topbar { align-items: flex-start; gap: 16px; } .profile > div:not(.avatar), .profile > a { display: none; } .metrics, .form-grid { grid-template-columns: 1fr; } .metric, .panel { padding: 20px; } .hero { padding: 24px; } .hero h1 { font-size: 27px; } .warning-panel, .section-heading { align-items: flex-start; flex-direction: column; } .bulk-assignment { width: 100%; flex-wrap: wrap; } .bulk-assignment select { flex: 1; min-width: 150px; } }

.probe-page-intro { background: linear-gradient(120deg, #f8faff, #ffffff); }
.probe-target-list { display: grid; gap: 10px; margin-top: 22px; }
.probe-target-row { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 10px; align-items: center; }
.probe-target-card { display: grid; grid-template-columns: minmax(150px, 1fr) 130px minmax(220px, 1.8fr) auto; gap: 12px; align-items: end; padding: 14px; border: 1px solid var(--line); border-radius: 11px; background: #fbfcfe; }
.probe-target-card label { min-width: 0; }
.probe-target-actions .button, .probe-target-delete .button { margin: 0; }
.probe-target-delete { margin: 0; }
@media (max-width: 850px) { .probe-target-row { grid-template-columns: 1fr; } .probe-target-card { grid-template-columns: repeat(2, minmax(0, 1fr)); } .probe-target-url { grid-column: 1 / -1; } .probe-target-actions { grid-column: 1 / -1; } .probe-target-actions .button, .probe-target-delete .button { width: 100%; } }
@media (max-width: 520px) { .probe-target-card { grid-template-columns: 1fr; } .probe-target-url, .probe-target-actions { grid-column: auto; } }

.probe-agent-card { padding: 22px; border: 1px solid var(--line); border-radius: 14px; background: #fbfcfe; }
.probe-agent-card-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 18px; margin-bottom: 18px; }
.probe-agent-card-head .eyebrow { margin-bottom: 4px; }
.probe-agent-card-head h4 { margin: 0; font-size: 17px; }
.probe-agent-note-preview { margin: 4px 0 0; font-size: 12px; }
.probe-agent-edit-form { display: grid; grid-template-columns: minmax(180px, 1fr) 150px minmax(220px, 1.4fr) auto; gap: 12px; align-items: end; }
.probe-agent-edit-form label { min-width: 0; }
.probe-agent-save .button { margin: 0; }
.probe-agent-meta { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--line); }
.probe-agent-meta div { min-width: 0; }
.probe-agent-meta span, .probe-agent-meta strong { display: block; }
.probe-agent-meta span { color: var(--muted); font-size: 11px; }
.probe-agent-meta strong { margin-top: 4px; overflow-wrap: anywhere; font-size: 13px; }
.probe-agent-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.probe-agent-actions form { margin: 0; }
.probe-agents-table { min-width: 900px; }
.table-inline-input, .table-inline-select { min-width: 110px; padding: 8px 9px; border-radius: 8px; font-size: 12px; }
.table-inline-input + .table-inline-input { margin-top: 6px; }
.probe-bulk-panel { margin-bottom: 20px; padding: 15px 16px; border: 1px solid var(--line); border-radius: 11px; background: #fbfcfe; }
.probe-bulk-heading, .probe-bulk-toolbar { display: flex; justify-content: space-between; align-items: center; gap: 14px; }
.probe-bulk-heading strong, .probe-bulk-heading .table-sub { display: block; }
.probe-bulk-heading .table-sub { margin-top: 3px; }
.probe-bulk-heading .bulk-summary { padding-bottom: 0; }
.probe-bulk-toolbar { margin-top: 13px; }
.probe-bulk-toolbar .bulk-actions { justify-content: flex-start; }
.probe-bulk-node-list { display: grid; grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); gap: 7px; margin-top: 12px; }
.probe-bulk-node { display: flex; align-items: center; gap: 8px; min-width: 0; margin: 0; padding: 8px 10px; border: 1px solid var(--line); border-radius: 8px; background: #fff; cursor: pointer; }
.probe-bulk-node input { flex: 0 0 auto; }
.probe-bulk-node > span { min-width: 0; flex: 1; }
.probe-bulk-node strong, .probe-bulk-node small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.probe-bulk-node small { margin-top: 1px; color: var(--muted); font-size: 10px; }
.probe-bulk-node em { color: var(--muted); font-size: 10px; font-style: normal; white-space: nowrap; }
.probe-bulk-node:has(input:checked) { border-color: #a9baff; background: #f4f6ff; }
.probe-bulk-search { margin-top: 11px; margin-bottom: 0; min-width: 240px; }
.probe-bulk-search label { max-width: 360px; }
.probe-matrix-block { margin-top: 22px; border: 1px solid var(--line); border-radius: 13px; overflow: hidden; }
.probe-matrix-heading { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 17px 20px; background: #fbfcfe; border-bottom: 1px solid var(--line); }
.probe-summary { display: grid; grid-template-columns: repeat(5, minmax(100px, 1fr)); gap: 10px; padding: 16px 20px 0; }
.probe-summary-item { display: flex; align-items: baseline; justify-content: space-between; gap: 8px; padding: 12px 14px; border: 1px solid var(--line); border-radius: 10px; background: #fff; }
.probe-summary-item strong { font-size: 23px; letter-spacing: -.04em; }
.probe-summary-item span { color: var(--muted); font-size: 11px; font-weight: 700; white-space: nowrap; }
.probe-summary-item.is-healthy strong { color: var(--mint); }
.probe-summary-item.is-unavailable strong { color: var(--red); }
.probe-summary-item.is-pending strong { color: var(--amber); }
.probe-summary-item.is-offline strong { color: var(--muted); }
.probe-summary-item.is-flow_exceeded strong { color: var(--amber); }
.probe-status-legend { display: flex; align-items: center; flex-wrap: wrap; gap: 12px 18px; padding: 13px 20px 15px; color: var(--muted); font-size: 11px; }
.probe-status-legend > span { display: inline-flex; align-items: center; gap: 5px; }
.probe-status-dot { display: inline-block; flex: 0 0 auto; width: 9px; height: 9px; border-radius: 50%; background: var(--muted); }
.probe-status-dot.is-healthy { background: var(--mint); box-shadow: 0 0 0 3px #def8ef; }
.probe-status-dot.is-unavailable { background: var(--red); box-shadow: 0 0 0 3px #ffe1e5; }
.probe-status-dot.is-pending { background: var(--amber); box-shadow: 0 0 0 3px #fff0c9; }
.probe-status-dot.is-offline { background: #9da7b9; box-shadow: 0 0 0 3px #edf0f4; }
.probe-status-dot.is-flow-exceeded { background: var(--amber); box-shadow: 0 0 0 3px #fff0c9; }
.probe-node-list { display: grid; gap: 8px; padding: 0 20px 20px; }
.probe-node-row { display: grid; grid-template-columns: minmax(170px, 1.15fr) minmax(300px, 2fr) minmax(94px, .65fr) minmax(170px, 1.2fr) auto; gap: 14px; align-items: center; min-width: 0; padding: 12px 14px; border: 1px solid var(--line); border-left: 4px solid var(--muted); border-radius: 10px; background: #fff; }
.probe-node-row.is-healthy { border-left-color: var(--mint); }
.probe-node-row.is-unavailable { border-left-color: var(--red); }
.probe-node-row.is-pending { border-left-color: var(--amber); }
.probe-node-row.is-offline { border-left-color: #9da7b9; }
.probe-node-row.is-flow_exceeded { border-left-color: var(--amber); }
.probe-node-identity { display: flex; align-items: center; gap: 10px; min-width: 0; }
.probe-node-identity > div { min-width: 0; }
.probe-node-identity strong, .probe-node-identity small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.probe-node-identity small { margin-top: 2px; color: var(--muted); font-size: 11px; }
.probe-node-counts { display: flex; flex-wrap: wrap; gap: 4px 12px; min-width: 0; color: var(--muted); font-size: 11px; }
.probe-node-counts span { white-space: nowrap; }
.probe-node-counts strong { font-size: 14px; }
.probe-node-counts .is-healthy strong { color: var(--mint); }
.probe-node-counts .is-unavailable strong { color: var(--red); }
.probe-node-counts .is-pending strong { color: var(--amber); }
.probe-node-counts .is-offline strong { color: var(--muted); }
.probe-node-counts .is-flow-exceeded { color: var(--amber); font-weight: 750; }
.probe-node-availability { display: grid; gap: 2px; min-width: 0; }
.probe-node-availability span { color: var(--muted); font-size: 10px; white-space: nowrap; }
.probe-node-availability strong { font-size: 18px; letter-spacing: -.04em; }
.probe-node-row.is-healthy .probe-node-availability strong { color: var(--mint); }
.probe-node-row.is-unavailable .probe-node-availability strong { color: var(--red); }
.probe-node-row.is-flow_exceeded .probe-node-availability strong { color: var(--amber); font-size: 15px; }
.probe-node-trend { min-width: 0; }
.probe-node-trend svg { display: block; width: 100%; min-width: 140px; height: 42px; overflow: visible; }
.probe-node-trend line { stroke: #e9edf4; stroke-width: 1; }
.probe-node-trend polyline { fill: none; stroke: var(--blue); stroke-linecap: round; stroke-linejoin: round; stroke-width: 2.5; }
.probe-node-trend small { display: block; margin-top: 2px; color: var(--muted); font-size: 10px; white-space: nowrap; }
.probe-node-details-toggle { min-width: 74px; }
.probe-node-details-toggle summary { padding: 7px 9px; border: 1px solid var(--line); border-radius: 8px; color: var(--blue); cursor: pointer; font-size: 11px; font-weight: 700; list-style: none; text-align: center; white-space: nowrap; }
.probe-node-details-toggle summary::-webkit-details-marker { display: none; }
.probe-node-details-toggle summary::after { content: ' +'; }
.probe-node-details-toggle[open] summary::after { content: ' −'; }
.probe-node-details-toggle[open] { grid-column: 1 / -1; padding-top: 11px; border-top: 1px solid var(--line); }
.probe-node-details { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 10px 18px; padding-top: 10px; }
.probe-agent-details { grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }
.probe-agent-checks { min-width: 0; padding: 12px; border: 1px solid var(--line); border-radius: 10px; background: #fbfcfe; }
.probe-agent-checks-heading { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 4px 8px; align-items: center; padding-bottom: 9px; margin-bottom: 8px; border-bottom: 1px solid var(--line); }
.probe-agent-checks-heading strong { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.probe-agent-checks-heading small { grid-column: 1 / -1; color: var(--muted); font-size: 10px; }
.probe-check-row { min-width: 0; }
.probe-check-title { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.probe-check-title strong { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 12px; }
.probe-check-row .table-sub { white-space: normal; overflow-wrap: anywhere; }
.probe-empty { padding: 20px; }
@media (max-width: 1100px) { .probe-node-row { grid-template-columns: minmax(170px, 1.1fr) minmax(240px, 1.8fr) 95px minmax(140px, 1fr) auto; gap: 10px; } }
@media (max-width: 850px) { .probe-agent-edit-form { grid-template-columns: repeat(2, minmax(0, 1fr)); } .probe-agent-note-field { grid-column: 1 / -1; } .probe-agent-save { grid-column: 1 / -1; } .probe-agent-save .button { width: 100%; } .probe-matrix-heading, .probe-bulk-heading, .probe-bulk-toolbar { align-items: flex-start; flex-direction: column; } .probe-summary { grid-template-columns: repeat(2, minmax(100px, 1fr)); } .probe-bulk-toolbar .bulk-actions { width: 100%; justify-content: flex-start; } .probe-node-row { grid-template-columns: minmax(170px, 1fr) minmax(230px, 1.5fr) 90px; } .probe-node-trend { grid-column: 2 / 4; } .probe-node-details-toggle { grid-column: 1 / 4; } .probe-node-details-toggle[open] { grid-column: 1 / 4; } }
@media (max-width: 520px) { .probe-agent-card { padding: 17px; } .probe-agent-card-head { gap: 10px; } .probe-agent-meta { grid-template-columns: 1fr; gap: 10px; } .probe-agent-actions { display: grid; grid-template-columns: 1fr; } .probe-agent-actions .button { width: 100%; } .probe-summary { grid-template-columns: 1fr; } .probe-summary, .probe-status-legend, .probe-node-list { padding-left: 14px; padding-right: 14px; } .probe-bulk-panel { padding: 13px; } .probe-bulk-node-list { grid-template-columns: 1fr; width: 100%; } .probe-bulk-search { width: 100%; min-width: 0; } .probe-bulk-search label { max-width: none; width: 100%; } .probe-node-row { grid-template-columns: 1fr 1fr; gap: 10px; } .probe-node-identity, .probe-node-counts { grid-column: 1 / -1; } .probe-node-trend { grid-column: 1 / -1; } .probe-node-details-toggle, .probe-node-details-toggle[open] { grid-column: 1 / -1; } }

.switch-log-wrap { margin-top: -4px; }
.switch-log-table { min-width: 760px; }
.switch-log-table td { vertical-align: top; }
.switch-log-table td small { display: block; }
.switch-log-time { color: var(--muted); font-size: 12px; white-space: nowrap; }
.switch-log-time small { margin-top: 2px; font-size: 10px; }
.switch-log-detail { min-width: 260px; max-width: 520px; white-space: normal; overflow-wrap: anywhere; color: #4f5c75; }
.switch-log-table .pill.failed { background: #ffeaed; color: var(--red); }
.switch-log-table .pill.pending { background: #fff4dc; color: var(--amber); }
@media (max-width: 850px) { .switch-log-table { min-width: 680px; } }

