.voice-conversation{display:flex;flex-direction:column;align-items:center;gap:12px;width:100%}.voice-conversation-btn{display:flex;align-items:center;justify-content:center;gap:12px;width:100%;padding:16px 24px;background:#000;border:1px solid rgb(88,28,135);border-radius:16px;color:#22d3ee;font-size:15px;font-weight:500;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.voice-conversation-btn:hover{background:#111;transform:translateY(-2px);box-shadow:0 8px 24px #22d3ee33}.voice-conversation-btn:active{transform:translateY(0)}.voice-conversation-btn.voice-active{background:#111}.voice-btn-label{white-space:nowrap}.voice-waveform{display:flex;align-items:center;justify-content:center;gap:3px;height:24px;min-width:30px}.voice-waveform-bar{width:4px;height:8px;background:#fff6;border-radius:2px;transition:all .15s ease}.voice-waveform.active .voice-waveform-bar{animation:waveform-bounce .6s ease-in-out infinite;background:linear-gradient(180deg,#22d3ee,#06b6d4)}.voice-waveform.speaking .voice-waveform-bar{animation:waveform-speak .4s ease-in-out infinite;background:linear-gradient(180deg,#67e8f9,#22d3ee)}@keyframes waveform-bounce{0%,to{height:8px}50%{height:20px}}@keyframes waveform-speak{0%,to{height:6px;opacity:.8}50%{height:18px;opacity:1}}.voice-waveform-bar:nth-child(1){animation-delay:0s}.voice-waveform-bar:nth-child(2){animation-delay:.1s}.voice-waveform-bar:nth-child(3){animation-delay:.2s}.voice-waveform-bar:nth-child(4){animation-delay:.1s}.voice-waveform-bar:nth-child(5){animation-delay:0s}.voice-transcript{padding:8px 16px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;font-size:13px;color:#ffffffb3;font-style:italic;max-width:100%;text-align:center;animation:fade-in .3s ease}@keyframes fade-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.voice-volume-control{display:flex;align-items:center;gap:8px;padding:8px 12px;background:#0000004d;border-radius:20px;animation:fade-in .3s ease}.voice-volume-icon{font-size:14px;opacity:.8}.voice-volume-slider{width:80px;height:4px;-webkit-appearance:none;appearance:none;background:#fff3;border-radius:2px;outline:none;cursor:pointer}.voice-volume-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:14px;height:14px;background:linear-gradient(135deg,#22d3ee,#06b6d4);border-radius:50%;cursor:pointer;transition:transform .15s ease;box-shadow:0 2px 6px #22d3ee66}.voice-volume-slider::-webkit-slider-thumb:hover{transform:scale(1.2)}.voice-volume-slider::-moz-range-thumb{width:14px;height:14px;background:linear-gradient(135deg,#22d3ee,#06b6d4);border-radius:50%;cursor:pointer;border:none}.voice-conversation.compact .voice-conversation-btn{padding:10px 16px;font-size:13px;border-radius:12px}.voice-conversation.compact .voice-waveform{height:18px;min-width:24px}.voice-conversation.compact .voice-waveform-bar{width:3px}.voice-conversation.compact .voice-volume-control{padding:4px 8px}.voice-conversation.compact .voice-volume-slider{width:60px}.voice-chat-display{width:100%;max-height:200px;overflow-y:auto;display:flex;flex-direction:column;gap:8px;padding:12px;background:#00000080;border-radius:8px;margin-top:8px}.voice-chat-message{display:flex;flex-direction:column;gap:2px;padding:8px 12px;border-radius:8px;font-size:13px}.voice-chat-user{background:#581c874d;align-self:flex-end;max-width:85%}.voice-chat-assistant{background:#22d3ee1a;align-self:flex-start;max-width:85%}.voice-chat-role{font-weight:600;font-size:11px;text-transform:uppercase;opacity:.7}.voice-chat-user .voice-chat-role{color:#a855f7}.voice-chat-assistant .voice-chat-role{color:#22d3ee}.voice-chat-content{color:#ffffffe6;white-space:pre-wrap;line-height:1.4}.voice-action-buttons{display:flex;gap:12px;justify-content:center;margin-top:16px;width:100%}.voice-action-btn{display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 24px;border-radius:12px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;flex:1;max-width:160px}.voice-action-build{background:linear-gradient(135deg,#581c87,#7e22ce);color:#fff;border:none}.voice-action-build:hover{transform:translateY(-2px);box-shadow:0 6px 20px #7e22ce66}.voice-action-media{background:#000;color:#22d3ee;border:1px solid #22d3ee}.voice-action-media:hover{background:#22d3ee1a;transform:translateY(-2px);box-shadow:0 6px 20px #22d3ee4d}
