.chat{color:#17171a;background:#fff;border:1px solid #e9eaf0;border-radius:16px;height:72vh;min-height:520px;font-family:Mariupol,Onest,sans-serif;display:flex;overflow:hidden}.chat-list{background:#fff;border-right:1px solid #e9eaf0;flex-direction:column;flex-shrink:0;width:320px;display:flex}.chat-list-head{border-bottom:1px solid #f0f1f5;padding:14px 16px}.chat-list-head-row{align-items:center;gap:8px;display:flex}.chat-new-btn{color:#5a75ff;cursor:pointer;background:#eef1ff;border:0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;transition:background .15s;display:inline-flex}.chat-new-btn:hover{background:#e2e7ff}.chat-picker-head{align-items:center;gap:8px;display:flex}.chat-picker-back{color:#5a75ff;cursor:pointer;background:#eef1ff;border:0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;transition:background .15s;display:inline-flex}.chat-picker-back:hover{background:#e2e7ff}.chat-search{background:#f7f8fb;border:1px solid #e3e5ee;border-radius:100px;outline:none;width:100%;padding:9px 14px;font-family:inherit;font-size:14px}.chat-search:focus{background:#fff;border-color:#5a75ff}.chat-list-items{flex:auto;min-height:0;overflow-y:auto}.chat-empty{color:#9a9ca6;text-align:center;padding:24px 16px;font-size:13px}.chat-list-item{cursor:pointer;text-align:left;background:0 0;border:0;border-bottom:1px solid #f4f5f8;align-items:center;gap:12px;width:100%;padding:12px 16px;font-family:inherit;transition:background .12s;display:flex}.chat-list-item:hover{background:#f7f8fb}.chat-list-item.active{background:#eef1ff}.chat-list-item-body{flex:auto;min-width:0}.chat-list-item-top{align-items:baseline;gap:8px;display:flex}.chat-list-item-name{color:#17171a;white-space:nowrap;text-overflow:ellipsis;flex:auto;font-size:14px;font-weight:600;overflow:hidden}.chat-list-item-time{color:#9a9ca6;flex-shrink:0;font-size:11px}.chat-list-item-preview{color:#737580;white-space:nowrap;text-overflow:ellipsis;margin-top:2px;font-size:13px;overflow:hidden}.chat-preview-clip{vertical-align:-2px;opacity:.7;margin-right:3px;display:inline-block}.chat-unread-dot{color:#fff;background:#5a75ff;border-radius:100px;flex-shrink:0;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 6px;font-size:11px;font-weight:700;display:inline-flex}.chat-avatar{object-fit:cover;color:#3a4a8c;text-align:center;background:#e3e8ff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-family:Mariupol,Onest,sans-serif;font-weight:700;line-height:1;display:inline-flex}.chat-avatar-sm{width:32px;height:32px;font-size:12px}.chat-avatar-md{width:44px;height:44px;font-size:14px}.chat-avatar-lg{width:72px;height:72px;font-size:22px}.chat-avatar-ph{background:#e3e8ff}.chat-thread{background:#fcfcfd;flex-direction:column;flex:auto;min-width:0;display:flex}.chat-thread-head{background:#fff;border-bottom:1px solid #e9eaf0;align-items:center;gap:12px;padding:14px 20px;display:flex}.chat-thread-back{color:#555;cursor:pointer;background:0 0;border:0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;margin-left:-6px;display:none}.chat-thread-back:active{background:#f2f3f7}.chat-thread-name{font-size:15px;font-weight:600}.chat-messages{flex-direction:column;flex:auto;gap:8px;min-height:0;padding:20px;display:flex;overflow-y:auto}.chat-messages>:first-child{margin-top:auto}.chat-day-sep{align-self:center;margin:4px 0}.chat-day-sep span{color:#737580;background:#eceef3;border-radius:100px;padding:3px 12px;font-size:11.5px;font-weight:500;display:inline-block}.chat-thread-loading{justify-content:center;align-items:center;margin:auto;display:flex}.chat-spinner{border:3px solid #e6e9f5;border-top-color:#5a75ff;border-radius:50%;width:34px;height:34px;animation:.7s linear infinite chat-spin}@keyframes chat-spin{to{transform:rotate(360deg)}}.chat-thread-empty{color:#737580;flex-direction:column;align-items:center;gap:10px;margin:auto;display:flex}.chat-thread-empty-name{color:#17171a;font-size:18px;font-weight:600}.chat-thread-empty-hint{color:#9a9ca6;font-size:13px}.chat-bubble{background:#fff;border:1px solid #ebedf3;border-radius:14px 14px 14px 4px;align-self:flex-start;max-width:72%;padding:9px 13px;position:relative}.chat-bubble.mine{color:#fff;background:#5a75ff;border-color:#5a75ff;border-radius:14px 14px 4px;align-self:flex-end}.chat-bubble-text{white-space:pre-wrap;word-break:break-word;font-size:14px;line-height:1.4}.chat-bubble-meta{color:#9a9ca6;justify-content:flex-end;align-items:center;gap:5px;margin-top:3px;font-size:10.5px;display:flex}.chat-bubble.mine .chat-bubble-meta{color:#fffc}.chat-bubble-ticks{font-size:11px}.chat-edited{opacity:.85;font-size:10.5px;font-style:italic}.chat-bubble-actions{opacity:0;gap:4px;margin-right:6px;transition:opacity .12s;display:flex;position:absolute;top:50%;right:100%;transform:translateY(-50%)}.chat-bubble:hover .chat-bubble-actions{opacity:1}.chat-bubble-act{color:#8a8d99;cursor:pointer;background:#f2f3f7;border:0;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;transition:background .12s,color .12s;display:inline-flex}.chat-bubble-act:hover{color:#5a75ff;background:#e7e9f0}.chat-bubble.deleted,.chat-bubble.mine.deleted{background:#f4f5f8;border-color:#ebedf3}.chat-bubble.deleted .chat-bubble-meta{color:#b0b2bb}.chat-deleted{color:#9a9ca6;font-size:13.5px;font-style:italic}.chat-edit{flex-direction:column;gap:6px;min-width:200px;display:flex}.chat-edit-input{resize:none;min-height:38px;max-height:120px;font:inherit;color:#17171a;background:#fff;border:1px solid #d7dae6;border-radius:8px;outline:none;padding:6px 8px;font-size:14px;line-height:1.4}.chat-edit-actions{justify-content:flex-end;gap:8px;display:flex}.chat-edit-save,.chat-edit-cancel{cursor:pointer;border:0;border-radius:8px;padding:5px 12px;font-size:12.5px;font-weight:600}.chat-edit-save{color:#fff;background:#5a75ff}.chat-edit-cancel{color:#555;background:#eceef3}.chat-composer{background:#fff;border-top:1px solid #e9eaf0;align-items:flex-end;gap:8px;padding:14px 16px;display:flex;position:relative}.chat-input{resize:none;box-sizing:border-box;border:1px solid #d7dae6;border-radius:20px;outline:none;flex:auto;max-height:120px;padding:10px 16px;font-family:inherit;font-size:14px;line-height:1.5;display:block;overflow-y:hidden}.chat-input:focus{border-color:#5a75ff}.chat-send{color:#fff;cursor:pointer;background:#5a75ff;border:0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:16px;transition:background .15s;display:inline-flex}.chat-send:hover:not(:disabled){background:#4f67e0}.chat-send:disabled{opacity:.5;cursor:default}.chat-tool-btn{color:#8a8d99;cursor:pointer;background:0 0;border:0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;transition:background .15s,color .15s;display:inline-flex}.chat-tool-btn:hover{color:#5a75ff;background:#f2f3f7}.chat-tool-btn.active{color:#5a75ff;background:#eef1ff}.chat-emoji-pop{z-index:20;border-radius:10px;position:absolute;bottom:64px;left:12px;overflow:hidden;box-shadow:0 12px 40px #00000038}.chat-attach-chips{flex-wrap:wrap;gap:8px;padding:12px 16px 8px;display:flex}.chat-attach-chip{background:#f7f8fb;border:1px solid #e3e5ee;border-radius:10px;align-items:center;gap:8px;max-width:220px;padding:4px 6px 4px 4px;display:inline-flex}.chat-attach-thumb{object-fit:cover;border-radius:7px;flex-shrink:0;width:30px;height:30px}.chat-attach-fileicon{color:#6b7280;background:#e9ecf5;border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;display:inline-flex}.chat-attach-name{color:#37394a;white-space:nowrap;text-overflow:ellipsis;max-width:130px;font-size:12.5px;overflow:hidden}.chat-attach-chip-x{color:#9a9ca6;cursor:pointer;background:0 0;border:0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;font-size:11px;line-height:1;display:inline-flex}.chat-attach-chip-x:hover{color:#555;background:#e3e5ee}.chat-bubble-atts{flex-direction:column;gap:6px;margin-top:6px;display:flex}.chat-att-img{cursor:zoom-in;background:0 0;border:0;max-width:240px;padding:0;display:block}.chat-att-img img{border-radius:10px;max-width:240px;max-height:240px;display:block}.chat-att-file{color:inherit;word-break:break-word;background:#0000000f;border-radius:8px;align-items:center;gap:8px;padding:7px 10px;font-size:13px;text-decoration:none;display:inline-flex}.chat-att-file-ico{opacity:.75;flex:none;display:inline-flex}.chat-att-file-name{flex:auto;min-width:0}.chat-att-file-dl{opacity:0;flex:none;transition:opacity .15s;display:inline-flex}.chat-bubble.mine .chat-att-file{color:#fff;background:#fff3}.chat-att-file:hover{background:#0000001a}.chat-bubble.mine .chat-att-file:hover{background:#ffffff47}.chat-att-file:hover .chat-att-file-dl{opacity:.85}.chat-attach-error{color:#dc2626;background:#dc26261a;border-radius:8px;align-items:center;gap:6px;margin:4px 12px 0;padding:6px 10px;font-size:12.5px;line-height:1.3;display:flex}.chat-lightbox{z-index:1200;cursor:zoom-out;background:#000000d1;flex-direction:column;justify-content:center;align-items:center;gap:14px;padding:32px;animation:.15s chat-lightbox-in;display:flex;position:fixed;inset:0}@keyframes chat-lightbox-in{0%{opacity:0}to{opacity:1}}.chat-lightbox-img{cursor:default;border-radius:12px;max-width:min(92vw,1100px);max-height:82vh;box-shadow:0 24px 60px #00000080}.chat-lightbox-close{color:#fff;cursor:pointer;background:#ffffff24;border:0;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:20px;line-height:1;transition:background .15s;display:inline-flex;position:absolute;top:18px;right:22px}.chat-lightbox-close:hover{background:#ffffff42}.chat-lightbox-dl{color:#fff;white-space:nowrap;text-overflow:ellipsis;cursor:pointer;background:#ffffff24;border-radius:999px;align-items:center;gap:8px;max-width:92vw;padding:8px 16px;font-size:13px;text-decoration:none;transition:background .15s;display:inline-flex;overflow:hidden}.chat-lightbox-dl:hover{background:#ffffff42}@media (max-width:720px){.chat{height:calc(100vh - 160px)}.chat-list{border-right:0;width:100%}.chat-thread,.chat--thread-open .chat-list{display:none}.chat--thread-open .chat-thread{width:100%;animation:.18s ease-out chat-thread-in;display:flex}.chat-thread-back{display:inline-flex}.chat-bubble{max-width:85%}.chat-input{min-width:0;font-size:16px}.chat-messages{padding:14px 12px}.chat-thread-head,.chat-composer{padding:10px 12px}.chat-emoji-pop{max-width:calc(100vw - 16px);left:8px;right:8px}}@keyframes chat-thread-in{0%{opacity:0;transform:translate(24px)}to{opacity:1;transform:none}}@media (hover:none){.chat-bubble-actions{opacity:1}}.chat-fab{z-index:1000;color:#fff;cursor:pointer;background:#5a75ff;border:0;border-radius:50%;justify-content:center;align-items:center;width:58px;height:58px;transition:transform .15s,background .15s;display:inline-flex;position:fixed;bottom:24px;right:24px;box-shadow:0 10px 28px #5a75ff73}.chat-fab:hover{background:#4f67e0;transform:translateY(-2px)scale(1.04)}.chat-fab:active{transform:scale(.96)}.chat-fab-badge{color:#fff;background:#ef4444;border:2px solid #fff;border-radius:100px;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 5px;font-family:Mariupol,Onest,sans-serif;font-size:11px;font-weight:700;display:inline-flex;position:absolute;top:-2px;right:-2px}.chat-modal-overlay{z-index:1100;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#11121a73;justify-content:center;align-items:center;padding:24px;animation:.18s ease-out chat-overlay-in;display:flex;position:fixed;inset:0}.chat-modal{background:#fff;border-radius:18px;flex-direction:column;width:100%;max-width:980px;height:82vh;max-height:760px;font-family:Mariupol,Onest,sans-serif;animation:.24s cubic-bezier(.16,1,.3,1) chat-modal-in;display:flex;overflow:hidden;box-shadow:0 24px 80px #0000004d}.chat-modal-head{border-bottom:1px solid #eceef3;flex-shrink:0;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.chat-modal-title{color:#17171a;font-size:18px;font-weight:700}.chat-modal-close{color:#555;cursor:pointer;background:#f2f3f7;border:0;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;font-size:15px;display:inline-flex}.chat-modal-close:hover{background:#e7e9f0}.chat-modal-body{flex:auto;min-height:0;display:flex}.chat-modal-loading{color:#9a9ca6;margin:auto;font-size:14px}.chat-modal-body .chat{border:0;border-radius:0;width:100%;height:100%}@keyframes chat-overlay-in{0%{opacity:0}to{opacity:1}}@keyframes chat-modal-in{0%{opacity:0;transform:translateY(16px)scale(.97)}to{opacity:1;transform:none}}@media (max-width:720px){.chat-modal-overlay{padding:0}.chat-modal{border-radius:0;height:100dvh;max-height:none}.chat-modal-head{padding:12px 16px}.chat-modal-body .chat{height:100%;min-height:0}.chat-fab{bottom:16px;right:16px}}
