
body {
  background-color: #f5f7fb;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.navbar-brand {
  font-weight: 600;
}
.sidebar {
  min-height: 100vh;
  background: #0f172a;
  color: #e5e7eb;
}
.sidebar a {
  color: #cbd5f5;
  text-decoration: none;
}
.sidebar a.active,
.sidebar a:hover {
  color: #ffffff;
  background: #1d283a;
}
.card {
  border-radius: 0.75rem;
}
.badge {
  font-weight: 500;
}
.screenshot-card img {
  border-radius: 0.5rem;
  border: 1px solid #e5e7eb;
}


.metric-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.15rem 0.6rem;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.metric-pill-total {
  background-color: #e0f2fe;
  color: #075985;
}

.metric-pill-active {
  background-color: #dcfce7;
  color: #166534;
}

.metric-pill-idle {
  background-color: #fef9c3;
  color: #854d0e;
}
