#stats-widget .stat-card{
  background:#f9fafc;
  border-radius:12px;
  padding:16px;
  margin-bottom:12px;
  box-shadow:0 2px 6px rgba(0,0,0,.05);
}
#stats-widget .stat-title{
  font-size:13px; color:#888; text-transform:uppercase; letter-spacing:.5px;
}
#stats-widget .stat-value{
  font-size:28px; font-weight:800; margin-top:6px;
}
#stats-widget .chart-card{
  background:#fff;
  border:1px solid #eee;
  border-radius:12px;
  padding:12px 14px;
  box-shadow:0 2px 6px rgba(0,0,0,.04);
}
#stats-widget .chart-title{
  font-weight:600;
  margin-bottom:8px;
}
