*{box-sizing:border-box}html,body{margin:0;padding:0;width:100%;height:100%;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;touch-action:manipulation;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{width:100%;height:100%;position:fixed;top:0;left:0;overscroll-behavior:none;-webkit-overflow-scrolling:touch}@media screen and (max-width: 768px){html{font-size:16px}body{cursor:default}}@supports (-webkit-appearance: none){html,body,#root{height:-webkit-fill-available}}@media screen and (max-width: 768px) and (orientation: portrait){#root{height:100vh;height:calc(var(--vh, 1vh) * 100)}}@media screen and (max-width: 768px) and (orientation: landscape){#root{height:100vh}}
