@tailwind base;@tailwind components;@tailwind utilities;@layer utilities{.animate-shake{animation:shake .5s cubic-bezier(.36,.07,.19,.97) both}.animate-pulse-slow{animation:pulse 3s cubic-bezier(.4,0,.6,1) infinite}.animate-shine{animation:shine 2s infinite}.glow-border{position:relative}.glow-border:before{content:"";position:absolute;inset:-2px;border-radius:17px;background:linear-gradient(45deg,#a855f7,#ec4899,#8b5cf6,#d946ef);z-index:-1;filter:blur(8px);opacity:.3;transition:opacity .3s ease-in-out}.glow-border:hover:before{opacity:.6;animation:pulse 2s infinite}}@keyframes shake{10%,90%{transform:translate3d(-1px,0,0)}20%,80%{transform:translate3d(2px,0,0)}30%,50%,70%{transform:translate3d(-4px,0,0)}40%,60%{transform:translate3d(4px,0,0)}}@keyframes shine{to{left:200%}}
