.wave-bars{display:flex;align-items:center;justify-content:center;gap:3px;height:120px;overflow:hidden;flex-wrap:nowrap;padding:0 8px}.bar{width:10px;height:20px;background:linear-gradient(0deg,#7c3aed,#2563eb);border-radius:4px;animation:bounce 1s ease-in-out infinite}@keyframes bounce{0%,to{height:40px}50%{height:100px}}@media (max-width:768px){.bar{width:6px}.wave-bars{gap:2px;padding:0 4px;height:100px}}@media (max-width:480px){.bar{width:4px}.wave-bars{gap:1px;padding:0 2px;height:90px}}