@keyframes snow-anim{0%{top:-10%}to{top:110%}}@keyframes snow-anim-wave{0%,50%,to{transform:translate(0)}30%{transform:translate(4px)}60%{transform:translate(-2px)}}.animation-weather-snow{animation:3s linear infinite snow-anim}.animation-weather-snow-wave{animation:3s cubic-bezier(.45,0,.55,1) infinite snow-anim-wave}@keyframes star-twinkle{0%,60%,to{opacity:1}80%{opacity:.1}}@keyframes star-shoot{0%{opacity:0;top:60%;left:0}2%{opacity:1}8%{opacity:.6;top:40%;left:100%}9%{opacity:0}to{opacity:0;top:40%;left:100%}}.animation-weather-star-twinkle{animation:1s infinite star-twinkle}.animation-weather-star-shoot{opacity:0;animation:12s linear 2s infinite star-shoot;transform:rotate(-10deg);mask-image:linear-gradient(270deg,#000,#0000)}@media (width>=640px){.animation-weather-star-shoot{transform:rotate(-6deg)}}.animation-weather-star-shoot.context-ntp{transform:rotate(-10deg)}@keyframes rain-anim{0%{transform:translateY(-100%)translateZ(0)}to{transform:translateY(100%)translateZ(0)}}@keyframes rain-splash{0%,90%{opacity:0}to{opacity:1}}.animation-weather-rain{animation:1s infinite rain-anim}.animation-weather-rain-splash{animation:1s infinite rain-splash}
