:root{--background:#fff;--foreground:#171717}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}*,:before,:after{box-sizing:border-box}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;height:100%}body{background:var(--background);min-height:100%;color:var(--foreground);flex-direction:column;max-width:100%;margin:0;font-family:Arial,Helvetica,sans-serif;display:flex;overflow-x:clip}
