*,:after,:before{box-sizing:border-box}:root{--background:#ffffff;--foreground:#171717}@media(prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}html{height:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{min-height:100%;display:flex;flex-direction:column;margin:0;background:var(--background);color:var(--foreground);font-family:var(--font-inter),Arial,Helvetica,sans-serif}body :where(*):not(pre):not(code):not(kbd):not(samp){font-family:var(--font-inter),Arial,Helvetica,sans-serif!important}*{scrollbar-width:thin;scrollbar-color:hsla(0,0%,100%,.16) rgba(0,0,0,0)}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-corner,::-webkit-scrollbar-track{background:rgba(0,0,0,0)}::-webkit-scrollbar-thumb{border-radius:4px;background:hsla(0,0%,100%,.16)}::-webkit-scrollbar-thumb:hover{background:hsla(0,0%,100%,.28)}