.stars-container{pointer-events:none;z-index:0;position:fixed;inset:0;overflow:hidden}.star{opacity:0;background:#fff;border-radius:50%;animation:3s ease-in-out infinite twinkle;position:absolute;box-shadow:0 0 4px #fffc}@keyframes twinkle{0%,to{opacity:0;transform:scale(1)}50%{opacity:1;transform:scale(1.2)}}.shooting-star{opacity:0;background:#fff;border-radius:50%;width:2px;height:2px;animation:3s ease-out infinite shoot;position:absolute;top:0;left:50%;box-shadow:0 0 10px 2px #fffc}.shooting-star:before{content:"";background:linear-gradient(90deg,#fffc,#0000);width:80px;height:1px;position:absolute;top:0;right:0;transform:translate(2px)}@keyframes shoot{0%{opacity:1;transform:translate(0)translateY(0)rotate(-45deg)}70%{opacity:1}to{opacity:0;transform:translate(300px)translateY(300px)rotate(-45deg)}}.shooting-star:first-child{animation-delay:0s;left:20%}.shooting-star:nth-child(2){animation-delay:3s;left:60%}.shooting-star:nth-child(3){animation-delay:6s;left:80%}@media (max-width:768px){.star{width:1px!important;height:1px!important}.shooting-star:before{width:50px}@keyframes shoot{to{transform:translate(200px)translateY(200px)rotate(-45deg)}}}
