.lc-wave{height:15px;color:var(--tx-muted);align-items:flex-end;gap:2px;display:inline-flex}.lc-wave span{background:currentColor;border-radius:2px;width:2.5px;height:4px}.lc-wave.is-listening{color:var(--tx-muted)}.lc-wave.is-speaking{color:var(--data-green,var(--tx-text))}.lc-wave.is-active span{animation:.9s ease-in-out infinite lc-bar}.lc-wave.is-active span:nth-child(2){animation-delay:.12s}.lc-wave.is-active span:nth-child(3){animation-delay:.24s}.lc-wave.is-active span:nth-child(4){animation-delay:.36s}@keyframes lc-bar{0%,to{height:4px}50%{height:14px}}@media (prefers-reduced-motion:reduce){.lc-wave.is-active span{height:8px;animation:none}}.lc-bar{border:1px solid var(--tx-border);background:var(--tx-surface-inset);border-radius:12px;align-items:center;gap:10px;padding:9px 12px;display:flex}.lc-bar-mode{flex-direction:column;gap:1px;min-width:0;display:flex}.lc-bar-mode-name{letter-spacing:.14em;text-transform:uppercase;color:var(--tx-text);font-size:10px;font-weight:700}.lc-bar-live{letter-spacing:.14em;text-transform:uppercase;color:var(--data-green,var(--tx-muted));align-items:center;gap:5px;font-size:9px;font-weight:640;display:inline-flex}.lc-live-dot{background:var(--data-green,var(--tx-muted));border-radius:50%;width:6px;height:6px;animation:1.8s ease-in-out infinite lc-pulse}@keyframes lc-pulse{0%,to{opacity:1}50%{opacity:.35}}.lc-bar-state{min-width:0;color:var(--tx-muted);text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:11.5px;font-weight:540;overflow:hidden}.lc-bar-time{color:var(--tx-muted-soft);font-variant-numeric:tabular-nums;flex-shrink:0;font-size:11.5px}.lc-bar-btn{border:1px solid var(--tx-border);width:28px;height:28px;color:var(--tx-muted);cursor:pointer;background:0 0;border-radius:8px;flex-shrink:0;place-items:center;transition:all .12s;display:grid}.lc-bar-btn:hover{color:var(--tx-text);border-color:var(--tx-border-strong)}.lc-bar-end{background:var(--danger-text,#b3402f);color:#fff;border:none}.lc-bar-end:hover{filter:brightness(1.08);color:#fff}.lc-capsule{z-index:8000;touch-action:none;cursor:grab;border:1px solid var(--tx-border-strong);background:var(--tx-surface);padding:8px 10px 8px 12px;padding-bottom:calc(8px + env(safe-area-inset-bottom,0px));border-radius:999px;align-items:center;gap:10px;display:flex;position:fixed;bottom:20px;right:20px;box-shadow:0 14px 34px -12px #0000008c}.lc-capsule-main{cursor:pointer;color:var(--tx-text);background:0 0;border:none;align-items:center;gap:9px;padding:2px;display:inline-flex}.lc-capsule-label{flex-direction:column;align-items:flex-start;gap:1px;line-height:1.15;display:flex}.lc-capsule-mode{color:var(--tx-text);font-size:12px;font-weight:620}.lc-capsule-sub{color:var(--tx-muted-soft);font-variant-numeric:tabular-nums;letter-spacing:.02em;font-size:10px}.lc-capsule-end{background:var(--danger-text,#b3402f);color:#fff;cursor:pointer;border:none;border-radius:50%;flex-shrink:0;place-items:center;width:30px;height:30px;transition:filter .12s;display:grid}.lc-capsule-end:hover{filter:brightness(1.08)}.lc-capsule:active{cursor:grabbing}
