:root{--background:#141414;--foreground:#fff}body,html{max-width:100vw;overflow:hidden}body{color:var(--foreground);background:var(--background);font-family:ui-serif,Georgia,Cambria,Times New Roman,Times,serif;font-size:14px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:flex;flex-direction:column;height:100vh;width:100%;justify-content:flex-end}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:underline}textarea:focus-visible{outline:0 solid red}*{scrollbar-width:thin;scrollbar-color:hsla(0,0%,50%,.5) transparent}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background-color:hsla(0,0%,50%,.5);border-radius:4px;border:2px solid transparent}::-webkit-scrollbar-thumb:hover{background-color:hsla(0,0%,63%,.7)}::-webkit-scrollbar-corner{background:transparent}