@property --glow-border-angle{syntax:"<angle>";inherits:false;initial-value:0deg}.glow-border{z-index:0;pointer-events:none;padding:var(--glow-border-width,2px);background:conic-gradient(from var(--glow-border-angle,0deg), var(--glow-border-stops));-webkit-mask-composite:xor;animation:glow-border-spin var(--glow-border-duration,6s) linear infinite;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000 0 0),linear-gradient(#000 0 0);mask-image:linear-gradient(#000 0 0),linear-gradient(#000 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}@keyframes glow-border-spin{to{--glow-border-angle:360deg}}@media (prefers-reduced-motion:reduce){.glow-border{opacity:.55;animation:none}}
