.stats-hero{
  background: #f7f8fb;
  border: 1px solid rgba(0,0,0,.06);
  border-radius: 16px;
  padding: 18px 18px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.stats-title{
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 6px 0;
}

.stats-subtitle{
  color: rgba(0,0,0,.55);
  margin: 0;
  max-width: 78ch;
  font-size: 14px;
}

.kpi-card{
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 14px;
  background: #fff;
  padding: 14px 14px;
  box-shadow: 0 10px 24px rgba(0,0,0,.04);
}

.kpi-label{
  font-size: 12px;
  color: rgba(0,0,0,.55);
  margin-bottom: 6px;
}

.kpi-value{
  font-size: 22px;
  font-weight: 700;
  line-height: 1.1;
}

.kpi-hint{
  font-size: 12px;
  color: rgba(0,0,0,.45);
  margin-top: 6px;
}

.stats-section{
  margin-top: 22px;
}

.section-head{
  margin-bottom: 10px;
}

.section-title{
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 2px;
}

.section-desc{
  font-size: 13px;
  color: rgba(0,0,0,.55);
  margin: 0;
}

.chart-card{
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 16px;
  background: #fff;
  padding: 12px 12px 14px 12px;
  box-shadow: 0 10px 24px rgba(0,0,0,.04);
  height: 100%;
}

.chart-head{
  margin-bottom: 8px;
  padding: 2px 4px;
}

.chart-title{
  font-size: 14px;
  font-weight: 700;
  margin: 0;
}

.chart-note{
  font-size: 12px;
  color: rgba(0,0,0,.5);
  margin: 2px 0 0 0;
}

.chart-plot{
  width: 100%;
  height: 340px;
  border-radius: 12px;
  background: #ffffff;
  border: 1px solid rgba(0,0,0,.06);
  padding: 10px;
}

.chart-plot-wide{
  height: 420px;
}
