.stat-card {
  border-radius: 0.75rem;
  padding: 0.75rem 1rem;
  background: #f8f9fa;
  border: 1px solid rgba(0,0,0,.05);
}
.stat-label { font-size: 0.8rem; color: #6c757d; }
.stat-value { font-size: 1.3rem; font-weight: 600; }
code { font-size: 0.95em; }
