html,body{margin:0;padding:0;height:100%;width:100%;overflow:hidden;background-color:var(--c-surface-base)}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--c-text-primary);line-height:1.6}#root{height:100%;width:100%;background-color:var(--c-surface-base)}code{background-color:var(--c-surface-panel);color:var(--c-text-primary);padding:2px 5px;border-radius:4px}*{box-sizing:border-box}button,input,select,textarea{font-family:inherit}*:focus{outline:none}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--c-surface-base);color:var(--c-text-primary);line-height:1.6}a:any-link{cursor:default}.App{text-align:left;height:100vh;display:flex;flex-direction:column;background-color:var(--c-surface-base)}::-webkit-scrollbar{display:none}html{-ms-overflow-style:none;scrollbar-width:none}::-webkit-scrollbar-track{background:var(--c-surface-panel)}::-webkit-scrollbar-thumb{background:var(--c-border-strong);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--c-border-hover)}
