.lp-blobs{position:absolute;inset:0;overflow:hidden;pointer-events:none}.lp-blob{position:absolute;border-radius:50%;filter:blur(40px)}.lp-blob-a{top:-200px;left:-140px;width:660px;height:660px;background:radial-gradient(circle at 50% 50%,color-mix(in srgb,var(--brand-primary) 22%,transparent),transparent 65%);animation:lpBlobA 19s ease-in-out infinite alternate}.lp-blob-b{top:20px;right:-180px;width:600px;height:600px;background:radial-gradient(circle at 50% 50%,color-mix(in srgb,var(--brand-secondary) 20%,transparent),transparent 65%);animation:lpBlobB 23s ease-in-out infinite alternate}.lp-blob-c{bottom:-240px;left:32%;width:540px;height:540px;background:radial-gradient(circle at 50% 50%,color-mix(in srgb,var(--brand-accent) 16%,transparent),transparent 65%);animation:lpBlobA 26s ease-in-out infinite alternate-reverse}@keyframes lpBlobA{0%{transform:translate(0) scale(1)}to{transform:translate(70px,44px) scale(1.12)}}@keyframes lpBlobB{0%{transform:translate(0) scale(1)}to{transform:translate(-80px,56px) scale(.92)}}@media (prefers-reduced-motion:reduce){.lp-blob{animation:none!important}}