.audio-bar-visualizer{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background:var(--bg);gap:var(--va-bar-gap,24px);&>.audio-bar{transform-origin:"center";height:100%;width:var(--va-bar-width,12px);border-radius:var(--va-bar-border-radius,32px);background-color:var(--va-bar-bg,rgba(136,136,136,.2));transition:background-color .25s ease-out}&>.audio-bar.highlighted,&>[data-highlighted=true],&[data-va-state=speaking]>.audio-bar{background-color:var(--fg,rgba(136,136,136,1));transition:none}&[data-va-state=thinking]{transition:background-color .15s ease-out}}.audio-bar-visualizer{--bg:none;--va-bar-bg:var(--muted-foreground);--fg:var(--foreground);--va-bar-width:50px;--va-bar-border-radius:300px;--va-bar-height:50px;--control-bar-height:unset}