:root {
  --bg: #07111c;
  --bg-deep: #050d16;
  --panel: #0c1a28;
  --panel-raised: #112437;
  --line: #1b3449;
  --line-bright: #2a4b64;
  --text: #ecf3f8;
  --muted: #8298a9;
  --faint: #4c667a;
  --orange: #f6a23a;
  --orange-soft: #c47d31;
  --cyan: #55c6d4;
  --green: #39d1a1;
  --amber: #f2aa44;
  --red: #eb6b6b;
  --sans: 'IBM Plex Sans', 'Helvetica Neue', Arial, sans-serif;
  --condensed: 'Barlow Condensed', 'Arial Narrow', sans-serif;
}

* { box-sizing: border-box; }
html, body { margin: 0; min-width: 320px; min-height: 100%; background: var(--bg); color: var(--text); font-family: var(--sans); }
body { background-image: linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px); background-size: 40px 40px; }
button, input, select { font: inherit; }
button { cursor: pointer; }
.app-shell { min-height: 100vh; background: radial-gradient(circle at 70% 0%, rgba(30, 79, 107, .18), transparent 32rem), linear-gradient(180deg, rgba(5, 13, 22, .24), rgba(5, 13, 22, .82)); }
.topbar { height: 76px; padding: 0 clamp(22px, 3.7vw, 60px); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(91, 137, 163, .23); background: rgba(6, 16, 26, .82); }
.brand-lockup, .header-context, .header-actions, .live-status, .metric-heading, .metric-foot, .panel-header, .panel-tools, .filter-group, .trend-legend, .footer, .modal-status { display: flex; align-items: center; }
.brand-lockup { gap: 12px; min-width: 240px; }
.brand-mark { width: 34px; height: 34px; display: flex; gap: 3px; align-items: end; padding: 5px; border: 1px solid var(--orange); transform: skewX(-15deg); }
.brand-mark span { display: block; width: 6px; background: var(--orange); }
.brand-mark span:nth-child(1) { height: 11px; opacity: .55; }.brand-mark span:nth-child(2) { height: 19px; opacity: .78; }.brand-mark span:nth-child(3) { height: 25px; }
.brand-name { color: var(--orange); font: 700 22px/1 var(--condensed); letter-spacing: 2px; }.brand-subtitle { color: #d1dce4; font-size: 12px; letter-spacing: 2px; margin-top: 4px; }
.header-context { gap: 10px; color: var(--muted); font-size: 12px; }.header-dot, .pulse-dot, .tiny-dot { width: 6px; height: 6px; display: inline-block; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 0 4px rgba(85, 198, 212, .09); }.header-divider { width: 1px; height: 14px; background: var(--line); margin: 0 4px; }
.header-actions { gap: 18px; }.live-status { gap: 8px; color: var(--green); font-size: 12px; }.pulse-dot { background: var(--green); animation: breathe 2.4s infinite; }.icon-button, .avatar { border: 1px solid var(--line); background: rgba(15, 33, 48, .72); color: var(--muted); }.icon-button { width: 34px; height: 34px; font-size: 21px; line-height: 1; }.icon-button:hover { color: var(--orange); border-color: var(--orange); }.refresh-icon { display: inline-block; }.avatar { width: 32px; height: 32px; border-radius: 50%; border-color: rgba(246, 162, 58, .45); color: var(--orange); font-size: 12px; }
.dashboard-content { width: min(1640px, calc(100% - 80px)); margin: 0 auto; padding: 36px 0 26px; }.page-intro { display: flex; align-items: end; justify-content: space-between; margin-bottom: 26px; }.eyebrow, .modal-eyebrow { color: var(--orange); font: 600 11px/1 var(--condensed); letter-spacing: 2.2px; }.page-intro h1 { margin: 10px 0 5px; font-size: 27px; letter-spacing: 1px; font-weight: 600; }.page-intro p { margin: 0; color: var(--muted); font-size: 13px; }.last-updated { color: var(--muted); font-size: 12px; }.last-updated strong { color: #dce7ee; font-weight: 500; margin-left: 6px; font-family: var(--condensed); letter-spacing: .5px; }
.summary-grid { display: grid; grid-template-columns: repeat(4, 1fr) 1.26fr; gap: 13px; margin-bottom: 18px; }.metric-card { min-height: 126px; padding: 19px 20px 16px; position: relative; overflow: hidden; border: 1px solid var(--line); background: linear-gradient(145deg, rgba(16, 37, 55, .92), rgba(8, 23, 36, .92)); }.metric-card::after { content: ''; width: 70px; height: 70px; position: absolute; right: -20px; top: -21px; border: 1px solid rgba(255,255,255,.05); transform: rotate(45deg); }.metric-card.metric-online { border-top-color: rgba(57, 209, 161, .7); }.metric-card.metric-warning { border-top-color: rgba(242, 170, 68, .72); }.metric-card.metric-offline { border-top-color: rgba(235, 107, 107, .72); }.metric-heading { gap: 8px; color: #b3c4d0; font-size: 12px; }.metric-icon { width: 20px; height: 20px; display: grid; place-items: center; border: 1px solid currentColor; color: var(--orange); font-size: 13px; line-height: 1; }.metric-kicker { margin-left: auto; color: var(--faint); font: 600 10px var(--condensed); letter-spacing: 1px; }.metric-value { margin: 14px 0 4px; color: #f8fbfd; font: 600 34px/1 var(--condensed); letter-spacing: .5px; }.metric-foot { gap: 8px; color: var(--muted); font-size: 11px; }.trend-up { color: var(--green); }.availability-badge { color: var(--green); }.status-line { width: 5px; height: 5px; margin-left: auto; border-radius: 50%; background: var(--amber); }.status-line.red { background: var(--red); }.resource-values { display: flex; gap: 30px; margin: 13px 0 15px; }.resource-values div { display: flex; align-items: baseline; gap: 6px; }.resource-values strong { font: 600 29px/1 var(--condensed); }.resource-values small { color: var(--muted); font-size: 11px; }.resource-progress { display: flex; gap: 4px; height: 4px; background: #172c3d; }.resource-progress span { display: block; height: 100%; background: var(--cyan); transition: width .4s; }.resource-progress span + span { background: var(--orange); }
.workspace-grid { display: grid; grid-template-columns: 300px minmax(0, 1fr); gap: 18px; }.side-column, .main-column { display: flex; flex-direction: column; gap: 18px; }.panel { border: 1px solid var(--line); background: rgba(10, 27, 42, .9); }.panel-header { min-height: 59px; padding: 0 20px; justify-content: space-between; border-bottom: 1px solid rgba(42, 75, 100, .65); }.panel-header > div:first-child { display: flex; align-items: center; gap: 10px; }.panel-index { color: var(--orange); font: 600 12px var(--condensed); letter-spacing: 1px; }.panel h2 { margin: 0; font-size: 14px; font-weight: 500; letter-spacing: .5px; }.panel-note, .trend-period { color: var(--muted); font-size: 11px; }.text-button { padding: 4px 0; border: 0; background: transparent; color: var(--orange); font-size: 11px; }.region-panel { min-height: 379px; }.region-visual { display: flex; align-items: center; gap: 20px; padding: 24px 21px 19px; }.donut { width: 116px; height: 116px; display: grid; place-items: center; border-radius: 50%; background: conic-gradient(var(--green) 0 82%, var(--amber) 82% 94%, var(--red) 94% 100%); position: relative; }.donut::after { content: ''; position: absolute; inset: 9px; border-radius: 50%; background: var(--panel); }.donut-hole { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; }.donut-hole strong { color: var(--text); font: 600 25px/1 var(--condensed); }.donut-hole span { color: var(--muted); font-size: 10px; margin-top: 5px; }.region-legend { display: flex; flex-direction: column; gap: 10px; color: var(--muted); font-size: 11px; }.region-legend div { display: flex; align-items: center; gap: 7px; min-width: 70px; }.region-legend b { margin-left: auto; color: #dbe7ee; font-weight: 500; font-family: var(--condensed); font-size: 16px; }.legend-dot { width: 6px; height: 6px; border-radius: 50%; }.legend-dot.green { background: var(--green); }.legend-dot.amber { background: var(--amber); }.legend-dot.red { background: var(--red); }.region-list { border-top: 1px solid rgba(42, 75, 100, .52); }.region-row { display: grid; grid-template-columns: 1fr 32px 62px; align-items: center; gap: 8px; width: 100%; height: 34px; padding: 0 20px; border: 0; border-bottom: 1px solid rgba(42, 75, 100, .32); background: transparent; color: var(--muted); text-align: left; font-size: 11px; }.region-row:hover, .region-row.selected { background: rgba(63, 137, 156, .1); color: var(--text); }.region-name { display: flex; align-items: center; gap: 7px; }.region-name i { width: 3px; height: 12px; background: var(--cyan); }.region-count { color: #cddce5; text-align: right; font-family: var(--condensed); font-size: 14px; }.mini-bars { height: 3px; background: #1a3041; }.mini-bars i { display: block; height: 100%; background: var(--cyan); }
.event-panel { min-height: 268px; }.event-list { padding: 6px 0; }.event-item { display: grid; grid-template-columns: 22px 1fr; gap: 10px; width: 100%; padding: 12px 20px; border: 0; border-bottom: 1px solid rgba(42, 75, 100, .3); background: transparent; text-align: left; }.event-item:hover { background: rgba(63, 137, 156, .08); }.event-marker { width: 20px; height: 20px; display: grid; place-items: center; border: 1px solid currentColor; font: 600 12px var(--condensed); }.event-marker.critical { color: var(--red); }.event-marker.warning { color: var(--amber); }.event-marker.info { color: var(--cyan); }.event-copy { display: flex; flex-direction: column; min-width: 0; }.event-copy strong { overflow: hidden; color: #dce8ee; font-size: 11px; font-weight: 500; text-overflow: ellipsis; white-space: nowrap; }.event-copy small { overflow: hidden; margin-top: 4px; color: var(--muted); font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }.event-copy em { margin-top: 5px; color: var(--faint); font-size: 10px; font-style: normal; }
.nodes-panel { min-height: 478px; }.nodes-header { min-height: 64px; }.result-count { margin-left: 9px; padding-left: 10px; border-left: 1px solid var(--line); color: var(--muted); font-size: 11px; font-weight: 400; }.panel-tools { gap: 8px; }.search-box { width: 225px; height: 31px; display: flex; align-items: center; gap: 7px; padding: 0 10px; border: 1px solid var(--line); background: #091725; color: var(--muted); }.search-box span { font-size: 19px; line-height: 1; transform: rotate(-20deg); }.search-box input { width: 100%; min-width: 0; outline: 0; border: 0; background: transparent; color: var(--text); font-size: 11px; }.search-box input::placeholder { color: var(--faint); }.filter-button { height: 31px; padding: 0 10px; border: 1px solid var(--line); background: transparent; color: var(--muted); font-size: 11px; }.filter-button:hover { border-color: var(--orange); color: var(--orange); }.filter-button span { margin-right: 5px; font-size: 15px; }.filter-bar { display: none; align-items: center; justify-content: space-between; padding: 9px 20px; border-bottom: 1px solid rgba(42, 75, 100, .45); background: rgba(7, 17, 28, .52); }.filter-bar.visible { display: flex; }.filter-group { gap: 7px; }.filter-group > span { color: var(--faint); font-size: 10px; margin-right: 3px; }.filter-chip { padding: 4px 9px; border: 1px solid transparent; background: transparent; color: var(--muted); font-size: 10px; }.filter-chip:hover, .filter-chip.active { border-color: rgba(246, 162, 58, .48); background: rgba(246, 162, 58, .08); color: var(--orange); }.filter-group select { padding: 4px 22px 4px 8px; outline: 0; border: 1px solid var(--line); background: #091725; color: var(--muted); font-size: 10px; }
.node-table-wrap { overflow-x: auto; }.node-table { width: 100%; min-width: 760px; border-collapse: collapse; text-align: left; }.node-table th { height: 38px; padding: 0 12px; border-bottom: 1px solid var(--line); color: var(--faint); font-size: 10px; font-weight: 400; white-space: nowrap; }.node-table th:first-child, .node-table td:first-child { padding-left: 20px; }.node-table th:last-child, .node-table td:last-child { padding-right: 20px; }.node-table td { height: 59px; padding: 0 12px; border-bottom: 1px solid rgba(42, 75, 100, .38); color: #ccdae2; font-size: 11px; white-space: nowrap; }.node-table tbody tr { transition: background .15s; }.node-table tbody tr:hover { background: rgba(63, 137, 156, .1); }.host-cell { display: flex; align-items: center; gap: 9px; }.host-avatar { width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid rgba(85, 198, 212, .45); color: var(--cyan); font-size: 11px; }.host-cell strong { display: block; color: #e3edf2; font-size: 11px; font-weight: 500; }.host-cell small { display: block; margin-top: 4px; color: var(--muted); font: 10px var(--condensed); }.location-cell { display: flex; align-items: center; gap: 6px; color: #bfd0d9; }.location-cell i { width: 5px; height: 5px; border: 1px solid var(--cyan); border-radius: 50%; }.status-pill { display: inline-flex; align-items: center; gap: 5px; font-size: 10px; }.status-pill i { width: 5px; height: 5px; border-radius: 50%; }.status-pill.green { color: var(--green); }.status-pill.green i { background: var(--green); }.status-pill.amber { color: var(--amber); }.status-pill.amber i { background: var(--amber); }.status-pill.red { color: var(--red); }.status-pill.red i { background: var(--red); }.meter { display: flex; flex-direction: column; gap: 5px; width: 76px; }.meter-value { color: #cfdde4; font: 11px var(--condensed); }.meter-track { display: block; width: 100%; height: 3px; background: #193043; }.meter-track i { display: block; height: 100%; }.meter-track i.green { background: var(--cyan); }.meter-track i.amber { background: var(--amber); }.muted-cell { color: var(--muted) !important; font-family: var(--condensed); }.latency-cell { color: var(--cyan) !important; font-family: var(--condensed); }.row-action { width: 25px; height: 25px; border: 1px solid transparent; background: transparent; color: var(--faint); font-size: 17px; }.row-action:hover { border-color: var(--orange); color: var(--orange); }.table-footer { display: flex; justify-content: space-between; padding: 14px 20px; color: var(--faint); font-size: 10px; }.table-footer b { color: var(--muted); font-weight: 500; }.table-hint { display: flex; align-items: center; gap: 6px; }.tiny-dot { width: 5px; height: 5px; background: var(--green); box-shadow: none; }.empty-state { padding: 40px; color: var(--muted); text-align: center; font-size: 12px; }
.trend-panel { min-height: 231px; }.trend-legend { gap: 14px; color: var(--muted); font-size: 10px; }.trend-legend span:not(.trend-period) { display: flex; align-items: center; gap: 5px; }.line-swatch { width: 18px; height: 2px; display: inline-block; }.line-swatch.cpu { background: var(--cyan); }.line-swatch.memory { background: var(--orange); }.trend-period { margin-left: 7px; padding-left: 13px; border-left: 1px solid var(--line); }.chart-wrap { height: 165px; padding: 16px 20px 4px; }.chart-wrap svg { width: 100%; height: 130px; overflow: visible; }.chart-grid { stroke: rgba(92, 125, 146, .17); stroke-dasharray: 3 5; }.chart-y-label { fill: var(--faint); font-size: 9px; }.chart-line { fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }.cpu-line { stroke: var(--cyan); }.memory-line { stroke: var(--orange); }.chart-point { stroke: var(--panel); stroke-width: 2; }.cpu-point { fill: var(--cyan); }.memory-point { fill: var(--orange); }.chart-labels { display: flex; justify-content: space-between; padding: 0 0 0 14px; color: var(--faint); font: 10px var(--condensed); }
.footer { width: min(1640px, calc(100% - 80px)); margin: 0 auto; justify-content: space-between; min-height: 55px; border-top: 1px solid rgba(42, 75, 100, .45); color: var(--faint); font-size: 10px; }.footer span:nth-child(2) { display: flex; align-items: center; gap: 7px; }.footer i { width: 5px; height: 5px; display: inline-block; border-radius: 50%; background: var(--green); }
.toast { position: fixed; z-index: 20; right: 28px; bottom: 28px; padding: 10px 15px; border: 1px solid rgba(85, 198, 212, .35); background: #102536; color: #dceaf1; font-size: 12px; opacity: 0; transform: translateY(10px); transition: all .2s; pointer-events: none; }.toast.show { opacity: 1; transform: translateY(0); }.modal-backdrop { position: fixed; z-index: 10; inset: 0; display: grid; place-items: center; padding: 22px; background: rgba(2, 8, 14, .75); backdrop-filter: blur(3px); }.modal-backdrop[hidden] { display: none; }.detail-modal { width: min(530px, 100%); position: relative; padding: 28px; border: 1px solid var(--line-bright); background: #0b1d2d; box-shadow: 0 24px 70px rgba(0,0,0,.4); }.modal-close { position: absolute; right: 18px; top: 17px; width: 28px; height: 28px; border: 1px solid var(--line); background: transparent; color: var(--muted); font-size: 18px; }.modal-close:hover { color: var(--orange); border-color: var(--orange); }.detail-modal h2 { margin: 9px 0 8px; font: 600 26px var(--condensed); letter-spacing: .5px; }.modal-status { gap: 12px; color: var(--muted); font-size: 11px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }.detail-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px 20px; padding: 21px 0; }.detail-grid div { display: flex; flex-direction: column; gap: 5px; }.detail-grid span, .service-label { color: var(--faint); font-size: 10px; }.detail-grid strong { color: #e4eef2; font: 15px var(--condensed); }.service-list { display: flex; flex-wrap: wrap; align-items: center; gap: 7px; padding-top: 17px; border-top: 1px solid var(--line); }.service-label { width: 100%; margin-bottom: 2px; }.service-tag { padding: 5px 8px; border: 1px solid rgba(85, 198, 212, .35); color: var(--cyan); font-size: 10px; }
@keyframes breathe { 0%, 100% { box-shadow: 0 0 0 4px rgba(57, 209, 161, .08); } 50% { box-shadow: 0 0 0 7px rgba(57, 209, 161, .02); } }
@media (max-width: 1180px) { .dashboard-content, .footer { width: min(100% - 40px, 1000px); }.summary-grid { grid-template-columns: repeat(4, 1fr); }.metric-resource { grid-column: span 2; }.workspace-grid { grid-template-columns: 1fr; }.side-column { display: grid; grid-template-columns: 1fr 1fr; align-items: start; }.region-panel, .event-panel { min-height: 0; }.region-visual { justify-content: center; } }
@media (max-width: 760px) { .topbar { height: 66px; padding: 0 18px; }.brand-lockup { min-width: 0; }.header-context { display: none; }.header-actions { gap: 9px; }.live-status span:last-child { display: none; }.dashboard-content, .footer { width: calc(100% - 28px); }.dashboard-content { padding-top: 25px; }.page-intro { align-items: start; flex-direction: column; gap: 14px; }.page-intro h1 { font-size: 24px; }.summary-grid { grid-template-columns: repeat(2, 1fr); gap: 9px; }.metric-card { min-height: 111px; padding: 14px; }.metric-value { font-size: 29px; margin-top: 12px; }.metric-resource { grid-column: span 2; }.workspace-grid, .side-column { display: flex; }.nodes-header { align-items: start; flex-direction: column; gap: 12px; padding: 15px; }.panel-tools { width: 100%; }.search-box { flex: 1; width: auto; }.filter-bar.visible { align-items: start; flex-direction: column; gap: 10px; }.filter-group { flex-wrap: wrap; }.trend-legend { gap: 8px; }.trend-period { display: none; }.chart-wrap { padding-left: 12px; padding-right: 12px; }.footer { gap: 10px; flex-wrap: wrap; padding: 14px 0; }.footer span:nth-child(2) { order: 3; width: 100%; }.detail-modal { padding: 22px; }.region-visual { justify-content: flex-start; padding-left: 15px; padding-right: 15px; } }

/* BOC visual language: warm white workspace, bank red identity and restrained gold details. */
:root {
  --bg: #f3f5f6;
  --bg-deep: #e9edef;
  --panel: #ffffff;
  --panel-raised: #fbfbfa;
  --line: #e1e5e7;
  --line-bright: #c9a35d;
  --text: #27333b;
  --muted: #66747e;
  --faint: #9aa5ac;
  --orange: #b3202a;
  --orange-soft: #8f1823;
  --cyan: #2b7680;
  --green: #2c9d76;
  --amber: #b88b45;
  --red: #c84a4f;
}

html, body { background: var(--bg); color: var(--text); }
body { background-image: linear-gradient(rgba(179, 32, 42, .025) 1px, transparent 1px), linear-gradient(90deg, rgba(179, 32, 42, .025) 1px, transparent 1px); background-size: 40px 40px; }
.app-shell { background: radial-gradient(circle at 90% 0%, rgba(179, 32, 42, .06), transparent 28rem), linear-gradient(180deg, rgba(255, 255, 255, .76), rgba(243, 245, 246, .94)); }
.topbar { height: 78px; border-bottom: 3px solid var(--orange); background: rgba(255, 255, 255, .96); box-shadow: 0 2px 8px rgba(37, 49, 57, .05); }
.brand-mark { width: 35px; height: 35px; display: grid; place-items: center; padding: 0; border: 2px solid var(--orange); border-radius: 50%; transform: none; position: relative; }
.brand-mark::before { content: ''; width: 13px; height: 13px; display: block; border: 2px solid var(--orange); }
.brand-mark::after { content: ''; width: 21px; height: 2px; position: absolute; left: 5px; top: 15px; background: var(--orange); }
.brand-mark span { display: none; }
.brand-name { color: var(--orange); letter-spacing: 2.5px; }
.brand-logo { width: 38px; height: 38px; display: block; object-fit: contain; }
.brand-subtitle { color: #59666d; letter-spacing: 1.2px; }
.header-context { color: var(--muted); }
.header-dot { background: var(--orange); box-shadow: 0 0 0 4px rgba(179, 32, 42, .09); }
.header-divider { background: var(--line); }
.live-status { color: var(--green); }
.icon-button, .avatar { border-color: #d9dfe2; background: #fff; color: var(--muted); }
.icon-button:hover { color: var(--orange); border-color: var(--orange); }
.avatar { border-color: rgba(179, 32, 42, .45); color: var(--orange); }
.dashboard-content { padding-top: 34px; }
.eyebrow, .modal-eyebrow { color: var(--orange); }
.page-intro h1 { color: #202a31; }
.page-intro p, .last-updated { color: var(--muted); }
.last-updated strong { color: #3e4b53; }
.metric-card { border-color: #e0e4e6; background: linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(249, 250, 250, .94)); box-shadow: 0 3px 12px rgba(35, 49, 57, .045); }
.metric-card::after { border-color: rgba(179, 32, 42, .08); }
.metric-card.metric-total { border-top-color: var(--orange); }
.metric-card.metric-online { border-top-color: rgba(44, 157, 118, .75); }
.metric-card.metric-warning { border-top-color: rgba(184, 139, 69, .85); }
.metric-card.metric-offline { border-top-color: rgba(200, 74, 79, .8); }
.metric-heading { color: #5d6b73; }
.metric-icon { color: var(--orange); }
.metric-kicker { color: #a1abb0; }
.metric-value { color: #27333b; }
.metric-foot { color: var(--muted); }
.trend-up, .availability-badge { color: var(--green); }
.resource-progress { background: #e9edef; }
.resource-progress span { background: var(--cyan); }
.resource-progress span + span { background: var(--orange); }
.panel { border-color: #dfe4e7; background: rgba(255, 255, 255, .96); box-shadow: 0 3px 12px rgba(35, 49, 57, .04); }
.panel-header { border-bottom-color: #e7eaec; }
.panel-index { color: var(--orange); }
.panel h2 { color: #29363e; }
.panel-note, .trend-period { color: var(--muted); }
.text-button { color: var(--orange); }
.donut::after { background: var(--panel); }
.donut-hole strong { color: #27333b; }
.region-legend b { color: #344149; }
.region-list { border-top-color: #e7eaec; }
.region-row { border-bottom-color: #edf0f1; color: var(--muted); }
.region-row:hover, .region-row.selected { background: rgba(179, 32, 42, .045); color: #29363e; }
.region-name i { background: var(--orange); }
.region-count { color: #4a5962; }
.mini-bars { background: #e9edef; }
.mini-bars i { background: var(--orange); }
.event-item { border-bottom-color: #edf0f1; }
.event-item:hover { background: rgba(179, 32, 42, .035); }
.event-copy strong { color: #344149; }
.event-copy small { color: var(--muted); }
.event-copy em { color: #a1abb0; }
.result-count { border-left-color: var(--line); color: var(--muted); }
.search-box { border-color: #dfe4e7; background: #fbfcfc; color: var(--muted); }
.search-box input { color: #27333b; }
.search-box input::placeholder { color: #9da8ae; }
.filter-button { border-color: #dfe4e7; color: var(--muted); }
.filter-button:hover { border-color: var(--orange); color: var(--orange); }
.filter-bar { border-bottom-color: #e7eaec; background: #fbfbfa; }
.filter-group > span { color: #8b989f; }
.filter-chip { color: var(--muted); }
.filter-chip:hover, .filter-chip.active { border-color: rgba(179, 32, 42, .38); background: rgba(179, 32, 42, .06); color: var(--orange); }
.filter-group select { border-color: #dfe4e7; background: #fff; color: var(--muted); }
.node-table th { border-bottom-color: #dfe4e7; color: #8b979d; }
.node-table td { border-bottom-color: #edf0f1; color: #53616a; }
.node-table tbody tr:hover { background: rgba(179, 32, 42, .035); }
.host-avatar { border-color: rgba(179, 32, 42, .32); color: var(--orange); background: rgba(179, 32, 42, .035); }
.host-cell strong { color: #2c3941; }
.host-cell small { color: #7d8a91; }
.location-cell { color: #53616a; }
.location-cell i { border-color: var(--orange); }
.meter-value { color: #56656d; }
.meter-track { background: #e9edef; }
.meter-track i.green { background: var(--cyan); }
.latency-cell { color: var(--cyan) !important; }
.row-action { color: #89969c; }
.row-action:hover { border-color: var(--orange); color: var(--orange); }
.table-footer { color: #8c989e; }
.table-footer b { color: #586770; }
.chart-grid { stroke: rgba(109, 124, 132, .2); }
.chart-y-label { fill: #9ba5aa; }
.cpu-line { stroke: var(--cyan); }
.memory-line { stroke: var(--orange); }
.chart-point { stroke: var(--panel); }
.chart-labels { color: #9ba5aa; }
.footer { border-top-color: #dfe4e7; color: #8b979d; }
.toast { border-color: rgba(179, 32, 42, .28); background: var(--orange); color: #fff; box-shadow: 0 5px 18px rgba(179, 32, 42, .2); }
.modal-backdrop { background: rgba(29, 38, 43, .48); }
.detail-modal { border-color: #d4b57a; background: #fff; box-shadow: 0 24px 70px rgba(30, 41, 49, .2); }
.modal-close { border-color: #dfe4e7; background: #fff; color: var(--muted); }
.modal-close:hover { color: var(--orange); border-color: var(--orange); }
.detail-modal h2 { color: #27333b; }
.modal-status { border-bottom-color: #e7eaec; }
.detail-grid strong { color: #344149; }
.service-list { border-top-color: #e7eaec; }
.service-tag { border-color: rgba(179, 32, 42, .25); color: var(--orange); background: rgba(179, 32, 42, .025); }
@keyframes breathe { 0%, 100% { box-shadow: 0 0 0 4px rgba(44, 157, 118, .1); } 50% { box-shadow: 0 0 0 7px rgba(44, 157, 118, .03); } }
@media (max-width: 760px) { .topbar { height: 66px; } .dashboard-content { padding-top: 25px; } }
