.cm-container{box-sizing:border-box;background:#fff;border:1px solid #e2e8f0;border-radius:18px;flex-direction:column;width:100%;height:100%;min-height:0;max-height:100%;font-family:inherit;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 30px -5px #0f172a14}.cm-container.mode-embedded{height:calc(100vh - 170px);min-height:520px;max-height:820px}@media (max-width:1100px){.cm-container.mode-embedded{height:calc(100vh - 150px);min-height:500px;max-height:none}}@media (max-width:768px){.cm-container.mode-embedded{border-radius:14px;height:calc(100dvh - 130px);min-height:460px}}.cm-container[dir=rtl]{text-align:right}.cm-header{background:#fff;border-bottom:1px solid #f1f5f9;flex-direction:column;gap:.85rem;padding:1.25rem 1.5rem 1rem;display:flex}.cm-header-top{justify-content:space-between;align-items:center;display:flex}.cm-title-wrap{align-items:center;gap:.75rem;display:flex}.cm-icon-badge{color:#d88906;background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);border-radius:12px;justify-content:center;align-items:center;width:42px;height:42px;display:flex;box-shadow:0 4px 12px #0f172a26}.cm-title{color:#0f172a;letter-spacing:-.3px;margin:0;font-size:1.15rem;font-weight:800}.cm-subtitle{color:#64748b;margin:.15rem 0 0;font-size:.8rem;font-weight:500}.cm-close-btn{color:#64748b;cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.cm-close-btn:hover{color:#ef4444;background:#fee2e2;border-color:#fca5a5}.cm-tabs{background:#f1f5f9;border-radius:12px;gap:.5rem;width:fit-content;padding:.3rem;display:flex}.cm-tab-btn{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:9px;align-items:center;gap:.45rem;padding:.5rem 1rem;font-size:.85rem;font-weight:700;transition:all .2s;display:flex}.cm-tab-btn.active{color:#0f172a;background:#fff;box-shadow:0 2px 8px #0000000f}.cm-badge-counter{color:#fff;background:#ef4444;border-radius:50px;padding:.1rem .45rem;font-size:.7rem;font-weight:800;line-height:1.2}.cm-live-dot{background:#10b981;border-radius:50%;width:8px;height:8px;animation:2s infinite cm-pulse;box-shadow:0 0 0 2px #10b98140}@keyframes cm-pulse{0%{transform:scale(.95);box-shadow:0 0 #10b981b3}70%{transform:scale(1);box-shadow:0 0 0 6px #10b98100}to{transform:scale(.95);box-shadow:0 0 #10b98100}}.cm-body{flex:1;width:100%;min-width:0;min-height:0;display:flex;position:relative;overflow:hidden}.cm-sidebar{background:#fafafa;border-right:1px solid #f1f5f9;flex-direction:column;flex-shrink:0;width:320px;min-width:0;display:flex;overflow:hidden}.cm-container[dir=rtl] .cm-sidebar{border-left:1px solid #f1f5f9;border-right:none}.cm-search-wrap{background:#fff;border-bottom:1px solid #f1f5f9;padding:.75rem 1rem}.cm-search-input-box{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;align-items:center;gap:.5rem;padding:.5rem .75rem;transition:all .2s;display:flex}.cm-search-input-box:focus-within{background:#fff;border-color:#d88906;box-shadow:0 0 0 3px #d889061a}.cm-search-input{color:#0f172a;background:0 0;border:none;outline:none;width:100%;font-size:.85rem}.cm-conv-list{flex-direction:column;flex:1;gap:.35rem;padding:.5rem;display:flex;overflow-y:auto}.cm-conv-item{cursor:pointer;background:#fff;border:1px solid #0000;border-radius:12px;align-items:center;gap:.75rem;padding:.75rem .85rem;transition:all .15s;display:flex}.cm-conv-item:hover{background:#f8fafc;border-color:#e2e8f0;transform:translateY(-1px)}.cm-conv-item.active{background:#f0fdf4;border-color:#bbf7d0}.cm-avatar-box{flex-shrink:0;width:44px;height:44px;position:relative}.cm-avatar-img{object-fit:cover;border:2px solid #fff;border-radius:50%;width:100%;height:100%;box-shadow:0 2px 6px #00000014}.cm-avatar-fallback{color:#d88906;background:linear-gradient(135deg,#0f172a,#334155);border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:100%;height:100%;font-size:.95rem;font-weight:800;display:flex;box-shadow:0 2px 6px #00000014}.cm-online-badge{border:2px solid #fff;border-radius:50%;width:12px;height:12px;transition:all .2s;position:absolute;bottom:1px;right:1px}.cm-container[dir=rtl] .cm-online-badge{left:1px;right:auto}.cm-online-badge.online{background:#10b981;box-shadow:0 0 0 2px #10b98159}.cm-online-badge.offline{background:#94a3b8}.cm-status-tag{border-radius:50px;align-items:center;gap:.35rem;padding:.15rem .5rem;font-size:.72rem;font-weight:700;display:inline-flex}.cm-status-tag.online{color:#059669;background:#ecfdf5;border:1px solid #a7f3d0}.cm-status-tag.offline{color:#64748b;background:#f1f5f9;border:1px solid #e2e8f0}.cm-status-dot{border-radius:50%;width:7px;height:7px;display:inline-block}.cm-status-dot.online{background:#10b981;animation:2s infinite cm-pulse}.cm-status-dot.offline{background:#94a3b8}.cm-conv-info{flex:1;min-width:0}.cm-conv-top{justify-content:space-between;align-items:center;margin-bottom:.2rem;display:flex}.cm-conv-name{color:#0f172a;white-space:nowrap;text-overflow:ellipsis;font-size:.9rem;font-weight:700;overflow:hidden}.cm-conv-time{color:#94a3b8;white-space:nowrap;font-size:.7rem}.cm-conv-bottom{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.cm-conv-snippet{color:#64748b;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.8rem;overflow:hidden}.cm-conv-unread{color:#fff;background:#0f172a;border-radius:50px;flex-shrink:0;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 .35rem;font-size:.68rem;font-weight:800;display:flex}.cm-main-chat{background:#fff;flex-direction:column;flex:1;width:100%;min-width:0;min-height:0;display:flex;overflow:hidden}.cm-chat-topbar{z-index:5;box-sizing:border-box;background:#fff;border-bottom:1px solid #f1f5f9;flex-shrink:0;justify-content:space-between;align-items:center;gap:.5rem;width:100%;min-width:0;padding:.75rem 1rem;display:flex}.cm-chat-user-meta{flex:1;align-items:center;gap:.65rem;min-width:0;display:flex;overflow:hidden}.cm-chat-user-details{flex:1;min-width:0;overflow:hidden}.cm-chat-name{color:#0f172a;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.92rem;font-weight:800;overflow:hidden}.cm-chat-status{color:#64748b;white-space:nowrap;text-overflow:ellipsis;align-items:center;gap:.35rem;margin:.1rem 0 0;font-size:.72rem;display:flex;overflow:hidden}.cm-chat-occ{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.cm-back-btn{cursor:pointer;color:#475569;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:.4rem;display:none}.cm-space-tag{color:#b45309;background:#fef3c7;border-radius:4px;padding:.1rem .4rem;font-size:.68rem;font-weight:700}.cm-messages-area{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;box-sizing:border-box;background:#f8fafc;flex-direction:column;flex:1;gap:.85rem;width:100%;min-height:0;padding:1rem 1.25rem;display:flex;overflow:hidden auto}.cm-msg-row{box-sizing:border-box;flex-direction:column;width:fit-content;max-width:82%;display:flex}.cm-msg-row.self{align-self:flex-end;align-items:flex-end;margin-left:auto;margin-right:0}.cm-container[dir=rtl] .cm-msg-row.self{margin-left:0;margin-right:auto}.cm-msg-row.other{align-self:flex-start;align-items:flex-start;margin-left:0;margin-right:auto}.cm-container[dir=rtl] .cm-msg-row.other{margin-left:auto;margin-right:0}.cm-msg-bubble{word-break:break-word;overflow-wrap:anywhere;white-space:pre-wrap;box-sizing:border-box;border-radius:16px;max-width:100%;padding:.75rem 1rem;font-size:.88rem;line-height:1.5;box-shadow:0 2px 6px #0000000a}.cm-msg-row.self .cm-msg-bubble{color:#fff;background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);border-bottom-right-radius:4px}.cm-container[dir=rtl] .cm-msg-row.self .cm-msg-bubble{border-bottom-right-radius:16px;border-bottom-left-radius:4px}.cm-msg-row.other .cm-msg-bubble{color:#0f172a;background:#fff;border:1px solid #e2e8f0;border-bottom-left-radius:4px}.cm-container[dir=rtl] .cm-msg-row.other .cm-msg-bubble{border-bottom-right-radius:4px;border-bottom-left-radius:16px}.cm-msg-time{color:#94a3b8;margin-top:.25rem;padding:0 .25rem;font-size:.68rem}.cm-msg-row.typing{opacity:.95}.cm-typing-bubble{background:#fff;border:1px solid #e2e8f0;border-radius:16px 16px 16px 4px;align-items:center;gap:.55rem;padding:.6rem .95rem;display:inline-flex}.cm-container[dir=rtl] .cm-typing-bubble{border-bottom-right-radius:4px;border-bottom-left-radius:16px}.cm-typing-dots{align-items:center;gap:3px;display:inline-flex}.cm-typing-dots .dot{background:#d88906;border-radius:50%;width:6px;height:6px;animation:1.4s ease-in-out infinite both cm-bounce;display:inline-block}.cm-typing-dots .dot:first-child{animation-delay:-.32s}.cm-typing-dots .dot:nth-child(2){animation-delay:-.16s}.cm-typing-label{color:#64748b;font-size:.75rem;font-style:italic;font-weight:500}@keyframes cm-bounce{0%,80%,to{opacity:.4;transform:scale(.6)}40%{opacity:1;transform:scale(1.1)}}.cm-icebreakers{white-space:nowrap;background:#fff;border-top:1px solid #f1f5f9;gap:.5rem;padding:.6rem 1.25rem;display:flex;overflow-x:auto}.cm-icebreaker-chip{color:#475569;cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;border-radius:50px;flex-shrink:0;align-items:center;gap:.35rem;padding:.35rem .75rem;font-size:.75rem;font-weight:600;transition:all .2s;display:flex}.cm-icebreaker-chip:hover{color:#b45309;background:#fef3c7;border-color:#fde68a}.cm-input-bar{box-sizing:border-box;background:#fff;border-top:1px solid #f1f5f9;flex-shrink:0;align-items:center;gap:.5rem;width:100%;padding:.65rem .85rem;display:flex}.cm-input{color:#0f172a;box-sizing:border-box;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;outline:none;flex:1;min-width:0;padding:.65rem .85rem;font-size:.88rem;transition:all .2s}.cm-input:focus{background:#fff;border-color:#d88906;box-shadow:0 0 0 3px #d889061a}.cm-send-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);border:none;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;transition:all .2s;display:flex}.cm-send-btn:hover{background:#d88906;transform:translateY(-1px)}.cm-send-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.cm-presence-view{background:#f8fafc;flex-direction:column;flex:1;gap:1.5rem;padding:1.25rem;display:flex;overflow-y:auto}.cm-vibe-banner{color:#fff;background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);border-radius:16px;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex;position:relative;overflow:hidden;box-shadow:0 6px 20px #0f172a1f}.cm-vibe-banner:after{content:"";background:radial-gradient(circle,#d8890640 0%,#d8890600 70%);border-radius:50%;width:200px;height:200px;position:absolute;top:-50%;right:-20%}.cm-vibe-title{align-items:center;gap:.5rem;margin:0 0 .25rem;font-size:1.05rem;font-weight:800;display:flex}.cm-vibe-sub{color:#94a3b8;margin:0;font-size:.8rem}.cm-vibe-pill{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fbbf24;background:#ffffff1f;border:1px solid #fbbf2440;border-radius:50px;padding:.4rem .85rem;font-size:.8rem;font-weight:700}.cm-section-head{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.cm-section-title{color:#0f172a;align-items:center;gap:.5rem;margin:0;font-size:.95rem;font-weight:800;display:flex}.cm-radar-grid{grid-templateColumns:repeat(auto-fill, minmax(240px, 1fr));gap:1rem;display:grid}.cm-member-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;flex-direction:column;gap:.85rem;padding:1.1rem;transition:all .2s;display:flex;box-shadow:0 2px 6px #00000005}.cm-member-card:hover{border-color:#d88906;transform:translateY(-2px);box-shadow:0 6px 16px #0f172a0f}.cm-member-top{align-items:center;gap:.75rem;display:flex}.cm-member-info{flex:1;min-width:0}.cm-member-name{color:#0f172a;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.92rem;font-weight:800;overflow:hidden}.cm-member-occ{color:#64748b;white-space:nowrap;text-overflow:ellipsis;margin:.15rem 0 0;font-size:.75rem;overflow:hidden}.cm-member-status-chip{color:#059669;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:50px;align-items:center;gap:.35rem;width:fit-content;padding:.2rem .55rem;font-size:.72rem;font-weight:700;display:inline-flex}.cm-chat-action-btn{color:#0f172a;cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;justify-content:center;align-items:center;gap:.45rem;width:100%;padding:.6rem;font-size:.82rem;font-weight:700;transition:all .2s;display:flex}.cm-chat-action-btn:hover{color:#fff;background:#0f172a;border-color:#0f172a}.cm-empty-state{text-align:center;color:#94a3b8;flex-direction:column;justify-content:center;align-items:center;height:100%;padding:3rem 1.5rem;display:flex}.cm-empty-icon{opacity:.25;margin-bottom:.85rem}.cm-empty-title{color:#475569;margin:0 0 .35rem;font-size:1rem;font-weight:800}.cm-empty-sub{color:#94a3b8;max-width:280px;margin:0;font-size:.82rem}.cm-floating-launcher{z-index:999;color:#fff;cursor:pointer;background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);border:1px solid #ffffff26;border-radius:50px;align-items:center;gap:.65rem;padding:.75rem 1.25rem;transition:all .25s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 10px 25px #0f172a40}.cm-floating-launcher:hover{transform:translateY(-2px)scale(1.02);box-shadow:0 14px 30px #0f172a52}.cm-floating-launcher[dir=rtl]{left:24px;right:auto}.cm-floating-modal{z-index:1000;border-radius:20px;width:760px;max-width:calc(100vw - 32px);height:min(650px,100vh - 110px);animation:.25s cubic-bezier(.16,1,.3,1) cm-slide-up;position:fixed;bottom:85px;right:24px;overflow:hidden;box-shadow:0 25px 60px -10px #0f172a59}.cm-floating-modal[dir=rtl]{left:24px;right:auto}.cm-container.mode-modal .cm-sidebar{flex-shrink:0;width:280px}.cm-container.mode-modal .cm-back-btn{display:flex}.cm-container.mode-modal.has-active-chat .cm-header{display:none!important}.cm-nav-badge{color:#fff;background:#ef4444;border-radius:50px;margin-left:auto;padding:.1rem .45rem;font-size:.68rem;font-weight:800}.cm-container[dir=rtl] .cm-nav-badge,[dir=rtl] .cm-nav-badge{margin-left:0;margin-right:auto}@keyframes cm-slide-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:820px){.cm-floating-modal{width:calc(100vw - 20px);height:min(630px,100vh - 90px);bottom:75px;right:10px}.cm-floating-modal[dir=rtl]{left:10px;right:auto}.cm-sidebar,.cm-container.mode-modal .cm-sidebar{width:100%}.cm-sidebar.chat-open,.cm-container.has-active-chat .cm-sidebar,.cm-main-chat.chat-closed,.cm-container.no-active-chat .cm-main-chat{display:none!important}.cm-back-btn{display:flex!important}.cm-container.has-active-chat .cm-header{display:none!important}}@media (max-width:640px){.cm-floating-modal{z-index:99999!important;width:100vw!important;max-width:100vw!important;height:100dvh!important;max-height:100dvh!important;box-shadow:none!important;border-radius:0!important;position:fixed!important;inset:0!important}.cm-floating-modal[dir=rtl]{left:0!important;right:0!important}.cm-container{border:none!important;border-radius:0!important;height:100%!important;max-height:100%!important}}
