.shimmer{position:relative;overflow:hidden;background:linear-gradient(90deg,#1a1a1a,#2a2a2a 20% 40%,#1a1a1a);background-size:200% 100%;animation:shimmer 1.5s ease-in-out infinite;transform:translateZ(0)}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.skeleton-card{background-color:#0d0f12;border:1px solid rgba(255,255,255,.1);border-radius:.5rem;overflow:hidden;margin-bottom:1rem}.skeleton-image{width:100%;height:200px;background-color:#1a1a1a}.skeleton-card-body{padding:1rem;display:flex;flex-direction:column;gap:.75rem}.skeleton-text{border-radius:.25rem;background-color:#1a1a1a}.skeleton-text-xs{height:.75rem;width:30%}.skeleton-text-sm{height:1rem;width:60%}.skeleton-text-md{height:1.25rem;width:80%}.skeleton-text-lg{height:1.5rem;width:90%}.skeleton-image-wrapper{position:relative;width:100%;padding-bottom:75%;border-radius:.5rem;overflow:hidden}.skeleton-image-wrapper .skeleton-image{position:absolute;top:0;left:0;width:100%;height:100%}.table-dark .skeleton-text{background-color:#1a1a1a}.table-dark thead th{border-bottom:1px solid rgba(255,255,255,.1)}.table-dark tbody tr{border-bottom:1px solid rgba(255,255,255,.05)}@media(max-width:768px){.skeleton-image{height:150px}.skeleton-card-body{padding:.75rem;gap:.5rem}}
