@keyframes sakura-fall{0%{top:-10%}to{top:100%}}@keyframes sakura-shake{0%{transform:translateX(0)}33%{transform:translateX(100px)}66%{transform:translateX(-100px)}to{transform:translateX(0)}}.sakura-container{position:fixed;top:0;left:0;right:0;bottom:0;pointer-events:none;z-index:1;overflow:hidden}.petal{position:fixed;top:-10%;user-select:none;cursor:default;animation-name:sakura-fall,sakura-shake;animation-duration:25s,7s;animation-timing-function:linear,ease-in-out;animation-iteration-count:infinite,infinite;animation-play-state:running,running;z-index:1;opacity:.7}.petal:nth-of-type(0){left:5%;animation-delay:0s,3s}.petal:first-of-type{left:15%;animation-delay:8s,4s}.petal:nth-of-type(2){left:23%;animation-delay:16s,2s}.petal:nth-of-type(3){left:32%;animation-delay:4s,5s}.petal:nth-of-type(4){left:42%;animation-delay:12s,1s}.petal:nth-of-type(5){left:51%;animation-delay:20s,6s}.petal:nth-of-type(6){left:63%;animation-delay:6s,3.5s}.petal:nth-of-type(7){left:72%;animation-delay:14s,4.5s}.petal:nth-of-type(8){left:84%;animation-delay:18s,2.5s}.petal:nth-of-type(9){left:93%;animation-delay:10s,5.5s}.petal:nth-of-type(10){left:27%;animation-delay:22s,3.5s}.petal:nth-of-type(11){left:68%;animation-delay:15s,2.5s}.petal:nth-of-type(12){left:13%;animation-delay:17s,6s}.petal:nth-of-type(13){left:37%;animation-delay:19s,4s}.petal:nth-of-type(14){left:48%;animation-delay:21s,1.5s}.petal:nth-of-type(15){left:57%;animation-delay:11s,5s}.animate-fall{animation:fall linear forwards}