tr.selected-row.svelte-rthw7p{background-color:#f1f5fd}tr.selected-row.svelte-rthw7p td:where(.svelte-rthw7p){border-bottom-color:var(--vwm-blue)}tr.selected-row.svelte-rthw7p:hover{background-color:#e8f0fe!important}tbody.svelte-rthw7p tr:where(.svelte-rthw7p):hover{background-color:#f8fafc}.node-selector-container.svelte-rthw7p{display:flex;align-items:center}h3.svelte-rthw7p{font-size:1.05rem;margin-bottom:.6rem;color:var(--text)}.status-indicator-container.svelte-rthw7p{display:flex;align-items:center;gap:.6rem}.pulse-dot.svelte-rthw7p{display:block;width:8px;height:8px;background-color:var(--vivoh-green);border-radius:50%;box-shadow:0 0 #1ba35eb3;animation:svelte-rthw7p-pulse-ring 1.8s infinitecubic-bezier(.66,0,0,1)}@keyframes svelte-rthw7p-pulse-ring{0%{transform:scale(.95);box-shadow:0 0 #1ba35eb3}70%{transform:scale(1);box-shadow:0 0 0 8px #1ba35e00}to{transform:scale(.95);box-shadow:0 0 #1ba35e00}}.kpi-row.svelte-rthw7p{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:1.25rem}.kpi-card.svelte-rthw7p{padding:1.1rem;border-left:4px solid var(--border);transition:transform .15s,box-shadow .15s}.kpi-card.svelte-rthw7p:hover{transform:translateY(-2px);box-shadow:0 4px 12px #1f243014}.kpi-label.svelte-rthw7p{font-size:.78rem;text-transform:uppercase;letter-spacing:.05em;color:var(--text-dim);font-weight:600}.kpi-value.svelte-rthw7p{font-size:2.1rem;font-weight:700;line-height:1.2;margin:.3rem 0}.kpi-footer.svelte-rthw7p{font-size:.75rem;color:var(--text-dim)}.text-primary.svelte-rthw7p{color:var(--vwm-blue)}.text-warning.svelte-rthw7p{color:#e67e22}.text-danger.svelte-rthw7p{color:var(--danger)}.text-info.svelte-rthw7p{color:#2980b9}.viz-grid.svelte-rthw7p{display:grid;grid-template-columns:1fr;gap:1.25rem}@media(min-width:900px){.viz-grid.svelte-rthw7p{grid-template-columns:2.2fr 1fr}}.chart-card.svelte-rthw7p{position:relative}.card-header.svelte-rthw7p{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem;border-bottom:1px solid var(--border);padding-bottom:.5rem}.card-header.svelte-rthw7p h3:where(.svelte-rthw7p){margin:0}.btn-group.svelte-rthw7p{display:flex;gap:.4rem}.chart-container.svelte-rthw7p{background:#fbfbfc;border-radius:var(--radius);border:1px solid var(--border);height:240px;display:flex;align-items:center;justify-content:center;padding:.5rem;overflow:hidden}.chart-svg.svelte-rthw7p{width:100%;height:100%}.grid-line.svelte-rthw7p{stroke:#edf0f5;stroke-width:1;stroke-dasharray:4,4}.grid-text.svelte-rthw7p{font-size:10px;fill:var(--text-dim);font-family:monospace}.chart-marker.svelte-rthw7p{transition:r .1s ease-out}.chart-marker.svelte-rthw7p:hover{r:7px}.empty-state.svelte-rthw7p{display:flex;flex-direction:column;align-items:center;color:var(--text-dim);font-size:.9rem}.spinner.svelte-rthw7p{width:28px;height:28px;border:3px solid #edf0f5;border-top-color:var(--vwm-blue);border-radius:50%;animation:svelte-rthw7p-spin 1s infinite linear;margin-bottom:.5rem}@keyframes svelte-rthw7p-spin{to{transform:rotate(360deg)}}.chart-legend.svelte-rthw7p{display:flex;justify-content:space-between;font-size:.76rem;color:var(--text-dim);margin-top:.5rem;padding:0 .2rem}.stats-totals-grid.svelte-rthw7p{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:.5rem}.total-item.svelte-rthw7p{text-align:center;padding:.5rem;background:#fcfcfd;border:1px dashed var(--border);border-radius:var(--radius)}.total-label.svelte-rthw7p{font-size:.72rem;color:var(--text-dim);text-transform:uppercase;font-weight:500}.total-value.svelte-rthw7p{font-size:1.35rem;font-weight:600;color:var(--text);margin-top:.2rem}.setting-item.svelte-rthw7p label:where(.svelte-rthw7p){margin-bottom:.4rem}input[type=range].svelte-rthw7p{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:6px;border-radius:5px;background:#dbe0eb;outline:none}input[type=range].svelte-rthw7p::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:16px;height:16px;border-radius:50%;background:var(--vwm-blue);cursor:pointer;transition:background .15s}input[type=range].svelte-rthw7p::-webkit-slider-thumb:hover{background:var(--vwm-blue-dark)}.alert-box.svelte-rthw7p{padding:.75rem 1rem;border-radius:var(--radius);font-size:.9rem}.alert-box.error.svelte-rthw7p{background-color:#fcece8;border:1px solid #eccbc4;color:var(--danger)}.distribution-bar.svelte-rthw7p{display:flex;height:12px;border-radius:999px;overflow:hidden;background:#edf0f5;margin:.6rem 0}.dist-segment.svelte-rthw7p{height:100%;transition:width .3s ease-in-out}.dist-segment.reading.svelte-rthw7p,.dot.reading.svelte-rthw7p{background-color:#e67e22}.dist-segment.writing.svelte-rthw7p,.dot.writing.svelte-rthw7p{background-color:var(--danger)}.dist-segment.waiting.svelte-rthw7p,.dot.waiting.svelte-rthw7p{background-color:#2980b9}.dist-legend.svelte-rthw7p{display:flex;flex-direction:column;gap:.4rem;margin-top:.8rem}.legend-item.svelte-rthw7p{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:var(--text-dim)}.dot.svelte-rthw7p{display:inline-block;width:8px;height:8px;border-radius:50%}.resource-item.svelte-rthw7p{display:flex;flex-direction:column;gap:.3rem}.resource-header.svelte-rthw7p{display:flex;justify-content:space-between;font-size:.82rem;color:var(--text);font-weight:500}.progress-bar-container.svelte-rthw7p{background-color:#edf0f5;height:8px;border-radius:999px;overflow:hidden;width:100%}.progress-bar-fill.svelte-rthw7p{height:100%;border-radius:999px;transition:width .4s ease-out}.cpu-fill.svelte-rthw7p{background:linear-gradient(90deg,#3498db,#2980b9)}.mem-fill.svelte-rthw7p{background:linear-gradient(90deg,#9b59b6,#8e44ad)}.disk-fill.svelte-rthw7p{background:linear-gradient(90deg,#1abc9c,#16a085)}.table-resource-val.svelte-rthw7p{font-weight:600;padding:.15rem .4rem;border-radius:4px;font-size:.8rem;display:inline-block}.table-resource-val.success.svelte-rthw7p{background-color:#e8f7f0;color:#1ba35e}.table-resource-val.warning.svelte-rthw7p{background-color:#fef5e7;color:#e67e22}.table-resource-val.danger.svelte-rthw7p{background-color:#fcece8;color:var(--danger)}.table-resource-detail.svelte-rthw7p{font-size:.72rem;color:var(--text-dim);margin-left:.3rem;font-family:monospace}
