.stack-item{animation:pushAnimation .3s ease-out forwards;border-radius:.5rem;font-size:1.1rem;font-weight:600;text-align:center}.stack-item.pop{animation:popAnimation .3s ease-out forwards}.stack-item.peek{animation:peekAnimation .5s ease-out forwards}@keyframes pushAnimation{0%{opacity:0;transform:translateY(-200%)}to{opacity:1;transform:translateY(0)}}@keyframes peekAnimation{to{transform:scale(1.2) translateY(-30px)}}@keyframes popAnimation{to{opacity:0;transform:translateX(100%) scale(.9)}}
/*# sourceMappingURL=406.557864aa.chunk.css.map*/