/* DC CONTROL 10.4.13 · Chat interno Realtime */
.dc-chat-shell{height:calc(100dvh - 150px);min-height:560px;display:grid;grid-template-columns:330px minmax(0,1fr);border:1px solid #dfe7ef;border-radius:24px;overflow:hidden;background:#fff;box-shadow:0 16px 45px rgba(15,23,42,.08)}
.dc-chat-sidebar{background:#f8fafc;border-right:1px solid #e5eaf0;display:flex;flex-direction:column;min-width:0}
.dc-chat-side-head{padding:16px 16px 10px;display:flex;align-items:center;justify-content:space-between;gap:10px}.dc-chat-side-head h2{margin:0;font-size:22px}.dc-chat-new{border:0;background:#0aa37f;color:#fff;border-radius:13px;width:42px;height:42px;font-size:22px;cursor:pointer;box-shadow:0 8px 22px rgba(10,163,127,.22)}
.dc-chat-search{padding:0 14px 12px}.dc-chat-search input{width:100%;border:1px solid #dde4ec;background:#fff;border-radius:14px;padding:11px 13px;outline:none}.dc-chat-search input:focus{border-color:#7ccdbc;box-shadow:0 0 0 3px rgba(10,163,127,.08)}
.dc-chat-filters{display:flex;gap:7px;padding:0 14px 11px;overflow:auto}.dc-chat-filter{border:0;background:#eaf0f4;color:#5d6b78;border-radius:999px;padding:7px 10px;font-size:12px;font-weight:800;white-space:nowrap;cursor:pointer}.dc-chat-filter.active{background:#dff5ee;color:#08765e}
.dc-chat-list{overflow:auto;padding:0 8px 14px;flex:1}.dc-chat-item{width:100%;border:0;background:transparent;display:grid;grid-template-columns:48px 1fr auto;gap:10px;align-items:center;text-align:left;padding:11px 10px;border-radius:16px;cursor:pointer;color:#17212b}.dc-chat-item:hover,.dc-chat-item.active{background:#eaf2f5}.dc-chat-avatar{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;color:#fff;font-weight:900;background:linear-gradient(135deg,#0aa37f,#30c39f);position:relative;flex:0 0 auto}.dc-chat-avatar.direct{background:linear-gradient(135deg,#2878ff,#7c4dff)}.dc-chat-item-copy{min-width:0}.dc-chat-item-copy b{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dc-chat-preview{display:block;color:#7b8792;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:3px}.dc-chat-item-side{text-align:right;align-self:stretch;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end}.dc-chat-item-side small{color:#8c99a5;font-size:10px}.dc-chat-unread{background:#18bd8f;color:#fff;min-width:20px;height:20px;padding:0 6px;border-radius:999px;display:grid;place-items:center;font-size:10px;font-weight:900}
.dc-chat-main{background:#eef4f1;display:flex;flex-direction:column;min-width:0;position:relative}.dc-chat-head{height:70px;background:#fff;border-bottom:1px solid #e4eaef;display:flex;align-items:center;gap:11px;padding:0 16px;box-shadow:0 3px 14px rgba(15,23,42,.04);z-index:2}.dc-chat-back{display:none;border:0;background:transparent;font-size:26px;color:#35515d;cursor:pointer}.dc-chat-head-copy{min-width:0}.dc-chat-head-copy b{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dc-chat-head-copy small{display:block;color:#7b8792;margin-top:2px}.dc-chat-head-actions{margin-left:auto;display:flex;gap:5px}.dc-chat-head-actions button{width:38px;height:38px;border:0;border-radius:12px;background:#f0f4f6;cursor:pointer;color:#50616c}
.dc-chat-messages{flex:1;overflow:auto;padding:18px clamp(12px,5vw,70px);background:radial-gradient(circle at 20% 15%,rgba(10,163,127,.055),transparent 24%),linear-gradient(rgba(244,248,246,.93),rgba(244,248,246,.93)),radial-gradient(circle at 25px 25px,rgba(34,54,63,.07) 1px,transparent 1px);background-size:auto,auto,32px 32px}.dc-chat-day{width:max-content;margin:4px auto 14px;padding:5px 9px;border-radius:9px;background:#dfe9e5;color:#66757e;font-size:11px;font-weight:800}.dc-msg{width:max-content;max-width:min(74%,720px);background:#fff;border-radius:14px 14px 14px 5px;padding:9px 11px 7px;margin:5px 0;box-shadow:0 2px 8px rgba(15,23,42,.08);word-break:break-word}.dc-msg.mine{margin-left:auto;background:#d9fdd3;border-radius:14px 14px 5px 14px}.dc-msg-sender{font-size:11px;font-weight:900;color:#0b8b6b;margin-bottom:3px}.dc-msg.mine .dc-msg-sender{display:none}.dc-msg-time{text-align:right;color:#7d8a92;font-size:10px;margin-top:5px}.dc-msg-read{color:#3a8fef;font-weight:900}.dc-chat-attachment{margin-top:7px;border-radius:11px;overflow:hidden;background:rgba(0,0,0,.04);min-width:180px}.dc-chat-attachment img{display:block;max-width:340px;width:100%;max-height:300px;object-fit:cover}.dc-chat-file{display:flex;align-items:center;gap:9px;padding:10px;text-decoration:none;color:#24424e;font-size:12px}.dc-chat-file i{font-style:normal;font-size:22px}.dc-chat-empty{margin:auto;text-align:center;color:#77868f;padding:30px;max-width:360px}.dc-chat-empty strong{display:block;color:#34444d;font-size:19px;margin-bottom:7px}
.dc-chat-composer{background:#fff;border-top:1px solid #e1e7eb;padding:10px 12px;display:grid;grid-template-columns:auto 1fr auto;gap:8px;align-items:end}.dc-chat-attach{width:42px;height:42px;border:0;background:#edf2f4;border-radius:13px;cursor:pointer;font-size:19px}.dc-chat-input{min-height:42px;max-height:110px;resize:none;border:1px solid #dfe7eb;background:#f8fafb;border-radius:14px;outline:none;padding:11px 13px;line-height:1.3}.dc-chat-input:focus{border-color:#6bc9b2}.dc-chat-send{width:44px;height:44px;border:0;border-radius:50%;background:#0aa37f;color:#fff;font-size:19px;cursor:pointer;box-shadow:0 8px 20px rgba(10,163,127,.25)}.dc-chat-send:disabled{opacity:.5;cursor:not-allowed}.dc-chat-upload-note{position:absolute;bottom:68px;left:50%;transform:translateX(-50%);background:#22363f;color:#fff;border-radius:999px;padding:7px 11px;font-size:11px;box-shadow:0 8px 22px rgba(0,0,0,.2)}
.dc-chat-modal{position:fixed;inset:0;background:rgba(15,23,42,.48);display:grid;place-items:center;padding:18px;z-index:1000}.dc-chat-modal-card{width:min(540px,100%);max-height:min(720px,90dvh);overflow:auto;background:#fff;border-radius:22px;padding:18px;box-shadow:0 30px 80px rgba(15,23,42,.28)}.dc-chat-modal-head{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:12px}.dc-chat-modal-head h3{margin:0}.dc-chat-modal-head button{border:0;background:#edf2f4;border-radius:10px;width:34px;height:34px;cursor:pointer}.dc-chat-mode{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:12px}.dc-chat-mode button{border:1px solid #dce4e9;background:#f8fafb;border-radius:13px;padding:10px;font-weight:800;cursor:pointer}.dc-chat-mode button.active{border-color:#35b995;background:#e7f7f1;color:#08765e}.dc-chat-group-title{width:100%;border:1px solid #dce4e9;border-radius:12px;padding:11px;margin-bottom:10px;outline:none}.dc-chat-user-row{display:flex;align-items:center;gap:10px;padding:10px;border-radius:13px;cursor:pointer}.dc-chat-user-row:hover{background:#f3f7f8}.dc-chat-user-row input{width:18px;height:18px}.dc-chat-user-copy{flex:1}.dc-chat-user-copy b{display:block}.dc-chat-user-copy small{color:#7c8993}.dc-chat-modal-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:14px}.dc-chat-modal-actions button{border:0;border-radius:12px;padding:10px 14px;font-weight:900;cursor:pointer}.dc-chat-cancel{background:#edf2f4;color:#4b5b65}.dc-chat-create{background:#0aa37f;color:#fff}.dc-chat-status{padding:14px;color:#6d7b84;text-align:center}.dc-chat-error{margin:12px;padding:10px 12px;border-radius:12px;background:#fff2f2;color:#a53636;font-size:12px}
.bottom-nav button[data-p="chat"] span{font-size:23px}.bottom-nav button[data-p="chat"].active{color:#0a9c79}.bottom-nav button[data-p="chat"].active span{transform:none!important}
@media(max-width:760px){.dc-chat-shell{height:calc(100dvh - 126px);min-height:0;border-radius:18px;grid-template-columns:1fr}.dc-chat-sidebar{grid-column:1;grid-row:1}.dc-chat-main{position:absolute;inset:0;transform:translateX(105%);transition:transform .2s ease;z-index:5}.dc-chat-shell.conversation-open .dc-chat-main{transform:translateX(0)}.dc-chat-back{display:block}.dc-chat-messages{padding:12px 9px}.dc-msg{max-width:87%}.dc-chat-head{height:62px;padding:0 8px}.dc-chat-composer{padding:8px}.dc-chat-head-actions button:first-child{display:none}}

.bottom-nav button[data-p="chat"]{position:relative}.dc-chat-nav-badge{position:absolute;top:3px;right:calc(50% - 22px);min-width:17px;height:17px;padding:0 4px;border-radius:999px;background:#ef4444;color:#fff;font-size:9px;font-style:normal;font-weight:900;display:grid;place-items:center;border:2px solid #fff}
