*,*:before,*:after{box-sizing:border-box}*{margin:0}body{line-height:1.5;-webkit-font-smoothing:antialiased}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}html,body{overflow:hidden;width:100%;height:100%;background-color:#121212;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none;position:fixed}body{container-type:size;height:100%}#responsive-wrapper{display:flex;justify-content:center;align-items:center;height:100%}#app{display:flex;justify-content:center;align-items:center;aspect-ratio:9 / 16;width:100%;height:auto;opacity:0}#app.animate-in{animation:fade-in 1s ease-in-out forwards;animation-delay:.5s}.loader{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;pointer-events:none}.loader.animate-out{animation:fade-out .5s ease-in-out forwards}@container (min-aspect-ratio: 9 / 16){#app{width:auto;height:100%}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes fade-out{0%{opacity:1}to{opacity:0}}
