body { background:#f5f7fb; }
.card { border:0; border-radius:1rem; box-shadow:0 .25rem 1rem rgba(15,23,42,.08); }
.status-dot { width:.8rem; height:.8rem; border-radius:50%; display:inline-block; margin-right:.35rem; }
.status-UP { background:#198754; }
.status-DOWN { background:#dc3545; }
.status-WARNING { background:#ffc107; }
.status-UNKNOWN { background:#6c757d; }
.table td, .table th { vertical-align:middle; }
.small-muted { color:#6c757d; font-size:.875rem; }
.codeish { font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace; }
