/* TELE.EXPRESS R12 · Chat flotante Comercio
   Estructura basada en admin McDonald's; paleta y servicios Tele.Express. */
#tx-commerce-chat-layer{position:fixed;inset:0;pointer-events:none;z-index:3300;font-family:Inter,system-ui,"Segoe UI",sans-serif}
.tx-commerce-chat-tongue{position:fixed;right:18px;bottom:0;height:44px;min-width:176px;padding:0 18px;border:0;border-radius:15px 15px 0 0;background:linear-gradient(135deg,var(--blue-dark,#003B7A),var(--purple,#7F00B2));color:#fff;box-shadow:0 -5px 22px #1012182b;display:flex;align-items:center;justify-content:center;gap:10px;font-weight:900;letter-spacing:.2px;pointer-events:auto;z-index:3315;border-top:4px solid var(--electric,#2196F3)}
.tx-commerce-chat-tongue:hover{filter:brightness(1.08)}.tx-commerce-chat-tongue .badge{position:absolute;right:7px;top:-10px;min-width:23px;height:23px;border-radius:999px;background:#dc3545;color:#fff;display:grid;place-items:center;font-size:11px;border:2px solid #fff}.tx-commerce-chat-tongue .badge:empty{display:none}
.tx-commerce-chat-drawer{position:fixed;right:18px;bottom:48px;width:380px;max-width:calc(100vw - 24px);height:525px;max-height:calc(100vh - 92px);background:#fff;border-radius:18px 18px 0 0;box-shadow:0 12px 34px #10121838;overflow:hidden;display:none;flex-direction:column;pointer-events:auto;z-index:3312;border:1px solid #dfe7ef}.tx-commerce-chat-drawer.open{display:flex}
.tx-commerce-chat-drawer-head{background:linear-gradient(135deg,var(--blue-dark,#003B7A),var(--purple,#7F00B2));color:#fff;border-bottom:4px solid var(--electric,#2196F3);padding:14px}.tx-commerce-chat-drawer-title{display:flex;align-items:center;justify-content:space-between;gap:8px}.tx-commerce-chat-drawer-title strong{font-size:17px}.tx-commerce-chat-drawer-title button{border:0;background:#ffffff20;color:#fff;width:34px;height:34px;border-radius:9px}.tx-commerce-chat-search{padding:10px 12px;border-bottom:1px solid #edf0f3}.tx-commerce-chat-search input{width:100%;border:1px solid #d8e0e8;border-radius:12px;padding:10px 12px;outline:0}.tx-commerce-chat-search input:focus{border-color:var(--electric,#2196F3);box-shadow:0 0 0 3px #2196f31d}.tx-commerce-chat-list{overflow:auto;flex:1;background:#fff}.tx-commerce-chat-list-empty{padding:34px 18px;text-align:center;color:#7b8794}.tx-commerce-chat-list-item{width:100%;border:0;border-bottom:1px solid #eef1f4;background:#fff;padding:11px 12px;display:grid;grid-template-columns:44px minmax(0,1fr) auto;gap:10px;align-items:center;text-align:left}.tx-commerce-chat-list-item:hover{background:#f6faff}.tx-commerce-chat-avatar{width:44px;height:44px;border-radius:50%;overflow:hidden;background:#eaf1f8;color:var(--blue-dark,#003B7A);display:grid;place-items:center;font-size:18px}.tx-commerce-chat-avatar img{width:100%;height:100%;object-fit:cover}.tx-commerce-chat-list-copy{min-width:0;display:grid}.tx-commerce-chat-list-copy strong{font-size:13px;color:#1f2937;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tx-commerce-chat-list-copy span{font-size:11px;color:#667085;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tx-commerce-chat-list-meta{display:grid;justify-items:end;gap:4px}.tx-commerce-chat-list-meta time{font-size:9px;color:#98a2b3}.tx-commerce-chat-list-meta b{min-width:20px;height:20px;border-radius:999px;background:var(--purple,#7F00B2);color:#fff;display:grid;place-items:center;font-size:9px}
.tx-commerce-chat-minimized-wrap{position:fixed;left:calc(var(--sidebar,280px) + 12px);right:210px;bottom:0;overflow-x:auto;overflow-y:hidden;pointer-events:auto;z-index:3301}.tx-commerce-chat-minimized-bar{display:flex;align-items:flex-end;gap:8px;min-height:42px}.tx-commerce-chat-minimized-tab{height:40px;max-width:205px;min-width:135px;border:0;border-radius:12px 12px 0 0;padding:0 13px;background:linear-gradient(135deg,var(--blue-dark,#003B7A),var(--purple,#7F00B2));border-top:3px solid var(--electric,#2196F3);color:#fff;box-shadow:0 -3px 14px #0002;display:flex;align-items:center;gap:8px;font-size:11px;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tx-commerce-chat-minimized-tab.blink{animation:txCommerceChatBlink 1s infinite}@keyframes txCommerceChatBlink{50%{filter:brightness(1.45);transform:translateY(-2px)}}
.tx-commerce-chat-windows-wrap{position:fixed;left:calc(var(--sidebar,280px) + 12px);right:12px;bottom:48px;display:flex;align-items:flex-end;justify-content:flex-end;gap:12px;overflow-x:auto;overflow-y:hidden;pointer-events:none;z-index:3305;padding-top:20px}.tx-commerce-chat-window-slot{flex:0 0 auto;pointer-events:none}.tx-commerce-chat-window{position:relative;width:430px;max-width:calc(100vw - 20px);height:520px;max-height:calc(100vh - 110px);background:#fff;border-radius:16px 16px 0 0;box-shadow:0 10px 30px #0004;display:flex;flex-direction:column;overflow:hidden;pointer-events:auto;border:1px solid #dce4ec;transition:width .2s,height .2s}.tx-commerce-chat-window.maximized{width:min(780px,calc(100vw - var(--sidebar,280px) - 40px));height:calc(100vh - 95px)}
.tx-commerce-chat-header{background:linear-gradient(135deg,var(--blue-dark,#003B7A),var(--purple,#7F00B2));color:#fff;border-bottom:4px solid var(--electric,#2196F3);flex:0 0 auto}.tx-commerce-chat-topbar{display:flex;justify-content:space-between;align-items:center;padding:10px 11px;gap:8px}.tx-commerce-chat-identity{display:flex;align-items:center;gap:9px;min-width:0}.tx-commerce-chat-identity .avatar{width:38px;height:38px;border-radius:50%;overflow:hidden;background:#ffffff24;display:grid;place-items:center;flex:0 0 auto}.tx-commerce-chat-identity .avatar img{width:100%;height:100%;object-fit:cover}.tx-commerce-chat-identity .copy{display:grid;min-width:0}.tx-commerce-chat-title{font-size:12px;font-weight:900;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tx-commerce-chat-subtitle{font-size:9px;opacity:.82;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tx-commerce-chat-controls{display:flex;gap:5px;flex:0 0 auto}.tx-commerce-chat-control-btn{width:33px;height:33px;border-radius:8px;background:#ffffff20;color:#fff;border:0;display:grid;place-items:center}.tx-commerce-chat-control-btn:hover{background:#ffffff32}.tx-commerce-chat-control-btn.danger:hover{background:#dc3545}.tx-commerce-chat-control-btn.call{background:#ffffff1c}
.tx-commerce-chat-composing{height:24px;padding:4px 12px;background:#e9f5ff;color:var(--blue-dark,#003B7A);font-size:10px;display:none}.tx-commerce-chat-composing.show{display:block}.tx-commerce-chat-messages{padding:12px;background:#f5f7fa;overflow-y:auto;flex:1;min-height:0;scroll-behavior:smooth}.tx-commerce-chat-empty{height:100%;display:grid;place-items:center;color:#98a2b3;text-align:center;font-size:12px}.tx-commerce-chat-row{display:flex;margin:5px 0}.tx-commerce-chat-row.incoming{justify-content:flex-start}.tx-commerce-chat-row.outgoing{justify-content:flex-end}.tx-commerce-chat-bubble{max-width:80%;border-radius:13px;padding:8px 10px;font-size:12px;line-height:1.35;box-shadow:0 1px 2px #0000000c;overflow:hidden}.tx-commerce-chat-row.incoming .tx-commerce-chat-bubble{background:#eceff1;color:#182230;border-bottom-left-radius:4px}.tx-commerce-chat-row.outgoing .tx-commerce-chat-bubble{background:#dff3ff;color:#153452;border-bottom-right-radius:4px}.tx-commerce-chat-bubble .body{white-space:pre-wrap;overflow-wrap:anywhere}.tx-commerce-chat-meta{display:flex;align-items:center;justify-content:flex-end;gap:4px;margin-top:4px;font-size:8px;color:#667085}.tx-commerce-chat-receipt.sent,.tx-commerce-chat-receipt.delivered{color:#667085}.tx-commerce-chat-receipt.read{color:#0b84ff}.tx-commerce-chat-media-image{display:block;border:0;padding:0;background:transparent;width:100%;max-width:260px}.tx-commerce-chat-media-image img{display:block;width:100%;max-height:250px;object-fit:cover;border-radius:9px}.tx-commerce-chat-video{max-width:260px;width:100%;border-radius:9px;background:#000}.tx-commerce-chat-audio{max-width:260px;width:100%}.tx-commerce-chat-document{display:flex;align-items:center;gap:9px;text-decoration:none;color:inherit;background:#ffffff7a;border-radius:9px;padding:9px}.tx-commerce-chat-document i{font-size:23px;color:var(--purple,#7F00B2)}.tx-commerce-chat-document span{display:grid;min-width:0}.tx-commerce-chat-document strong{font-size:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tx-commerce-chat-document small{font-size:8px}.tx-commerce-chat-location{display:block;text-decoration:none;color:inherit;background:#fff;border-radius:9px;overflow:hidden}.tx-commerce-chat-location-map{height:92px;background:linear-gradient(135deg,#cce8f8,#e9def6);display:grid;place-items:center;color:var(--purple,#7F00B2);font-size:25px}.tx-commerce-chat-location-copy{display:grid;padding:7px}.tx-commerce-chat-location-copy strong{font-size:10px}.tx-commerce-chat-location-copy small{font-size:8px;color:#667085}
.tx-commerce-chat-attachment-preview{display:none;padding:9px 11px;border-top:1px solid #e8edf2;background:#fff}.tx-commerce-chat-attachment-preview.show{display:block}.tx-commerce-chat-preview-card{display:grid;grid-template-columns:58px minmax(0,1fr) auto;gap:9px;align-items:center;background:#f7f9fb;border-radius:10px;padding:7px}.tx-commerce-chat-preview-card .thumb{width:58px;height:58px;border-radius:8px;background:#e9eff5;overflow:hidden;display:grid;place-items:center;color:var(--purple,#7F00B2);font-size:21px}.tx-commerce-chat-preview-card .thumb img,.tx-commerce-chat-preview-card .thumb video{width:100%;height:100%;object-fit:cover}.tx-commerce-chat-preview-card .copy{min-width:0;display:grid}.tx-commerce-chat-preview-card .copy strong{font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tx-commerce-chat-preview-card .copy small{font-size:8px;color:#667085}.tx-commerce-chat-preview-card .actions{display:flex;gap:5px}.tx-commerce-chat-preview-card button{border:0;border-radius:8px;width:31px;height:31px}.tx-commerce-chat-preview-send{background:var(--purple,#7F00B2);color:#fff}.tx-commerce-chat-preview-cancel{background:#e9edf2;color:#475467}
.tx-commerce-chat-input-area{position:relative;display:flex;align-items:stretch;gap:6px;padding:8px;background:#fff;border-top:1px solid #e6e9ed;flex:0 0 auto}.tx-commerce-chat-clip-btn,.tx-commerce-chat-mic-btn,.tx-commerce-chat-send-btn{width:42px;min-width:42px;border:0;border-radius:10px;display:grid;place-items:center;font-size:16px}.tx-commerce-chat-clip-btn,.tx-commerce-chat-mic-btn{background:#edf2f7;color:var(--blue-dark,#003B7A)}.tx-commerce-chat-send-btn{background:var(--purple,#7F00B2);color:#fff}.tx-commerce-chat-input{resize:none;flex:1;min-height:48px;max-height:100px;border:1px solid #dfe5eb;border-radius:11px;padding:10px 11px;font-size:12px;outline:0}.tx-commerce-chat-input:focus{border-color:var(--electric,#2196F3);box-shadow:0 0 0 3px #2196f31a}.tx-commerce-chat-attachment-menu{position:absolute;left:8px;bottom:65px;width:205px;background:#fff;border:1px solid #dfe5eb;border-radius:12px;box-shadow:0 10px 30px #0002;padding:6px;display:none;z-index:5}.tx-commerce-chat-attachment-menu.open{display:grid}.tx-commerce-chat-attachment-menu button{border:0;background:#fff;border-radius:8px;padding:9px 10px;text-align:left;font-size:11px;color:#344054}.tx-commerce-chat-attachment-menu button:hover{background:#f2f6fa}.tx-commerce-chat-attachment-menu i{width:24px;color:var(--purple,#7F00B2)}.tx-commerce-chat-recording{display:none;padding:7px 11px;background:#fff3f3;border-top:1px solid #ffd8d8;color:#b42318;font-size:10px}.tx-commerce-chat-recording.show{display:flex;align-items:center;justify-content:space-between}.tx-commerce-chat-recording button{border:0;border-radius:8px;padding:5px 9px}.tx-commerce-chat-recording .stop{background:#dc3545;color:#fff}
.tx-commerce-chat-confirm{position:absolute;inset:0;background:#1012187a;display:none;align-items:center;justify-content:center;padding:18px;z-index:15}.tx-commerce-chat-confirm.show{display:flex}.tx-commerce-chat-confirm-card{width:min(310px,100%);background:#fff;border-radius:14px;padding:18px;text-align:center;box-shadow:0 14px 40px #0004}.tx-commerce-chat-confirm-card i{font-size:28px;color:#dc3545}.tx-commerce-chat-confirm-card strong{display:block;margin:8px 0 4px}.tx-commerce-chat-confirm-card p{font-size:11px;color:#667085}.tx-commerce-chat-confirm-actions{display:flex;justify-content:center;gap:8px;margin-top:12px}
.tx-commerce-chat-media-viewer{position:fixed;inset:0;background:#000d;z-index:3400;display:none;align-items:center;justify-content:center;padding:25px;pointer-events:auto}.tx-commerce-chat-media-viewer.open{display:flex}.tx-commerce-chat-media-viewer button{position:absolute;right:18px;top:18px;border:0;border-radius:50%;width:42px;height:42px;background:#fff;color:#111}.tx-commerce-chat-media-viewer img,.tx-commerce-chat-media-viewer video{max-width:94vw;max-height:90vh;object-fit:contain}.tx-commerce-chat-call-panel{position:fixed;inset:0;background:#07111fed;z-index:3450;display:none;align-items:center;justify-content:center;padding:20px;color:#fff;pointer-events:auto}.tx-commerce-chat-call-panel.open{display:flex}.tx-commerce-call-card{width:min(820px,96vw);height:min(620px,90vh);background:#0d1827;border-radius:22px;position:relative;overflow:hidden;box-shadow:0 30px 80px #0008}.tx-commerce-call-remote{position:absolute;inset:0;display:grid;place-items:center;background:#101b2b}.tx-commerce-call-remote video{width:100%;height:100%;object-fit:cover}.tx-commerce-call-avatar{width:110px;height:110px;border-radius:50%;background:linear-gradient(135deg,var(--electric,#2196F3),var(--purple,#7F00B2));display:grid;place-items:center;font-size:42px}.tx-commerce-call-local{position:absolute;right:18px;top:18px;width:175px;height:130px;border-radius:14px;overflow:hidden;background:#111;border:2px solid #ffffff55}.tx-commerce-call-local video{width:100%;height:100%;object-fit:cover}.tx-commerce-call-copy{position:absolute;left:20px;top:18px;z-index:2;text-shadow:0 2px 6px #000}.tx-commerce-call-copy strong{display:block;font-size:18px}.tx-commerce-call-copy span{font-size:11px;opacity:.8}.tx-commerce-call-controls{position:absolute;left:0;right:0;bottom:24px;display:flex;justify-content:center;gap:12px}.tx-commerce-call-controls button{width:52px;height:52px;border:0;border-radius:50%;background:#ffffff25;color:#fff;font-size:17px}.tx-commerce-call-controls button.end{background:#dc3545}.tx-commerce-chat-incoming{position:fixed;right:20px;top:92px;z-index:3460;width:min(390px,calc(100vw - 30px));background:#fff;border-radius:17px;box-shadow:0 16px 45px #0004;padding:12px;display:none;grid-template-columns:48px minmax(0,1fr) auto auto;gap:9px;align-items:center;pointer-events:auto}.tx-commerce-chat-incoming.open{display:grid}.tx-commerce-chat-incoming .avatar{width:48px;height:48px;border-radius:50%;background:#e8eef5;overflow:hidden;display:grid;place-items:center}.tx-commerce-chat-incoming .avatar img{width:100%;height:100%;object-fit:cover}.tx-commerce-chat-incoming .copy{display:grid;min-width:0}.tx-commerce-chat-incoming strong{font-size:12px}.tx-commerce-chat-incoming small{font-size:9px;color:#667085}.tx-commerce-chat-incoming button{width:40px;height:40px;border-radius:50%;border:0;color:#fff}.tx-commerce-chat-incoming .reject{background:#dc3545}.tx-commerce-chat-incoming .accept{background:#198754}
@media(max-width:900px){.tx-commerce-chat-minimized-wrap,.tx-commerce-chat-windows-wrap{left:12px}.tx-commerce-chat-window.maximized{width:calc(100vw - 24px)} }
@media(max-width:560px){.tx-commerce-chat-tongue{right:10px;min-width:150px}.tx-commerce-chat-drawer{right:7px;bottom:47px;width:calc(100vw - 14px)}.tx-commerce-chat-windows-wrap{left:7px;right:7px;bottom:47px;padding:0;overflow:visible}.tx-commerce-chat-window-slot{width:100%}.tx-commerce-chat-window,.tx-commerce-chat-window.maximized{width:100%;max-width:none;height:calc(100vh - 82px);max-height:none;border-radius:14px 14px 0 0}.tx-commerce-chat-minimized-wrap{left:7px;right:165px}.tx-commerce-chat-controls{gap:3px}.tx-commerce-chat-control-btn{width:30px;height:30px}.tx-commerce-chat-call-panel{padding:0}.tx-commerce-call-card{width:100vw;height:100vh;border-radius:0}.tx-commerce-call-local{width:118px;height:92px}.tx-commerce-chat-incoming{top:10px;right:10px}}
