.voice-pill-container{position:relative;z-index:40;display:flex;flex-direction:column;align-items:stretch;gap:8px;width:100%;padding:0 4px}.voice-pill{display:flex;align-items:center;gap:10px;background:#1a1a1a;border-radius:20px;padding:10px 16px;min-height:40px;box-shadow:0 4px 20px rgba(0,0,0,.3);transition:all .3s ease}.voice-pill-inactive{border:none;cursor:pointer;color:#e8c872;font-size:13px;font-weight:500;gap:8px;padding:10px 14px;width:100%;justify-content:center}.voice-pill-inactive:hover{background:#2a2a2a}.voice-pill-listening,.voice-pill-speaking{background:#1a1a1a}.voice-pill-badge{background:#e8c872;color:#1a1a1a;font-size:8px;font-weight:700;padding:2px 5px;border-radius:6px;letter-spacing:.5px;margin-left:4px}.voice-pill-label{color:#e8c872;font-size:12px;font-weight:500;white-space:nowrap}.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:hsla(0,0%,100%,.1);color:#999}.voice-pill-close:hover{background:hsla(0,0%,100%,.2);color:#fff}.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:#e8c872}.voice-pill-transcript{background:#1a1a1a;border-radius:16px;padding:16px 18px;width:100%;max-height:200px;overflow-y:auto;box-shadow:0 4px 24px rgba(0,0,0,.35);display:flex;flex-direction:column;gap:10px;animation:voice-transcript-appear .3s ease}.voice-pill-transcript-text{color:#e8c872;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 hsla(44,72%,68%,.2);border-top-color:#e8c872;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:36px;height:36px;border-radius:10px;background:#1a1a1a;color:#e8c872;border:none;cursor:pointer;transition:all .2s ease}.voice-pill-icon-only:hover{background:#2a2a2a}