@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes glow-pulse{0%,to{box-shadow:0 0 15px rgba(34,197,94,.2)}50%{box-shadow:0 0 30px rgba(34,197,94,.4)}}@keyframes shimmer-sweep{0%{transform:translateX(-200%) rotate(45deg);opacity:0}5%{transform:translateX(-150%) rotate(45deg);opacity:1}35%{transform:translateX(350%) rotate(45deg);opacity:1}40%{transform:translateX(400%) rotate(45deg);opacity:0}to{transform:translateX(400%) rotate(45deg);opacity:0}}.animate-float{animation:float 4s ease-in-out infinite}.animate-glow-pulse{animation:glow-pulse 2.5s ease-in-out infinite}.card-3d{transform-style:preserve-3d;transition:transform .3s ease-out,box-shadow .3s ease-out;will-change:transform}.card-3d:before{content:"";position:absolute;top:0;left:0;right:0;height:40%;border-radius:inherit;border-bottom-left-radius:0;border-bottom-right-radius:0;background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,0));pointer-events:none;z-index:1}.card-3d:hover{box-shadow:0 25px 50px -12px rgba(0,0,0,.2)}.animate-shimmer-sweep:after{content:"";position:absolute;top:-50%;left:-50%;width:50%;height:200%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);animation:shimmer-sweep 6s ease-in-out infinite}@keyframes particle-float-1{0%,to{transform:translate(0) scale(1);opacity:.6}25%{transform:translate(10px,-15px) scale(1.1);opacity:.8}50%{transform:translate(5px,-25px) scale(1);opacity:.6}75%{transform:translate(-5px,-15px) scale(.9);opacity:.7}}@keyframes particle-float-2{0%,to{transform:translate(0) scale(1);opacity:.5}25%{transform:translate(-15px,-10px) scale(.9);opacity:.7}50%{transform:translate(-10px,-20px) scale(1.1);opacity:.5}75%{transform:translate(5px,-10px) scale(1);opacity:.6}}@keyframes particle-float-3{0%,to{transform:translate(0) scale(.9);opacity:.4}33%{transform:translate(12px,-18px) scale(1);opacity:.6}66%{transform:translate(-8px,-22px) scale(1.1);opacity:.5}}@keyframes stamp-in{0%{transform:scale(3) rotate(-15deg);opacity:0}50%{transform:scale(.9) rotate(3deg);opacity:1}70%{transform:scale(1.05) rotate(-1deg)}to{transform:scale(1) rotate(0deg);opacity:1}}.animate-stamp-in{animation:stamp-in .6s cubic-bezier(.34,1.56,.64,1) forwards}@keyframes holographic{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.animate-holographic{background:linear-gradient(135deg,rgba(255,0,128,.1),rgba(0,255,255,.1) 25%,rgba(255,255,0,.1) 50%,rgba(0,255,128,.1) 75%,rgba(255,0,128,.1));background-size:400% 400%;animation:holographic 8s ease infinite}@keyframes twinkle{0%,to{opacity:.3;transform:scale(.8)}50%{opacity:1;transform:scale(1.2)}}.card-3d-inner{transform:translateZ(20px)}