:root{--bg:#f8fafc;--card:#ffffff;--muted:#64748b;--accent:#2563eb;--text:#0f172a;--border:rgba(15,23,42,0.06);--header-height:72px}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}#__next,body,html{max-width:100vw;overflow-x:hidden;height:100%;margin:0;padding:0}body{color:var(--text);background:var(--bg);font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}[id]{scroll-margin-top:calc(var(--header-height) + 12px)}@media (prefers-color-scheme:dark){html{color-scheme:dark}}