@keyframes skeleton-loading{0%{background-position:-200px 0}to{background-position:200px 0}}@keyframes skeleton-pulse{0%,to{opacity:1}50%{opacity:.6}}.skeleton-container{display:flex;flex-wrap:wrap;gap:24px;padding:32px;width:100%;max-width:1400px;margin:0 auto;justify-content:center}@media(max-width:1220px){.skeleton-container{gap:20px;padding:20px}}@media(max-width:1000px){.skeleton-container{gap:20px;padding:20px}}@media(max-width:768px){.skeleton-container{gap:20px;padding:20px}}@media(max-width:480px){.skeleton-container{gap:15px;padding:20px}}.skeleton-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.08);position:relative;width:calc(33.33% - 16px)}@media(max-width:1220px){.skeleton-card{width:calc(33.3333333333% - 20px)}}@media(max-width:1000px){.skeleton-card{width:calc(50% - 20px)}}@media(max-width:768px){.skeleton-card{width:calc(100% - 20px)}}.skeleton-image{width:100%;aspect-ratio:16/10;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:400px 100%;animation:skeleton-loading 1.2s ease-in-out infinite}.skeleton-hover-strip{padding:12px 16px;display:flex;align-items:center;gap:12px;background:#fff}.skeleton-profile{width:40px;height:40px;border-radius:50%;flex-shrink:0}.skeleton-profile,.skeleton-title{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:400px 100%;animation:skeleton-loading 1.2s ease-in-out infinite}.skeleton-title{flex:1;height:16px;border-radius:8px;margin-right:12px}.skeleton-like-section{display:flex;align-items:center;gap:8px;flex-shrink:0}.skeleton-like-count{width:20px;height:12px;border-radius:6px}.skeleton-heart,.skeleton-like-count{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:400px 100%;animation:skeleton-loading 1.2s ease-in-out infinite}.skeleton-heart{width:16px;height:16px;border-radius:2px}.skeleton-heart,.skeleton-image,.skeleton-like-count,.skeleton-profile,.skeleton-title{position:relative;overflow:hidden}.skeleton-heart:after,.skeleton-image:after,.skeleton-like-count:after,.skeleton-profile:after,.skeleton-title:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.4),transparent);transform:translateX(-100%);animation:shimmer 1.5s infinite}@keyframes shimmer{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}.skeleton-card{animation:fadeInUp .6s ease-out forwards;opacity:0;transform:translateY(20px)}.skeleton-card:first-child{animation-delay:0s}.skeleton-card:nth-child(2){animation-delay:.1s}.skeleton-card:nth-child(3){animation-delay:.2s}.skeleton-card:nth-child(4){animation-delay:.3s}.skeleton-card:nth-child(5){animation-delay:.4s}.skeleton-card:nth-child(6){animation-delay:.5s}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}