.album-carousel-skeleton{width:100%;overflow:hidden;display:flex;flex-direction:column;align-items:center}.skeleton-album-list{display:flex;justify-content:center;gap:32px}.skeleton-album-item{width:144px;height:144px;background-color:#d0d0d0;border-radius:24px;animation:pulse 1.5s infinite}@keyframes pulse{0%{background-color:#d0d0d0}50%{background-color:#e0e0e0}to{background-color:#d0d0d0}}