:root{--bg:#f2f3f5;--surface:#fff;--surface2:#e9edf2;--ink:#0b0d10;--muted:#3f4650;--line:#737b86;--black:#0b0d10;--focus:#ffbf47;--max:1120px;--shadow:0 8px 24px rgba(0,0,0,.08)}*{box-sizing:border-box}html{font-size:18px;-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;line-height:1.7}.skip{position:absolute;left:12px;top:-100px;background:#fff;color:#000;padding:12px 16px;border:3px solid #000;z-index:999}.skip:focus{top:12px}.wrap{width:min(var(--max),calc(100% - 32px));margin:auto}.siteHeader{background:#0b0d10;color:#fff;border-bottom:5px solid #69717c}.headerRow{min-height:88px;display:flex;align-items:center;justify-content:space-between;gap:20px}.brand{display:flex;align-items:center;gap:12px;color:#fff;text-decoration:none;font-size:29px;font-weight:950;letter-spacing:-.03em}.brand:hover .mark,.brand:focus-visible .mark{transform:translateY(-1px)}.mark{width:48px;height:48px;background:#fff;color:#111;border-radius:10px;display:grid;place-items:center;font-size:17px;font-weight:950;transition:transform .15s ease}.siteNav{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.siteNav a{color:#fff;text-decoration:none;border:2px solid #9da4ad;border-radius:8px;padding:10px 13px;font-size:16px;font-weight:850;min-height:46px;display:inline-flex;align-items:center;justify-content:center}.siteNav a:first-child{border-color:#fff}.siteNav a:hover,.siteNav a[aria-current=page]{background:#fff;color:#111;border-color:#fff}.pageHero{padding:34px 0 18px}.pageHero h1{font-size:clamp(38px,6vw,58px);line-height:1.06;letter-spacing:-.04em;margin:0 0 12px}.lede{font-size:20px;max-width:780px;color:#343a42;margin:0}.contentGrid{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:24px;align-items:start}.card,.sideCard{background:#fff;border:2px solid var(--line);border-top:7px solid #111;border-radius:14px;box-shadow:var(--shadow)}.card{padding:clamp(24px,5vw,44px)}.sideCard{padding:20px;position:sticky;top:18px}.card h2{font-size:25px;line-height:1.25;margin:34px 0 8px}.card h2:first-child{margin-top:0}.card p,.card li{font-size:18px}.card li+li{margin-top:8px}.updated,.muted{color:var(--muted);font-weight:650}.callout{background:#e7ebf0;border:2px solid #737b86;border-left:7px solid #111;border-radius:9px;padding:18px;margin:22px 0}.sideCard h2{font-size:18px;margin:0 0 12px}.sideCard a{display:block;color:#111;font-weight:800;padding:9px 0;border-bottom:1px solid #c1c6cc}.sideCard a:last-child{border-bottom:0}a{color:#111;text-decoration-thickness:2px;text-underline-offset:3px}footer{border-top:3px solid #737b86;margin-top:38px;padding:28px 0 42px;color:#343a42;font-size:15px}.footerRow{display:flex;justify-content:space-between;gap:18px;flex-wrap:wrap}.footerRow a{font-weight:800;margin-right:14px}:focus-visible{outline:4px solid var(--focus);outline-offset:4px;border-radius:4px}@media(max-width:930px){.headerRow{align-items:flex-start;flex-direction:column;padding:16px 0}.siteNav{justify-content:flex-start;width:100%}.contentGrid{grid-template-columns:1fr}.sideCard{position:static}.pageHero{padding-top:26px}}@media(max-width:620px){html{font-size:17px}.wrap{width:min(100% - 20px,var(--max))}.brand{font-size:25px}.mark{width:43px;height:43px}.siteNav{display:grid;grid-template-columns:1fr 1fr;gap:8px}.siteNav a{width:100%;text-align:center;min-height:48px;padding:9px 8px}.card{padding:20px}.pageHero h1{font-size:38px}}@media(max-width:380px){.siteNav{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}