:root{--bg:#fbfaf8;--surface:#ffffff;--surface-alt:#f4f1ec;--text:#1c1917;--muted:#57534e;--border:#e2ded6;--accent:#9a3412;--accent-bright:#c2410c;--critical:#b91c1c;--hazard-a:#d97706;--hazard-b:#292524;--measure:40rem;--wide:48rem;--font-ui:system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue",
		Arial, sans-serif;--font-mono:ui-monospace, "SF Mono", SFMono-Regular, Menlo, Consolas,
		monospace}@media(prefers-color-scheme:dark){:root{--bg:#1a1917;--surface:#232120;--surface-alt:#2b2927;--text:#eae7e1;--muted:#a8a29e;--border:#3b3835;--accent:#fb923c;--accent-bright:#fdba74;--critical:#f87171;--hazard-a:#f59e0b;--hazard-b:#0c0b0a}}*,*::before,*::after{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{margin:0;background:var(--bg);color:var(--text);font-family:var(--font-ui);font-size:1.0625rem;line-height:1.65;display:flex;flex-direction:column;min-height:100vh;overflow-wrap:break-word}.hazard{height:6px;flex:none;background:repeating-linear-gradient( 135deg,var(--hazard-a) 0 14px,var(--hazard-b) 14px 28px )}.wrap{width:100%;max-width:var(--wide);margin-inline:auto;padding-inline:1.25rem}.masthead{background:var(--surface);border-bottom:1px solid var(--border)}.masthead .wrap{display:flex;flex-wrap:wrap;align-items:baseline;gap:.5rem 1.5rem;padding-block:1.1rem}.masthead__title{margin:0;font-size:1.15rem;font-weight:700;letter-spacing:-.01em;line-height:1.25}.masthead__title a{color:inherit;text-decoration:none}.masthead__title a:hover{color:var(--accent)}.masthead nav{margin-left:auto;display:flex;gap:1.25rem;font-size:.9375rem}.masthead nav a{color:var(--muted);text-decoration:none;font-weight:500;padding-block:.15rem;border-bottom:2px solid transparent}.masthead nav a:hover,.masthead nav a[aria-current=page]{color:var(--text);border-bottom-color:var(--accent)}.hero{background:var(--surface-alt);border-bottom:1px solid var(--border);padding-block:2.75rem 2.25rem}.hero__eyebrow{display:inline-block;margin:0 0 .85rem;font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--surface);background:var(--critical);padding:.3rem .6rem;border-radius:3px}.hero h1{margin:0;max-width:22ch;font-size:clamp(1.9rem,5.5vw,3rem);line-height:1.1;letter-spacing:-.025em;font-weight:800}.hero__lede{margin:1rem 0 0;max-width:var(--measure);font-size:1.15rem;color:var(--muted)}.facts{list-style:none;margin:2rem 0 0;padding:0;display:grid;gap:1px;grid-template-columns:repeat(auto-fit,minmax(10.5rem,1fr));background:var(--border);border:1px solid var(--border);border-radius:4px;overflow:hidden}.facts li{background:var(--surface);padding:.9rem 1.1rem}.facts dt,.facts__label{display:block;font-size:.7rem;font-weight:700;letter-spacing:.09em;text-transform:uppercase;color:var(--muted);margin-bottom:.3rem}.facts__value{display:block;font-size:.9375rem;font-weight:600;line-height:1.4}main{flex:1 0 auto;padding-block:2.5rem 3.5rem}.prose{max-width:var(--measure)}.prose>*+*{margin-top:1.15rem}.prose h1,.prose h2,.prose h3{line-height:1.2;letter-spacing:-.015em;font-weight:700;margin-top:2.5rem;margin-bottom:0}.prose h2{font-size:1.5rem;padding-bottom:.4rem;border-bottom:1px solid var(--border)}.prose h3{font-size:1.2rem}.prose a{color:var(--accent);text-underline-offset:2px;text-decoration-thickness:1px}.prose a:hover{color:var(--accent-bright)}.prose strong{font-weight:700}.prose hr{margin-block:2.5rem;border:0;border-top:1px solid var(--border)}.prose blockquote{margin:1.5rem 0;padding:.25rem 0 .25rem 1.25rem;border-left:3px solid var(--accent);color:var(--muted);font-style:italic}.prose blockquote p{margin-block:.6rem}.prose code{font-family:var(--font-mono);font-size:.9em;background:var(--surface-alt);padding:.15em .35em;border-radius:3px}.prose pre{background:var(--surface);border:1px solid var(--border);border-left:3px solid var(--accent);border-radius:4px;padding:1.25rem 1.4rem;overflow-x:auto}.prose pre code{background:0 0;padding:0;font-family:inherit;font-size:1rem;white-space:pre-wrap;color:var(--muted)}figure{margin:2rem 0;max-width:var(--measure)}figure img{display:block;width:100%;height:auto;border-radius:4px;border:1px solid var(--border);background:var(--surface-alt)}figure figcaption{margin-top:.6rem;font-size:.875rem;color:var(--muted);line-height:1.5}.updates{max-width:var(--measure);margin-top:3rem}.updates>h2{font-size:1.5rem;letter-spacing:-.015em;margin:0 0 1.5rem;padding-bottom:.4rem;border-bottom:1px solid var(--border)}.post-card{padding-block:1.5rem;border-bottom:1px solid var(--border)}.post-card:last-child{border-bottom:0}.post-card h3{margin:0 0 .3rem;font-size:1.2rem;line-height:1.3;letter-spacing:-.015em}.post-card h3 a{color:inherit;text-decoration:none}.post-card h3 a:hover{color:var(--accent);text-decoration:underline;text-underline-offset:2px}time,.post-meta{display:block;font-size:.8125rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:var(--muted)}.post-card p{margin:.6rem 0 0;color:var(--muted)}.more-link{display:inline-block;margin-top:.6rem;font-size:.9375rem;font-weight:600;color:var(--accent);text-decoration:none}.more-link:hover{text-decoration:underline;text-underline-offset:2px}.post-header{max-width:var(--measure);margin-bottom:2rem}.post-header h1{margin:.5rem 0 0;font-size:clamp(1.6rem,4.5vw,2.25rem);line-height:1.15;letter-spacing:-.025em;font-weight:800}.back-link{display:inline-block;margin-bottom:2.5rem;font-size:.9375rem;font-weight:600;color:var(--accent);text-decoration:none}.back-link:hover{text-decoration:underline;text-underline-offset:2px}.site-footer{flex:none;background:var(--surface);border-top:1px solid var(--border);padding-block:1.75rem;font-size:.875rem;color:var(--muted)}.site-footer p{margin:0 0 .4rem;max-width:var(--measure)}.site-footer p:last-child{margin-bottom:0}.site-footer a{color:var(--accent)}.skip-link{position:absolute;left:-9999px;top:0;background:var(--critical);color:#fff;padding:.6rem 1rem;z-index:10;font-weight:600}.skip-link:focus{left:0}:focus-visible{outline:3px solid var(--accent-bright);outline-offset:2px}@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.01ms!important;transition-duration:.01ms!important}}@media print{.hazard,.masthead nav,.skip-link,.back-link{display:none}body{background:#fff;color:#000;font-size:11pt}.hero{background:0 0;border-bottom:2px solid #000}}