.stat {
  font-size: 2.5rem;
  font-weight: 700;
  margin: 0;
}

.badge {
  display: inline-block;
  padding: 0.15rem 0.5rem;
  border-radius: 4px;
  font-size: 0.8rem;
  background: var(--pico-secondary-background);
  color: var(--pico-secondary-inverse);
}

.badge.success {
  background: #2e7d32;
  color: #fff;
}

.badge.danger {
  background: #c62828;
  color: #fff;
}

.error {
  color: #c62828;
  font-weight: 600;
}

.nowrap {
  white-space: nowrap;
}

.truncate {
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.overflow-auto {
  overflow-x: auto;
}

.pagination {
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: center;
  margin: 1rem 0;
}

pre {
  max-height: 600px;
  overflow: auto;
}

nav ul {
  gap: 0.5rem;
}
