:root{--ink:#0a1f3d;--blue:#2563eb;--muted:#526276;--line:#dbe2eb;--paper:#f5f7fa;--soft:#eaf0fc;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:#fff;font-synthesis:none;color-scheme:light}
*{box-sizing:border-box}body{margin:0}a{color:inherit;text-underline-offset:4px}a:hover{color:var(--blue)}a:focus-visible,summary:focus-visible{outline:3px solid var(--blue);outline-offset:5px}img{max-width:100%;height:auto;display:block}h1,h2,h3,p,figure{margin:0}h1,h2,h3{text-wrap:balance}h1{font-size:clamp(2.1rem,4.6vw,3.8rem);line-height:1.12;letter-spacing:-.045em;font-weight:750}h2{line-height:1.25;letter-spacing:-.025em}p{line-height:1.75}nav a{text-decoration:none}.wide,.guides-section,.header-inner,.site-footer{width:min(1160px,calc(100% - 80px));margin-inline:auto}.site-header{border-bottom:1px solid var(--line);background:white}.header-inner{min-height:90px;display:flex;align-items:center;justify-content:space-between;gap:20px}.brand{display:flex;align-items:center;gap:9px;font-size:27px;font-weight:800;letter-spacing:-1.2px;text-decoration:none}.brand-blue{color:var(--blue)}.header-inner nav{display:flex;align-items:center;gap:30px;font-size:14px;font-weight:650}.button{display:inline-flex;align-items:center;justify-content:center;gap:20px;min-height:48px;padding:14px 23px;background:var(--blue);color:white;border-radius:7px;text-decoration:none;font-size:15px;font-weight:650;line-height:1.4}.button:hover{background:#1d4ed8;color:white}.button-small{min-height:44px;padding:11px 18px;font-size:14px}.eyebrow{font-size:11px;font-weight:750;letter-spacing:.14em;color:var(--blue);line-height:1.6}.index-intro{padding:76px max(40px,calc((100vw - 1160px)/2)) 62px;background:var(--paper);border-bottom:1px solid var(--line)}.index-intro h1{margin:18px 0 22px;max-width:850px}.index-intro h1 span{color:var(--blue)}.index-intro>p:not(.eyebrow){max-width:680px;color:var(--muted);font-size:18px}.topic-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}.topic-row span{font-size:12px;padding:7px 12px;border:1px solid var(--line);border-radius:4px;background:#fff}.guides-section{padding-block:54px 64px}.section-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:26px}.section-heading h2{font-size:26px}.section-heading p{font-size:13px;color:var(--muted)}.guides-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.guide-card{border:1px solid var(--line);border-radius:10px;overflow:hidden;background:white;display:flex;flex-direction:column}.card-image{display:flex;align-items:center;aspect-ratio:16/9;background:var(--paper)}.card-image img{width:100%;height:100%;object-fit:contain}.card-body{padding:24px;display:flex;flex-direction:column;align-items:flex-start;flex:1}.card-body .eyebrow{font-size:9px;letter-spacing:.07em}.card-body .eyebrow span{color:var(--muted);white-space:nowrap;font-weight:500}.card-body h2{font-size:23px;margin:12px 0 15px}.card-body h2 a{text-decoration:none}.card-body>p:not(.eyebrow){font-size:14px;color:var(--muted);margin-bottom:24px}.read-link{font-size:13px;font-weight:700;display:flex;gap:18px;align-items:center;margin-top:auto;text-decoration:none}.cta{padding:46px 52px;margin-bottom:70px;border-radius:10px;background:var(--ink);color:white}.cta .eyebrow{color:#9fc0ff}.cta h2{font-size:34px;margin:12px 0 16px}.cta>p:not(.eyebrow){max-width:700px;color:#d3ddeb}.cta .button{margin-top:24px}.cta .cta-note{font-size:12px;margin-top:13px}.site-footer{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:24px;border-top:1px solid var(--line);padding-block:32px}.site-footer .brand{font-size:22px}.site-footer .brand img{width:34px;height:34px}.site-footer p,.site-footer small{color:var(--muted);font-size:12px}.site-footer nav{display:flex;gap:24px;font-size:13px}.article-header{width:min(900px,calc(100% - 80px));margin:0 auto;padding:30px 0 36px}.breadcrumbs{display:flex;gap:12px;flex-wrap:wrap;font-size:12px;color:var(--muted);margin-bottom:38px}.article-header h1{font-size:clamp(2rem,4.2vw,3.35rem);margin:14px 0 20px}.article-deck{font-size:18px;color:var(--muted);max-width:820px}.byline{font-size:12px;color:var(--muted);margin-top:24px;display:flex;flex-wrap:wrap;gap:9px}.article-hero{width:min(900px,calc(100% - 80px));margin:0 auto 48px;overflow:hidden;border-radius:8px}.article-hero img{width:100%;height:auto}.article-layout{display:grid;grid-template-columns:225px minmax(0,720px);gap:60px;width:min(1100px,calc(100% - 80px));margin-inline:auto;align-items:start}.toc{position:sticky;top:24px;max-height:calc(100vh - 48px);overflow:auto;font-size:12px;border-top:2px solid var(--blue);padding:18px 0}.toc summary{font-weight:750;font-size:13px;cursor:pointer}.toc ol{padding:0;list-style:none;margin-bottom:0}.toc li{margin:12px 0;line-height:1.5}.toc a{color:var(--muted);display:block}.toc a:hover{color:var(--blue)}.article-body{font-size:17px;line-height:1.8;overflow-wrap:anywhere;min-width:0}.article-body p{margin-bottom:22px}.article-body h2{margin:48px 0 18px;font-size:27px;scroll-margin-top:24px}.article-body h3{margin:30px 0 15px}.article-body ul,.article-body ol{padding-left:25px;margin-block:16px 26px}.article-body li{padding-left:4px;margin:7px 0}.article-body li::marker{color:var(--blue)}.article-body strong{color:var(--ink)}.article-body figure{margin-block:32px}.article-body figure img{border:1px solid var(--line);border-radius:8px}.article-body figcaption{font-size:12px;color:var(--muted);line-height:1.6;margin-top:10px}.article-next{background:var(--soft);border-left:3px solid var(--blue);padding:26px 30px;margin-block:40px}.article-next h2{margin:0 0 16px}.article-next p{font-size:16px}.related{padding-block:60px 70px}.related>h2{font-size:30px;margin:12px 0 26px}.related-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.not-found{max-width:750px;margin:auto;padding:100px 24px;min-height:65vh}.not-found h1{margin:20px 0}.not-found .button{margin:28px 0 16px}.skip-link{position:absolute;top:-100px;left:16px;background:white;padding:14px;z-index:10}.skip-link:focus{top:12px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
@media(max-width:980px){.guides-grid{grid-template-columns:1fr}.guide-card{display:grid;grid-template-columns:42% 1fr}.card-image{height:100%;aspect-ratio:auto}.card-image img{height:auto}.article-layout{grid-template-columns:1fr;gap:24px;max-width:720px}.toc{position:static;max-height:none;border:1px solid var(--line);padding:18px 22px;border-radius:6px}.toc ol{columns:2;column-gap:30px}.toc li{break-inside:avoid}.related-grid{grid-template-columns:1fr}}
@media(max-width:600px){.wide,.guides-section,.header-inner,.site-footer,.article-header,.article-hero,.article-layout{width:calc(100% - 40px)}.header-inner{min-height:76px;gap:10px}.header-inner nav{gap:14px;font-size:12px}.header-inner .brand{font-size:23px;gap:4px}.header-inner .brand img{width:32px;height:32px}.button-small{font-size:12px;padding:10px 12px;gap:8px}.index-intro{padding:46px 20px 40px}.index-intro>p:not(.eyebrow){font-size:16px}.section-heading{align-items:flex-start}.section-heading h2{font-size:23px}.section-heading p{white-space:nowrap;font-size:11px;padding-top:6px}.guide-card{display:flex}.card-image{aspect-ratio:auto;min-height:0}.card-image img{height:auto}.card-body{padding:23px}.guides-section{padding-block:36px 44px}.cta{padding:30px 24px;margin-bottom:40px}.cta h2{font-size:27px}.cta .button{width:100%}.article-header{padding-top:24px}.breadcrumbs{margin-bottom:30px}.article-deck{font-size:16px}.article-hero{margin-bottom:26px}.article-body{font-size:16px}.article-body h2{font-size:24px;margin-top:36px}.toc ol{columns:1}.article-next{padding:24px 20px}.article-next .button{width:100%}.related{padding-top:26px}.site-footer{align-items:flex-start}.site-footer small{width:100%}.byline{font-size:11px}}
@media print{.site-header,.site-footer,.toc,.related,.cta,.article-next,.skip-link{display:none}.article-header,.article-hero,.article-layout{width:100%;max-width:none;display:block}.article-header{padding:0 0 20px}.article-hero{max-width:500px;max-height:230px;overflow:hidden}.article-hero img{max-height:230px;object-fit:contain}.article-body{font-size:11pt;line-height:1.5}.article-body h2{font-size:16pt;break-after:avoid}.article-body figure,.article-body li{break-inside:avoid}a{color:inherit;text-decoration:none}}
.article-hero figcaption{padding:10px 0;font-size:12px;line-height:1.5;color:var(--muted)}
h1,h2,h3,.brand,.eyebrow,.card-body .eyebrow{letter-spacing:0}h1{font-size:56px}.article-header h1{font-size:48px}.guide-card{border-radius:8px}@media(max-width:600px){h1,.article-header h1{font-size:34px}}
.table-scroll{max-width:100%;overflow-x:auto;margin:24px 0;border-block:1px solid var(--line)}
.table-scroll:focus-visible{outline:3px solid var(--blue);outline-offset:4px}
.article-body table{border-collapse:collapse;min-width:480px;width:100%;font-size:14px;line-height:1.55}
.article-body th,.article-body td{padding:13px 14px;border-bottom:1px solid var(--line);text-align:left;vertical-align:top}
.article-body th{background:var(--paper);font-weight:700}
.article-body blockquote{border-left:3px solid var(--blue);margin:24px 0;padding-left:20px}
@media print{.table-scroll{overflow:visible}.article-body table{min-width:0;font-size:9pt;table-layout:fixed}.article-body tr{break-inside:avoid}.article-body th,.article-body td{padding:7px}.article-hero{max-height:none;overflow:visible}.article-hero figcaption{font-size:8pt}}
