.chat .chat-form{display:grid!important;grid-template-columns:minmax(0,1fr) 48px 52px!important;gap:8px!important;align-items:center!important}
.chat .chat-form .voice-mic,.chat .voice-master,.chat .voice-play,.chat .voice-call{appearance:none;border:0;cursor:pointer;display:inline-grid;place-items:center;font-family:inherit;transition:transform .18s ease,background .18s ease,box-shadow .18s ease,opacity .18s ease}
.chat .chat-form .voice-mic{width:48px;height:48px;border-radius:16px;background:#edf5f2;color:#17493f;font-size:20px;box-shadow:inset 0 0 0 1px rgba(23,73,63,.12)}
.chat .chat-form .voice-mic:hover,.chat .chat-form .voice-mic:focus-visible{transform:translateY(-1px);box-shadow:0 7px 18px rgba(23,73,63,.13)}
.chat .chat-form .voice-mic.is-listening{background:#b74f45;color:#fff;animation:voicePulse 1.15s ease-in-out infinite}
.chat .chat-form .voice-mic.unsupported{opacity:.42;cursor:not-allowed}
.chat .voice-master,.chat .voice-call{width:38px;height:38px;border-radius:12px;background:rgba(255,255,255,.12);color:#fff;font-size:17px;margin-inline-start:5px}
.chat .voice-call{background:rgba(255,255,255,.18)}
.chat .voice-call.active{background:#fff;color:#b74f45;box-shadow:0 5px 16px rgba(0,0,0,.12);animation:voiceSoftPulse 1.7s ease-in-out infinite}
.chat .voice-master.active{background:#fff;color:#17493f;box-shadow:0 5px 16px rgba(0,0,0,.12)}
.chat .voice-call-status{display:block;min-height:0;max-height:0;overflow:hidden;padding:0 18px;text-align:center;background:#eef6f3;color:#17493f;font-size:13px;font-weight:700;transition:max-height .2s ease,padding .2s ease}
.chat .voice-call-status:not(:empty){max-height:42px;padding:8px 18px;border-bottom:1px solid rgba(23,73,63,.08)}
.chat .voice-call-status[data-state="listening"]{background:#eef8f5;color:#125f4f}
.chat .voice-call-status[data-state="speaking"]{background:#fff3ed;color:#8a4935}
.chat .voice-call-status[data-state="thinking"]{background:#f5f1ea;color:#6b5849}
.chat .bubble.bot{position:relative;padding-bottom:34px!important}
.chat .voice-play{position:absolute;inset-inline-end:10px;bottom:7px;width:28px;height:28px;border-radius:10px;background:rgba(23,73,63,.08);color:#17493f;font-size:13px}
.chat .voice-play:hover,.chat .voice-play:focus-visible{background:rgba(23,73,63,.16);transform:scale(1.04)}
.chat .voice-play.is-speaking{background:#17493f;color:#fff;animation:voicePulse 1.15s ease-in-out infinite}
@keyframes voicePulse{0%,100%{box-shadow:0 0 0 0 rgba(183,79,69,.22)}50%{box-shadow:0 0 0 8px rgba(183,79,69,0)}}
@keyframes voiceSoftPulse{0%,100%{box-shadow:0 0 0 0 rgba(255,255,255,.12)}50%{box-shadow:0 0 0 7px rgba(255,255,255,0)}}
@media(max-width:520px){.chat .chat-form{grid-template-columns:minmax(0,1fr) 44px 48px!important;gap:6px!important}.chat .chat-form .voice-mic{width:44px;height:44px;border-radius:14px}.chat .voice-master,.chat .voice-call{width:34px;height:34px;margin-inline-start:3px}.chat .voice-call-status{font-size:12px}}
@media(prefers-reduced-motion:reduce){.chat .voice-mic,.chat .voice-master,.chat .voice-play,.chat .voice-call,.chat .voice-call-status{transition:none!important;animation:none!important}}
