:root{--background:#fff;--foreground:#171717}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}html,body{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Arial,Helvetica,sans-serif;width:100svw!important;height:100svh!important}*{box-sizing:border-box;margin:0;padding:0}a{color:inherit;text-decoration:none}.layout-container{flex-direction:column;flex-grow:1;justify-content:stretch;align-items:stretch;width:100%;display:flex}
