.voice-chat-widget{position:fixed;bottom:0;left:50%;transform:translate(-50%);width:calc(100% - 400px);max-width:800px;background:linear-gradient(135deg,#1e1b4b,#312e81);border-radius:16px 16px 0 0;box-shadow:0 -4px 12px #0000004d;z-index:100;transition:all .3s ease}.voice-chat-widget{margin-left:160px}@media(max-width:991px){.voice-chat-widget{width:calc(100% - 40px);margin-left:0}}.voice-chat-header{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;border-bottom:1px solid rgba(255,255,255,.1)}.voice-chat-widget.collapsed .voice-chat-header{border-bottom:none}.voice-chat-title{display:flex;flex-direction:column;gap:.125rem}.voice-chat-heading{color:#a5b4fc!important;font-weight:600!important;font-size:.85rem!important;letter-spacing:.03em}.voice-chat-task-name{color:#818cf8!important;font-size:.75rem!important}.voice-chat-controls{display:flex;align-items:center;gap:.25rem}.voice-chat-controls .MuiIconButton-root{color:#a5b4fc}.voice-chat-controls .MuiIconButton-root:hover{background:#ffffff1a}.voice-btn.listening{color:#34d399!important;animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.voice-chat-messages{max-height:250px;overflow-y:auto;padding:.75rem 1rem;display:flex;flex-direction:column;gap:.5rem}.voice-chat-messages::-webkit-scrollbar{width:4px}.voice-chat-messages::-webkit-scrollbar-track{background:#ffffff0d;border-radius:2px}.voice-chat-messages::-webkit-scrollbar-thumb{background:#fff3;border-radius:2px}.voice-chat-loading{display:flex;justify-content:center;align-items:center;padding:2rem}.voice-chat-loading .MuiCircularProgress-root{color:#a5b4fc}.voice-chat-welcome{text-align:center;padding:1rem;color:#94a3b8}.voice-chat-welcome .MuiTypography-body2{color:#a5b4fc;margin-bottom:.25rem}.voice-chat-welcome .MuiTypography-caption{color:#64748b}.voice-chat-message{padding:.5rem .75rem;border-radius:8px;max-width:85%}.voice-chat-message.user{background:#3b82f64d;border-left:3px solid #3b82f6;align-self:flex-end;margin-left:auto}.voice-chat-message.assistant{background:#ffffff1a;border-left:3px solid #a5b4fc;align-self:flex-start}.message-sender{display:block;font-size:.7rem!important;text-transform:uppercase;letter-spacing:.03em;opacity:.7;margin-bottom:.125rem;color:#94a3b8!important}.message-text{color:#e0e7ff!important;line-height:1.4!important;font-size:.875rem!important}.voice-chat-input{display:flex;align-items:flex-end;gap:.5rem;padding:.75rem 1rem;border-top:1px solid rgba(255,255,255,.1)}.chat-input-field .MuiOutlinedInput-root{background:#0000004d;color:#e0e7ff;font-size:.875rem}.chat-input-field .MuiOutlinedInput-root fieldset{border-color:#fff3}.chat-input-field .MuiOutlinedInput-root:hover fieldset{border-color:#ffffff4d}.chat-input-field .MuiOutlinedInput-root.Mui-focused fieldset{border-color:#6366f1}.chat-input-field .MuiOutlinedInput-input{color:#e0e7ff}.chat-input-field .MuiOutlinedInput-input::placeholder{color:#fff6;opacity:1}.send-btn{color:#22c55e!important}.send-btn:disabled{color:#ffffff4d!important}.send-btn:hover:not(:disabled){background:#22c55e1a!important}
