@keyframes move-stripes{0%{background-position:0 0}to{background-position:0px 30px}}.animate-stripes{animation:move-stripes 1s ease-in-out infinite}.stripes{background-image:linear-gradient(-45deg,rgba(255,255,255,.2) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.2) 50%,rgba(255,255,255,.2) 75%,transparent 75%,transparent)}@keyframes glow-up{0%{box-shadow:0 0 #a855f700}20%{box-shadow:0 0 12px #d24efb99}to{box-shadow:0 0 36px #a855f700}}.glow-up{animation:glow-up 1s ease-in-out}
