body {
  font-family: -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  background: #0f172a;
  color: #e2e8f0;
  margin: 0;
  padding: 24px;
}

h1 { font-weight: 600; }

.card {
  background: #1e293b;
  border-radius: 8px;
  padding: 16px 20px;
  margin-bottom: 20px;
}

table {
  width: 100%;
  border-collapse: collapse;
}

th, td {
  text-align: left;
  padding: 8px 12px;
  border-bottom: 1px solid #334155;
  font-size: 14px;
}

.status-online { color: #4ade80; font-weight: 600; }
.status-offline { color: #f87171; font-weight: 600; }

.badge {
  display: inline-block;
  padding: 1px 8px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 600;
  margin-right: 4px;
}

.badge-up { background: #14532d; color: #4ade80; }
.badge-degraded { background: #713f12; color: #facc15; }
.badge-down { background: #7f1d1d; color: #f87171; }

table a { color: #38bdf8; text-decoration: none; }
table a:hover { text-decoration: underline; }

.footer { color: #64748b; font-size: 12px; }
