@keyframes skeleton-shimmer{0%{opacity:1}50%{opacity:.4}to{opacity:1}}.home-skeleton__countdown,.home-skeleton__sidebar-card,.home-skeleton__sidebar-heading,.home-skeleton__tab{background:var(--bg-2);border-radius:var(--radius-sm);animation:skeleton-shimmer 1.6s ease-in-out infinite}.home-skeleton__tabs{display:flex;flex-wrap:wrap;gap:var(--spacing-xs);margin-bottom:var(--spacing-lg)}.home-skeleton__tab{height:32px;width:88px;border-radius:var(--radius-full)}.home-skeleton__tab--active{width:96px}.home-skeleton__countdown{height:72px;width:100%;border-radius:var(--radius-md);margin-bottom:var(--spacing-lg)}.home-skeleton__sidebar-heading{height:16px;width:120px;margin-bottom:var(--spacing-md)}.home-skeleton__featured-carousel{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--spacing-md)}.home-skeleton__sidebar-card{aspect-ratio:2/3;width:100%;border-radius:var(--radius-md)}