@keyframes page-fade-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.page-transition{box-sizing:border-box;will-change:opacity,transform;flex-direction:column;height:100dvh;min-height:0;max-height:100dvh;margin:0;padding:0;animation:.3s ease-out both page-fade-in;display:flex;overflow:hidden}
