.chat-composer-wrap{position:relative}.chat-composer-wrap .chat-composer{padding-right:92px}.chat-attach-input{display:none}.chat-attach-btn{position:absolute;bottom:10px;right:50px;width:32px;height:32px;border-radius:var(--radius-xs);border:1px solid var(--line-strong);background:var(--surface);color:var(--muted);cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;transition:color .15s,border-color .15s,background .15s}.chat-attach-btn:hover:not(:disabled){color:var(--purple-deep);border-color:rgba(109,61,255,.4);background:var(--brand-tint)}.chat-attach-btn:disabled{opacity:.45;cursor:not-allowed}.chat-attach-strip{display:flex;flex-wrap:wrap;align-items:center;gap:10px;padding:2px 0 8px}.chat-attach-thumb{position:relative;width:64px;height:64px;border-radius:var(--radius-sm);overflow:hidden;border:1px solid var(--line);background:#f2f5fa}.chat-attach-thumb img{width:100%;height:100%;object-fit:cover;display:block}.chat-attach-thumb button{position:absolute;top:3px;right:3px;width:18px;height:18px;border-radius:999px;border:none;background:rgba(16,24,40,.72);color:#fff;font-size:13px;line-height:1;cursor:pointer;display:grid;place-items:center;padding:0}.chat-attach-warn{font-size:12px;color:#b45309;background:#fffbeb;border:1px solid #fcd34d;border-radius:999px;padding:4px 10px}.chat-msg-images{display:flex;flex-wrap:wrap;gap:8px}.chat-msg-image{display:block;width:120px;height:120px;border-radius:var(--radius-sm);overflow:hidden;border:1px solid rgba(16,24,40,.1);background:#f2f5fa}.chat-msg-image img{width:100%;height:100%;object-fit:cover;display:block}@media (max-width:640px){.chat-msg-image{width:96px;height:96px}}