:root{--brand-blue:#00529c;--brand-blue-2:#608dba;--brand-red:#e13940;--brand-green:#00a952;--bg-0:#06111f;--bg-1:#071c2e;--bg-2:#0b2f55;--text:#eaf3ff;--muted:#eaf3ffb8;--card:#ffffff0f;--card-2:#ffffff14;--border:#ffffff24;--shadow:0 18px 40px #00000073}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes slideInRight{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}*{box-sizing:border-box}html,body{height:100%;min-height:100vh}body{color:var(--text);background:radial-gradient(1200px 700px at 18% 12%,#00529c6b,transparent 70%),radial-gradient(1200px 700px at 82% 22%,#608dba38,transparent 70%),radial-gradient(1200px 700px at 65% 86%,#00a9521a,transparent 70%),linear-gradient(180deg,var(--bg-1)0%,var(--bg-0)100%);background-repeat:no-repeat;background-size:cover;background-attachment:fixed;margin:0;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,Apple Color Emoji,Segoe UI Emoji}.container{width:min(1600px,100% - 32px);margin:38px auto;padding-bottom:20px}.card{border:1px solid var(--border);box-shadow:var(--shadow);background:linear-gradient(#ffffff12,#ffffff0a);border-radius:18px;overflow:hidden}.page{padding:24px 24px 32px}.nav{background:linear-gradient(90deg,#00529c2e,#ffffff05);border-bottom:1px solid #ffffff1a;align-items:center;gap:12px;padding:16px 18px;display:flex}.nav h1{letter-spacing:.2px;margin:0;font-size:20px}.spacer{flex:1}.helper{color:var(--muted);margin:10px 0 0}.muted{color:var(--muted)}a{color:inherit;text-decoration:none}a:hover{text-decoration:underline}.form{gap:12px;display:grid}.form.narrow{width:min(520px,100%)}.field{gap:10px;display:grid}.label{color:#eaf3ffdb;font-weight:600}.input{width:100%;color:var(--text);background:#0000002e;border:1px solid #ffffff29;border-radius:12px;outline:none;padding:10px 12px}.input:focus{border-color:#00529c8c;box-shadow:0 0 0 4px #00529c2e}select.input{cursor:pointer}select.input option{color:var(--text);background:#000000f2}.actions{flex-wrap:wrap;align-items:center;gap:10px;margin-top:4px;display:flex}.btn{color:var(--text);cursor:pointer;background:#ffffff0f;border:1px solid #ffffff29;border-radius:12px;padding:9px 12px;font-weight:600;transition:transform 50ms,background .15s,border-color .15s}.btn:hover{background:#ffffff1a;border-color:#ffffff38}.btn:active{transform:translateY(1px)}.btn:disabled{opacity:.6;cursor:not-allowed}.btn.primary{background:linear-gradient(#00529c8c,#00529c3d);border-color:#00529c73}.btn.primary:hover{background:linear-gradient(#00529ca6,#00529c47);border-color:#00529c9e}.btn.danger{background:linear-gradient(#e1394066,#e139402e);border-color:#e1394080}.btn.danger:hover{background:linear-gradient(#e1394085,#e1394038);border-color:#e13940a6}.error{color:#ffebebf2;background:#e139401f;border:1px solid #e1394073;border-radius:12px;margin-top:12px;padding:10px 12px}.success{color:#ebfff0f2;background:#00a9521f;border:1px solid #00a95273;border-radius:12px;margin-top:12px;padding:10px 12px}.tableWrap{background:#0000001f;border:1px solid #ffffff1f;border-radius:14px;overflow:auto}.table{border-collapse:collapse;width:100%;min-width:1400px}.table thead th{text-align:left;letter-spacing:.3px;text-transform:none;color:#eaf3ffcc;white-space:nowrap;background:#00529c1a;border-bottom:1px solid #ffffff1a;padding:12px;font-size:12.5px;transition:background .15s,color .15s}.table thead th.sortable{cursor:pointer;-webkit-user-select:none;user-select:none}.table thead th.sortable:hover{color:#eaf3fff2;background:#00529c2e}.table tbody td{vertical-align:middle;border-bottom:1px solid #ffffff12;padding:11px 12px}.table tbody tr:hover{background:#ffffff0a}.badge{white-space:nowrap;background:#ffffff0f;border:1px solid #ffffff2e;border-radius:999px;align-items:center;gap:8px;padding:6px 10px;font-size:12px;font-weight:700;display:inline-flex}.badgeDot{border-radius:999px;width:10px;height:10px;display:inline-block;box-shadow:inset 0 0 0 2px #00000026}.badge--rojo{background:#e1394024;border-color:#e1394073}.badge--rojo .badgeDot{background:var(--brand-red)}.badge--amarillo{background:#ffc83c24;border-color:#ffc83c61}.badge--amarillo .badgeDot{background:#ffc83c}.badge--verde{background:#00a95224;border-color:#00a9526b}.badge--verde .badgeDot{background:var(--brand-green)}.badge--gris{background:#c8c8c81a;border-color:#c8c8c838}.badge--gris .badgeDot{background:#b4b4b4}.logoLogin{object-fit:contain;filter:drop-shadow(0 10px 18px #00000059);width:64px;height:64px}.logoMini{object-fit:contain;opacity:.92;width:26px;height:26px}.watermark{opacity:.06;pointer-events:none;-webkit-user-select:none;user-select:none;filter:saturate(1.05);width:min(260px,36vw);position:fixed;bottom:18px;right:18px}.watermark img{width:100%;height:auto;display:block}
.ChatWidget-module__d7ZkhW__chatWidget{z-index:1000;--chat-primary:var(--brand-blue,#00529c);--chat-primary-light:var(--brand-blue-2,#608dba);--chat-surface:var(--card,#ffffff0f);--chat-surface-2:var(--card-2,#ffffff14);--chat-text:var(--text,#eaf3ff);--chat-text-muted:var(--muted,#eaf3ffb8);--chat-border:var(--border,#ffffff24);--chat-bg:var(--bg-1,#071c2e);--chat-bg-pattern:#00529c08;--chat-shadow:var(--shadow,0 18px 40px #00000073);position:fixed;bottom:20px;right:20px}.ChatWidget-module__d7ZkhW__chatToggle{background:var(--chat-primary);width:60px;height:60px;color:var(--chat-text);border:1px solid var(--chat-border);cursor:pointer;box-shadow:var(--chat-shadow);border-radius:50%;justify-content:center;align-items:center;font-size:24px;transition:transform .2s,box-shadow .2s,background .2s;display:flex;position:relative}.ChatWidget-module__d7ZkhW__chatToggle:hover{background:var(--chat-primary-light);transform:scale(1.05);box-shadow:0 6px 20px #00529c66}.ChatWidget-module__d7ZkhW__chatToggle:active{transform:scale(.98)}.ChatWidget-module__d7ZkhW__unreadBadge{background:var(--brand-red,#e13940);color:#fff;border:2px solid var(--chat-bg);border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:12px;font-weight:700;display:flex;position:absolute;top:-5px;right:-5px}.ChatWidget-module__d7ZkhW__chatPanel{background:var(--chat-bg);border:1px solid var(--chat-border);width:400px;height:600px;box-shadow:var(--chat-shadow);border-radius:18px;flex-direction:column;display:flex;position:absolute;bottom:80px;right:0;overflow:hidden}.ChatWidget-module__d7ZkhW__chatHeader{background:var(--chat-bg);color:var(--chat-text);border-bottom:1px solid var(--chat-border);z-index:1;justify-content:space-between;align-items:center;padding:14px 16px;display:flex;position:sticky;top:0}.ChatWidget-module__d7ZkhW__chatHeader h3{color:var(--chat-text);letter-spacing:.2px;margin:0;font-size:18px;font-weight:600}.ChatWidget-module__d7ZkhW__chatActions{gap:8px;display:flex}.ChatWidget-module__d7ZkhW__newChatButton,.ChatWidget-module__d7ZkhW__closeButton{background:var(--chat-surface);border:1px solid var(--chat-border);color:var(--chat-text);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:20px;transition:background .2s,transform .1s,border-color .2s;display:flex}.ChatWidget-module__d7ZkhW__newChatButton:hover,.ChatWidget-module__d7ZkhW__closeButton:hover{background:var(--chat-surface-2);border-color:var(--chat-primary-light);transform:scale(1.05)}.ChatWidget-module__d7ZkhW__newChatButton:active,.ChatWidget-module__d7ZkhW__closeButton:active{transform:scale(.95)}.ChatWidget-module__d7ZkhW__conversationHeader{background:var(--chat-bg);color:var(--chat-text);border-bottom:1px solid var(--chat-border);z-index:1;justify-content:space-between;align-items:center;gap:12px;padding:12px 16px;display:flex;position:sticky;top:0}.ChatWidget-module__d7ZkhW__conversationHeaderInfo{flex:1;align-items:center;gap:12px;display:flex}.ChatWidget-module__d7ZkhW__backButton{background:var(--chat-surface);border:1px solid var(--chat-border);color:var(--chat-text);cursor:pointer;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:18px;transition:background .2s,transform .1s;display:flex}.ChatWidget-module__d7ZkhW__backButton:hover{background:var(--chat-surface-2);transform:scale(1.05)}.ChatWidget-module__d7ZkhW__backButton:active{transform:scale(.95)}.ChatWidget-module__d7ZkhW__conversationHeaderAvatar{background:linear-gradient(135deg,var(--chat-primary),var(--chat-primary-light));width:40px;height:40px;color:var(--chat-text);border:1px solid var(--chat-border);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:14px;font-weight:600;display:flex}.ChatWidget-module__d7ZkhW__conversationHeaderName{color:var(--chat-text);font-size:16px;font-weight:600}.ChatWidget-module__d7ZkhW__conversationsList{background:var(--chat-bg);flex:1;overflow-y:auto}.ChatWidget-module__d7ZkhW__conversationItemWrapper{border-bottom:1px solid var(--chat-border);align-items:center;display:flex;position:relative}.ChatWidget-module__d7ZkhW__conversationItemWrapper.ChatWidget-module__d7ZkhW__active{background:var(--chat-surface-2)}.ChatWidget-module__d7ZkhW__conversationItem{text-align:left;cursor:pointer;background:0 0;border:none;flex:1;align-items:center;gap:12px;width:100%;padding:12px 16px;transition:background .15s;display:flex}.ChatWidget-module__d7ZkhW__conversationItem:hover,.ChatWidget-module__d7ZkhW__conversationItemWrapper:hover .ChatWidget-module__d7ZkhW__conversationItem{background:var(--chat-surface)}.ChatWidget-module__d7ZkhW__deleteConversationButton{color:var(--chat-text-muted);cursor:pointer;opacity:0;background:0 0;border:none;justify-content:center;align-items:center;margin-right:8px;padding:8px 12px;font-size:16px;transition:color .2s,transform .1s;display:flex}.ChatWidget-module__d7ZkhW__conversationItemWrapper:hover .ChatWidget-module__d7ZkhW__deleteConversationButton{opacity:1}.ChatWidget-module__d7ZkhW__deleteConversationButton:hover{color:var(--brand-red,#e13940);transform:scale(1.1)}.ChatWidget-module__d7ZkhW__deleteConversationButton:active{transform:scale(.95)}.ChatWidget-module__d7ZkhW__conversationAvatar{background:linear-gradient(135deg,var(--chat-primary),var(--chat-primary-light));width:48px;height:48px;color:var(--chat-text);border:1px solid var(--chat-border);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:16px;font-weight:600;display:flex}.ChatWidget-module__d7ZkhW__conversationInfo{flex:1;min-width:0}.ChatWidget-module__d7ZkhW__conversationItemHeader{justify-content:space-between;align-items:center;margin-bottom:4px;display:flex}.ChatWidget-module__d7ZkhW__conversationName{color:var(--chat-text);white-space:nowrap;text-overflow:ellipsis;font-size:15px;font-weight:600;overflow:hidden}.ChatWidget-module__d7ZkhW__conversationTime{color:var(--chat-text-muted);white-space:nowrap;margin-left:8px;font-size:12px}.ChatWidget-module__d7ZkhW__conversationPreview{color:var(--chat-text-muted);white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:400;overflow:hidden}.ChatWidget-module__d7ZkhW__conversationUnread{background:var(--chat-primary);color:#fff;text-align:center;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;min-width:18px;height:18px;padding:2px 6px;font-size:11px;font-weight:600;display:flex}.ChatWidget-module__d7ZkhW__messagesPanel{background:var(--chat-bg);flex-direction:column;flex:1;min-height:0;display:flex}.ChatWidget-module__d7ZkhW__messagesContainer{background:var(--chat-bg);background-image:repeating-linear-gradient(45deg,transparent,transparent 10px,var(--chat-bg-pattern)10px,var(--chat-bg-pattern)20px);flex:1;padding:16px 8px;position:relative;overflow-y:auto}.ChatWidget-module__d7ZkhW__emptyMessages{text-align:center;color:var(--chat-text-muted);padding:40px 20px;font-size:14px}.ChatWidget-module__d7ZkhW__message{align-items:flex-end;gap:8px;margin-bottom:2px;padding:0 8px;animation:.15s ease-out ChatWidget-module__d7ZkhW__messageAppear;display:flex}@keyframes ChatWidget-module__d7ZkhW__messageAppear{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.ChatWidget-module__d7ZkhW__messageGrouped{margin-bottom:1px}.ChatWidget-module__d7ZkhW__messageSent{flex-direction:row-reverse;justify-content:flex-end}.ChatWidget-module__d7ZkhW__messageReceived{justify-content:flex-start}.ChatWidget-module__d7ZkhW__messageAvatar{background:linear-gradient(135deg,var(--chat-primary),var(--chat-primary-light));width:28px;height:28px;color:var(--chat-text);border:1px solid var(--chat-border);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:11px;font-weight:600;display:flex}.ChatWidget-module__d7ZkhW__messageAvatarSpacer{flex-shrink:0;width:28px}.ChatWidget-module__d7ZkhW__messageContent{flex-direction:column;max-width:70%;display:flex}.ChatWidget-module__d7ZkhW__messageSender{color:var(--chat-primary-light);margin-bottom:2px;padding-left:2px;font-size:13px;font-weight:600}.ChatWidget-module__d7ZkhW__messageBubble{word-wrap:break-word;border:1px solid #0000;border-radius:7.5px;padding:7px 12px;position:relative;box-shadow:0 1px .5px #00000021}.ChatWidget-module__d7ZkhW__messageSent .ChatWidget-module__d7ZkhW__messageBubble{background:#00529c40;border-color:#00529c4d;border-bottom-right-radius:2px;margin-left:auto}.ChatWidget-module__d7ZkhW__messageReceived .ChatWidget-module__d7ZkhW__messageBubble{background:var(--chat-surface);border-color:var(--chat-border);border-bottom-left-radius:2px}.ChatWidget-module__d7ZkhW__messageText{word-wrap:break-word;color:var(--chat-text);white-space:pre-wrap;margin-bottom:2px;font-size:14.2px;line-height:1.4}.ChatWidget-module__d7ZkhW__messageTime{color:var(--chat-text-muted);justify-content:flex-end;align-items:center;gap:4px;margin-top:2px;font-size:11px;line-height:1;display:flex}.ChatWidget-module__d7ZkhW__messageStatus{color:var(--chat-primary-light);opacity:.8;font-size:12px;line-height:1}.ChatWidget-module__d7ZkhW__dateSeparator{text-align:center;margin:16px 0;position:relative}.ChatWidget-module__d7ZkhW__dateSeparator:before{content:"";background:var(--chat-border);opacity:.5;height:1px;position:absolute;top:50%;left:0;right:0}.ChatWidget-module__d7ZkhW__dateSeparator span{background:var(--chat-bg);color:var(--chat-text-muted);z-index:1;border:1px solid var(--chat-border);border-radius:12px;padding:4px 12px;font-size:12px;display:inline-block;position:relative}.ChatWidget-module__d7ZkhW__messageInput{background:var(--chat-surface);border-top:1px solid var(--chat-border);z-index:1;align-items:flex-end;gap:8px;padding:10px 12px;display:flex;position:sticky;bottom:0}.ChatWidget-module__d7ZkhW__messageTextarea{border:1px solid var(--chat-border);background:var(--chat-surface-2);color:var(--chat-text);resize:none;box-sizing:border-box;border-radius:21px;outline:none;flex:1;min-height:40px;max-height:120px;padding:9px 14px;font-family:inherit;font-size:15px;line-height:1.4;transition:border-color .2s,box-shadow .2s;overflow-y:auto}.ChatWidget-module__d7ZkhW__messageTextarea:focus{border-color:var(--chat-primary);outline:none;box-shadow:0 0 0 3px #00529c26}.ChatWidget-module__d7ZkhW__messageTextarea::placeholder{color:var(--chat-text-muted)}.ChatWidget-module__d7ZkhW__sendButton{background:var(--chat-primary);color:#fff;border:1px solid var(--chat-border);cursor:pointer;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;padding:0;font-size:18px;transition:background .2s,transform .1s,box-shadow .2s;display:flex}.ChatWidget-module__d7ZkhW__sendButton:hover:not(:disabled){background:var(--chat-primary-light);transform:scale(1.05);box-shadow:0 4px 12px #00529c4d}.ChatWidget-module__d7ZkhW__sendButton:active:not(:disabled){transform:scale(.95)}.ChatWidget-module__d7ZkhW__sendButton:disabled{opacity:.5;cursor:not-allowed;transform:none}.ChatWidget-module__d7ZkhW__sendButton:focus-visible{outline:2px solid var(--chat-primary-light);outline-offset:2px}.ChatWidget-module__d7ZkhW__scrollToBottomButton{background:var(--chat-primary);color:#fff;border:1px solid var(--chat-border);cursor:pointer;width:48px;height:48px;box-shadow:var(--chat-shadow);z-index:5;border-radius:50%;justify-content:center;align-items:center;font-size:20px;font-weight:600;transition:transform .2s,background .2s,opacity .2s;animation:.2s ease-out ChatWidget-module__d7ZkhW__slideInUp;display:flex;position:absolute;bottom:80px;right:16px}@keyframes ChatWidget-module__d7ZkhW__slideInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.ChatWidget-module__d7ZkhW__scrollToBottomButton:hover{background:var(--chat-primary-light);transform:scale(1.1)}.ChatWidget-module__d7ZkhW__scrollToBottomButton:active{transform:scale(.95)}.ChatWidget-module__d7ZkhW__userList{background:var(--chat-bg);flex-direction:column;flex:1;display:flex;overflow:hidden}.ChatWidget-module__d7ZkhW__userList h4{border-bottom:1px solid var(--chat-border);color:var(--chat-text);margin:0;padding:16px;font-size:16px;font-weight:600}.ChatWidget-module__d7ZkhW__userListContent{flex:1;overflow-y:auto}.ChatWidget-module__d7ZkhW__userItem{text-align:left;cursor:pointer;border:none;border-bottom:1px solid var(--chat-border);background:0 0;width:100%;padding:12px 16px;transition:background .15s}.ChatWidget-module__d7ZkhW__userItem:hover{background:var(--chat-surface)}.ChatWidget-module__d7ZkhW__userName{color:var(--chat-text);margin-bottom:4px;font-size:15px;font-weight:600}.ChatWidget-module__d7ZkhW__userEmail{color:var(--chat-text-muted);font-size:13px}.ChatWidget-module__d7ZkhW__emptyState{text-align:center;color:var(--chat-text-muted);padding:32px}.ChatWidget-module__d7ZkhW__startChatButton{background:var(--chat-primary);color:#fff;border:1px solid var(--chat-border);cursor:pointer;border-radius:20px;margin-top:16px;padding:10px 20px;font-size:14px;font-weight:600;transition:background .2s,transform .1s}.ChatWidget-module__d7ZkhW__startChatButton:hover{background:var(--chat-primary-light);transform:scale(1.05)}.ChatWidget-module__d7ZkhW__startChatButton:active{transform:scale(.95)}.ChatWidget-module__d7ZkhW__conversationsList::-webkit-scrollbar{width:6px}.ChatWidget-module__d7ZkhW__messagesContainer::-webkit-scrollbar{width:6px}.ChatWidget-module__d7ZkhW__userListContent::-webkit-scrollbar{width:6px}.ChatWidget-module__d7ZkhW__conversationsList::-webkit-scrollbar-track{background:0 0}.ChatWidget-module__d7ZkhW__messagesContainer::-webkit-scrollbar-track{background:0 0}.ChatWidget-module__d7ZkhW__userListContent::-webkit-scrollbar-track{background:0 0}.ChatWidget-module__d7ZkhW__conversationsList::-webkit-scrollbar-thumb{background:var(--chat-border);opacity:.5;border-radius:3px}.ChatWidget-module__d7ZkhW__messagesContainer::-webkit-scrollbar-thumb{background:var(--chat-border);opacity:.5;border-radius:3px}.ChatWidget-module__d7ZkhW__userListContent::-webkit-scrollbar-thumb{background:var(--chat-border);opacity:.5;border-radius:3px}.ChatWidget-module__d7ZkhW__conversationsList::-webkit-scrollbar-thumb:hover{opacity:.8}.ChatWidget-module__d7ZkhW__messagesContainer::-webkit-scrollbar-thumb:hover{opacity:.8}.ChatWidget-module__d7ZkhW__userListContent::-webkit-scrollbar-thumb:hover{opacity:.8}.ChatWidget-module__d7ZkhW__messageTextarea::-webkit-scrollbar{width:4px}.ChatWidget-module__d7ZkhW__messageTextarea::-webkit-scrollbar-track{background:0 0}.ChatWidget-module__d7ZkhW__messageTextarea::-webkit-scrollbar-thumb{background:var(--chat-border);opacity:.5;border-radius:2px}.ChatWidget-module__d7ZkhW__messageTextarea::-webkit-scrollbar-thumb:hover{opacity:.8}.ChatWidget-module__d7ZkhW__deleteModalOverlay{z-index:2000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.ChatWidget-module__d7ZkhW__deleteModal{background:var(--chat-bg);border:1px solid var(--chat-border);width:90%;max-width:400px;box-shadow:var(--chat-shadow);border-radius:12px;padding:24px}.ChatWidget-module__d7ZkhW__deleteModal h3{color:var(--chat-text);margin:0 0 12px;font-size:18px;font-weight:600}.ChatWidget-module__d7ZkhW__deleteModal p{color:var(--chat-text-muted);margin:0 0 20px;font-size:14px;line-height:1.5}.ChatWidget-module__d7ZkhW__deleteModalActions{justify-content:flex-end;gap:12px;display:flex}.ChatWidget-module__d7ZkhW__deleteModalCancel,.ChatWidget-module__d7ZkhW__deleteModalConfirm{cursor:pointer;border:1px solid var(--chat-border);border-radius:8px;padding:10px 20px;font-size:14px;font-weight:600;transition:background .2s,transform .1s}.ChatWidget-module__d7ZkhW__deleteModalCancel{background:var(--chat-surface);color:var(--chat-text)}.ChatWidget-module__d7ZkhW__deleteModalCancel:hover:not(:disabled){background:var(--chat-surface-2);transform:scale(1.02)}.ChatWidget-module__d7ZkhW__deleteModalConfirm{background:var(--brand-red,#e13940);color:#fff;border-color:var(--brand-red,#e13940)}.ChatWidget-module__d7ZkhW__deleteModalConfirm:hover:not(:disabled){background:#c02e34;transform:scale(1.02)}.ChatWidget-module__d7ZkhW__deleteModalCancel:disabled,.ChatWidget-module__d7ZkhW__deleteModalConfirm:disabled{opacity:.5;cursor:not-allowed;transform:none}@media (max-width:480px){.ChatWidget-module__d7ZkhW__chatPanel{width:calc(100vw - 20px);height:calc(100vh - 100px);bottom:70px;right:10px}.ChatWidget-module__d7ZkhW__messageContent{max-width:85%}}
