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