.forum-comment-thread{display:flex;flex-direction:column;gap:16px}.forum-comment-thread__sort{margin-bottom:4px}.forum-comment-thread__list{display:flex;flex-direction:column;gap:18px}.forum-comment-thread__group{padding-bottom:18px;border-bottom:1px solid var(--ant-color-border-secondary)}.forum-comment-thread__group:last-child{border-bottom:none;padding-bottom:0}.forum-comment-thread__item{width:100%}.forum-comment-thread__item.is-compact .forum-comment-thread__content{font-size:var(--font-size-compact)}.forum-comment-thread__avatar{flex-shrink:0;background:var(--ant-color-fill-tertiary)}.forum-comment-thread__body{flex:1 1;min-width:0}.forum-comment-thread__author-block{display:flex;flex-direction:column;align-items:flex-start;gap:4px;margin-bottom:2px}.forum-comment-thread__meta-row{display:flex;flex-wrap:wrap;align-items:center;min-width:0}.forum-comment-thread__author-line{display:inline-flex;align-items:center;flex-wrap:wrap;gap:6px;min-width:0}.forum-comment-thread__author-trigger{cursor:pointer;gap:6px;flex-wrap:wrap}.forum-comment-thread__author-trigger:focus-visible .forum-comment-thread__author-name,.forum-comment-thread__author-trigger:hover .forum-comment-thread__author-name{color:var(--ant-color-primary)}.forum-comment-thread__time.ant-typography{display:block;width:100%;margin-bottom:0;font-size:var(--font-size-compact);line-height:1.3;color:var(--ant-color-text-tertiary)}.forum-comment-thread__item.is-compact .forum-comment-thread__author-block{gap:2px}.forum-comment-thread__content{margin:6px 0 10px;white-space:pre-wrap;word-break:break-word;font-size:var(--font-size-auxiliary);line-height:1.7}.forum-comment-thread__content--deleted{color:var(--ant-color-text-tertiary);font-style:italic}.forum-comment-thread__text-line{margin:0;padding:0}.forum-comment-thread__reply-target{margin:0 0 2px;color:var(--ant-color-text-secondary);font-size:var(--font-size-meta)}.forum-comment-thread__reply-target-trigger{display:inline-flex}.forum-comment-thread__reply-target-link{border:none;background:transparent;padding:0;margin:0;color:var(--ant-color-primary);cursor:pointer;font-size:inherit;line-height:inherit}.forum-comment-thread__reply-target-link:focus-visible,.forum-comment-thread__reply-target-link:hover{text-decoration:underline}.forum-comment-thread__img-group{display:flex;flex-wrap:wrap;gap:4px;margin:6px 0 2px}.forum-comment-thread__img-thumb{display:block;width:96px;height:96px;object-fit:cover;border-radius:4px;cursor:zoom-in;flex:none;background:var(--ant-color-fill-tertiary)}.forum-comment-thread__actions{gap:2px 8px}.forum-comment-thread__action-btn{padding:0 4px;color:var(--ant-color-text-secondary)}.forum-comment-thread__action-btn.is-liked{color:var(--ant-color-primary)}.forum-comment-thread__toggle-btn{padding:0}.forum-comment-thread__reply-list{margin-top:12px;margin-left:52px;padding:14px 16px;border-radius:12px;background:var(--ant-color-fill-quaternary);display:flex;flex-direction:column;gap:12px}.forum-comment-thread__reply-list .forum-comment-thread__item{padding-bottom:12px;border-bottom:1px solid rgba(0,0,0,.05)}.forum-comment-thread__reply-list .forum-comment-thread__item:last-child{border-bottom:none;padding-bottom:0}.forum-comment-thread__footer{display:flex;justify-content:center;padding-top:4px}.forum-comment-thread__skeleton{display:flex;flex-direction:column;gap:16px}@media (max-width:576px){.forum-comment-thread__reply-list{margin-left:32px;padding:12px}}