/* INFOCAB ENA NEXO VOICE CALL V1 STYLES */
.ena-voice-call-browser-mic-hidden{display:none!important}
.ena-voice-call-launcher{position:fixed;right:22px;bottom:22px;z-index:2147482000;border:1px solid rgba(255,255,255,.16);background:#07111f;color:#f5f8ff;border-radius:999px;padding:12px 17px;display:flex;align-items:center;gap:9px;font:600 13px/1.1 Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;box-shadow:0 18px 48px rgba(0,0,0,.34);cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}
.ena-voice-call-launcher:hover{transform:translateY(-2px);box-shadow:0 22px 58px rgba(0,0,0,.42)}
.ena-voice-call-dot{width:9px;height:9px;border-radius:50%;background:#6f819b;box-shadow:0 0 0 4px rgba(111,129,155,.13)}
.ena-voice-call-launcher[data-state="listening"] .ena-voice-call-dot{background:#59d6a3;animation:enaVoicePulse 1.35s infinite}
.ena-voice-call-launcher[data-state="thinking"] .ena-voice-call-dot,.ena-voice-call-launcher[data-state="waiting_audio"] .ena-voice-call-dot{background:#f4bd62;animation:enaVoicePulse 1s infinite}
.ena-voice-call-launcher[data-state="speaking"] .ena-voice-call-dot{background:#70a8ff;animation:enaVoicePulse .72s infinite}
.ena-voice-call-launcher[data-state="error"] .ena-voice-call-dot{background:#ef7585}
.ena-voice-call-panel{position:fixed;right:22px;bottom:78px;z-index:2147482001;width:min(390px,calc(100vw - 28px));box-sizing:border-box;padding:18px;border:1px solid rgba(255,255,255,.14);border-radius:22px;background:rgba(5,13,25,.96);color:#f6f8fc;box-shadow:0 24px 74px rgba(0,0,0,.48);backdrop-filter:blur(18px);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
.ena-voice-call-panel[hidden]{display:none!important}
.ena-voice-call-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}
.ena-voice-call-head>div{display:flex;flex-direction:column;gap:3px}.ena-voice-call-eyebrow{font-size:9px;font-weight:750;letter-spacing:.14em;color:#8ea0b9}.ena-voice-call-head strong{font-size:17px;letter-spacing:-.02em}.ena-voice-call-head button{width:30px;height:30px;border:0;border-radius:10px;background:rgba(255,255,255,.07);color:#cad4e4;font-size:20px;cursor:pointer}
.ena-voice-call-orb{width:86px;height:86px;margin:18px auto 12px;border-radius:50%;position:relative;background:radial-gradient(circle at 38% 34%,rgba(133,180,255,.58),rgba(32,76,138,.25) 38%,rgba(10,24,46,.92) 72%);box-shadow:inset 0 0 34px rgba(123,177,255,.24),0 0 34px rgba(79,134,216,.15);display:grid;place-items:center}
.ena-voice-call-orb i{position:absolute;border:1px solid rgba(158,199,255,.34);border-radius:50%;inset:10px;animation:enaVoiceOrbit 3.2s linear infinite}.ena-voice-call-orb i:nth-child(2){inset:20px;animation-duration:2.2s;animation-direction:reverse}.ena-voice-call-orb i:nth-child(3){inset:30px;animation-duration:1.5s}
.ena-voice-call-panel[data-state="listening"] .ena-voice-call-orb{box-shadow:inset 0 0 36px rgba(83,222,166,.25),0 0 38px rgba(72,207,154,.18)}
.ena-voice-call-panel[data-state="thinking"] .ena-voice-call-orb,.ena-voice-call-panel[data-state="waiting_audio"] .ena-voice-call-orb{box-shadow:inset 0 0 36px rgba(247,190,91,.23),0 0 38px rgba(238,179,78,.16)}
.ena-voice-call-panel[data-state="speaking"] .ena-voice-call-orb{animation:enaVoiceSpeak .75s ease-in-out infinite alternate}
.ena-voice-call-transcript{min-height:44px;margin:0;padding:12px 13px;border:1px solid rgba(255,255,255,.08);border-radius:14px;background:rgba(255,255,255,.045);font-size:13px;line-height:1.55;color:#edf3fc;text-align:center}.ena-voice-call-transcript[data-partial="1"]{color:#b9c7da}
.ena-voice-call-meta{display:block;min-height:30px;margin:9px 4px 0;text-align:center;color:#8fa0b8;font-size:10.5px;line-height:1.45}.ena-voice-call-actions{display:flex;justify-content:center;margin-top:12px}.ena-voice-call-end{border:1px solid rgba(239,117,133,.28);background:rgba(239,117,133,.08);color:#ffc6cf;border-radius:12px;padding:10px 14px;font-size:12px;font-weight:650;cursor:pointer}.ena-voice-call-end:hover{background:rgba(239,117,133,.14)}
@keyframes enaVoicePulse{50%{transform:scale(1.2);box-shadow:0 0 0 7px rgba(111,168,255,.1)}}@keyframes enaVoiceOrbit{to{transform:rotate(360deg)}}@keyframes enaVoiceSpeak{to{transform:scale(1.045);filter:brightness(1.12)}}
@media(max-width:640px){.ena-voice-call-launcher{right:14px;bottom:14px}.ena-voice-call-panel{right:14px;bottom:68px;width:calc(100vw - 28px)}}
@media(prefers-reduced-motion:reduce){.ena-voice-call-launcher,.ena-voice-call-dot,.ena-voice-call-orb,.ena-voice-call-orb i{animation:none!important;transition:none!important}}
