.home-post-list-skeleton{list-style:none}.home-post-list-skeleton-row{display:flex;align-items:center;gap:.5rem;margin:0 -1rem;padding:1rem;border-bottom:1px solid var(--color-border-light)}.home-post-list-skeleton-row:last-child{border-bottom:none}.home-post-list-skeleton-bar{display:block;height:.75rem;border-radius:6px;background:linear-gradient(90deg,var(--color-bg-tertiary) 0,var(--color-border) 50%,var(--color-bg-tertiary) 100%);background-size:200% 100%;animation:home-post-skeleton-shimmer 1.2s ease-in-out infinite}@media (prefers-reduced-motion:reduce){.home-post-list-skeleton-bar{animation:none;background:var(--color-bg-tertiary)}}@keyframes home-post-skeleton-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}.home-post-list-skeleton-bar--short{width:1.25rem;flex-shrink:0}.home-post-list-skeleton-bar--main{flex:1 1;min-width:2rem;max-width:100%}.home-post-list-skeleton-bar--meta{width:4.5rem;flex-shrink:0}