:root{--background:#f5f7f8;--foreground:#172f42;--muted:#5b7180;--accent:#1d5d86}*{box-sizing:border-box}html{background:var(--background)}body{color:var(--foreground);background:var(--background);margin:0;font-family:Arial,Helvetica,sans-serif}main{width:min(100% - 3rem,48rem);margin:0 auto;padding:6rem 0}h1{max-width:20ch;margin:.5rem 0 1.5rem;font-family:Georgia,Times New Roman,serif;font-size:clamp(2.5rem,8vw,4.5rem);font-weight:400;line-height:1.05}p{max-width:65ch;color:var(--muted);font-size:1.125rem;line-height:1.65}.eyebrow{color:var(--accent);letter-spacing:.12em;font-size:.75rem;font-weight:700}code{color:var(--foreground);background:#e6ecef;border-radius:.25rem;padding:.15em .35em;font-size:.9em}.working-note{margin-top:3rem;font-size:.875rem}
