@font-face{font-family:Inter;src:url('/fonts/inter-latin.woff2') format('woff2');font-display:swap;font-weight:100 900}
body{font-family:Inter,system-ui,sans-serif}
.access-guide{--ink:#142420;--muted:#52635d;--teal:#2ec4b6;--gold:#ffb800;color:var(--ink);max-width:1120px;margin:auto;padding:112px 28px 72px}
.access-guide a:not(.pill){text-decoration:underline;text-underline-offset:4px}
.access-guide a:hover{color:#08766c}
.access-guide :focus-visible{outline:3px solid #08766c;outline-offset:5px}
.guide-kicker{font-size:12px;letter-spacing:.12em;text-transform:uppercase;font-weight:700;margin:28px 0 16px}
.access-guide h1{font-size:clamp(36px,5.5vw,66px);line-height:1.07;letter-spacing:-.045em;font-weight:800;max-width:840px;text-wrap:balance}
.guide-intro{font-size:19px;line-height:1.65;max-width:720px;margin:24px 0;color:var(--muted)}
.guide-meta{font-size:13px;color:var(--muted)}
.overview{margin:40px 0 48px;padding:28px;background:#edf8f5;border-radius:20px}
.overview h2{font-size:14px;font-weight:700}
.picture-flow{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;margin-top:24px}
.picture-flow li{position:relative;list-style:none}
.picture-flow li:not(:last-child):after{content:'→';position:absolute;right:-14px;top:36px;font-size:28px;color:#08766c}
.picture-flow svg{width:88px;height:88px;stroke:var(--ink);stroke-width:2.5;fill:none;display:block;margin-bottom:12px}
.picture-flow strong{display:block;font-size:17px;max-width:240px}
.picture-flow span{display:block;font-size:12px;margin-top:8px;color:var(--muted)}
.guide-layout{display:grid;grid-template-columns:240px minmax(0,1fr);gap:64px}
.guide-aside{align-self:start;position:sticky;top:88px}
.role-label{font-size:12px;text-transform:uppercase;letter-spacing:.08em}
.role-name{font-size:24px;font-weight:800;margin:8px 0 12px}
.guide-aside p{line-height:1.65}
.guide-aside nav{display:flex;flex-direction:column;gap:14px;margin-top:28px;font-size:14px}
.guide-content h2{font-size:28px;font-weight:750;letter-spacing:-.025em;margin-bottom:18px}
.guide-content p{line-height:1.75}
.before{margin-bottom:36px;padding:24px;background:#fff7df;border-radius:14px}
.before h2{font-size:19px;margin-bottom:8px}
.steps{list-style:none;padding:0;counter-reset:steps}
.steps>li{counter-increment:steps;position:relative;padding:0 0 34px 52px;margin-bottom:24px;border-bottom:1px solid #dde5e1}
.steps>li:before{content:counter(steps);position:absolute;left:0;top:0;background:var(--ink);color:white;border-radius:50%;width:32px;height:32px;display:grid;place-items:center;font-size:14px;font-weight:700}
.steps h3{font-size:21px;line-height:1.4;font-weight:750;margin-bottom:12px}
.step-path{margin-top:16px;padding:12px 16px;border-radius:8px;background:#f1f5f3;font-size:13px;font-weight:600;line-height:1.7;overflow-wrap:anywhere}
.done{background:#edf8f5;padding:28px;border-radius:14px;margin:0 0 40px}
.done h2{font-size:23px}
.faq{margin-bottom:40px}
.faq details{padding:18px 0;border-bottom:1px solid #dde5e1}
.faq summary{cursor:pointer;font-size:16px;font-weight:650;line-height:1.5}
.faq details p{margin-top:12px;color:var(--muted)}
.sources{font-size:14px;margin:40px 0}
.sources h2{font-size:20px}
.sources ul{list-style:disc;padding-left:20px}
.sources li{margin:12px 0}
.sources p{color:var(--muted);font-size:13px}
.next-guides{border-top:1px solid #dde5e1;padding-top:32px}
.next-guides a{display:block;margin-top:14px}
.guide-content section{scroll-margin-top:85px}
.skip-link{position:fixed;left:12px;top:-100px;z-index:100;background:white;padding:12px}
.skip-link:focus{top:12px}
@media(max-width:760px){.access-guide{padding:92px 20px 48px}
.guide-layout{grid-template-columns:1fr;gap:32px}
.guide-aside{position:static;background:#f4f7f5;padding:22px;border-radius:14px}
.guide-aside nav{flex-direction:row;flex-wrap:wrap;gap:18px}
.picture-flow{gap:18px}
.picture-flow svg{width:64px;height:64px}
.picture-flow strong{font-size:14px}
.picture-flow li:not(:last-child):after{top:23px;right:-12px;font-size:22px}
.overview{padding:22px 16px;margin:28px 0}
.steps>li{padding-left:44px}
.guide-intro{font-size:17px}
.guide-content h2{font-size:25px}
}
@media print{header,footer,.guide-aside nav,.next-guides,.skip-link{display:none!important}
.access-guide{padding:0}
.guide-layout{display:block}
.guide-aside{position:static;margin:20px 0}
.steps>li,.overview,.done{break-inside:avoid}
.faq details::details-content{content-visibility:visible}
.access-guide h1{font-size:34px}
}


.faq summary{display:flex;justify-content:space-between;gap:20px;list-style:none}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{content:"+";font-size:22px;line-height:1;flex-shrink:0;color:#08766c}
.faq details[open] summary::after{content:"−"}
