:root{--brand:#1a5490;--brand-hover:#123c68;--bg:#fdfdfc;--surface:#fff;--surface-sunken:#f4f4f2;--border:#dcdcd8;--text:#1a1a19;--text-muted:#5c5c58;--text-faint:#85857f;--figure-matte:#101014;--danger:#b42318;--shadow:0 1px 2px #0000000d, 0 4px 16px #0000000a;--font-sans:ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--font-mono:ui-monospace, SFMono-Regular, "SF Mono", Menlo, monospace;--measure:68ch;--gutter:clamp(1rem, 4vw, 3rem);color-scheme:light}@media (prefers-color-scheme:dark){:root:not([data-theme=light]){--brand:#7cb3e8;--brand-hover:#a5cbf0;--bg:#14161a;--surface:#1b1e23;--surface-sunken:#101216;--border:#2c3038;--text:#e8e8e6;--text-muted:#a8aab0;--text-faint:#74767c;--figure-matte:#0b0c0f;--danger:#ff938a;--shadow:0 1px 2px #0006, 0 4px 16px #0000004d;color-scheme:dark}}:root[data-theme=dark]{--brand:#7cb3e8;--brand-hover:#a5cbf0;--bg:#14161a;--surface:#1b1e23;--surface-sunken:#101216;--border:#2c3038;--text:#e8e8e6;--text-muted:#a8aab0;--text-faint:#74767c;--figure-matte:#0b0c0f;--shadow:0 1px 2px #0006, 0 4px 16px #0000004d;color-scheme:dark}*,:before,:after{box-sizing:border-box}body{background:var(--bg);color:var(--text);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;margin:0;line-height:1.6}a{color:var(--brand)}a:hover{color:var(--brand-hover)}img{max-width:100%;height:auto}code,pre{font-family:var(--font-mono)}:focus-visible{outline:2px solid var(--brand);outline-offset:2px}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}.skip-link{background:var(--surface);color:var(--text);border:1px solid var(--border);border-radius:6px;padding:.75rem 1rem;position:absolute;left:-9999px}.skip-link:focus{z-index:10;top:1rem;left:1rem}.nav{max-width:72rem;padding:1rem var(--gutter);align-items:center;gap:1.5rem;margin-inline:auto;display:flex}.nav__brand{font-size:1.1rem;font-weight:600;text-decoration:none}.nav__links{flex-wrap:wrap;gap:1.25rem;margin:0;margin-inline-start:auto;padding:0;list-style:none;display:flex}.nav__links a{color:var(--text-muted);font-size:.94rem;text-decoration:none}.nav__links a:hover{color:var(--brand)}.theme-toggle{background:var(--surface);color:var(--text);border:1px solid var(--border);cursor:pointer;border-radius:6px;width:2.25rem;height:2.25rem;font-size:1rem;line-height:1}.theme-toggle:hover{border-color:var(--brand)}.hero__inner{max-width:72rem;padding:clamp(2rem, 6vw, 5rem) var(--gutter);align-items:center;gap:clamp(2rem,5vw,4rem);margin-inline:auto;display:grid}@media (width>=900px){.hero__inner{grid-template-columns:1fr 1fr}}.hero__name{letter-spacing:-.02em;margin:0;font-size:clamp(2.5rem,7vw,4rem)}.hero__tagline{color:var(--brand);margin:.5rem 0 1.25rem;font-size:clamp(1.1rem,2.5vw,1.4rem)}.hero__sub{max-width:var(--measure);color:var(--text-muted)}.hero__actions{flex-wrap:wrap;gap:.75rem;margin-top:1.75rem;display:flex}.button{border:1px solid var(--border);background:var(--surface);color:var(--text);cursor:pointer;border-radius:6px;padding:.6rem 1.15rem;font-size:.95rem;text-decoration:none;display:inline-block}.button:hover{border-color:var(--brand);color:var(--brand)}.button--primary{background:var(--brand);border-color:var(--brand);color:var(--bg)}.button--primary:hover{background:var(--brand-hover);border-color:var(--brand-hover);color:var(--bg)}.button--quiet{color:var(--text-muted);background:0 0;border-color:#0000}.figure-matte{background:var(--figure-matte);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:10px;margin:0;padding:.75rem}.figure-matte img{border-radius:4px;display:block}.figure-matte figcaption{color:#b6b8be;margin-top:.75rem;font-size:.85rem;line-height:1.5}.section{padding-block:clamp(3rem,8vw,6rem)}.section--sunken{background:var(--surface-sunken)}.section__inner{max-width:72rem;padding-inline:var(--gutter);margin-inline:auto}.section__title{letter-spacing:-.01em;margin:0 0 .75rem;font-size:clamp(1.6rem,4vw,2.2rem)}.section__lede{max-width:var(--measure);color:var(--text-muted);margin:0 0 2.5rem}.section p{max-width:var(--measure)}.disclaimer{color:var(--text-muted);border-inline-start:3px solid var(--border);padding-inline-start:1rem;font-size:.92rem}.footer{border-top:1px solid var(--border);padding-block:2.5rem}.footer__inner{max-width:72rem;padding-inline:var(--gutter);color:var(--text-muted);flex-wrap:wrap;justify-content:space-between;gap:1rem 2rem;margin-inline:auto;font-size:.9rem;display:flex}.footer__links{gap:1.25rem;margin:0;padding:0;list-style:none;display:flex}.cards{grid-template-columns:repeat(auto-fit,minmax(18rem,1fr));gap:1.25rem;margin:0;padding:0;list-style:none;display:grid}.card{background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:1.35rem 1.5rem}.card__title{margin:0 0 .6rem;font-size:1.05rem;line-height:1.35}.card__body{color:var(--text-muted);margin:0 0 .9rem;font-size:.94rem}.card__measured{color:var(--text-muted);margin:0;font-size:.9rem}.card__measured strong{color:var(--text);font-weight:600}.findings{gap:clamp(2.5rem,6vw,4rem);margin:0;padding:0;list-style:none;display:grid}.finding{align-items:center;gap:1.5rem 3rem;display:grid}@media (width>=900px){.finding{grid-template-columns:1fr 1fr}.finding:nth-child(2n) .finding__copy{order:2}}.finding:not(:has(.finding__figure)){grid-template-columns:1fr}.finding:not(:has(.finding__figure)) .finding__copy{max-width:var(--measure)}.finding__claim{margin:0 0 .75rem;font-size:clamp(1.15rem,2.4vw,1.4rem);line-height:1.3}.finding__numbers{color:var(--text);margin:0 0 1rem}.finding__caveat{color:var(--text-muted);border-inline-start:3px solid var(--border);margin:0;padding-inline-start:1rem;font-size:.9rem}.gallery{grid-template-columns:repeat(auto-fit,minmax(22rem,1fr));gap:1.5rem;margin:0;padding:0;list-style:none;display:grid}.gallery__item{margin:0}.gallery__item figcaption{font-size:.9rem}.code{background:var(--surface-sunken);border:1px solid var(--border);max-width:var(--measure);border-radius:8px;padding:1rem 1.15rem;font-size:.875rem;line-height:1.55;overflow-x:auto}.code code{white-space:pre}.citations{gap:1rem;margin:0 0 2rem;padding:0;list-style:none;display:grid}.citation{max-width:var(--measure);color:var(--text-muted);border-inline-start:3px solid var(--border);padding-inline-start:1rem;font-size:.94rem;line-height:1.55}.citation__title{color:var(--text)}.form{gap:1.1rem;max-width:34rem;display:grid}.form__field{color:var(--text-muted);gap:.4rem;font-size:.92rem;display:grid}.form__field input,.form__field textarea{font:inherit;color:var(--text);background:var(--surface);border:1px solid var(--border);border-radius:6px;width:100%;padding:.6rem .75rem;font-size:.95rem}.form__field textarea{resize:vertical}.form__field input:focus,.form__field textarea:focus{border-color:var(--brand)}.form .button{justify-self:start}.form__error{color:var(--danger);margin:0;font-size:.92rem}.form__status{background:var(--surface);border:1px solid var(--border);border-radius:8px;max-width:34rem;margin:0;padding:1rem 1.15rem}
