html,body,#root{height:auto;min-height:100vh}@supports (height:100svh){html,body,#root{min-height:100svh}}@supports (height:100dvh){html,body,#root{min-height:100dvh}}@supports (-webkit-touch-callout:none){html{height:-webkit-fill-available}body,#root{min-height:-webkit-fill-available}}body{-webkit-overflow-scrolling:touch;touch-action:pan-y;background-color:#0b0b0c;margin:0;overflow:auto}#root{-webkit-overflow-scrolling:touch;touch-action:pan-y;flex-direction:column;display:flex;overflow:auto}