.comment-item{transition:all .2s ease}.comment-item:hover{background:rgba(0,0,0,.02)}@media (prefers-color-scheme:dark){.comment-item{background:hsla(0,0%,100%,.03)}.comment-item:hover{background:hsla(0,0%,100%,.06)}}@media (min-width:768px){.comment-item.border-l-2{margin-left:2rem}}.comment-item img{transition:transform .2s ease}.comment-item:hover img{transform:scale(1.05)}.comment-form input:focus,.comment-form textarea:focus{outline:none;box-shadow:0 0 0 2px #3b82f6}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}.comment-skeleton{background:linear-gradient(90deg,#e5e5e5,#f5f5f5 50%,#e5e5e5);background-size:1000px 100%;animation:shimmer 2s infinite}@media (prefers-color-scheme:dark){.comment-skeleton{background:linear-gradient(90deg,#3c3c3c,#505050 50%,#3c3c3c)}}