:root{color-scheme:light;--layout-max-width:100%;--layout-padding:var(--space-lg);--layout-gap:var(--space-md);--layout-card-radius:var(--radius-md)}@media (min-width:768px){:root{--layout-max-width:1200px;--layout-padding:var(--space-2xl);--layout-gap:var(--space-xl);--layout-card-radius:var(--radius-lg)}}body,html{max-width:100vw;overflow-x:hidden;height:100%}body{color:var(--foreground);background:var(--background);font-family:var(--font-sans,sans-serif);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;display:flex;flex-direction:column}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}#__next{height:100%;display:flex;flex-direction:column}