.crowd-history{background:#fafafa;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.05);font-family:Inter,sans-serif;margin:0 auto;padding:2rem 1rem;text-align:center}.crowd-history .day-labels{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-bottom:16px}.crowd-history .day{background:#eee;border-radius:9999px;color:#555;cursor:pointer;font-weight:500;padding:6px 14px;transition:all .3s ease}.crowd-history .day.active{background:#96c76b;color:#fff}.crowd-history .chart-grid{align-items:center;display:flex;flex-direction:column;height:350px;justify-content:end;width:100%}.crowd-history .day-row{align-items:flex-end;display:none;flex-direction:row;flex-wrap:nowrap;gap:6px;height:220px;justify-content:space-between;width:100%}.crowd-history .day-row.active{display:flex!important}.crowd-history .dot{align-items:flex-end;display:flex;flex:1;justify-content:center}.crowd-history .dot-inner{background:#96c76b;border-radius:3px 3px 0 0;height:0;opacity:.85;transition:all .3s ease;width:20px}.crowd-history .dot-inner:hover{background:#7a4cff;opacity:1}.crowd-history .dot.empty .dot-inner{opacity:.1}.crowd-history .hour-labels{align-items:flex-start;color:#777;display:flex;font-size:.75rem;justify-content:space-around;margin-top:8px;width:100%}@media (max-width:768px){.crowd-history .day-labels{gap:6px}.crowd-history .day-row{height:160px}.crowd-history .dot-inner{width:14px}}