@keyframes skeleton-shimmer{0%{opacity:1}50%{opacity:.4}to{opacity:1}}.post-skeleton__action,.post-skeleton__attachment,.post-skeleton__avatar,.post-skeleton__card,.post-skeleton__date,.post-skeleton__line,.post-skeleton__name{background:var(--bg-2);border-radius:var(--radius-sm);animation:skeleton-shimmer 1.6s ease-in-out infinite}.post-skeleton__card{border-radius:var(--radius-lg);padding:var(--spacing-lg);background:var(--bg-surface);border:1px solid var(--border-subtle);animation:none}.post-skeleton__header{display:flex;align-items:center;gap:var(--spacing-md);margin-bottom:var(--spacing-md)}.post-skeleton__avatar{width:40px;height:40px;border-radius:50%;flex-shrink:0}.post-skeleton__meta{flex:1;display:flex;flex-direction:column;gap:var(--spacing-xs)}.post-skeleton__name{height:13px;width:140px}.post-skeleton__date{height:10px;width:80px}.post-skeleton__body{display:flex;flex-direction:column;gap:var(--spacing-sm);margin-bottom:var(--spacing-lg)}.post-skeleton__line{height:13px;width:100%}.post-skeleton__line--short{width:65%}.post-skeleton__attachment{height:120px;width:100%;max-width:320px;border-radius:var(--radius-md);margin-bottom:var(--spacing-md)}.post-skeleton__actions{display:flex;gap:var(--spacing-md);margin-bottom:var(--spacing-lg)}.post-skeleton__action{height:14px;width:48px}.post-skeleton__comments{list-style:none;padding:0;margin:0;border-top:1px solid var(--border-subtle);padding-top:var(--spacing-md)}