.voice-button{width:58px;height:58px;position:fixed;right:26px;bottom:26px;z-index:14;border:0;border-radius:19px;background:#ff6f61;color:#fff;font-size:26px;box-shadow:0 14px 34px rgba(255,111,97,.38);transition:.2s}.voice-button:hover{transform:translateY(-2px) scale(1.03)}
.voice-panel{width:min(410px,calc(100% - 28px));padding:22px;position:fixed;right:25px;bottom:96px;z-index:18;border:1px solid #e6eaf1;border-radius:22px;background:rgba(255,255,255,.97);box-shadow:0 24px 70px rgba(18,30,56,.2);backdrop-filter:blur(18px)}
.voice-head{display:flex;align-items:flex-start;justify-content:space-between}.voice-head small{color:#ff6f61;font-size:10px;font-weight:800;letter-spacing:.15em}.voice-head h3{margin:4px 0 0;font:800 20px Manrope}.voice-head>button{width:32px;height:32px;border:0;border-radius:9px;background:#eff2f6;color:#74809a;font-size:20px}
.voice-pulse{width:66px;height:66px;margin:20px auto 13px;display:grid;place-items:center;border-radius:50%;background:#fff0ee;font-size:29px}.voice-panel.listening .voice-pulse{animation:voicePulse 1.2s infinite;background:#ff6f61;color:#fff}.voice-panel>strong{display:block;text-align:center;font-size:14px}.voice-panel>p{min-height:44px;margin:10px 0;padding:11px;border-radius:11px;background:#f5f7fb;color:#53617a;font-size:13px;line-height:1.45;text-align:center}
.voice-examples{margin:14px 0;display:grid;gap:5px;color:#74809a;font-size:11px}.voice-examples b{color:#18233d}.voice-panel>.primary{width:100%}
@keyframes voicePulse{0%,100%{box-shadow:0 0 0 0 rgba(255,111,97,.35)}50%{box-shadow:0 0 0 14px rgba(255,111,97,0)}}
@media(max-width:760px){.voice-button{right:18px;bottom:88px}.voice-panel{right:14px;bottom:158px;max-height:calc(100vh - 180px);overflow:auto}.voice-examples span:nth-of-type(2){display:none}}
.remember{display:flex;align-items:center;gap:10px;margin:-1px 0 17px;cursor:pointer}.remember input{width:18px;height:18px;margin:0;accent-color:#ff6f61;box-shadow:none}.remember span{display:grid;gap:1px}.remember strong{color:#34415b;font-size:13px}.remember small{color:#74809a;font-size:10px}
