:root{--background:#ffffff;--foreground:#171717}@media (prefers-color-scheme:dark){:root{--background:#262624;--foreground:#ededed}}body,html{max-width:100vw;overflow-x:hidden}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;outline-color:hsl(210,70.9%,51.6%)}a{color:inherit;text-decoration:none}.container{width:100vw;height:100vh;padding:0;margin:0;overflow:hidden;display:flex;justify-content:center;align-items:flex-end}.text-input-panel-wrapper{width:100%;position:absolute;bottom:1rem;justify-content:center;align-items:center}@media (prefers-color-scheme:dark){html{color-scheme:dark}}