html{--header-height:54px}:root{--background:#f7faff;--foreground:#222;--primary-color:#4f8cff;--primary-color-light:#a3c9ff;--secondary-color:#e3eafc;--gray-alpha-200:rgba(0,0,0,0.04);--gray-alpha-100:rgba(0,0,0,0.02);--button-primary-hover:#357ae8;--button-secondary-hover:#eaf4ff}@media (prefers-color-scheme:dark){:root{--background:#e3eafc;--foreground:#222;--primary-color:#4f8cff;--primary-color-light:#a3c9ff;--secondary-color:#f7faff;--gray-alpha-200:rgba(0,0,0,0.08);--gray-alpha-100:rgba(0,0,0,0.05);--button-primary-hover:#357ae8;--button-secondary-hover:#eaf4ff}}body,html{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background);font-family:Segoe UI,Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}@media (prefers-color-scheme:dark){html{color-scheme:dark}}