.graph-container{margin-top:15px;padding:15px;background:#f9f9f9;border-radius:3px}
.graph-title{font-size:14px;color:#333;margin-bottom:10px}
.graph-bars{display:flex;align-items:flex-end;gap:6px;height:200px;padding:10px 0}
.graph-bar{flex:1;display:flex;flex-direction:column;align-items:center}
.graph-bar .bar{width:100%;background:#3592e2;border-radius:3px 3px 0 0;min-height:2px;transition:height .3s}
.graph-bar .label{font-size:10px;color:#888;margin-top:5px}
.graph-bar .value{font-size:10px;color:#3592e2;font-weight:700;margin-bottom:3px}