.nt-shimmer-scope :has(>.animate-spin)>.animate-spin{display:none!important}.nt-shimmer-scope :has(>.animate-spin):before{content:"";display:block;width:min(220px,58vw);height:8px;flex:0 0 auto;border-radius:9999px;background:linear-gradient(90deg,transparent,hsl(var(--foreground)/.12),transparent),hsl(var(--muted));background-size:200% 100%,100% 100%;animation:nt-route-shimmer 1.35s ease-in-out infinite}.nt-shimmer-scope .bg-black:has(>.animate-spin):before{width:min(560px,82vw);height:auto;aspect-ratio:16/9;border-radius:14px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.18),transparent),rgba(255,255,255,.08);background-size:200% 100%,100% 100%}@keyframes nt-route-shimmer{0%{background-position:200% 0,0 0}to{background-position:-200% 0,0 0}}@media (prefers-reduced-motion:reduce){.nt-shimmer-scope :has(>.animate-spin):before{animation:none}}