.media-skeleton{width:100%;height:100%;overflow:hidden;border-radius:1rem;transition:transform .2s ease,box-shadow .2s ease}.media-skeleton:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,.08)}.media-thumb-skeleton{height:200px;width:100%;background:#f0f0f0;margin-top:1rem;margin-left:auto;margin-right:auto;max-width:260px}.title-line{height:18px;width:80%;margin:8px 0}.text-line{height:12px;width:95%;margin:6px 0}.text-line.short{width:60%}.badge-line{height:20px;width:60px}.meta-line{height:12px;width:40%}.meta-line.short{width:25%}.tag-line{height:14px;width:50px;margin-bottom:6px}.shimmer{position:relative;background-color:#e0e0e0;overflow:hidden}.shimmer:after{content:"";position:absolute;top:0;left:-150px;width:150px;height:100%;background:linear-gradient(90deg,rgba(255,255,255,0),rgba(255,255,255,.5) 50%,rgba(255,255,255,0));animation:shimmer 1.5s infinite}@keyframes shimmer{0%{left:-150px}to{left:100%}}