@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes pulse-glow{0%,to{opacity:.5}50%{opacity:1}}@keyframes gradient-shift{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.animate-float{animation:6s ease-in-out infinite float}.animate-pulse-glow{animation:2s ease-in-out infinite pulse-glow}.animate-gradient{background-size:200% 200%;animation:8s infinite gradient-shift}.gradient-text{background:linear-gradient(135deg,var(--branding)0%,var(--sky)50%,var(--purple)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.gradient-text-hero{background:linear-gradient(90deg,#55e99f 0%,#55e99f99 50%,#55e99f59 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.gradient-text-features{background:linear-gradient(90deg,#55e99f 0%,#55e99fb3 50%,#55e99f59 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}
