.voice-waveform{justify-content:center;align-items:center;gap:3px;width:100%;max-width:420px;height:80px;margin:0 auto;display:flex}@media (min-width:1024px){.voice-waveform{gap:4px;max-width:560px;height:140px}}.voice-waveform .bar{background:var(--bar-color,var(--desire));transform-origin:50%;will-change:transform;border-radius:2px;width:3px;height:100%;transition:transform 50ms linear,background-color .3s;transform:scaleY(.18)}.voice-waveform .bar--center{box-shadow:0 0 12px var(--bar-color,var(--desire))}.voice-waveform.thinking .bar{opacity:.5}@media (prefers-reduced-motion:reduce){.voice-waveform .bar{transition:none}}
