:root{--background:#ffffff;--foreground:#171717}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}html{background:black}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}*,body{margin:0;padding:0}*{box-sizing:border-box}a{color:inherit;text-decoration:none}@media (prefers-color-scheme:dark){html{color-scheme:dark}}.desktop{display:flex;flex-direction:column;padding:16px;gap:12px}.site-object-icon{display:flex;align-items:center;color:white;font-family:sans-serif;gap:12px;padding:8px;border-radius:4px;transition:background .2s;cursor:pointer}.site-object-icon:hover{background:rgba(255,255,255,.2)}.site-object-icon .icon{width:36px;height:36px;background-repeat:no-repeat;background-position:50%;background-size:contain}.bot-tab{display:flex;height:100vh}