/* CHAMAAÊ COMUNICAÇÃO E DESPACHO V5 */
.v5-sound-button{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:40px;padding:9px 12px;border:1px solid rgba(22,198,83,.35);border-radius:12px;background:rgba(22,198,83,.10);color:#071b4d;font-weight:800;cursor:pointer}
.v5-sound-button.active{background:#16c653;color:#fff;border-color:#16c653}
.v5-sound-button .v5-dot{width:8px;height:8px;border-radius:50%;background:#f79009}
.v5-sound-button.active .v5-dot{background:#fff;box-shadow:0 0 0 5px rgba(255,255,255,.18)}
.v5-chat-toolbar{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 0;border-bottom:1px solid #e4e7ec;margin-bottom:10px}
.v5-chat-toolbar .v5-connection{display:flex;align-items:center;gap:7px;color:#667085;font-size:13px}
.v5-online-dot{width:9px;height:9px;border-radius:50%;background:#16c653;box-shadow:0 0 0 5px rgba(22,198,83,.12)}
.v5-chat-actions{display:flex;gap:8px;flex-wrap:wrap}
.v5-chat-compose{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:8px;align-items:center;margin-top:10px}
.v5-chat-compose input{min-width:0}
.v5-recording{display:flex;align-items:center;gap:8px;padding:9px 12px;border-radius:12px;background:#fff3f2;color:#b42318;font-weight:800}
.v5-recording .pulse{width:10px;height:10px;border-radius:50%;background:#d92d20;animation:v5Pulse 1.1s infinite}
@keyframes v5Pulse{50%{opacity:.25;transform:scale(.75)}}
.v5-audio-message{display:grid;gap:5px;min-width:min(300px,70vw)}
.v5-audio-message audio{width:100%;height:38px}
.v5-read-state{font-size:11px;color:#98a2b3;margin-left:6px}
.v5-offer-card{border:2px solid #16c653;box-shadow:0 14px 34px rgba(22,198,83,.16);position:relative;overflow:hidden}
.v5-offer-card:before{content:"";position:absolute;inset:0 auto auto 0;width:100%;height:5px;background:linear-gradient(90deg,#16c653,#f5b700,#071b4d)}
.v5-offer-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}
.v5-offer-countdown{display:grid;place-items:center;min-width:72px;height:72px;border-radius:18px;background:#071b4d;color:#fff;font-size:27px;font-weight:900}
.v5-offer-countdown small{display:block;font-size:10px;font-weight:700;opacity:.75;text-transform:uppercase}
.v5-offer-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;margin:13px 0}
.v5-offer-metric{padding:10px;border-radius:13px;background:#f4f7fb;border:1px solid #e4e7ec}
.v5-offer-metric strong{display:block;color:#071b4d;font-size:17px}
.v5-offer-metric small{color:#667085}
.v5-offer-buttons{display:grid;grid-template-columns:1fr 1.8fr;gap:9px}
.v5-call-overlay{position:fixed;z-index:10000;inset:0;background:rgba(4,15,45,.82);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;padding:20px}
.v5-call-card{width:min(420px,100%);padding:28px;border-radius:28px;background:#071b4d;color:#fff;text-align:center;box-shadow:0 28px 80px rgba(0,0,0,.35)}
.v5-call-avatar{width:92px;height:92px;margin:0 auto 16px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#16c653,#0e9f47);font-size:34px;font-weight:900;border:5px solid rgba(255,255,255,.16);overflow:hidden}
.v5-call-avatar img{width:100%;height:100%;object-fit:cover}
.v5-call-card h2{color:#fff;margin:0 0 6px}
.v5-call-card p{color:#c9d2e3;margin:0 0 24px}
.v5-call-buttons{display:flex;justify-content:center;gap:16px}
.v5-call-btn{width:62px;height:62px;border-radius:50%;border:0;font-size:25px;cursor:pointer;color:#fff;font-weight:900}
.v5-call-btn.accept{background:#16c653}.v5-call-btn.reject{background:#d92d20}.v5-call-btn.mute{background:#344054}
.v5-dispatch-status{display:flex;align-items:center;gap:9px;padding:12px 14px;border-radius:14px;background:rgba(22,198,83,.09);border:1px solid rgba(22,198,83,.25);margin:10px 0}
.v5-dispatch-status .spinner{width:18px;height:18px;border:3px solid rgba(22,198,83,.22);border-top-color:#16c653;border-radius:50%;animation:v5Spin .9s linear infinite}
@keyframes v5Spin{to{transform:rotate(360deg)}}
.v5-dispatch-table{width:100%;border-collapse:collapse}
.v5-dispatch-table th,.v5-dispatch-table td{padding:10px 9px;border-bottom:1px solid #e4e7ec;text-align:left;vertical-align:top}
.v5-dispatch-table th{font-size:12px;color:#667085;text-transform:uppercase;letter-spacing:.03em}
.v5-status-chip{display:inline-flex;padding:5px 9px;border-radius:999px;font-size:12px;font-weight:800;background:#f2f4f7;color:#344054}
.v5-status-chip.accepted{background:#ecfdf3;color:#027a48}.v5-status-chip.offered{background:#eff8ff;color:#175cd3}.v5-status-chip.waiting,.v5-status-chip.searching{background:#fffaeb;color:#b54708}.v5-status-chip.error{background:#fef3f2;color:#b42318}
@media(max-width:700px){.v5-sound-button span.label{display:none}.v5-chat-compose{grid-template-columns:1fr auto}.v5-chat-compose .v5-call-small{grid-column:1/-1}.v5-offer-metrics{grid-template-columns:1fr 1fr}.v5-offer-metrics .v5-offer-metric:last-child{grid-column:1/-1}.v5-offer-buttons{grid-template-columns:1fr}.v5-chat-toolbar{align-items:flex-start;flex-direction:column}.v5-dispatch-table{font-size:13px}}
