:root{--background:#1a1a1a;--foreground:#fff}body,html{max-width:100vw;overflow-x:hidden;width:100%;height:100%;height:100dvh;margin:0;padding:0}html{-webkit-text-size-adjust:100%}body,html{overflow:hidden}body{color:var(--foreground);background:var(--background);font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#__next{width:100%;height:100%;display:flex;flex-direction:column}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}@media (prefers-color-scheme:dark){html{color-scheme:dark}}