/* KhataChat Pro Billing — one-command voice draft mode v425 */
.kcVoiceHeader{display:flex!important;align-items:center;justify-content:space-between;gap:8px;width:100%}.kcVoiceButton{flex:0 0 auto;color:#fff;background:linear-gradient(135deg,#7c3aed,#2563eb);border:0;border-radius:999px;min-height:30px;padding:5px 10px;font-size:10px;font-weight:900;line-height:1;box-shadow:0 4px 12px #4338ca33}.kcVoiceButton:hover{filter:brightness(1.04)}.kcVoiceButton.listening{background:linear-gradient(135deg,#dc2626,#ef4444)}.kcVoicePulse{background:#fff;border-radius:50%;width:8px;height:8px;display:inline-block;animation:kcVoicePulse 1s ease-in-out infinite}.kcVoiceStatus{color:#64748b;margin-top:4px;font-size:10px;line-height:1.35;display:block}.kcVoiceStatus[data-state=listening]{color:#b91c1c;font-weight:800}.kcVoiceStatus[data-state=error]{color:#b91c1c;font-weight:800}.kcVoiceStatus[data-state=stopped]{color:#047857}.proTextAreaWrap:has(.kcVoiceButton.listening) textarea{border-color:#ef4444!important;box-shadow:0 0 0 3px #ef44441f!important}@keyframes kcVoicePulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.45;transform:scale(.75)}}@media(max-width:600px){.kcVoiceButton{min-height:28px;padding:4px 8px;font-size:9px}.kcVoiceStatus{font-size:8px}}
