@layer utilities{.animate-shape-rotate{animation:30s linear infinite shapeRotate}.animate-shape-rotate-reverse{animation:30s linear infinite reverse shapeRotate}.animate-float-decal{animation:3s ease-in-out infinite float}.bg-shapes{pointer-events:none;z-index:0;width:100%;height:100%;position:fixed;top:0;left:0}.shape{border:1px solid #7c3aed1a;border-radius:50%;position:absolute}@keyframes shapeRotate{to{transform:rotate(360deg)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}}
