/* 销售报表 */
.sar-report .sar-insight-line {
  margin: 0 0 0.35rem;
  font-size: 0.875rem;
  line-height: 1.45;
  color: #134e4a;
}
.sar-report .sar-insight-line:last-child {
  margin-bottom: 0;
}
.sar-bar-cell {
  min-width: 220px;
}
.sar-bar-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 2px 0;
}
.sar-bar {
  display: inline-block;
  height: 8px;
  border-radius: 4px;
  flex: 0 0 auto;
  max-width: 70%;
}
.sar-bar--ship {
  background: #0f766e;
}
.sar-bar--pay {
  background: #0284c7;
}
.sar-bar-val {
  font-size: 0.75rem;
  color: #64748b;
}
.sar-rank-row {
  cursor: pointer;
}
.sar-rank-row:hover {
  background: #f0fdfa;
}
.sar-rank-row--active {
  background: #ccfbf1;
}
.sar-legend {
  display: flex;
  gap: 1rem;
  font-size: 0.75rem;
  color: #64748b;
  margin: 0 0 0.5rem;
}
.sar-legend i {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 2px;
  margin-right: 4px;
  vertical-align: -1px;
}
.sar-legend__ship i {
  background: #0f766e;
}
.sar-legend__pay i {
  background: #0284c7;
}
