html,body,#root{min-height:100vh}.overflow-hidden{overflow:hidden}.splash-screen{animation:splash-fade-in .24s ease-out both}.splash-logo{animation:logo-pop-in .42s cubic-bezier(.22,1,.36,1) both}.splash-spinner{animation:spinner-appear .36s ease-out .12s both}@keyframes splash-fade-in{0%{opacity:0}to{opacity:1}}@keyframes logo-pop-in{0%{transform:translateY(8px) scale(.98);opacity:0}60%{transform:translateY(0) scale(1.02);opacity:1}to{transform:translateY(0) scale(1)}}@keyframes spinner-appear{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.page-enter{animation:page-fade-in .48s cubic-bezier(.22,1,.36,1) both}.appbar-enter{animation:page-fade-in .56s cubic-bezier(.22,1,.36,1) both}.content-enter{animation:page-fade-in-up .64s cubic-bezier(.22,1,.36,1) both}@keyframes page-fade-in{0%{opacity:0}to{opacity:1}}@keyframes page-fade-in-up{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}
