@property --glow-deg{syntax: "<angle>"; inherits: true; initial-value: -90deg;}@property --clr-1{syntax: "<color>"; inherits: true; initial-value: #8b5cf6;}@property --clr-2{syntax: "<color>"; inherits: true; initial-value: #3b82f6;}@property --clr-3{syntax: "<color>"; inherits: true; initial-value: #ec4899;}@property --clr-4{syntax: "<color>"; inherits: true; initial-value: #8b5cf6;}@property --clr-5{syntax: "<color>"; inherits: true; initial-value: #3b82f6;}.glowing-border.svelte-e9cq91{--gradient-glow: var(--clr-1), var(--clr-2), var(--clr-3), var(--clr-4), var(--clr-5), var(--clr-1);--border-width: 3px;--glow-size: 1rem;--glow-intensity: .125;border:var(--border-width, 3px) solid transparent;border-radius:16px;background:linear-gradient(hsl(var(--background)) 0,hsl(var(--background)) 0) padding-box,conic-gradient(from var(--glow-deg),var(--gradient-glow)) border-box;position:relative;isolation:isolate;animation:svelte-e9cq91-glow 10s infinite linear}@keyframes svelte-e9cq91-glow{to{--glow-deg: 270deg}}.glowing-border.svelte-e9cq91:before,.glowing-border.svelte-e9cq91:after{content:"";position:absolute;border-radius:inherit}.glowing-border.svelte-e9cq91:before{z-index:-1;background:hsl(var(--background));top:.5rem;right:.5rem;bottom:.5rem;left:.5rem;scale:1 1;transform-origin:center;filter:blur(var(--glow-size, 1rem))}.glowing-border.svelte-e9cq91:after{z-index:-2;top:-1.5rem;right:-1.5rem;bottom:-1.5rem;left:-1.5rem;background:conic-gradient(from var(--glow-deg),var(--gradient-glow));filter:blur(var(--glow-size, 1rem));opacity:var(--glow-intensity, .125)}
