@keyframes shine-border-move{0%{background-position:0 0}50%{background-position:100% 100%}to{background-position:0 0}}.shine-border{z-index:1;width:100%;height:100%;padding:var(--shine-border-width,1px);pointer-events:none;background-image:radial-gradient(transparent, transparent, var(--shine-border-colors,#000), transparent, transparent);border-radius:inherit;-webkit-mask-composite:xor;animation:shine-border-move var(--shine-border-duration,14s) infinite linear;will-change:background-position;background-size:300% 300%;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 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}@media (prefers-reduced-motion:reduce){.shine-border{background-position:50%;animation:none}}
