/* 20260915cj: player chart — real plot height + readable labels */
.hero-stats-nums .caps,
.hero-stats-nums .stats-lbl,
.hero-stats-head .caps,
.hero-stats-head .accent-text,
.hero-stats-head .stats-lbl,
#stats-meta.caps,
#stats-meta {
  letter-spacing: normal !important;
  word-spacing: 0.12em !important;
  font-family: var(--font-sans) !important;
  text-transform: uppercase;
  max-width: none !important;
}
.hero-stats-head {
  flex-wrap: wrap;
  gap: 8px 16px;
}
.hero-stats-head .accent-text,
.hero-stats-head .stats-lbl.accent-text {
  font-size: 12px;
  line-height: 1.35;
}
.hero-stats-chart {
  height: 220px !important;
  min-height: 200px !important;
  max-height: 240px;
  display: flex !important;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}
.hero-stats-chart svg {
  display: block;
  flex: 1 1 auto;
  width: 100%;
  height: auto;
  min-height: 168px;
  max-height: none;
  letter-spacing: 0;
}
.hero-stats-chart svg text {
  letter-spacing: 0 !important;
  word-spacing: 0 !important;
  font-family: var(--font-sans), Barlow, sans-serif !important;
}
.hero-stats-chart .chart-ymax {
  position: absolute;
  top: 8px;
  right: 10px;
  z-index: 1;
  font-family: var(--font-mono);
  font-size: 11px;
  color: #c4c4ca;
  letter-spacing: normal;
  word-spacing: normal;
  pointer-events: none;
}
.hero-stats-chart .chart-axis {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex: 0 0 auto;
  padding: 5px 8px 6px;
  font-family: var(--font-sans) !important;
  font-size: 11px;
  line-height: 1.2;
  color: #8a8a90;
  letter-spacing: normal !important;
  word-spacing: normal !important;
  text-transform: none;
}
.hero-stats-chart .chart-axis span {
  letter-spacing: normal !important;
  word-spacing: normal !important;
  font-family: var(--font-sans) !important;
  text-transform: none;
}
