@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes pulse{0%,to{box-shadow:0 0 #25d36666}70%{box-shadow:0 0 0 12px #25d36600}}*{box-sizing:border-box}html,body{margin:0;padding:0}body{color:#1a1a1a;-webkit-font-smoothing:antialiased;background:#2d2b6b;font-family:DM Sans,sans-serif}a{color:#2d2b6b}#root{min-height:100svh}img{max-width:100%}.btn{transition:transform .2s,background .2s}.hover-scale-105:hover{transform:scale(1.05)}.hover-scale-104:hover{transform:scale(1.04)}.hover-scale-104-bg:hover{transform:scale(1.04);background:#ffffff40!important}.pulse{animation:2s infinite pulse}.float-logo{animation:6s ease-in-out infinite float}.float-dot{animation-name:float;animation-timing-function:ease-in-out;animation-iteration-count:infinite}.ticker-track{animation:25s linear infinite marquee}.cat-card{transition:transform .3s}.cat-card:hover{transform:translateY(-4px)}
