.data-shimmer{--shimmer-base:#e9edf1;--shimmer-light:#f7f9fb;width:100%}.data-shimmer__block{display:block;background:linear-gradient(100deg,var(--shimmer-base) 20%,var(--shimmer-light) 40%,var(--shimmer-base) 60%);background-size:200% 100%;animation:data-shimmer-wave 1.5s ease-in-out infinite;border-radius:6px}.data-shimmer--listing,.data-shimmer--reels{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px}.data-shimmer--listing{max-width:1200px;margin:48px auto;padding:0 20px}.data-shimmer--reels{grid-template-columns:repeat(4,minmax(0,1fr))}.data-shimmer--ad{display:grid;grid-gap:24px;gap:24px;grid-template-columns:repeat(var(--shimmer-columns,1),minmax(0,1fr))}.data-shimmer--spotlight{--shimmer-base:#252934;--shimmer-light:#353b49;max-width:1140px;margin:70px auto}.data-shimmer__card{overflow:hidden;border:1px solid #e8ebef;border-radius:12px;background:#fff}.data-shimmer--spotlight .data-shimmer__card{border-color:#313642;background:#171b24}.data-shimmer__image{height:190px;border-radius:0}.data-shimmer--reels .data-shimmer__image{height:340px}.data-shimmer--spotlight .data-shimmer__image{height:280px}.data-shimmer__content{padding:18px}.data-shimmer__line{height:14px;margin-bottom:12px}.data-shimmer__line--short{width:30%}.data-shimmer__line--title{width:75%;height:22px}.data-shimmer__line--medium{width:55%}.data-shimmer--detail{max-width:1320px;margin:30px auto;padding:0 20px}.data-shimmer__hero{height:min(54vw,540px);min-height:280px}.data-shimmer__detail-body{padding:30px 0}.data-shimmer__detail-columns{display:grid;grid-template-columns:2fr 1fr;grid-gap:24px;gap:24px;margin-top:26px}.data-shimmer__panel{height:180px}.data-shimmer--marquee{gap:32px;padding:0 24px}.data-shimmer__marquee-item{display:flex;align-items:center;gap:10px;min-width:180px}.data-shimmer__thumb{width:28px;height:28px;flex:none}.data-shimmer__marquee-item .data-shimmer__line{width:135px;margin:0}.data-shimmer--marquee .data-shimmer__block{--shimmer-base:#292929;--shimmer-light:#434343}@media(max-width:900px){.data-shimmer--listing,.data-shimmer--reels{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:600px){.data-shimmer--ad,.data-shimmer--listing,.data-shimmer--reels,.data-shimmer__detail-columns{grid-template-columns:1fr}.data-shimmer--marquee .data-shimmer__marquee-item:nth-child(n+3){display:none}}@keyframes data-shimmer-wave{to{background-position-x:-200%}}@media(prefers-reduced-motion:reduce){.data-shimmer__block{animation:none}}