.stats-chart {
  display: flex;
  align-items: flex-end;
  gap: 2px;
  height: 120px;
  border-bottom: 1px solid var(--bs-border-color, #dee2e6);
  padding-bottom: 2px;
  overflow-x: auto;
}

.stats-bar {
  flex: 0 0 auto;
  width: 8px;
  min-height: 1px;
  background: #6c757d;
  border-radius: 1px 1px 0 0;
}

.stats-bar.high {
  background: #dc3545;
}

.stats-bar.medium {
  background: #fd7e14;
}
