:root{--sat: env(safe-area-inset-top);--sab: env(safe-area-inset-bottom);--sal: env(safe-area-inset-left);--sar: env(safe-area-inset-right)}html,body{height:100%;width:100%;overflow:hidden;overscroll-behavior:none;background-color:#000}#root{height:100dvh;width:100%;display:flex;flex-direction:column;padding-top:var(--sat);padding-bottom:var(--sab);padding-left:var(--sal);padding-right:var(--sar);align-items:center;justify-content:center;background-color:#f0f4f8}#root>div{width:100%;height:100%;max-width:100%}@supports (-webkit-touch-callout: none){#root{height:-webkit-fill-available}}
