@keyframes carousel{0%{transform:translate(0%)}to{transform:translate(-100%)}}.carousel-container{-webkit-mask-image:linear-gradient(90deg,#0000,#000 5% 95%,#0000);mask-image:linear-gradient(90deg,#0000,#000 5% 95%,#0000)}.animate-carousel{will-change:transform;animation:30s linear infinite carousel;display:flex}.carousel-card{color:#fff;cursor:pointer;background-color:#1f1b2e;border:2px solid #6545e966;padding:1.5rem;transition:transform .3s,box-shadow .3s;position:relative;overflow:hidden;box-shadow:0 8px 16px #6545e940}.carousel-card:before{content:"";z-index:1;background:#6545e9;width:100%;height:2px;animation:4s linear infinite trace-glow;position:absolute;box-shadow:0 0 6px #6545e9,0 0 12px #6545e9}@keyframes trace-glow{0%{width:2px;height:2px;top:0;left:0}25%{width:100%;height:2px;top:0;left:0}26%{width:100%;height:2px;top:0;left:100%}50%{width:4px;height:100%;top:0;left:100%}51%{width:100%;height:0;top:100%;left:100%}75%{width:100%;height:2px;top:100%;left:0}76%{width:2px;height:0;top:100%;left:0}to{width:2px;height:100%;top:0;left:0}}
