@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes glow{0%{box-shadow:0 0 #065f4633}to{box-shadow:0 0 12px #065f464d}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes pulse-subtle{0%,to{opacity:1}50%{opacity:.8}}@keyframes stagger{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:.6s ease-out fadeIn}.animate-slide-up{animation:.6s ease-out slideUp}.animate-slide-down{animation:.5s ease-out slideDown}.animate-slide-in-right{animation:.6s ease-out slideInRight}.animate-slide-in-left{animation:.6s ease-out slideInLeft}.animate-scale-in{animation:.4s ease-out scaleIn}.animate-glow{animation:2s ease-in-out infinite glow}.animate-float{animation:3s ease-in-out infinite float}.animate-pulse-subtle{animation:2s ease-in-out infinite pulse-subtle}.animate-stagger-0{animation:.5s ease-out stagger}.animate-stagger-1{animation:.5s ease-out .1s both stagger}.animate-stagger-2{animation:.5s ease-out .2s both stagger}.animate-stagger-3{animation:.5s ease-out .3s both stagger}.animate-stagger-4{animation:.5s ease-out .4s both stagger}.animate-stagger-5{animation:.5s ease-out .5s both stagger}.hover-lift{transition:transform .3s ease-out,box-shadow .3s ease-out}.hover-lift:hover{transform:translateY(-4px);box-shadow:0 12px 24px #0000001a}.focus-ring{transition:box-shadow .2s ease-out}.focus-ring:focus-visible{box-shadow:0 0 0 3px #065f461a,0 0 0 5px #065f464d}@keyframes accordion-down{0%{height:0}to{height:var(--radix-accordion-content-height)}}@keyframes accordion-up{0%{height:var(--radix-accordion-content-height)}to{height:0}}.animate-accordion-down{animation:.2s ease-out accordion-down}.animate-accordion-up{animation:.2s ease-out accordion-up}@keyframes float-reverse{0%,to{transform:translateY(0)rotate(-6deg)}50%{transform:translateY(8px)rotate(-3deg)}}@keyframes float-slow{0%,to{transform:translateY(0)rotate(12deg)}50%{transform:translateY(-12px)rotate(15deg)}}.animate-float-delayed{animation:4s ease-in-out 1s infinite float}.animate-float-reverse{animation:4s ease-in-out infinite float-reverse}.animate-float-slow{animation:6s ease-in-out infinite float-slow}.perspective-1000{perspective:1000px}
