.star-border-wrapper{border-radius:var(--radius,14px);filter:drop-shadow(0 0 8px color-mix(in srgb, var(--star-color,#6366f1) 40%, transparent));padding:2px;display:inline-flex;position:relative;overflow:hidden}.star-border-track{background:conic-gradient(from 0deg, transparent 0%, var(--star-color,#6366f1) 10%, transparent 20%, transparent 50%, var(--star-color,#6366f1) 60%, transparent 70%);opacity:.85;height:60px;position:absolute;left:0;right:0}.star-border-track--top{animation:star-border-rotate var(--star-speed,4s) linear infinite;top:-30px}.star-border-track--bottom{animation:star-border-rotate var(--star-speed,4s) linear infinite reverse;bottom:-30px}@keyframes star-border-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.star-border-inner{z-index:1;border-radius:calc(var(--radius,14px) - 2px);background:var(--surface,#14141b);justify-content:center;align-items:center;width:100%;display:inline-flex;position:relative}@media (prefers-reduced-motion:reduce){.star-border-track{animation:none}.star-border-wrapper{box-shadow:0 0 0 1.5px var(--star-color,#6366f1);filter:none}}
