@keyframes ai-bg-animation{0%{--c-0: hsla(319.5556deg 62% 56% / 80%);--y-0: -24%;--x-0: 49%;--s-start-0: 0%;--s-end-0: 50%;--x-1: 26%;--y-1: -26%;--c-1: hsla(39.9107deg 100% 56% / 100%);--s-start-1: 2.8686%;--s-end-1: 50%;--x-2: 73%;--y-2: -15%;--s-start-2: 0%;--s-end-2: 50%;--c-2: hsla(212.7039deg 100% 45% / 100%)}50%{--c-0: hsla(319.5556deg 62% 56% / 100%);--y-0: 10%;--x-0: 51%;--s-start-0: 15%;--s-end-0: 52.2225%;--x-1: 76%;--y-1: -24%;--c-1: hsla(39.9107deg 100% 56% / 100%);--s-start-1: 15%;--s-end-1: 52%;--x-2: 30%;--y-2: -15%;--s-start-2: 15%;--s-end-2: 52%;--c-2: hsla(212.7039deg 100% 45% / 100%)}to{--c-0: hsla(319.5556deg 62% 56% / 80%);--y-0: 10%;--x-0: 51%;--s-start-0: 15%;--s-end-0: 52.2225%}}@property --c-0{syntax: "<color>"; inherits: false; initial-value: hsla(319.5556,62%,56%,.8);}@property --y-0{syntax: "<percentage>"; inherits: false; initial-value: -24%;}@property --x-0{syntax: "<percentage>"; inherits: false; initial-value: 49%;}@property --s-start-0{syntax: "<percentage>"; inherits: false; initial-value: 0%;}@property --s-end-0{syntax: "<percentage>"; inherits: false; initial-value: 50%;}@property --x-1{syntax: "<percentage>"; inherits: false; initial-value: 26%;}@property --y-1{syntax: "<percentage>"; inherits: false; initial-value: -24%;}@property --c-1{syntax: "<color>"; inherits: false; initial-value: hsl(39.9107,100%,56%);}@property --s-start-1{syntax: "<percentage>"; inherits: false; initial-value: 2.8686%;}@property --s-end-1{syntax: "<percentage>"; inherits: false; initial-value: 50%;}@property --x-2{syntax: "<percentage>"; inherits: false; initial-value: 73%;}@property --y-2{syntax: "<percentage>"; inherits: false; initial-value: -15%;}@property --s-start-2{syntax: "<percentage>"; inherits: false; initial-value: 0%;}@property --s-end-2{syntax: "<percentage>"; inherits: false; initial-value: 50%;}@property --c-2{syntax: "<color>"; inherits: false; initial-value: hsl(212.7039,100%,45%);}.ai-bg-animated{background-color:#fff;background-image:radial-gradient(circle at var(--x-0) var(--y-0),var(--c-0) var(--s-start-0),transparent var(--s-end-0)),radial-gradient(circle at var(--x-1) var(--y-1),var(--c-1) var(--s-start-1),transparent var(--s-end-1)),radial-gradient(circle at var(--x-2) var(--y-2),var(--c-2) var(--s-start-2),transparent var(--s-end-2));animation:ai-bg-animation 10s linear infinite alternate;background-blend-mode:normal,normal,normal}
