: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}*{box-sizing:border-box;margin:0;padding:0}a{color:inherit;text-decoration:none}p,h1,h2,h3{color:#000}main{background-color:#fafafa;min-height:100vh;padding-top:50px;padding-left:calc(50% - 580px);padding-right:calc(50% - 580px)}#page{--background:#fafafa;--foreground:#fff;--text-primary:#000;--text-secondary:#666;--button-primary-hover:#383838;--button-secondary-hover:#f2f2f2;--button-secondary-border:#ebebeb;flex-direction:column;align-items:flex-start;width:100%;min-height:100vh;margin-top:50px;display:flex}.notifications{z-index:2000}@media (max-width:768px){main{padding-left:16px;padding-right:16px}#page{margin-top:40px}}
