.voice-pill-container{z-index:40;flex-direction:column;align-items:stretch;width:100%;padding:0 4px}.voice-pill,.voice-pill-container{position:relative;display:flex;gap:8px}.voice-pill{align-items:center;background:linear-gradient(135deg,hsl(var(--fc-accent-subtle)) 0,hsl(var(--fc-accent)/.08) 100%);border:1px solid hsl(var(--fc-accent)/.2);border-radius:10px;padding:6px 12px;min-height:36px;box-shadow:0 1px 2px hsl(var(--text-primary)/.04);transition:transform .2s cubic-bezier(.16,1,.3,1),box-shadow .2s cubic-bezier(.16,1,.3,1),border-color .2s ease,background .2s ease;overflow:hidden}.voice-pill:before{content:"";position:absolute;inset:0;background:linear-gradient(115deg,transparent 30%,hsl(var(--fc-accent)/.12) 50%,transparent 70%);transform:translateX(-100%);transition:transform .6s cubic-bezier(.16,1,.3,1);pointer-events:none}.voice-pill:hover:before{transform:translateX(100%)}.voice-pill-inactive{cursor:pointer;color:hsl(var(--fc-accent));font-size:12.5px;font-weight:600;letter-spacing:-.01em;width:100%;justify-content:center}.voice-pill-inactive:hover{transform:translateY(-1px);border-color:hsl(var(--fc-accent)/.45);box-shadow:0 4px 10px -2px hsl(var(--fc-accent)/.22),0 2px 4px -1px hsl(var(--fc-accent)/.1)}.voice-pill-inactive:active{transform:translateY(0);transition-duration:.1s}.voice-pill-inactive>svg:first-of-type{flex-shrink:0;padding:3px;width:20px;height:20px;border-radius:50%;background:hsl(var(--fc-accent)/.12);color:hsl(var(--fc-accent));transition:background .2s ease}.voice-pill-inactive:hover>svg:first-of-type{background:hsl(var(--fc-accent)/.2);animation:voice-mic-pulse 1.4s ease-in-out infinite}@keyframes voice-mic-pulse{0%,to{box-shadow:0 0 0 0 hsl(var(--fc-accent)/.35)}50%{box-shadow:0 0 0 6px hsl(var(--fc-accent)/0)}}.voice-pill-listening,.voice-pill-speaking{background:linear-gradient(135deg,hsl(var(--fc-accent-subtle)) 0,hsl(var(--fc-accent)/.16) 100%);border-color:hsl(var(--fc-accent)/.5);box-shadow:0 0 0 3px hsl(var(--fc-accent)/.1),0 4px 12px -2px hsl(var(--fc-accent)/.25)}.voice-pill-badge{background:transparent;color:hsl(var(--fc-accent))!important;font-size:8.5px;font-weight:700;padding:1.5px 5px;border:1px solid hsl(var(--fc-accent)/.35);border-radius:4px;letter-spacing:.6px;margin-left:2px;text-transform:uppercase;line-height:1}.voice-pill-label{color:hsl(var(--fc-accent));font-size:12.5px;font-weight:600;white-space:nowrap;letter-spacing:-.01em}.voice-pill-btn{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;border:none;cursor:pointer;transition:all .2s ease;flex-shrink:0}.voice-pill-close{background:hsl(var(--text-primary)/.08);color:hsl(var(--text-secondary))}.voice-pill-close:hover{background:hsl(var(--text-primary)/.15);color:hsl(var(--text-primary))}.voice-pill-stop{background:#e54545;color:#fff}.voice-pill-stop:hover{background:#d33}.voice-pill-center{flex:1;display:flex;align-items:center;justify-content:center;gap:6px;min-width:60px}.voice-pill-waveform{display:flex;align-items:center;gap:2px;height:20px}.voice-pill-bar{width:2.5px;min-height:4px;border-radius:2px;background:hsl(var(--fc-accent))}.voice-pill-transcript{background:hsl(var(--fc-accent-subtle));border:1px solid hsl(var(--fc-accent)/.3);border-radius:16px;padding:16px 18px;width:100%;max-height:200px;overflow-y:auto;box-shadow:0 4px 24px hsl(var(--text-primary)/.15);display:flex;flex-direction:column;gap:10px;animation:voice-transcript-appear .3s ease}.voice-pill-transcript-text{color:hsl(var(--fc-accent));font-size:15px;line-height:1.5;margin:0;font-weight:400}.voice-pill-transcript::-webkit-scrollbar{width:0}@keyframes voice-transcript-appear{0%{opacity:0;transform:translateY(8px);max-height:0}to{opacity:1;transform:translateY(0);max-height:200px}}.voice-pill-spinner{width:14px;height:14px;border:2px solid hsl(var(--fc-accent)/.2);border-top-color:hsl(var(--fc-accent));border-radius:50%;animation:voice-spin .8s linear infinite}@keyframes voice-spin{to{transform:rotate(1turn)}}.voice-pill-error{gap:8px}.voice-pill-error-text{color:#ff6b6b;font-size:11px;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:150px}.voice-pill-icon-only{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:9px;background:linear-gradient(135deg,hsl(var(--fc-accent-subtle)) 0,hsl(var(--fc-accent)/.08) 100%);color:hsl(var(--fc-accent));border:1px solid hsl(var(--fc-accent)/.2);cursor:pointer;transition:transform .2s cubic-bezier(.16,1,.3,1),box-shadow .2s cubic-bezier(.16,1,.3,1),border-color .2s ease}.voice-pill-icon-only:hover{transform:translateY(-1px);border-color:hsl(var(--fc-accent)/.45);box-shadow:0 4px 10px -2px hsl(var(--fc-accent)/.22),0 2px 4px -1px hsl(var(--fc-accent)/.1);animation:voice-mic-pulse 1.4s ease-in-out infinite}.voice-pill-icon-only:active{transform:translateY(0);transition-duration:.1s}