:root{--ink:#18201d;--muted:#52605a;--paper:#f7f8f5;--panel:#fff;--line:#cad1cc;--green:#1e5b43;--yellow:#f3c969;--red:#9a3f35;--max:1180px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.58;letter-spacing:0}a{color:var(--green);text-underline-offset:3px}a:focus-visible,summary:focus-visible{outline:3px solid var(--yellow);outline-offset:3px}.skip{position:absolute;left:1rem;top:-4rem;background:#fff;padding:.75rem;z-index:20}.skip:focus{top:1rem}.sitebar{background:#17231e;color:#fff}.sitebar .inner{max-width:var(--max);margin:auto;padding:.75rem 1.2rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.brand{font-weight:800}.sitebar nav{display:flex;gap:1rem;flex-wrap:wrap}.sitebar a{color:#fff;text-decoration:none;font-size:.9rem}main{overflow:hidden}.first{padding:2.4rem 1.2rem 2rem;background:#edf1ed;border-bottom:1px solid var(--line)}.first-inner,.section-inner{max-width:var(--max);margin:auto}.eyebrow{text-transform:uppercase;font-weight:800;color:var(--green);font-size:.78rem;margin:0 0 .35rem}h1{font-family:Georgia,serif;font-size:clamp(2.25rem,5vw,4.7rem);line-height:1.01;margin:.15rem 0 .6rem;max-width:900px}h2{font-family:Georgia,serif;font-size:2rem;line-height:1.15;margin:0 0 .8rem}h3{font-size:1.18rem;line-height:1.25;margin:.2rem 0 .55rem}.purpose{font-size:1.12rem;max-width:850px;margin:.4rem 0 1.25rem}.first-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:1.35rem;align-items:stretch}.first-copy,.hero{margin:0}.first-copy{display:flex;flex-direction:column;justify-content:center}.hero img{display:block;width:100%;height:100%;max-height:510px;object-fit:cover;border-radius:6px}.hero figcaption{font-size:.77rem;color:var(--muted);margin-top:.35rem}.evidence{border-left:4px solid var(--green);padding:.6rem .8rem;background:#fff;margin:.7rem 0}.quick{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem;margin:.7rem 0}.quick div{background:#fff;border:1px solid var(--line);padding:.65rem}.warning,.verify{margin:.5rem 0}.warning strong{color:var(--red)}.jump{margin:.7rem 0 0}.section{padding:3rem 1.2rem;border-bottom:1px solid var(--line)}.section.alt{background:#fff}.lede{max-width:800px;color:var(--muted)}.definitions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem;margin-top:1rem}details{background:#fff;border:1px solid var(--line);border-radius:6px;padding:.8rem}summary{cursor:pointer;font-weight:800}details p{margin:.55rem 0}.table-wrap{overflow-x:auto;border:1px solid var(--line);background:#fff}table{width:100%;border-collapse:collapse;min-width:780px}caption{text-align:left;padding:.8rem;font-weight:700}th,td{text-align:left;vertical-align:top;padding:.72rem;border-top:1px solid var(--line)}thead th{background:#e9efea;border-top:0}.badge{display:inline-block;font-size:.75rem;font-weight:800;color:#fff;background:var(--green);padding:.16rem .4rem;border-radius:3px}.recommendations{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.rec{background:#fff;border-top:5px solid var(--green);padding:1.1rem;border-radius:4px}.rec ul{padding-left:1.1rem}.rec dl{display:grid;grid-template-columns:7.2rem 1fr;gap:.35rem .65rem}.rec dt{font-weight:800}.rec dd{margin:0}.utility{display:grid;grid-template-columns:.9fr 1.1fr;gap:1rem}.steps{counter-reset:step;display:grid;gap:.6rem}.steps li{list-style:none;background:#fff;border:1px solid var(--line);padding:.75rem}.steps li:before{counter-increment:step;content:counter(step);display:inline-grid;place-items:center;width:1.7rem;height:1.7rem;margin-right:.55rem;background:var(--yellow);font-weight:800;border-radius:50%}.callout{background:#fff7dc;border-left:5px solid var(--yellow);padding:1rem;margin:1rem 0}.source-list{columns:2;column-gap:2rem}.source-list li{break-inside:avoid;margin-bottom:.6rem}.details-table td,.details-table th{font-size:.88rem}footer{padding:2rem 1.2rem;background:#17231e;color:#fff}footer .inner{max-width:var(--max);margin:auto}footer a{color:#fff}
@media(max-width:760px){.sitebar nav{display:none}.first{padding-top:1.5rem}h1{font-size:2.55rem}.purpose{font-size:1rem}.first-grid{display:flex;flex-direction:column}.hero{order:-1}.hero img{aspect-ratio:16/9;height:auto}.quick,.definitions,.recommendations,.utility{grid-template-columns:1fr}.section{padding:2.2rem 1rem}.source-list{columns:1}.table-wrap{border:0;overflow:visible}table{min-width:0}table:not(.details-table) thead{display:none}table:not(.details-table),table:not(.details-table) tbody,table:not(.details-table) tr,table:not(.details-table) td{display:block;width:100%}table:not(.details-table) tr{border:1px solid var(--line);margin-bottom:.75rem;background:#fff}table:not(.details-table) td{display:grid;grid-template-columns:minmax(7rem,40%) minmax(0,1fr);gap:.65rem;border-top:1px solid var(--line);overflow-wrap:anywhere}table:not(.details-table) td:before{content:attr(data-label);font-weight:800}.details-table{display:block}.details-table thead{display:none}.details-table tbody,.details-table tr,.details-table th,.details-table td{display:block;width:100%}.details-table tr{background:#fff;border:1px solid var(--line);margin-bottom:.8rem}.details-table th,.details-table td{display:grid;grid-template-columns:minmax(8.7rem,44%) minmax(0,1fr);gap:.65rem;overflow-wrap:anywhere}.details-table th:before,.details-table td:before{content:attr(data-label);font-weight:800;color:var(--muted)}.rec dl{grid-template-columns:1fr}.rec dd{margin-bottom:.45rem}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
@media(max-width:760px){.details-table caption{display:block;width:100%;box-sizing:border-box}}
