html,body{overscroll-behavior:none;background-color:#10140d;height:100%;margin:0;padding:0;overflow:hidden}body{width:100%;position:fixed;inset:0}#root{width:100%;height:100dvh;display:flex;overflow:hidden}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--sb-thumb,#80808080);background-clip:content-box;border:2px solid #0000;border-radius:999px}::-webkit-scrollbar-thumb:hover{background:var(--sb-thumb-hover,#808080cc);background-clip:content-box}::-webkit-scrollbar-corner{background:0 0}@supports not selector(::-webkit-scrollbar){*{scrollbar-width:thin;scrollbar-color:var(--sb-thumb,#80808080)transparent}}