:root {
  --accent-dark: #0f172a;
}

body {
  background-color: #f8fafc;
  color: #0f172a;
}

.card {
  border: none;
  border-radius: 1rem;
}

.card-header {
  border-bottom: none;
  background-color: transparent;
}

.stats-scroll {
  max-height: 360px;
  overflow-y: auto;
}

.stats-scroll table thead th {
  position: sticky;
  top: 0;
  background-color: #ffffff;
  box-shadow: inset 0 -1px 0 #e2e8f0;
  z-index: 1;
}
