.collab-image-picker{border:1px dashed var(--border,#cbd5e1);border-radius:12px;padding:12px;background:var(--surface,#f8fafc);min-width:0}
.collab-image-toolbar{display:flex;align-items:center;gap:10px;flex-wrap:wrap;font-size:12px;margin-bottom:8px}.collab-image-toolbar .muted{margin-left:auto}
.collab-image-picker>small{font-size:11px;color:var(--muted,#536783)}
.collab-image-previews,.collab-image-gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(145px,1fr));gap:10px;margin:10px 0;max-width:760px}
.collab-image-previews figure,.collab-image-gallery figure{margin:0;min-width:0;position:relative;border:1px solid var(--border,#d9e2ee);border-radius:10px;overflow:hidden;background:var(--panel,#fff)}
.collab-image-previews img,.collab-image-gallery img{display:block;width:100%;height:140px;object-fit:contain;background:#eef2f8}
.collab-image-previews figcaption,.collab-image-gallery figcaption{padding:8px;font-size:12px;overflow-wrap:anywhere;display:flex;justify-content:space-between;gap:6px;flex-wrap:wrap}
.collab-image-previews figcaption small{color:var(--muted,#536783)}
.collab-image-previews button{position:absolute;top:5px;right:5px;min-width:30px;min-height:30px;background:var(--panel,#fff)}
.collab-image-gallery a:focus-visible,.collab-image-picker button:focus-visible{outline:3px solid #2155eb;outline-offset:2px}
@media(max-width:480px){.collab-image-previews,.collab-image-gallery{grid-template-columns:repeat(2,minmax(0,1fr))}.collab-image-previews img,.collab-image-gallery img{height:110px}.collab-image-toolbar>span:not(.muted){flex-basis:100%}}

.comment-replies{margin-top:14px;padding-left:16px;border-left:2px solid var(--border,#d9e2ee);display:grid;gap:10px}.comment-replies .comment-card{margin:0;background:var(--panel,#fff)}.comment-reply-button{margin-top:8px}.comment-reply-context{padding:10px 12px;background:var(--surface,#f3f6fd);border-radius:8px;font-size:13px}@media(max-width:480px){.comment-replies{padding-left:8px}}
