.shooting-star{position:fixed;top:80%;left:-240px;width:270px;height:8px;background:linear-gradient(90deg,transparent,var(--lilac-light));opacity:0;transform:rotate(-28deg);filter:drop-shadow(0 0 18px var(--lilac)) drop-shadow(0 0 38px var(--lilac-light));pointer-events:none;z-index:0;animation:shoot-across 1.7s ease-out .25s forwards}.shooting-star span{position:absolute;right:-12px;top:-14px;width:30px;height:30px;background:var(--lilac-light);clip-path:polygon(50% 0,61% 36%,100% 50%,61% 64%,50% 100%,39% 64%,0 50%,39% 36%);filter:drop-shadow(0 0 14px var(--lilac)) drop-shadow(0 0 28px var(--lilac-light))}@keyframes shoot-across{0%{left:-240px;top:80%;opacity:0}12%{opacity:1}100%{left:115%;top:-12%;opacity:0}}
