:root{--app-viewport-height: 100vh;color-scheme:light dark;font-family:Helvetica Neue,system-ui,sans-serif;font-size:18px}@supports (height: 100dvh){:root{--app-viewport-height: 100dvh}}*{box-sizing:border-box}html,body{height:var(--app-viewport-height);min-height:var(--app-viewport-height);margin:0;overflow:hidden}#root,body.routed-app,body.routed-app #root{height:100%;min-height:var(--app-viewport-height);overflow:hidden}
