.status-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.5rem 1rem;
  border-radius: 0.6rem;
  font-size: 0.875rem;
  font-weight: 500;
  border: 1px solid transparent;
}
.status-badge.ok  { background: #d1fae5; border-color: #6ee7b7; color: #065f46; }
.status-badge.err { background: #fee2e2; border-color: #fca5a5; color: #991b1b; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0; }
.status-badge.ok  .status-dot { background: #10b981; }
.status-badge.err .status-dot { background: #ef4444; }

.stat-card {
  border: 1px solid #e9ecef;
  border-radius: 1rem;
  background: #fff;
  padding: 1.25rem 1.5rem;
}
.stat-value {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  color: #0d6efd;
}
.stat-label {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: #6c757d;
  margin-top: 0.25rem;
}

.topic-pill {
  display: inline-block;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  border-radius: 999px;
  padding: 0.2rem 0.65rem;
  font-size: 0.8rem;
  color: #334155;
}
