/**
 * @license
 * SPDX-License-Identifier: Apache-2.0
*/:root{font-size:clamp(13px,.7vw + .5vh,16px)}body{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#0d1117;color:#f4f4f5;overflow:hidden}#root{display:flex;flex-direction:column;height:100vh;width:100vw;overflow:hidden}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background-color:#6b72804d;border-radius:10px}::-webkit-scrollbar-thumb:hover{background-color:#9ca3af80}
