.star-border-container{display:inline-block;position:relative;border-radius:12px;overflow:hidden}.star-border-glow{position:absolute;inset:0;border-radius:inherit;padding:var(--border-thickness,1px);background:conic-gradient(from var(--angle,0deg),transparent 0,var(--glow-color,white) 10%,transparent 20%);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;animation:star-rotate var(--animation-speed,6s) linear infinite;z-index:0}.inner-content{position:relative;text-align:center;border-radius:inherit;z-index:1;height:100%}@keyframes star-rotate{0%{--angle:0deg}to{--angle:360deg}}@property --angle{syntax:"<angle>";initial-value:0deg;inherits:false}