:root{--app-viewport-height:100vh;--app-stable-viewport-height:100vh;--app-safe-top:env(safe-area-inset-top,0px);--app-safe-bottom:env(safe-area-inset-bottom,0px);--app-mobile-header-height:calc(var(--app-safe-top) + 82.8px);--app-mobile-header-search-height:calc(var(--app-safe-top) + 142.8px);--app-mobile-bottom-nav-height:calc(60px + var(--app-safe-bottom))}@supports (height:100svh){:root{--app-stable-viewport-height:100svh}}@supports (height:100dvh){:root{--app-viewport-height:100dvh}}*,:before,:after{box-sizing:border-box}html,body,#root{width:100%;max-width:100%;min-height:100%;margin:0;overflow-x:hidden}@supports (overflow:clip){html,body,#root{overflow-x:clip}}html{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;overscroll-behavior-x:none;scroll-padding-top:var(--app-mobile-header-height)}body{color:#f5f5f5;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;min-height:var(--app-stable-viewport-height);-webkit-tap-highlight-color:transparent;overscroll-behavior-x:none;background:#090909;font-family:DM Sans,system-ui,-apple-system,sans-serif}a{color:inherit;text-decoration:none}img,picture,video,canvas{max-width:100%;display:block}button,input,textarea,select{font:inherit}@media (width<=600px){input,textarea,select{font-size:16px}}
