#xdrive-voice-agent{position:fixed;right:max(22px,env(safe-area-inset-right));bottom:max(22px,env(safe-area-inset-bottom));z-index:2147483000;font-family:system-ui,-apple-system,"PingFang SC",sans-serif;display:flex;align-items:center;gap:12px;pointer-events:none}
#xdrive-voice-agent .agent-mic{pointer-events:auto;width:64px;height:64px;border:1px solid rgba(255,255,255,.22);border-radius:22px;background:linear-gradient(145deg,#fb594c,#d9271d);color:#fff;font-size:27px;font-weight:800;box-shadow:0 14px 36px rgba(224,43,32,.34);cursor:pointer}
#xdrive-voice-agent .agent-mic.listening{animation:xdrive-agent-pulse 1.25s infinite;background:linear-gradient(145deg,#25d49a,#087b61)}
#xdrive-voice-agent .agent-mic.busy{opacity:.72;cursor:wait}
#xdrive-voice-agent .agent-mic[data-unsupported="true"]{background:linear-gradient(145deg,#64748b,#334155)}
#xdrive-voice-agent .agent-stop{pointer-events:auto;min-height:48px;padding:0 18px;border:1px solid rgba(248,113,113,.5);border-radius:15px;background:rgba(38,14,16,.94);color:#fecaca;font-size:15px;font-weight:700;cursor:pointer;box-shadow:0 10px 26px rgba(0,0,0,.28)}
#xdrive-voice-agent .agent-stop[hidden]{display:none}
#xdrive-voice-agent .agent-bubble{pointer-events:none;max-width:min(420px,60vw);padding:13px 16px;border:1px solid rgba(255,255,255,.18);border-radius:16px;background:rgba(12,15,20,.94);color:#fff;font-size:16px;line-height:1.45;box-shadow:0 12px 32px rgba(0,0,0,.35);backdrop-filter:blur(14px)}
#xdrive-voice-agent .agent-bubble[data-tone="error"]{border-color:rgba(248,113,113,.65);color:#fecaca}
@keyframes xdrive-agent-pulse{50%{transform:scale(1.08);box-shadow:0 0 0 12px rgba(37,212,154,.12),0 14px 36px rgba(0,0,0,.35)}}
@media(max-width:720px){#xdrive-voice-agent{gap:8px}#xdrive-voice-agent .agent-mic{width:58px;height:58px;border-radius:19px}#xdrive-voice-agent .agent-stop{min-height:44px;padding:0 13px;font-size:14px}#xdrive-voice-agent .agent-bubble{font-size:14px;max-width:58vw}}
