:root{color-scheme:light dark;--fg:#1a1a1a;--muted:#5f5f5f;--bg:#fdfdfc;--line:#d9d9d6;--accent:#1a1a1a;--measure:38rem}@media(prefers-color-scheme:dark){:root{--fg:#ececea;--muted:#a3a3a0;--bg:#141414;--line:#333331;--accent:#ececea}}*,*::before,*::after{box-sizing:border-box}html{font-family:system-ui,-apple-system,segoe ui,Roboto,sans-serif;line-height:1.55}body{margin:0;min-height:100vh;display:flex;flex-direction:column;color:var(--fg);background:var(--bg);padding:0 1rem}main,.site-header,.site-footer{width:100%;max-width:var(--measure);margin:0 auto}main{flex:1;padding:2rem 0 3rem}a{color:inherit;text-underline-offset:.15em}.site-header{padding:1.25rem 0}.wordmark{font-weight:700;letter-spacing:-.02em;text-decoration:none}.wordmark-large{font-size:clamp(2.5rem,8vw,4rem);margin:0 0 .5rem;line-height:1.1}.hero{padding-top:16vh}.intent{font-size:1.2rem;color:var(--muted);margin:0 0 2rem}.signup label{display:block;font-weight:600;margin-bottom:.4rem}.signup-row{display:flex;gap:.5rem;flex-wrap:wrap}.signup input[type=email]{flex:1 1 14rem;font:inherit;padding:.6rem .75rem;color:var(--fg);background:0 0;border:1px solid var(--line);border-radius:4px}.signup button{font:inherit;font-weight:600;padding:.6rem 1.1rem;cursor:pointer;color:var(--bg);background:var(--accent);border:1px solid var(--accent);border-radius:4px}.signup input:focus-visible,.signup button:focus-visible,a:focus-visible{outline:2px solid var(--fg);outline-offset:2px}.fine{font-size:.875rem;color:var(--muted)}.hp{position:absolute;left:-1e4px;width:1px;height:1px;overflow:hidden}.prose h1{line-height:1.2}.meta{color:var(--muted)}.facts{display:grid;grid-template-columns:max-content 1fr;gap:.25rem 1rem}.facts dt{font-weight:600}.facts dd{margin:0}.site-footer{border-top:1px solid var(--line);padding:1.25rem 0 2rem;font-size:.875rem;color:var(--muted)}.site-footer p{margin:0 0 .5rem}.site-footer ul{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:.25rem 1.25rem}