@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}@keyframes float{0%,to{opacity:.8;transform:translateY(0)}50%{opacity:.3;transform:translateY(-15px)}}@keyframes pulse-glow{0%,to{box-shadow:0 0 20px rgba(0,63,49,.6),0 0 40px rgba(0,90,71,.3)}50%{box-shadow:0 0 30px rgba(0,63,49,.8),0 0 60px rgba(0,90,71,.5)}}.animated-button{color:#fff;transition:all .3s duration;cursor:pointer;background:linear-gradient(135deg,#003f31 0%,#005a47 100%);border:none;border-radius:9999px;padding:.75rem 2rem;font-weight:600;position:relative;overflow:hidden}.animated-button-shimmer{background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);animation:2s infinite shimmer;position:absolute;top:0;bottom:0;left:0;right:0}.animated-button-glow{border-radius:9999px;animation:2s ease-in-out infinite pulse-glow;position:absolute;top:0;bottom:0;left:0;right:0;box-shadow:0 0 20px rgba(0,63,49,.6),0 0 40px rgba(0,90,71,.3)}.animated-button-particle{opacity:.8;background-color:#e7ff24;border-radius:50%;width:.25rem;height:.25rem;position:absolute}.animated-button-particle:nth-child(3){animation:2s ease-in-out infinite float;top:50%;left:20%}.animated-button-particle:nth-child(4){animation:2.4s ease-in-out .2s infinite float;top:30%;left:40%}.animated-button-particle:nth-child(5){animation:2.8s ease-in-out .4s infinite float;top:70%;left:60%}.animated-button-particle:nth-child(6){animation:2.2s ease-in-out .3s infinite float;top:40%;left:80%}.animated-button-content{z-index:10;justify-content:center;align-items:center;gap:.5rem;display:flex;position:relative}
