.sales-chart{height:240px;display:flex;align-items:stretch;gap:5px;padding-top:16px;border-bottom:1px solid var(--line)}.sales-bar{flex:1;min-width:3px;display:flex;flex-direction:column;justify-content:flex-end;align-items:center}.sales-bar span{width:100%;height:var(--height);min-height:3px;border-radius:5px 5px 0 0;background:linear-gradient(180deg,var(--brand),var(--accent))}.sales-bar small{font-size:9px;color:var(--muted);writing-mode:vertical-rl;margin-top:5px}@media(max-width:700px){.sales-chart{height:190px}.sales-bar small{display:none}}
