@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");body,html{max-width:100vw;height:100%;overflow-x:hidden;font-family:Roboto,sans-serif}#__next,body,html{min-height:100%}:root{--app-height:100vh;--safe-area-top:env(safe-area-inset-top,0px);--safe-area-bottom:env(safe-area-inset-bottom,0px)}@supports (height:100svh){:root{--app-height:100svh}}@supports (height:100dvh){:root{--app-height:100dvh}}body{min-height:var(--app-height);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,:after,:before{box-sizing:border-box;padding:0;margin:0}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:#070b14}::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#2b3a5f,#1e2740);border-radius:10px;border:2px solid #070b14;-webkit-transition:background .2s ease;transition:background .2s ease}::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#3f5ea8,#2b3a5f)}::-webkit-scrollbar-corner{background:#070b14}