.hero__overlay{z-index:1;background:linear-gradient(90deg,#080808e0 0%,#08080873 50%,#0808081a 100%),linear-gradient(#0000 0%,#08080866 55%,#080808f2 100%);position:absolute;inset:0}.hero__noise{z-index:2;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E");background-repeat:repeat;position:absolute;inset:0}.hero__scroll-line{background:linear-gradient(to bottom, var(--color-muted), transparent);width:1px;height:48px;animation:2s ease-in-out infinite scrollPulse}@keyframes scrollPulse{0%,to{opacity:.4;transform:scaleY(1)}50%{opacity:1;transform:scaleY(1.2)}}@keyframes heroProgress{0%{transform:scaleX(0)}to{transform:scaleX(1)}}
.marquee__track{width:max-content;animation:40s linear infinite marqueeScroll;display:flex}.marquee:hover .marquee__track{animation-play-state:paused}.marquee__item{-webkit-user-select:none;user-select:none}@keyframes marqueeScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}
