@keyframes shimmer-slide{0%{background-position:-200% 0}to{background-position:200% 0}}.shimmer{background:linear-gradient(110deg,#ececec 30%,#f8f8f8 50%,#ececec 70%);background-size:200% 100%;animation:shimmer-slide 1.6s ease-in-out infinite;border-radius:4px}[data-theme=skin-dark] .shimmer{background:linear-gradient(110deg,#2a2a2e 30%,#38383d 50%,#2a2a2e 70%);background-size:200% 100%}.shimmer-card{display:flex;flex-direction:column;background:#fff;border-radius:6px;overflow:hidden;height:100%}[data-theme=skin-dark] .shimmer-card{background:#222327}.shimmer-card .shimmer-img{width:100%;aspect-ratio:700/400}.shimmer-card .shimmer-body{padding:10px 8px;display:flex;flex-direction:column;gap:8px;flex:1 1}.shimmer-card .shimmer-title{height:16px;border-radius:3px}.shimmer-card .shimmer-meta{height:10px;width:35%;border-radius:3px;margin-top:auto}.shimmer-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}@media (max-width:991px){.shimmer-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:576px){.shimmer-grid{grid-template-columns:1fr}}