.skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:8px}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.skeleton-card{padding:10px;border:2.86px solid rgba(0,129,241,.24);border-radius:30px;background:url(/_next/static/media/bg-blg.f0213cd1.webp);background-repeat:no-repeat;background-position:50%;background-size:cover}.skeleton-image{height:250px;border-radius:20px;background:linear-gradient(90deg,#e0e0e0 25%,#f0f0f0 50%,#e0e0e0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite}.skeleton-body{padding:5px;min-height:220px;display:flex;flex-direction:column;justify-content:space-between}.skeleton-line{height:12px;margin:8px 0;border-radius:4px}.skeleton-line.short{width:60%}.skeleton-line.medium{width:80%}.skeleton-line.full{width:100%}.skeleton-title{height:24px;width:90%;margin:16px 0;border-radius:4px}.skeleton-button{height:40px;width:120px;border-radius:10px;margin-top:12px}