.Composer-module__CkZDFa__state{padding:var(--spacing-2xl,3rem) 0;text-align:center;color:var(--text-secondary)}
.nav-btn-chat{color:var(--text-secondary);border-radius:var(--radius-md);cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;padding:.5rem;transition:all .2s;display:flex;position:relative}.nav-btn-chat:hover{color:var(--text-primary);background:var(--bg-tertiary)}.nav-btn-chat .chat-icon-svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:22px;height:22px}.chat-badge{background:var(--accent-danger);border-radius:var(--radius-full);color:#fff;pointer-events:none;justify-content:center;align-items:center;min-width:15px;height:15px;padding:0 4px;font-size:.6rem;font-weight:700;line-height:1;display:flex;position:absolute;top:2px;right:0}.chat-badge.hidden{display:none}.chat-panel{background:var(--bg-secondary);border:1px solid var(--border-primary);border-radius:var(--radius-lg);z-index:1000;flex-direction:column;width:360px;max-height:520px;animation:.2s chatSlideIn;display:flex;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden;box-shadow:0 20px 40px #0000004d}.chat-panel.hidden{display:none}@keyframes chatSlideIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.chat-panel-header{border-bottom:1px solid var(--border-primary);flex-shrink:0;justify-content:space-between;align-items:center;padding:.875rem 1rem;display:flex}.chat-panel-header h3{color:var(--text-primary);margin:0;font-size:1rem;font-weight:600}.chat-new-btn{color:var(--accent-primary);cursor:pointer;border-radius:var(--radius-sm);background:0 0;border:none;padding:.3rem .6rem;font-size:.8rem;font-weight:600;transition:background .2s}.chat-new-btn:hover{background:#8b5cf626}.chat-convo-list{overscroll-behavior:contain;flex:1;overflow-y:auto}.chat-convo-list::-webkit-scrollbar{width:4px}.chat-convo-list::-webkit-scrollbar-thumb{background:var(--border-primary);border-radius:4px}.chat-convo-item{cursor:pointer;border-bottom:1px solid var(--border-primary);align-items:center;gap:.75rem;padding:.75rem 1rem;transition:background .15s;display:flex}.chat-convo-item:last-child{border-bottom:none}.chat-convo-item:hover{background:var(--bg-tertiary)}.chat-convo-item.has-unread{background:#8b5cf60f}.chat-convo-avatar{object-fit:cover;border-radius:50%;flex-shrink:0;width:40px;height:40px}.chat-convo-info{flex:1;min-width:0}.chat-convo-top{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.chat-convo-name{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:.875rem;font-weight:600;overflow:hidden}.chat-convo-time{color:var(--text-tertiary);flex-shrink:0;font-size:.7rem}.chat-convo-preview{color:var(--text-tertiary);white-space:nowrap;text-overflow:ellipsis;margin-top:2px;font-size:.8rem;overflow:hidden}.chat-convo-unread-pill{background:var(--accent-primary);color:#fff;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 5px;font-size:.65rem;font-weight:700;display:flex}.chat-empty{color:var(--text-tertiary);text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:3rem 1rem;display:flex}.chat-empty-icon{opacity:.5;margin-bottom:.75rem;font-size:2.5rem}.chat-empty p{margin:0;font-size:.85rem}.chat-search-overlay{z-index:2000;background:#0009;justify-content:center;align-items:flex-start;padding-top:15vh;animation:.15s chatFadeIn;display:flex;position:fixed;inset:0}.chat-search-overlay.hidden{display:none}@keyframes chatFadeIn{0%{opacity:0}to{opacity:1}}.chat-search-box{background:var(--bg-secondary);border:1px solid var(--border-primary);border-radius:var(--radius-lg);width:400px;max-width:95vw;overflow:hidden;box-shadow:0 25px 50px #0006}.chat-search-input-wrap{border-bottom:1px solid var(--border-primary);align-items:center;gap:.5rem;padding:.875rem 1rem;display:flex}.chat-search-input-wrap span{color:var(--text-tertiary);font-size:1rem}.chat-search-input{color:var(--text-primary);background:0 0;border:none;outline:none;flex:1;font-family:inherit;font-size:.9rem}.chat-search-input::placeholder{color:var(--text-tertiary)}.chat-search-results{max-height:300px;overflow-y:auto}.chat-search-item{cursor:pointer;align-items:center;gap:.75rem;padding:.65rem 1rem;transition:background .15s;display:flex}.chat-search-item:hover{background:var(--bg-tertiary)}.chat-search-item img{object-fit:cover;border-radius:50%;width:36px;height:36px}.chat-search-item span{color:var(--text-primary);font-size:.875rem;font-weight:500}.chat-search-empty{text-align:center;color:var(--text-tertiary);padding:2rem 1rem;font-size:.85rem}.chat-window{background:var(--bg-secondary);border:1px solid var(--border-primary);border-radius:var(--radius-lg) var(--radius-lg) 0 0;z-index:1500;border-bottom:none;flex-direction:column;width:560px;height:480px;animation:.25s chatWindowSlideUp;display:flex;position:fixed;bottom:0;right:24px;box-shadow:0 -4px 30px #00000040}.chat-window.minimized{height:42px;overflow:hidden}.chat-window.hidden{display:none}@keyframes chatWindowSlideUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.chat-window-titlebar{border-bottom:1px solid var(--border-primary);cursor:pointer;background:var(--bg-primary);border-radius:var(--radius-lg) var(--radius-lg) 0 0;flex-shrink:0;align-items:center;padding:.55rem .75rem;display:flex}.chat-window-titlebar-text{color:var(--text-primary);flex:1;font-size:.85rem;font-weight:700}.chat-window-actions{z-index:2;gap:.25rem;display:flex;position:relative}.chat-window-actions button{color:var(--text-tertiary);cursor:pointer;border-radius:var(--radius-sm);-webkit-tap-highlight-color:#0000001a;touch-action:manipulation;background:0 0;border:none;padding:.2rem .35rem;font-size:1rem;line-height:1;transition:all .15s}.chat-window-actions button:hover{color:var(--text-primary);background:var(--bg-tertiary)}.chat-window-actions button:active{color:var(--text-primary);background:var(--bg-tertiary);transform:scale(.95)}.chat-window-body{flex:1;min-height:0;display:flex}.chat-sidebar{border-right:1px solid var(--border-primary);overscroll-behavior:contain;background:var(--bg-primary);flex-shrink:0;width:170px;overflow-y:auto}.chat-sidebar::-webkit-scrollbar{width:3px}.chat-sidebar::-webkit-scrollbar-thumb{background:var(--border-primary);border-radius:3px}.chat-sidebar-item{cursor:pointer;border-bottom:1px solid var(--border-primary);align-items:center;gap:.5rem;padding:.55rem .6rem;transition:background .15s;display:flex;position:relative}.chat-sidebar-item:last-child{border-bottom:none}.chat-sidebar-item:hover{background:var(--bg-tertiary)}.chat-sidebar-item.active{border-left:3px solid var(--accent-primary);background:#8b5cf61f;padding-left:calc(.6rem - 3px)}.chat-sidebar-item.has-unread .chat-sidebar-name{color:var(--text-primary);font-weight:700}.chat-sidebar-item img{object-fit:cover;border-radius:50%;flex-shrink:0;width:28px;height:28px}.chat-sidebar-name{color:var(--text-secondary);white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;font-size:.78rem;overflow:hidden}.chat-sidebar-badge{background:var(--accent-primary);color:#fff;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;min-width:16px;height:16px;padding:0 4px;font-size:.58rem;font-weight:700;display:flex}.chat-sidebar-empty{text-align:center;color:var(--text-tertiary);padding:1.5rem .6rem;font-size:.75rem}.chat-main{flex-direction:column;flex:1;min-width:0;display:flex}.chat-window-header{border-bottom:1px solid var(--border-primary);background:var(--bg-secondary);flex-shrink:0;align-items:center;gap:.6rem;padding:.5rem .75rem;display:flex}.chat-window-header img{object-fit:cover;border-radius:50%;width:26px;height:26px}.chat-window-header-name{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:.82rem;font-weight:600;overflow:hidden}.chat-window-header-name a{color:inherit;text-decoration:none}.chat-window-header-name a:hover{color:var(--accent-primary)}.chat-messages{overscroll-behavior:contain;flex-direction:column;flex:1;gap:.35rem;padding:.75rem;display:flex;overflow-y:auto}.chat-messages::-webkit-scrollbar{width:4px}.chat-messages::-webkit-scrollbar-thumb{background:var(--border-primary);border-radius:4px}.chat-msg{word-break:break-word;border-radius:14px;max-width:80%;padding:.5rem .75rem;font-size:.84rem;line-height:1.45;position:relative}.chat-msg.mine .msg-action-bar{left:auto;right:8px}.chat-msg.mine{background:var(--accent-primary);color:#fff;border-bottom-right-radius:4px;align-self:flex-end}.chat-msg.theirs{background:var(--bg-tertiary);color:var(--text-primary);border-bottom-left-radius:4px;align-self:flex-start}.chat-msg-images{gap:4px;margin-top:4px;display:flex}.chat-msg-images img{cursor:pointer;object-fit:cover;border-radius:8px;max-width:140px;max-height:140px;transition:opacity .15s}.chat-msg-images img:hover{opacity:.85}.chat-msg-time{color:var(--text-tertiary);text-align:right;margin-top:2px;font-size:.65rem}.chat-msg.mine .chat-msg-time{color:#ffffffb3}.chat-date-divider{text-align:center;color:var(--text-tertiary);padding:.5rem 0;font-size:.7rem}.chat-load-older{text-align:center;padding:.5rem}.chat-load-older button{color:var(--accent-primary);cursor:pointer;background:0 0;border:none;font-size:.78rem;font-weight:500}.chat-load-older button:hover{text-decoration:underline}.chat-messages-empty{color:var(--text-tertiary);flex:1;justify-content:center;align-items:center;font-size:.84rem;display:flex}.chat-input-area{border-top:1px solid var(--border-primary);flex-shrink:0}.chat-image-previews{gap:6px;padding:6px 10px 0;display:flex}.chat-image-previews:empty{display:none}.chat-img-preview{width:48px;height:48px;position:relative}.chat-img-preview img{object-fit:cover;border-radius:6px;width:100%;height:100%}.chat-img-preview .remove-img{background:var(--accent-danger);color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;font-size:.6rem;line-height:1;display:flex;position:absolute;top:-4px;right:-4px}.chat-input-row{align-items:center;gap:.4rem;padding:.5rem .6rem;display:flex}.chat-input-row textarea{background:var(--bg-tertiary);border:1px solid var(--border-primary);color:var(--text-primary);resize:none;border-radius:16px;outline:none;flex:1;min-height:34px;max-height:100px;padding:.55rem .75rem;font-family:inherit;font-size:.84rem;line-height:1.4;transition:border-color .2s;display:block}.chat-input-row textarea:focus{border-color:var(--accent-primary)}.chat-input-row textarea::placeholder{color:var(--text-tertiary)}.chat-attach-btn,.chat-send-btn{cursor:pointer;border-radius:var(--radius-sm);background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;padding:.3rem;transition:all .15s;display:flex}.chat-composer-toolbar{align-items:center;gap:2px;min-height:26px;padding:2px .5rem 4px;display:flex}.chat-composer-toolbar .chat-attach-btn{width:26px;height:26px;padding:0;font-size:.95rem}.chat-attach-btn{color:var(--text-tertiary);font-size:1.1rem}.chat-attach-btn:hover{color:var(--text-primary);background:var(--bg-tertiary)}.chat-send-btn{color:var(--accent-primary);font-size:1.15rem}.chat-send-btn:hover{background:#8b5cf626}.chat-send-btn:disabled{opacity:.4;cursor:not-allowed}.chat-char-counter{color:var(--text-tertiary);text-align:right;margin-left:auto;padding:0;font-size:.6rem}.chat-char-counter.near-limit{color:var(--accent-warning,#f59e0b)}.chat-char-counter.at-limit{color:var(--accent-danger)}.chat-lightbox{z-index:3000;cursor:zoom-out;background:#000000e6;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.chat-lightbox.hidden{display:none}.chat-lightbox img{object-fit:contain;border-radius:8px;max-width:90vw;max-height:90vh}@media (max-width:640px){.chat-window{border-radius:0;width:100%;height:100svh;right:0}.chat-window-titlebar{padding:.55rem .5rem .55rem .75rem}.chat-window-actions{gap:.15rem}.chat-window-actions button{justify-content:center;align-items:center;min-width:44px;min-height:44px;padding:.5rem .6rem;font-size:1.2rem;display:inline-flex}.chat-sidebar{width:56px}.chat-sidebar-name{display:none}.chat-sidebar-item{justify-content:center;padding:.55rem .35rem}.chat-sidebar-item.active{padding-left:calc(.35rem - 3px)}.chat-sidebar-badge{min-width:14px;height:14px;padding:0 3px;font-size:.52rem;position:absolute;top:4px;right:2px}}@media (min-width:481px) and (max-width:768px){.chat-panel{top:calc(var(--navbar-height,64px) + 6px);width:min(360px,100vw - 16px);max-height:calc(100vh - 80px);position:fixed;left:auto;right:8px}}@media (max-width:480px){.chat-panel{border-radius:var(--radius-lg) var(--radius-lg) 0 0;width:100%;max-height:70vh;position:fixed;inset:auto 0 0}.chat-search-box{border-radius:0;width:100%;max-width:100%;height:100vh}}html[data-theme=light] .chat-panel,html[data-theme=light] .chat-window,html[data-theme=light] .chat-search-box{box-shadow:0 10px 30px #0000001f}html[data-theme=light] .chat-msg.theirs{background:#f0f0f5}html[data-theme=light] .chat-window-titlebar,html[data-theme=light] .chat-sidebar{background:#f8f8fa}html[data-theme=light] .chat-sidebar-item.active{background:#8b5cf614}
