:root{--background: #ffffff;--foreground: #0f172a}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Inter,sans-serif;color:#0f172a;background:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit}img{max-width:100%;height:auto}.container{width:100%;max-width:1200px;margin-left:auto;margin-right:auto}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.marquee-track{display:flex;width:max-content;animation:marquee 56s linear infinite}.marquee-track:hover{animation-play-state:paused}
