.voice-launcher{position:fixed;bottom:25px;left:25px;z-index:40;display:flex;align-items:center;gap:12px;min-height:54px;padding:13px 19px;color:#081008;background:var(--lime);border:1px solid #eaffad;border-radius:4px;font-size:15px;box-shadow:0 8px 35px #0007;cursor:pointer}.voice-launcher[hidden]{display:none}.voice-launcher svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.5}.voice-dialog{width:min(560px,calc(100% - 32px));margin:auto;max-height:90vh;overflow:auto;padding:32px;background:#061018;border:1px solid #8aefff66;color:var(--text);border-radius:8px}.voice-dialog::backdrop{background:#010407d9;backdrop-filter:blur(8px)}.voice-close{position:absolute;top:13px;left:13px;width:44px;height:44px;background:none;border:1px solid var(--line);color:var(--text);font-size:24px;cursor:pointer}.voice-dialog h2{font-size:36px;letter-spacing:-1px;line-height:1.2;margin-top:28px}.voice-dialog>p{font-size:16px;line-height:1.8;color:#b0c8d5;margin-top:20px}.voice-meter{height:110px;display:flex;align-items:center;justify-content:center;gap:8px;margin-top:20px}.voice-meter i{width:5px;height:calc(18px + var(--voice-level,0)*75px);background:var(--blue);border-radius:3px;transition:height .08s}.voice-meter i:nth-child(2n){height:calc(30px + var(--voice-level,0)*40px);background:var(--lime)}.voice-status{min-height:54px;font-size:17px!important;color:var(--blue)!important;text-align:center}.voice-transcript{font-size:17px;color:#d2e6ef;line-height:1.9;min-height:75px;max-height:175px;overflow:auto;padding:18px;border:1px solid var(--line);margin:18px 0}.voice-actions{display:flex;flex-wrap:wrap;gap:12px}.voice-actions button,.voice-audio-enable{min-height:48px;padding:12px 20px;background:var(--lime);color:#061008;border:1px solid var(--lime);border-radius:3px;font-size:16px;cursor:pointer}.voice-actions button[hidden],.voice-audio-enable[hidden]{display:none}.voice-actions button:disabled{opacity:.55;cursor:wait}.voice-actions .voice-stop{background:#23181c;color:#ffd3d4;border-color:#ffbfc150}.voice-dialog .voice-contact{display:inline-flex;align-items:center;min-height:44px;color:var(--lime);font-size:15px;margin-top:18px}.voice-dialog .voice-privacy{font-size:13px;color:#9fb9c8;margin-top:18px}.voice-dialog .eyebrow{font-size:13px}@media(max-width:760px){.voice-dialog{padding:27px 22px}.voice-dialog h2{font-size:31px}.voice-launcher{bottom:15px;left:15px}}@media(prefers-reduced-motion:reduce){.voice-meter i{transition:none}}
