@import url("https://fonts.googleapis.com/css2?family=Newsreader:ital,opsz,wght@0,6..72,400;0,6..72,500;0,6..72,600;1,6..72,400&family=Instrument+Sans:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap");:root{--font-display:"Newsreader",Georgia,"Times New Roman",serif;--font-body:"Instrument Sans",Helvetica,"Helvetica Neue",system-ui,-apple-system,"Segoe UI",Roboto,sans-serif;--font-script:"Newsreader",Georgia,serif;--font-mono:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;--green:#6c7b63;--green-dark:#444942;--yellow:#f0dd83;--neutral:#d7d3d0;--white:#fff;--ink:#1e1e1e;--green-050:#f1f2ee;--green-100:#e2e5de;--green-300:#afb8a8;--green-700:#3e4a38;--yellow-050:#fdf9e9;--yellow-200:#f7ebb8;--yellow-600:#c9af3f;--gold:#b9982f;--bg:#fbfaf8;--surface:#fff;--surface-alt:#f1f0eb;--surface-sunken:#f1f2ee;--surface-invert:#444942;--surface-accent:#fdf9e9;--text:#1e1e1e;--text-muted:#54594f;--text-invert:#fff;--text-on-accent:#1e1e1e;--heading:#3e4a38;--border:#ded9d3;--border-strong:#c6bfb6;--border-invert:hsla(0,0%,100%,.24);--divider:#e7e3dd;--accent:#f0dd83;--cta-bg:#444942;--cta-bg-hover:#3a3e38;--cta-bg-active:#31352f;--cta-text:#fff;--cta-secondary-bg:#6c7b63;--cta-secondary-bg-hover:#5f6d57;--cta-secondary-text:#fff;--cta-ghost-border:#c6bfb6;--cta-ghost-bg-hover:#f1f2ee;--link:#3e4a38;--link-hover:#6c7b63;--focus-ring:#444942;--disabled-bg:#f1f0eb;--disabled-text:#8c8a83;--status-ok:#6c7b63;--status-ok-bg:#f1f2ee;--status-note:#c9af3f;--status-note-bg:#fdf9e9;--status-warn:#8a5a3b;--status-warn-bg:#f7efe8;--header-bg:#444942;--header-text:#fff;--text-xs:0.79rem;--text-sm:0.90rem;--text-base:1rem;--text-lg:1.20rem;--text-h4:1.44rem;--text-h3:1.73rem;--text-h2:2.07rem;--text-h1:2.49rem;--text-display:3.20rem;--text-display-xl:4.10rem;--lh-tight:1.15;--lh-snug:1.3;--lh-body:1.6;--lh-loose:1.75;--weight-regular:400;--weight-medium:500;--weight-semibold:600;--weight-bold:700;--tracking-tight:-0.01em;--tracking-normal:0;--tracking-wide:0.02em;--tracking-label:0.10em;--measure:68ch;--measure-lead:52ch;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:24px;--space-6:32px;--space-7:48px;--space-8:64px;--space-9:96px;--space-10:128px;--section-y:var(--space-9);--section-y-sm:var(--space-7);--gutter:var(--space-5);--radius-sm:4px;--radius-md:8px;--radius-lg:14px;--radius-pill:999px;--radius-card:var(--radius-lg);--radius-control:var(--radius-md);--radius-image:var(--radius-md);--shadow-sm:0 1px 2px rgba(30,30,30,.06);--shadow-md:0 4px 16px rgba(30,30,30,.08);--shadow-lift:0 8px 28px rgba(30,30,30,.1);--shadow-inset-hairline:inset 0 0 0 1px var(--border);--overlay-scrim:linear-gradient(180deg,rgba(30,30,30,0),rgba(30,30,30,.55));--overlay-scrim-side:linear-gradient(90deg,rgba(30,30,30,.62),rgba(30,30,30,.15) 55%,rgba(30,30,30,0));--blur-veil:saturate(120%) blur(12px);--bp-sm:640px;--bp-md:768px;--bp-lg:1024px;--bp-xl:1280px;--container:1200px;--container-narrow:760px;--container-wide:1440px;--header-h:88px;--z-header:100;--z-overlay:200;--z-consent:300;--dur-fast:120ms;--dur-base:200ms;--dur-slow:360ms;--dur-reveal:600ms;--ease-standard:cubic-bezier(.2,0,.2,1);--ease-out:cubic-bezier(.16,.84,.44,1);--ease-in-out:cubic-bezier(.4,0,.2,1);--transition-control:background-color var(--dur-fast) var(--ease-out),color var(--dur-fast) var(--ease-out),border-color var(--dur-fast) var(--ease-out),transform var(--dur-fast) var(--ease-out)}*,:after,:before{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:var(--font-body);font-size:17px;line-height:var(--lh-body);-webkit-font-smoothing:antialiased;text-wrap:pretty}h1,h2,h3,h4{font-family:var(--font-display);color:var(--heading);line-height:var(--lh-tight);font-weight:var(--weight-medium);margin:0 0 var(--space-4);letter-spacing:var(--tracking-tight)}h1{font-size:var(--text-h1)}h2{font-size:var(--text-h2)}h3{font-size:var(--text-h3)}h4{font-size:var(--text-h4)}p{margin:0 0 var(--space-4);max-width:var(--measure)}a{color:var(--link);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px}a:hover{color:var(--link-hover)}:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px;border-radius:var(--radius-sm)}img{max-width:100%;display:block}small{font-size:var(--text-sm)}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{animation-duration:.001ms!important;transition-duration:.001ms!important}}.container{width:100%;max-width:var(--container);margin-inline:auto;padding-inline:var(--gutter)}.container-narrow{max-width:var(--container-narrow)}.section{padding-block:var(--section-y-sm)}@media (min-width:768px){.section{padding-block:var(--section-y)}}.skip-link{position:absolute;left:-9999px;top:0;background:var(--surface);color:var(--text);padding:var(--space-3) var(--space-4);z-index:var(--z-overlay)}.skip-link:focus{left:var(--space-3);top:var(--space-3)}.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.prose{color:var(--text);font-size:var(--text-lg);line-height:var(--lh-body)}.prose h2{margin-top:var(--space-8);margin-bottom:var(--space-4)}.prose h3{margin-top:var(--space-6);margin-bottom:var(--space-3)}.prose ol,.prose p,.prose ul{margin:0 0 var(--space-5);max-width:var(--measure)}.prose ol,.prose ul{padding-left:var(--space-5);display:grid;grid-gap:var(--space-2);gap:var(--space-2)}.prose a{color:var(--link)}.legal-grid{display:grid;grid-template-columns:1fr;grid-gap:var(--space-6);gap:var(--space-6)}.legal-toc{position:static}@media(min-width:900px){.legal-grid{grid-template-columns:220px minmax(0,1fr);gap:var(--space-8)}.legal-toc{position:-webkit-sticky;position:sticky;top:calc(var(--header-h) + var(--space-4))}}