.hold-to-talk-mic{touch-action:none;user-select:none;-webkit-user-select:none;cursor:pointer;transition:transform .12s ease,box-shadow .12s ease,background .12s ease}.hold-to-talk-mic.is-holding{transform:scale(1.06);box-shadow:0 6px 20px rgba(0,0,0,.12)}.hold-to-talk-mic.is-cancel-armed{transform:scale(1.02);background:rgba(220,38,38,.08)!important;border-color:rgba(220,38,38,.35)!important;color:#b91c1c!important}.voice-capture-bar{position:fixed;z-index:10000;left:0;right:0;display:none;align-items:center;justify-content:space-between;gap:12px;padding:0 16px;height:44px;min-height:44px;border-bottom:1px solid rgba(34,34,34,.08);background:hsla(0,0%,100%,.94);backdrop-filter:blur(10px);box-shadow:0 4px 16px rgba(0,0,0,.06)}.voice-capture-bar.is-active{display:flex}.voice-capture-bar--top{top:44px}.voice-capture-bar--bottom{bottom:calc(96px + env(safe-area-inset-bottom));left:50%;right:auto;width:auto;min-width:220px;transform:translateX(-50%);border-radius:999px;border:1px solid rgba(34,34,34,.1);top:auto}.voice-capture-bar--hold-hint.is-cancel-armed{background:hsla(0,86%,97%,.96);border-bottom-color:rgba(220,38,38,.2)}.voice-capture-bar-hint{font-size:13px;color:rgba(34,34,34,.55);white-space:nowrap}.voice-capture-bar.is-cancel-armed .voice-capture-bar-hint{color:#b91c1c;font-weight:600}.voice-capture-bar-timer{font-size:15px;font-weight:600;font-variant-numeric:tabular-nums;color:#222;flex:1;text-align:center}.voice-capture-bar-recording{width:10px;height:10px;border-radius:999px;background:#ef4444;animation:voice-rec-pulse 1s ease-in-out infinite}@keyframes voice-rec-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.55;transform:scale(.88)}}.voice-capture-bar-btn{border-radius:999px;border:1px solid rgba(34,34,34,.12);padding:4px 10px;font-size:14px;line-height:1;background:#fff}#appShellHeader~main .voice-capture-bar--top,body:has(#appShellHeader) .voice-capture-bar--top{top:44px}.lt-marketing-root .voice-capture-bar--top{top:0}