.smartupiad-voice-host{display:flex;align-items:center;gap:10px;margin:18px 0 2px;min-height:52px}
.smartupiad-voice-host[hidden]{display:none}
.smartupiad-voice-host .tb-voice-btn{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;min-width:48px;padding:0;border:1px solid #adc8c3;border-radius:50%;background:#f3faf5;color:#116b7e;touch-action:manipulation}
.smartupiad-voice-host .tb-voice-btn.on{background:#e03e3e;border-color:#e03e3e;color:#fff;animation:smartupiad-voice-pulse 1.2s infinite}
.smartupiad-voice-host .tb-voice-btn:disabled{opacity:.5;cursor:not-allowed}
.smartupiad-voice-host .tb-voice-status{font-size:12px;color:#697776;overflow-wrap:anywhere}
.smartupiad-voice-host .tb-voice-status[data-state="listen"]{color:#b3362b;font-weight:700}
.smartupiad-voice-host .tb-voice-status[data-state="ok"]{color:#177b4a}
.smartupiad-voice-host .tb-voice-status[data-state="err"]{color:#b3362b}
@keyframes smartupiad-voice-pulse{0%,100%{box-shadow:0 0 0 0 #e03e3e55}50%{box-shadow:0 0 0 7px #e03e3e00}}
@media(max-width:540px){.smartupiad-voice-host .tb-voice-btn{width:52px;height:52px;min-width:52px}}
@media(prefers-reduced-motion:reduce){.smartupiad-voice-host .tb-voice-btn.on{animation:none}}
