@keyframes twotapDrop{0%{opacity:0;filter:blur(15px);transform:translateY(-180px)scale(.75)}70%{transform:translateY(15px)scale(1.03)}to{opacity:1;filter:blur();transform:translateY(0)scale(1)}}@keyframes twotapLogo{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-15px)rotate(2deg)}}@keyframes twotapGlow{0%{box-shadow:0 0 40px #a855f759,inset 0 0 30px #ec489914}50%{box-shadow:0 0 100px #22d3ee73,inset 0 0 50px #a855f726}to{box-shadow:0 0 40px #a855f759,inset 0 0 30px #ec489914}}@keyframes twotapRGB{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.twotap-drop{animation:1.2s cubic-bezier(.16,1,.3,1) forwards twotapDrop}.twotap-logo{animation:3s ease-in-out infinite twotapLogo}.twotap-box{animation:4s ease-in-out infinite twotapGlow}.twotap-button{background-size:200% 200%;animation:5s infinite twotapRGB}
