.voice-call-overlay{position:relative;width:min(100%,720px);min-height:70vh;margin:16px auto;border-radius:28px;overflow:hidden;background:linear-gradient(160deg,#0f0c29,#1a1333 40%,#24243e);display:flex;align-items:center;justify-content:center;animation:voiceCallFadeIn .4s ease-out;box-shadow:0 28px 80px #0f0c2947}@keyframes voiceCallFadeIn{0%{opacity:0;transform:scale(1.03)}to{opacity:1;transform:scale(1)}}.voice-call-container{display:flex;flex-direction:column;align-items:center;gap:18px;max-width:400px;width:100%;padding:40px 24px}.voice-call-close{position:absolute;top:20px;right:20px;width:40px;height:40px;border-radius:50%;background:#ffffff14;border:1px solid rgba(255,255,255,.12);color:#fff9;display:grid;place-items:center;cursor:pointer;transition:all .2s}@media(max-width:640px){.voice-call-overlay{width:100%;min-height:65vh;margin:12px 0;border-radius:24px}.voice-call-container{padding:32px 20px 28px}.voice-call-close{top:16px;right:16px}}.voice-call-close:hover{background:#ffffff26;color:#fff}.voice-call-avatar-wrap{position:relative;width:200px;height:200px;margin-bottom:8px}.voice-call-avatar-ring{position:absolute;inset:-16px;border-radius:50%;background:conic-gradient(from 0deg,#6c5ce7,#00c875,#fdab3d,#579bfc,#e2445c,#6c5ce7);filter:blur(18px);opacity:0;transition:opacity .4s ease,transform .08s ease-out;animation:none;will-change:transform,opacity}.voice-call-avatar-ring.speaking{opacity:.85;animation:pulseGlow 1.5s ease-in-out infinite,rotateGlow 4s linear infinite}@keyframes pulseGlow{0%,to{transform:scale(1);opacity:.55;filter:blur(18px)}50%{transform:scale(1.12);opacity:.95;filter:blur(22px)}}@keyframes rotateGlow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.voice-call-avatar-inner{position:relative;z-index:2;width:100%;height:100%;border-radius:50%;overflow:hidden;border:3px solid rgba(255,255,255,.15);box-shadow:0 8px 32px #0006}.voice-call-avatar{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.voice-call-avatar-fallback{display:grid;place-items:center;font-size:64px;font-weight:700;color:#fff;background:linear-gradient(135deg,#6c5ce7,#00c875)}.voice-call-agent-info{text-align:center}.voice-call-agent-name{font-size:24px;font-weight:700;color:#fff;margin:0;letter-spacing:-.3px}.voice-call-agent-role{font-size:14px;color:#ffffff80;margin:4px 0 0}.voice-call-status{font-size:14px;color:#ffffffb3;display:flex;align-items:center;gap:6px;min-height:24px}.voice-call-duration{font-size:28px;font-weight:300;color:#ffffffe6;font-variant-numeric:tabular-nums;letter-spacing:2px}.voice-call-summary{background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:16px 20px;max-width:360px;width:100%;animation:voiceCallFadeIn .5s ease-out}.voice-call-summary-text{font-size:13px;color:#fffc;line-height:1.5;margin:0 0 12px}.voice-call-summary-label{font-size:12px;font-weight:600;color:#fff9}.voice-call-summary-actions ul{margin:6px 0 0;padding-left:18px;font-size:12px;color:#ffffffb3;line-height:1.7}.voice-call-waveform{display:flex;align-items:center;justify-content:center;gap:3px;height:40px;margin:8px 0}.voice-call-waveform-bar{width:4px;height:8px;border-radius:2px;background:#fff3;transition:height .15s ease,background .3s ease}.voice-call-waveform-bar.active{background:linear-gradient(to top,#00c875,#6c5ce7);animation:waveformBounce .6s ease-in-out infinite alternate}.voice-call-waveform-bar.listening{background:#ffffff4d;animation:waveformListening 1.2s ease-in-out infinite alternate}@keyframes waveformBounce{0%{height:6px}to{height:28px}}@keyframes waveformListening{0%{height:6px}to{height:16px}}.voice-call-controls{display:flex;align-items:center;gap:20px;margin-top:20px}.voice-call-btn{position:relative;display:grid;place-items:center;width:64px;height:64px;border-radius:50%;background:#ffffff14;border:1px solid rgba(255,255,255,.12);color:#fff;cursor:pointer;transition:all .25s ease;padding:0;font-size:0}.voice-call-btn span{font-size:11px;color:#ffffff80;position:absolute;bottom:-22px;left:50%;transform:translate(-50%);white-space:nowrap;transition:color .25s ease}.voice-call-btn:hover:not(:disabled){background:#ffffff26}.voice-call-btn:disabled{opacity:.3;cursor:not-allowed}.voice-call-btn-active{background:#ff646459!important;border-color:#ff787880!important;box-shadow:0 0 16px #ff505040,inset 0 0 12px #ff505026}.voice-call-btn-active span{color:#ffa0a0e6!important}.voice-call-btn-end{background:#dc2626!important;border-color:#ef4444!important;width:72px;height:72px}.voice-call-btn-end:hover:not(:disabled){background:#b91c1c!important}.voice-call-saving{display:flex;flex-direction:column;align-items:center;gap:16px;padding:24px;animation:voiceCallFadeIn .3s ease-out}.voice-call-saving-text{font-size:16px;font-weight:500;color:#ffffffd9}.voice-call-saving-subtext{font-size:13px;color:#ffffff73}
