:root{color-scheme:light dark;--background: #ffffff;--foreground: #1a1a1a;--muted: #5f5f5f;--link: #005fcc;--focus: #d45b00}@media(prefers-color-scheme: dark){:root{--background: #171717;--foreground: #f5f5f5;--muted: #c2c2c2;--link: #8cc7ff;--focus: #ffbd73}}*{box-sizing:border-box}html{min-height:100%}body{min-height:100vh;min-height:100svh;margin:0;padding:25vh 1.5rem 1.5rem;padding-block-start:25svh;background:var(--background);color:var(--foreground);font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:1rem;line-height:1.5}main{width:min(100%,36rem);margin-inline:auto}h1{margin:0 0 1.5rem;font-size:clamp(2rem,7vw,3.5rem);font-weight:700;letter-spacing:-0.04em}ul{margin:0;padding:0;list-style:none}li+li{margin-top:.75rem}a{color:var(--link);text-decoration-thickness:.12em;text-underline-offset:.16em}a:hover{color:var(--foreground)}a:focus-visible{outline:3px solid var(--focus);outline-offset:4px;border-radius:2px}/*# sourceMappingURL=landing.css.map */