@keyframes chapter-skeleton-shimmer{0%{opacity:1}50%{opacity:.4}to{opacity:1}}.chapter-skeleton__actions,.chapter-skeleton__avatar,.chapter-skeleton__cover,.chapter-skeleton__line{background:var(--bg-2);border-radius:var(--radius-sm);animation:chapter-skeleton-shimmer 1.6s ease-in-out infinite}.chapter-skeleton__cover{width:100%;aspect-ratio:2/3}.chapter-skeleton__meta-block{display:flex;flex-direction:column;gap:var(--spacing-xs);margin-top:var(--spacing-md)}.chapter-skeleton__line{height:12px;width:100%}.chapter-skeleton__line--label{height:10px;width:40%}.chapter-skeleton__line--value{height:13px;width:75%}.chapter-skeleton__line--overline{height:10px;width:30%}.chapter-skeleton__line--title{height:28px;width:100%}.chapter-skeleton__line--short{width:60%}.chapter-skeleton__line--name{height:13px;width:50%}.chapter-skeleton__line--subtext{height:11px;width:35%}.chapter-skeleton__author-row{display:flex;align-items:center;gap:var(--spacing-sm);margin:var(--spacing-md) 0}.chapter-skeleton__avatar{width:32px;height:32px;border-radius:50%;flex-shrink:0}.chapter-skeleton__author-text{display:flex;flex-direction:column;gap:var(--spacing-xs);flex:1}.chapter-skeleton__actions{height:40px;width:100%;margin:var(--spacing-md) 0;border-radius:var(--radius-sm)}.chapter-skeleton__paragraph{display:flex;flex-direction:column;gap:var(--spacing-xs);margin-bottom:var(--spacing-xl)}