@keyframes skeleton-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.skeleton-line{background:linear-gradient(90deg,#ffffff0a 25%,#ffffff14 50%,#ffffff0a 75%) 0 0/200% 100%;border-radius:6px;height:.75rem;animation:1.8s ease-in-out infinite skeleton-shimmer}.skeleton-sm{width:8rem;margin:0 auto}.skeleton-md{width:16rem;margin:.5rem auto 0}.skeleton-lg{width:22rem;height:1.8rem;margin:.75rem auto 0}.skeleton-card{border-radius:var(--radius-lg,14px);background:linear-gradient(90deg,#ffffff05 25%,#ffffff0d 50%,#ffffff05 75%) 0 0/200% 100%;border:1px solid #ffffff0a;height:140px;animation:1.8s ease-in-out infinite skeleton-shimmer}.skeleton-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1rem;margin-top:2rem;display:grid}.skeleton-row{background:linear-gradient(90deg,#ffffff05 25%,#ffffff0d 50%,#ffffff05 75%) 0 0/200% 100%;border-radius:8px;height:48px;animation:1.8s ease-in-out infinite skeleton-shimmer}.skeleton-rows{flex-direction:column;gap:.5rem;margin-top:2rem;display:flex}
