@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes slideDown{0%{transform:translateY(-100%)}to{transform:translateY(0)}}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.animate-fade-in{animation:fadeIn var(--transition-slow)var(--ease-out)}.animate-pulse{animation:2s cubic-bezier(.4,0,.6,1) infinite pulse}.animate-spin{animation:1s linear infinite spin}.stagger-fade-in>*{animation:fadeIn var(--transition-slow)var(--ease-out)}.stagger-fade-in>:first-child{animation-delay:0s}.stagger-fade-in>:nth-child(2){animation-delay:.1s}.stagger-fade-in>:nth-child(3){animation-delay:.2s}.stagger-fade-in>:nth-child(4){animation-delay:.3s}.stagger-fade-in>:nth-child(5){animation-delay:.4s}.stagger-fade-in>:nth-child(6){animation-delay:.5s}.stagger-fade-in>:nth-child(7){animation-delay:.6s}.stagger-fade-in>:nth-child(8){animation-delay:.7s}.hover-lift{transition:transform var(--transition-base)var(--ease-out),box-shadow var(--transition-base)var(--ease-out)}.hover-lift:hover{box-shadow:var(--shadow-xl);transform:translateY(-4px)}.hover-glow{transition:box-shadow var(--transition-base)var(--ease-out)}.hover-glow:hover{box-shadow:0 0 20px color-mix(in srgb,var(--color-primary)30%,transparent)}.active-scale{transition:transform var(--transition-fast)var(--ease-out)}.active-scale:active{transform:scale(.98)}.focus-ring{transition:box-shadow var(--transition-fast)var(--ease-out)}html{scroll-behavior:smooth}.toast-enter{animation:slideDown var(--transition-base)var(--ease-out)}.toast-exit{animation:fadeInUp var(--transition-base)var(--ease-out)reverse}@keyframes ctaShimmer{0%{transform:translate(-100%)skew(-15deg)}to{transform:translate(200%)skew(-15deg)}}@keyframes ctaPulse{0%,to{box-shadow:0 0 0 0 rgba(var(--color-primary-rgb),.4)}50%{box-shadow:0 0 0 8px rgba(var(--color-primary-rgb),0)}}@keyframes ctaGradient{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.animated-cta-button[data-variant=primary] .animated-cta-bg{background:linear-gradient(135deg,var(--color-primary)0%,var(--color-primary-dark)50%,var(--color-primary)100%);background-size:200% 200%}.animated-cta-button[data-variant=primary][data-animated=true] .animated-cta-bg{animation:3s infinite ctaGradient}.animated-cta-button[data-variant=primary]:hover:not(:disabled) .animated-cta-bg{background:linear-gradient(135deg,var(--color-primary-dark)0%,var(--color-primary)50%,var(--color-primary-dark)100%)}.animated-cta-button[data-variant=secondary] .animated-cta-bg{background:linear-gradient(135deg,var(--color-secondary)0%,var(--color-secondary-dark)50%,var(--color-secondary)100%);background-size:200% 200%}.animated-cta-button[data-variant=secondary][data-animated=true] .animated-cta-bg{animation:3s infinite ctaGradient}.animated-cta-button[data-variant=success] .animated-cta-bg{background:linear-gradient(135deg,var(--color-success)0%,#059669 50%,var(--color-success)100%);background-size:200% 200%}.animated-cta-button[data-variant=success][data-animated=true] .animated-cta-bg{animation:3s infinite ctaGradient}.animated-cta-button[data-variant=neutral] .animated-cta-bg{background:var(--bg-tertiary);box-shadow:inset 0 0 0 1px var(--border-color)}.animated-cta-button[data-variant=neutral]:hover:not(:disabled) .animated-cta-bg{background:var(--bg-hover)}.animated-cta-shimmer{background:linear-gradient(90deg,#0000 0%,#fff3 50%,#0000 100%);width:50%;animation:3s ease-in-out 1s infinite ctaShimmer}.animated-cta-glow{opacity:0;transition:opacity var(--transition-slow)ease}.animated-cta-button:hover:not(:disabled) .animated-cta-glow{opacity:1;box-shadow:0 4px 15px rgba(var(--color-primary-rgb),.4),0 0 30px rgba(var(--color-primary-rgb),.2)}.animated-cta-button[data-variant=success]:hover:not(:disabled) .animated-cta-glow{box-shadow:0 4px 15px #10b98166,0 0 30px #10b98133}.animated-cta-button[data-variant=neutral]:hover:not(:disabled) .animated-cta-glow{box-shadow:none}.animated-cta-button[data-animated=true]:not(:disabled){animation:2s ease-in-out infinite ctaPulse}.animated-cta-button:hover:not(:disabled){transform:translateY(-1px)}.animated-cta-button:active:not(:disabled){transform:translateY(0)scale(.98)}@keyframes superCatchGradient{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}@keyframes superCatchPulse{0%,to{box-shadow:0 0 5px #f04e8566,0 0 10px #5ec3f34d,0 0 15px #f04e8533}50%{box-shadow:0 0 5px #5ec3f366,0 0 10px #f04e854d,0 0 15px #5ec3f333}}.animated-cta-button[data-variant=rainbow] .animated-cta-bg{background:linear-gradient(135deg,#f04e85 0%,#e53c77 25%,#5ec3f3 50%,#43b6f0 75%,#f04e85 100%) 0 0/300% 300%}.animated-cta-button[data-variant=rainbow][data-animated=true] .animated-cta-bg{animation:4s infinite superCatchGradient}.animated-cta-button[data-variant=rainbow]:hover:not(:disabled) .animated-cta-bg{filter:brightness(1.1)}.animated-cta-button[data-variant=rainbow][data-animated=true]:not(:disabled){animation:3s ease-in-out infinite superCatchPulse}.animated-cta-button[data-variant=rainbow]:hover:not(:disabled) .animated-cta-glow{box-shadow:0 4px 20px #5ec3f380,0 0 40px #f04e854d}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.animated-cta-button[data-animated=true]{animation:none!important}.animated-cta-shimmer{display:none}}
