.voice-toggle{display:grid;place-items:center;width:36px;height:36px;padding:0;border:1px solid #dce5df;border-radius:9px;background:#fff;color:#375547;flex:none}
.voice-toggle:hover,.voice-toggle[aria-expanded="true"]{background:#edf6f0;border-color:#aac7b5}
.voice-toggle.listening{background:#d9f3e3;border-color:#76b68c;box-shadow:0 0 0 3px #d9f3e380}
.voice-panel{position:fixed;inset:86px 28px auto auto;width:min(420px,calc(100vw - 24px));max-height:min(680px,calc(100vh - 100px));overflow:auto;margin:0;padding:20px;border:1px solid #dce5df;border-radius:14px;background:#fff;color:#203b31;box-shadow:0 18px 55px #18352627;z-index:3000}
.voice-panel::backdrop{background:transparent}
.voice-head{display:flex;align-items:center;justify-content:space-between;gap:12px}
.voice-head strong{font-size:15px;letter-spacing:1.3px}
.voice-head>div{display:flex;align-items:center;gap:4px}
.voice-head button{width:30px;height:30px;padding:0;border:0;background:transparent;color:#6a7970;font-size:23px;line-height:1}
.voice-state{margin:15px 0 10px;color:#557063;font-size:14px;line-height:1.5}
.voice-state.active::before{content:"";display:inline-block;width:8px;height:8px;margin-right:7px;border-radius:50%;background:#289762;box-shadow:0 0 0 4px #dcf4e6}
.voice-thread{display:grid;gap:9px;align-content:start;min-height:100px;max-height:360px;overflow:auto;margin:0 0 16px;padding:4px 3px;color:#243c30;font-size:14px;line-height:1.55}
.voice-intro{margin:0;padding:12px 14px;border-radius:9px;background:#f5f8f6;color:#60756a}
.voice-message{max-width:94%;padding:10px 12px;border-radius:11px;background:#f5f8f6;overflow-wrap:anywhere;white-space:pre-wrap}
.voice-message.user{justify-self:end;background:#e8f2ec}
.voice-message.assistant{justify-self:start}
.voice-message p{margin:0}
.voice-message small{display:block;margin-top:8px;color:#687b70;font-size:11px;line-height:1.45;white-space:normal}
.voice-message details{margin-top:6px;color:#557063;font-size:11px;white-space:normal}
.voice-message details summary{cursor:pointer}
.voice-message details ul{margin:5px 0 0;padding-left:17px}
.voice-controls{display:grid;gap:10px}
#voice-listen{border-color:#2e5945;background:#244934;color:white;font-size:14px;font-weight:600}
#voice-listen:disabled{opacity:.6;cursor:not-allowed}
#voice-form{display:flex;gap:7px}
#voice-input{min-width:0;flex:1;padding:9px 10px;border:1px solid #dce5df;border-radius:7px;font-size:14px}
#voice-form button{padding:8px 12px;border-radius:7px;font-size:14px}
.voice-panel>small{display:block;margin-top:13px;color:#77857c;font-size:12px;line-height:1.5}
@media(max-width:700px){.voice-panel{inset:105px 12px auto auto}.voice-toggle{width:32px;height:32px}}
