.skel{max-width:1140px;margin:0 auto;padding:16px}.skel__gallery{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:8px;gap:8px;margin-bottom:20px}.skel__hero{grid-column:1/-1;aspect-ratio:16/9;border-radius:14px}.skel__cell{aspect-ratio:1/1;border-radius:10px}.skel__identity{margin-bottom:24px}.skel__content{display:flex;flex-direction:column;gap:10px}.skel__line{height:16px;border-radius:6px;margin-bottom:10px}.skel__line--title{height:26px;width:70%}.skel__line--chips{height:20px;width:45%}.skel__line--rate{height:20px;width:35%}.skel__line--heading{height:22px;width:30%;margin-top:8px}.skel__line--short{width:60%}.skel__pulse{background:linear-gradient(90deg,#f0f0f0 25%,#e6e6e6 37%,#f0f0f0 63%);background-size:400% 100%;animation:skel-pulse 1.4s ease infinite}@keyframes skel-pulse{0%{background-position:100% 50%}to{background-position:0 50%}}@media (prefers-reduced-motion:reduce){.skel__pulse{animation:none;background:#ececec}}