@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:none}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{opacity:0;transform:scale(.97)}to{opacity:1;transform:scale(1)}}.caret{display:inline-block;width:8px;height:1.05em;vertical-align:text-bottom;background:var(--accent);margin-left:3px;animation:caretBlink 1s step-end infinite}@keyframes caretBlink{50%{opacity:0}}.marquee{overflow:hidden;-webkit-mask:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent);mask:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent)}.marquee-track{display:flex;gap:56px;width:max-content;animation:marquee 38s linear infinite}.marquee:hover .marquee-track{animation-play-state:paused}@keyframes marquee{to{transform:translate(-50%)}}.spring-in{animation:scaleIn .5s cubic-bezier(.34,1.4,.64,1) both}@media(prefers-reduced-motion:reduce){.marquee-track,.caret{animation:none!important}}
