:root{--background: #ffffff;--foreground: #171717}@media (prefers-color-scheme: dark){:root{--background: #0a0a0a;--foreground: #ededed}}html,canvas{height:100dvh;width:100dvw;overflow-x:hidden;margin:0;user-select:none;-webkit-user-select:none;-webkit-touch-callout:none}body{color:var(--foreground);background:var(--background);font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}canvas{width:"100%";height:"100%";margin:0}.outer{display:flex;flex-direction:column;justify-content:flex-end;height:300px;border:2px solid #000;padding:10px}.inner{background-color:#f0f0f0;padding:20px}@media (prefers-color-scheme: dark){html{color-scheme:dark}}
