@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(calc(-100%/3))}}html{scroll-behavior:smooth}body{overflow-x:hidden}.marquee-container{overflow:hidden;white-space:nowrap;position:relative}.marquee-content{display:inline-flex;white-space:nowrap;animation:scroll 20s linear infinite}.marquee-item{display:inline-block;padding-right:2rem}.reveal{opacity:0;transform:translateY(50px) rotate(2deg);transition:all .8s cubic-bezier(.175,.885,.32,1.275)}.reveal.active{opacity:1;transform:translateY(0) rotate(0deg)}.noise-bg{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:50;opacity:.03;background:url(https://grainy-gradients.vercel.app/noise.svg)}::-webkit-scrollbar{width:16px}::-webkit-scrollbar-track{background:#ffde00;border-left:4px solid #000}::-webkit-scrollbar-thumb{background:#ff90e8;border:4px solid #000}::-webkit-scrollbar-thumb:hover{background:#22f}