.card-skeleton{background:rgba(10,10,12,.65);border:1px solid rgba(255,255,255,.04);border-radius:20px;flex-direction:column;min-width:240px;max-width:240px;height:375px;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 40px rgba(0,0,0,.15)}.card-skeleton .shimmer{background:linear-gradient(90deg,rgba(255,255,255,.03) 25%,rgba(255,255,255,.08) 37%,rgba(255,255,255,.03) 63%) 0 0/400% 100%;animation:1.4s infinite skeleton-shimmer}.card-skeleton__thumb{background-color:rgba(255,255,255,.02);border-top-left-radius:20px;border-top-right-radius:20px;flex:0 0 230px;width:100%;height:250px}.card-skeleton__info{flex-direction:column;flex:auto;gap:.45rem;padding:.7rem;display:flex}.card-skeleton__title{background-color:rgba(255,255,255,.03);border-radius:4px;width:90%;height:12px}.card-skeleton__title-short{background-color:rgba(255,255,255,.03);border-radius:4px;width:60%;height:12px;margin-bottom:.35rem}.card-skeleton__chips{gap:.35rem;display:flex}.card-skeleton__chip{background-color:rgba(255,255,255,.03);border-radius:999px;width:50px;height:18px}.card-skeleton__meta{background-color:rgba(255,255,255,.02);border-radius:3px;width:45%;height:10px;margin-top:auto}@keyframes skeleton-shimmer{0%{background-position:100%}to{background-position:0%}}@media (max-width:992px){.card-skeleton{height:330px}.card-skeleton__thumb{flex-basis:180px;height:180px}}
