.bars{display:flex; align-items:flex-end; gap:6px; height:150px; padding-top:var(--sp3)}
.bars .b{flex:1; display:flex; flex-direction:column; justify-content:flex-end; align-items:center; gap:5px; min-width:0}
.bars .b .fill{
  width:100%; background:linear-gradient(180deg, var(--rose) 0%, var(--rose-light) 100%);
  border-radius:5px 5px 2px 2px; min-height:3px;
}
.bars .b .cap{font-size:.66rem; color:var(--muted); white-space:nowrap; overflow:hidden; text-overflow:ellipsis; max-width:100%}