@keyframes skeleton-shimmer{0%{opacity:1}50%{opacity:.4}to{opacity:1}}.comment-skeleton__action,.comment-skeleton__avatar,.comment-skeleton__line,.comment-skeleton__name,.comment-skeleton__time{background:var(--bg-2);border-radius:var(--radius-sm);animation:skeleton-shimmer 1.6s ease-in-out infinite}.comment-skeleton{padding:var(--spacing-sm) 0;list-style:none}.comment-skeleton__header{display:flex;align-items:center;gap:var(--spacing-sm);margin-bottom:var(--spacing-sm)}.comment-skeleton__avatar{width:32px;height:32px;border-radius:var(--radius-full);flex-shrink:0}.comment-skeleton__meta{display:flex;flex-direction:column;gap:var(--spacing-xs)}.comment-skeleton__name{width:100px;height:12px}.comment-skeleton__time{width:60px;height:10px}.comment-skeleton__body{display:flex;flex-direction:column;gap:var(--spacing-xs);margin-bottom:var(--spacing-sm)}.comment-skeleton__line{height:12px;width:100%}.comment-skeleton__line:nth-child(2){width:85%}.comment-skeleton__line--short{width:60%}.comment-skeleton__actions{display:flex;gap:var(--spacing-md)}.comment-skeleton__action{width:40px;height:10px}