.attachment-preview{display:flex;gap:8px;overflow-x:auto;padding:0 8px 7px}.attachment-chip,.message-attachment{display:flex;align-items:center;gap:9px;min-width:0;border:1px solid var(--border);border-radius:12px;background:var(--panel);padding:7px 9px}.attachment-chip{max-width:240px;flex:0 0 auto}.attachment-visual,.message-attachment-visual{width:38px;height:38px;flex:0 0 38px;border-radius:9px;background:var(--panel3);display:grid;place-items:center;font-size:9px;font-weight:850;color:var(--muted);overflow:hidden}.attachment-visual img,.message-attachment-visual img{width:100%;height:100%;object-fit:cover}.attachment-copy{display:flex;flex-direction:column;min-width:0;gap:2px}.attachment-copy strong{font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.attachment-copy small{font-size:9px;color:var(--muted)}.message-attachments{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.message-attachment{max-width:min(280px,100%)}.message-attachment-visual{width:46px;height:46px;flex-basis:46px}@media(max-width:640px){.attachment-chip{max-width:200px}.message-attachments{flex-direction:column}.message-attachment{max-width:100%;width:100%}}