:root{--app-height: 100dvh}@supports not (height: 100dvh){:root{--app-height: 100vh}}html,body,#root{width:100%;height:100%;min-height:100%;margin:0;padding:0}*,*:before,*:after{box-sizing:border-box}body{-webkit-text-size-adjust:100%;text-size-adjust:100%}.h-screen{height:var(--app-height)!important;min-height:var(--app-height)}.min-h-screen{min-height:var(--app-height)!important}@media(max-width:480px)and (pointer:coarse){html{font-size:15px}}@media(max-height:540px)and (orientation:landscape)and (pointer:coarse){html{font-size:13px}}
