.skeleton-comment{align-items:flex-start;gap:12px;display:flex}.skeleton-comment-avatar{border-radius:50%;flex-shrink:0;width:32px;height:32px}.skeleton-comment-body{flex-direction:column;flex:1;gap:12px;min-width:0;padding-top:2px;display:flex}.skeleton-comment-meta{align-items:center;gap:10px;margin-bottom:4px;display:flex}.skeleton-comment-username{border-radius:4px;width:120px;height:16px}.skeleton-comment-date{border-radius:4px;width:72px;height:14px}.skeleton-comment-line{border-radius:4px;width:100%;height:16px}.skeleton-comment-line--short{width:55%}.skeleton-comment-avatar,.skeleton-comment-username,.skeleton-comment-date,.skeleton-comment-line{background-color:#262626;position:relative;overflow:hidden}.skeleton-comment-avatar:before,.skeleton-comment-username:before,.skeleton-comment-date:before,.skeleton-comment-line:before{pointer-events:none;content:"";background-image:linear-gradient(120deg,#0000 200px,#6464641a 500px,#0000 800px);background-repeat:no-repeat;width:100vw;height:100%;animation:2s ease-out infinite animate-skeleton;position:absolute;top:0;left:0}@keyframes animate-skeleton{0%{background-position-x:-800px}to{background-position-x:100vw}}