@keyframes fadeIn{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:fadeIn .7s ease both}.noise-overlay{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");opacity:.45}.grid-bg{background-image:linear-gradient(var(--color-primary-50, rgba(99,246,160,.03)) 1px,transparent 1px),linear-gradient(90deg,var(--color-primary-50, rgba(99,246,160,.03)) 1px,transparent 1px);background-size:72px 72px}@keyframes pulse{0%{box-shadow:0 0 #63f6a08c}60%{box-shadow:0 0 0 10px #63f6a000}to{box-shadow:0 0 #63f6a000}}.btn-primary-animation{animation:pulse 2.4s 1.5s ease infinite}.btn-primary-animation:hover{animation:none}
