:root{--background:#ffffff;--foreground:#171717;--color-blue:#2849b6;--color-blue-hover:#1e3a9e;--color-blue-light:rgba(40,73,182,0.08);--color-text:#171717;--color-muted:#737373;--color-muted-light:#a3a3a3;--color-surface:#f5f5f5;--color-surface-alt:#fafafa;--color-border:#e5e5e5;--color-border-strong:#d4d4d4;--font-size-root:16px;--font-size-xsmall:11px;--font-size-small:12px;--font-size-medium:14px;--font-size-large:20px;--font-size-xlarge:24px;--font-size-xxlarge:27px;--font-size-xxxlarge:36px;--font-family-primary:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;--font-family-secondary:Arial,Helvetica,sans-serif}html{overscroll-behavior:none}body{max-width:100vw;overflow-x:clip;font-family:var(--font-family-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body:before{content:"";position:fixed;inset:0;z-index:-1;background-image:url(/background.png);background-size:cover;background-position:50%;background-repeat:no-repeat}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}