.meteor{animation:3s linear meteor;animation-delay:var(--meteor-delay,0s);animation-duration:var(--meteor-duration,2s);transform:rotate(-180deg)}.meteor:before{content:"";width:var(--meteor-width,50px);background:linear-gradient(90deg,var(--cyan-500),var(--blue-500),transparent);height:1px;position:absolute;top:50%;transform:translateY(-50%)}@keyframes meteor{0%{opacity:0;left:0}70%{opacity:1}to{opacity:0;left:100%}}
