@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.shimmer{background:linear-gradient(90deg,#e5e7eb 25%,#f3f4f6 50%,#e5e7eb 75%) 0 0/200% 100%;animation:1.5s infinite shimmer}@media (max-width:640px){.skeleton-card{width:280px}.skeleton-title{height:24px}.skeleton-subtitle{height:16px}}@media (min-width:641px) and (max-width:1024px){.skeleton-card{width:320px}.skeleton-title{height:32px}.skeleton-subtitle{height:18px}}@media (min-width:1025px){.skeleton-card{width:384px}.skeleton-title{height:48px}.skeleton-subtitle{height:20px}}.skeleton-delay-1{animation-delay:.1s}.skeleton-delay-2{animation-delay:.2s}.skeleton-delay-3{animation-delay:.3s}.skeleton-delay-4{animation-delay:.4s}
