:root{--bg-color:#0b0f19;--surface-muted:#ffffff08;--surface-hover:#ffffff0f;--border-color:#ffffff1a;--text-primary:#fff;--text-secondary:#8b949e;--health-up:#1d9e75;--health-degraded:#ef9f27;--health-down:#e24b4a;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;font-family:Inter,system-ui,-apple-system,sans-serif}body{background-color:var(--bg-color);color:var(--text-primary);flex-direction:column;min-height:100vh;margin:0;padding:0;font-weight:400;display:flex}*{box-sizing:border-box}#root{width:100%;max-width:1000px;margin:0 auto;padding:2rem}h1{color:var(--text-primary);margin-bottom:2rem;font-size:1.8rem;font-weight:500}.summary-bar{flex-wrap:wrap;gap:1rem;margin-bottom:2.5rem;display:flex}.summary-card{background-color:var(--surface-muted);border-radius:12px;flex-direction:column;flex:1;gap:.5rem;min-width:180px;padding:1.25rem 1.5rem;display:flex}.summary-label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;font-size:.85rem;font-weight:500}.summary-value{color:var(--text-primary);font-size:2.5rem;font-weight:500;line-height:1}.summary-value.metrics-green{color:var(--health-up)}.dashboard-list{flex-direction:column;gap:.75rem;display:flex}.monitor-row{background-color:var(--surface-muted);border:.5px solid var(--border-color);border-radius:8px;align-items:center;gap:1.5rem;padding:1rem 1.5rem;transition:background-color .15s;display:flex}.monitor-row:hover{background-color:var(--surface-hover)}.col-status{flex-shrink:0;width:12px}.status-dot{border-radius:50%;width:8px;height:8px;display:inline-block}.status-dot.up{background-color:var(--health-up)}.status-dot.degraded{background-color:var(--health-degraded)}.status-dot.down{background-color:var(--health-down)}.col-name{flex-direction:column;flex:1;gap:.2rem;min-width:0;display:flex}.service-name{white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:14px;font-weight:500;overflow:hidden}.service-host{color:var(--text-secondary);white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:12px;text-decoration:none;overflow:hidden}.service-host:hover{text-decoration:underline}.col-sparkline{flex-shrink:0;justify-content:center;align-items:center;width:140px;height:32px;display:flex}.col-uptime{text-align:right;flex-shrink:0;width:70px;font-size:15px;font-weight:500}.uptime-up{color:var(--health-up)}.uptime-degraded{color:var(--health-degraded)}.uptime-down{color:var(--health-down)}.col-ping{text-align:right;width:60px;color:var(--text-secondary);flex-shrink:0;font-size:12px}.sparkline-svg{width:100%;height:100%;overflow:visible}.sparkline-path{fill:none;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round}@media (width<=600px){#root{padding:1rem}.col-sparkline,.col-ping{display:none}.monitor-row{gap:1rem;padding:.75rem 1rem}.summary-bar{flex-direction:column}}
