@keyframes cair{0%{transform:translateY(-100px) rotate(0);opacity:.6}100%{transform:translateY(100vh) rotate(720deg);opacity:0}}@keyframes girar{to{transform:rotate(360deg)}}@keyframes deslizar{from{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}@keyframes deslizar-modal{from{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes deslizar-info{from{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes surgir{0%{transform:scale(.5);opacity:0}100%{transform:scale(1);opacity:1}}@keyframes cair-confete{0%{transform:translateY(-100vh) rotate(0);opacity:1}100%{transform:translateY(100vh) rotate(720deg);opacity:0}}@keyframes flutuar{from{transform:translate(0,0)}to{transform:translate(-50px,50px)}}.folhas{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:-1;overflow:hidden}.folha{position:absolute;top:-50px;width:30px;height:30px;opacity:.6;animation:linear infinite cair}.folha svg{fill:var(--verde-konoha);width:100%;height:100%}.confetes-container{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:9999;overflow:hidden}.confete{position:absolute;width:10px;height:10px;border-radius:2px;animation:3s ease-out forwards cair-confete}.confete:nth-child(odd){width:8px;height:16px}.confete:nth-child(3n){width:12px;height:6px;border-radius:50%}