/* ANCHOR Arkansas Public Guide
   Conventional civic-information theme built to sit on USWDS 3.13.0 components.
   Custom CSS is intentionally small and subordinate to USWDS structure/tokens. */
:root{
  --anchor-navy:#0b315c;
  --anchor-navy-dark:#071f3d;
  --anchor-blue:#005ea8;
  --anchor-blue-light:#d9e8f6;
  --anchor-ink:#1b1b1b;
  --anchor-muted:#565c65;
  --anchor-line:#c9c9c9;
  --anchor-soft:#f5f6f7;
  --anchor-warm:#f7f3e8;
  --anchor-alert:#fdb81e;
  --anchor-danger:#b50909;
  --anchor-success:#216e1f;
  --content:72rem;
}
/* Minimal local fallback for core USWDS-like primitives if the pinned CDN stylesheet is unavailable. */
.grid-container{max-width:72rem;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}
.usa-button{appearance:none;border:0;border-radius:.25rem;background:#005ea8;color:#fff;cursor:pointer;display:inline-block;font:inherit;font-weight:700;line-height:1;text-align:center;text-decoration:none;padding:.75rem 1.15rem}
.usa-button:hover{background:#1a4480;color:#fff}
.usa-button--outline{background:#fff;box-shadow:inset 0 0 0 2px #005ea8;color:#005ea8}
.usa-button--outline:hover{background:#eef6fb;color:#1a4480}
.usa-button--unstyled{background:transparent;color:#005ea8;padding:.5rem;text-decoration:underline}
.usa-button--unstyled:hover{background:transparent;color:#1a4480}
.usa-label{display:block;font-weight:700;margin-bottom:.45rem}
.usa-input,.usa-select{box-sizing:border-box;width:100%;max-width:100%;border:1px solid #5c5c5c;border-radius:0;background:#fff;color:#1b1b1b;font:inherit;min-height:2.5rem;padding:.45rem .6rem;margin-top:.35rem}
.usa-input--big{font-size:1.15rem;min-height:3rem}
html{scroll-behavior:smooth}
body{margin:0;color:var(--anchor-ink);background:#fff;line-height:1.58}
body.text-large{font-size:1.125rem}
img{max-width:100%;height:auto}
a{overflow-wrap:anywhere}
a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,summary:focus-visible{outline:.25rem solid #face00;outline-offset:.2rem}
.skip-link{position:absolute;left:-9999px;top:0;z-index:9999;background:#fff;padding:.75rem 1rem;color:#005ea8;font-weight:700}
.skip-link:focus{left:.5rem;top:.5rem}
.anchor-status{background:var(--anchor-navy-dark);color:#fff;font-size:.86rem}
.anchor-status .grid-container{padding-top:.55rem;padding-bottom:.55rem;display:flex;gap:.8rem;align-items:flex-start}
.anchor-status strong{white-space:nowrap}
.anchor-header{border-bottom:1px solid var(--anchor-line);background:#fff}
.anchor-masthead{max-width:var(--content);margin:auto;padding:1rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}
.anchor-brand{display:flex;align-items:center;gap:1rem;min-width:0;color:var(--anchor-navy-dark);text-decoration:none}
.anchor-brand img{width:4.35rem;height:4.35rem;object-fit:contain}
.anchor-brand-text{display:block}
.anchor-brand-title{display:block;font-weight:800;font-size:1.34rem;line-height:1.1}
.anchor-brand-sub{display:block;color:var(--anchor-muted);font-size:.85rem;margin-top:.2rem}
.anchor-tools{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;justify-content:flex-end}
.anchor-tools .usa-button{margin:0}
.anchor-nav{background:var(--anchor-navy);color:#fff}
.anchor-nav-inner{max-width:var(--content);margin:auto;padding:0 1.5rem;display:flex;align-items:stretch;justify-content:space-between}
.anchor-menu-button{display:none;margin:.65rem 0}
.anchor-nav-list{display:flex;list-style:none;margin:0;padding:0;flex-wrap:wrap}
.anchor-nav-list a{display:block;color:#fff;text-decoration:none;font-weight:700;padding:.9rem .82rem;border-bottom:.25rem solid transparent}
.anchor-nav-list a:hover,.anchor-nav-list a[aria-current="page"]{background:#164e87;border-bottom-color:#face00}
.anchor-subnav{background:#eef3f8;border-bottom:1px solid #d9e8f6}
.anchor-subnav .grid-container{padding-top:.65rem;padding-bottom:.65rem;font-size:.92rem}
.breadcrumbs{list-style:none;display:flex;gap:.45rem;flex-wrap:wrap;margin:0;padding:0;color:var(--anchor-muted)}
.breadcrumbs li:not(:last-child)::after{content:"/";margin-left:.45rem;color:#8a8a8a}
main{min-height:50vh}
.anchor-hero{background:var(--anchor-soft);border-bottom:1px solid var(--anchor-line)}
.anchor-hero .grid-container{padding-top:2.75rem;padding-bottom:2.75rem}
.anchor-kicker{text-transform:uppercase;letter-spacing:.06em;font-size:.85rem;font-weight:800;color:var(--anchor-navy)}
.anchor-hero h1{max-width:54rem;margin:.35rem 0 .8rem;color:var(--anchor-navy-dark);font-size:clamp(2rem,4.2vw,3.4rem);line-height:1.08}
.anchor-lede{max-width:52rem;font-size:1.2rem;line-height:1.55;color:#3d4551;margin:.5rem 0 1.25rem}
.anchor-actions{display:flex;gap:.7rem;flex-wrap:wrap;margin-top:1.2rem}
.anchor-section{padding:2.4rem 0}
.anchor-section + .anchor-section{border-top:1px solid #e6e6e6}
.anchor-section h2{color:var(--anchor-navy-dark);font-size:2rem;line-height:1.2;margin-top:0}
.anchor-section h3{color:var(--anchor-navy-dark)}
.anchor-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.15rem}
.anchor-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}
.anchor-grid.four{grid-template-columns:repeat(4,minmax(0,1fr))}
.anchor-card{border:1px solid #dfe1e2;border-radius:.2rem;background:#fff;padding:1.25rem;box-shadow:0 1px 2px rgba(0,0,0,.05)}
.anchor-card h3{margin-top:0;font-size:1.2rem}
.anchor-card p:last-child,.anchor-card ul:last-child{margin-bottom:0}
.anchor-card--quiet{background:var(--anchor-soft)}
.anchor-callout{border-left:.45rem solid var(--anchor-blue);background:#eef6fb;padding:1rem 1.2rem;margin:1.4rem 0}
.anchor-callout.warning{border-left-color:#ffbe2e;background:#faf3d1}
.anchor-callout.status{border-left-color:#5c5c5c;background:#f0f0f0}
.anchor-callout.success{border-left-color:#00a91c;background:#ecf3ec}
.anchor-definition{display:grid;grid-template-columns:minmax(11rem,1fr) 3fr;gap:.5rem 1.4rem;border-top:1px solid #dfe1e2;padding:.8rem 0;margin:0}
.anchor-definition dt{font-weight:700;color:var(--anchor-navy-dark)}
.anchor-definition dd{margin:0}
.anchor-stat{border-top:.32rem solid var(--anchor-navy);padding-top:.75rem}
.anchor-stat-number{font-size:2rem;font-weight:800;color:var(--anchor-navy-dark);line-height:1.05}
.anchor-stat-label{color:var(--anchor-muted);margin-top:.25rem}
.anchor-tag{display:inline-block;font-size:.78rem;font-weight:800;border-radius:2px;padding:.2rem .4rem;margin-right:.3rem;background:#e6e6e6;color:#1b1b1b}
.anchor-tag.proposed{background:#f8e5c7;color:#5c3b00}
.anchor-tag.demo{background:#d9e8f6;color:#074c86}
.anchor-tag.public{background:#e7f4e4;color:#216e1f}
.anchor-tag.future{background:#eee7f7;color:#54278f}
.anchor-list-clean{padding-left:1.2rem}
.anchor-list-clean li{margin:.38rem 0}
.anchor-table-wrap{overflow-x:auto;border:1px solid #dfe1e2}
.anchor-table{width:100%;border-collapse:collapse;margin:0}
.anchor-table th,.anchor-table td{text-align:left;vertical-align:top;border-bottom:1px solid #dfe1e2;padding:.8rem .9rem}
.anchor-table th{background:#f0f0f0;color:#1b1b1b}
.anchor-table tr:last-child td{border-bottom:0}
.anchor-sidenav{position:sticky;top:1rem}
.anchor-sidenav ul{list-style:none;padding:0;margin:0;border-left:1px solid #dfe1e2}
.anchor-sidenav a{display:block;padding:.55rem .9rem;text-decoration:none;border-left:.25rem solid transparent;margin-left:-1px}
.anchor-sidenav a:hover{border-left-color:#005ea8;background:#f0f0f0}
.anchor-layout{display:grid;grid-template-columns:15rem minmax(0,1fr);gap:2.2rem;align-items:start}
.anchor-directory-controls{display:grid;grid-template-columns:minmax(12rem,2fr) minmax(10rem,1fr);gap:1rem;align-items:end;margin-bottom:1rem}
.anchor-directory{display:grid;gap:.8rem}
.directory-item{border:1px solid #dfe1e2;padding:1rem;background:#fff}
.directory-item h3{margin:.05rem 0 .4rem;font-size:1.15rem}
.directory-meta{font-size:.88rem;color:var(--anchor-muted);margin-bottom:.45rem}
.directory-links{display:flex;gap:.65rem;flex-wrap:wrap;margin-top:.75rem}
.anchor-search-results{display:grid;gap:.75rem;margin-top:1rem}
.search-result{border-top:1px solid #dfe1e2;padding-top:.9rem}
.search-result h3{margin:.1rem 0}
.search-result p{margin:.25rem 0}
.anchor-progress{list-style:none;padding:0;margin:1.25rem 0;counter-reset:step}
.anchor-progress li{position:relative;padding:0 0 1.3rem 2.3rem;border-left:.2rem solid #c9c9c9;margin-left:.65rem}
.anchor-progress li::before{counter-increment:step;content:counter(step);position:absolute;left:-.82rem;top:-.05rem;width:1.45rem;height:1.45rem;border-radius:50%;display:grid;place-items:center;background:var(--anchor-navy);color:#fff;font-weight:800;font-size:.78rem}
.anchor-progress li:last-child{border-left-color:transparent}
.anchor-progress strong{display:block;color:var(--anchor-navy-dark)}
.anchor-footer{margin-top:2rem;background:var(--anchor-navy-dark);color:#fff}
.anchor-footer a{color:#fff}
.anchor-footer-main{max-width:var(--content);margin:auto;padding:2.1rem 1.5rem;display:grid;grid-template-columns:2fr 1fr 1fr;gap:2rem}
.anchor-footer h2,.anchor-footer h3{color:#fff}
.anchor-footer-logo{width:5rem;background:#fff;padding:.35rem}
.anchor-footer-bottom{border-top:1px solid rgba(255,255,255,.25)}
.anchor-footer-bottom .grid-container{padding-top:.85rem;padding-bottom:.85rem;font-size:.85rem;color:#dfe1e2}
.lang-es{display:none}
html[lang="es"] .lang-en{display:none!important}
html[lang="es"] .lang-es{display:revert}
html[lang="es"] span.lang-es{display:inline}
html[lang="es"] .lang-es.block{display:block}
.print-only{display:none}
.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
@media (max-width:64rem){.anchor-grid.four{grid-template-columns:repeat(2,minmax(0,1fr))}.anchor-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.anchor-layout{grid-template-columns:1fr}.anchor-sidenav{position:static}.anchor-sidenav ul{display:flex;flex-wrap:wrap;border-left:0;border-bottom:1px solid #dfe1e2}.anchor-sidenav a{border-left:0;border-bottom:.2rem solid transparent}.anchor-footer-main{grid-template-columns:1fr 1fr}}
@media (max-width:48rem){.anchor-masthead{align-items:flex-start}.anchor-brand-sub{display:none}.anchor-tools .text-control{display:none}.anchor-nav-inner{display:block}.anchor-menu-button{display:inline-flex}.anchor-nav-list{display:none;flex-direction:column;padding-bottom:.5rem}.anchor-nav-list.is-open{display:flex}.anchor-nav-list a{border-left:.25rem solid transparent;border-bottom:0}.anchor-nav-list a[aria-current="page"]{border-left-color:#face00}.anchor-grid,.anchor-grid.two,.anchor-grid.four{grid-template-columns:1fr}.anchor-footer-main{grid-template-columns:1fr}.anchor-directory-controls{grid-template-columns:1fr}.anchor-definition{grid-template-columns:1fr}.anchor-hero .grid-container{padding-top:2rem;padding-bottom:2rem}}
@media (max-width:30rem){.anchor-masthead{padding:.8rem 1rem}.anchor-brand img{width:3.5rem;height:3.5rem}.anchor-brand-title{font-size:1.12rem}.anchor-tools{gap:.3rem}.anchor-tools .usa-button{padding:.6rem .7rem}.anchor-nav-inner{padding:0 1rem}}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
@media (forced-colors:active){.anchor-card,.anchor-callout,.directory-item{border:1px solid CanvasText}.anchor-tag{border:1px solid CanvasText}.anchor-nav{border-bottom:1px solid CanvasText}}
@media print{.anchor-status,.anchor-tools,.anchor-nav,.anchor-subnav,.anchor-sidenav,.usa-button,.no-print{display:none!important}.print-only{display:block}.anchor-header{border:0}.anchor-brand img{width:3rem;height:3rem}.anchor-hero{background:#fff;border:0}.anchor-section{padding:1rem 0}.anchor-footer{background:#fff;color:#000;border-top:1px solid #000}.anchor-footer a,.anchor-footer h2,.anchor-footer h3{color:#000}.anchor-footer-main{padding:1rem 0;display:block}.anchor-layout{display:block}.anchor-card{box-shadow:none;break-inside:avoid}a[href^="http"]::after{content:" (" attr(href) ")";font-size:.75em}}

/* Deeper content model: progressive disclosure keeps large registers out of the default reading path. */
.reading-levels{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin:1.25rem 0 1.5rem}.reading-levels .anchor-card{display:flex;flex-direction:column;gap:.35rem;text-decoration:none;color:inherit}.reading-levels .anchor-card strong{color:var(--anchor-navy-dark);font-size:1.08rem}.reading-levels .anchor-card:hover{border-color:var(--anchor-blue);background:#f7fbff}
.anchor-disclosure{border:1px solid #dfe1e2;background:#fff;margin:.75rem 0}.anchor-disclosure>summary{cursor:pointer;padding:1rem 1.1rem;display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;color:var(--anchor-navy-dark)}.anchor-disclosure>summary:hover{background:var(--anchor-soft)}.anchor-disclosure[open]>summary{border-bottom:1px solid #dfe1e2;background:var(--anchor-soft)}.disclosure-body{padding:1rem 1.1rem}.disclosure-count{font-size:.86rem;color:var(--anchor-muted);white-space:nowrap}.anchor-disclosure.compact{margin-top:1rem}.anchor-disclosure.compact>summary{padding:.75rem .9rem}
.atlas-list{list-style:none;padding:0;margin:.6rem 0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.4rem .9rem}.atlas-item{display:flex;gap:.65rem;border-bottom:1px solid #eee;padding:.42rem 0}.atlas-number{font-variant-numeric:tabular-nums;font-weight:800;color:var(--anchor-muted);min-width:2.3rem}.action-row{display:flex;gap:.75rem;align-items:center;flex-wrap:wrap;margin:.8rem 0 1rem}.source-note{font-size:.9rem;color:var(--anchor-muted);margin-top:1.4rem}
.portfolio-row{display:grid;grid-template-columns:minmax(0,1fr) 15rem;gap:1rem;padding:.8rem 0;border-bottom:1px solid #e6e6e6}.portfolio-row:last-child{border-bottom:0}.portfolio-row h3{margin:.15rem 0 .25rem}.portfolio-row p{margin:.25rem 0}.portfolio-id{font-size:.78rem;font-weight:800;color:var(--anchor-muted)}.portfolio-meta{display:flex;flex-direction:column;align-items:flex-start;gap:.45rem}.portfolio-meta small{color:var(--anchor-muted)}
.kb-list{display:grid;gap:1rem}.kb-record{border:1px solid #dfe1e2;padding:1.15rem;background:#fff;scroll-margin-top:1rem}.kb-head{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.kb-head h2{font-size:1.35rem;margin:.15rem 0 .5rem}.kb-category{text-transform:uppercase;font-size:.75rem;font-weight:800;letter-spacing:.05em;color:var(--anchor-muted)}.kb-purpose{max-width:58rem}.kb-dl{display:grid;grid-template-columns:10rem minmax(0,1fr);gap:.65rem 1rem;margin:0}.kb-dl dt{font-weight:800;color:var(--anchor-navy-dark)}.kb-dl dd{margin:0}
.journey-strip{display:grid;grid-template-columns:repeat(6,1fr);border:1px solid #dfe1e2;margin:1rem 0 2rem}.journey-strip span{padding:.7rem .55rem;text-align:center;border-right:1px solid #dfe1e2;font-weight:700}.journey-strip span:last-child{border-right:0}.compact-progress{margin-bottom:0}.article-row{padding:.6rem 0;border-bottom:1px solid #e6e6e6}.article-row:last-child{border-bottom:0}.article-row h3{margin:.1rem 0}.article-row p{margin:.25rem 0}.article-row[hidden],.portfolio-row[hidden],.kb-record[hidden],.atlas-item[hidden]{display:none!important}
@media (max-width:64rem){.reading-levels{grid-template-columns:repeat(2,minmax(0,1fr))}.portfolio-row{grid-template-columns:1fr}.portfolio-meta{flex-direction:row;flex-wrap:wrap;align-items:center}.journey-strip{grid-template-columns:repeat(3,1fr)}.journey-strip span:nth-child(3){border-right:0}}
@media (max-width:48rem){.reading-levels{grid-template-columns:1fr}.atlas-list{grid-template-columns:1fr}.kb-dl{grid-template-columns:1fr}.journey-strip{grid-template-columns:1fr}.journey-strip span{border-right:0;border-bottom:1px solid #dfe1e2;text-align:left}.journey-strip span:last-child{border-bottom:0}.anchor-disclosure>summary{align-items:flex-start}.disclosure-count{white-space:normal}}
@media print{.anchor-disclosure:not([open])>.disclosure-body{display:block}.anchor-disclosure>summary{border-bottom:1px solid #aaa}.anchor-directory-controls,.action-row{display:none!important}.reading-levels{display:none}.portfolio-row,.kb-record{break-inside:avoid}}


/* Reader experience + comprehensive disability access pass */
:root{
  --reader-measure:72ch;
  --reader-touch:2.75rem;
  --reader-space:1.58;
}
html{-webkit-text-size-adjust:100%;text-size-adjust:100%;scroll-padding-top:1rem}
body{font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;overflow-x:clip}
main p, main li, main dd{max-width:var(--reader-measure)}
main .anchor-card p,main .anchor-card li,main .anchor-callout p,main td,main th{max-width:none}
button,.usa-button,.anchor-nav-list a,.anchor-tools a{min-height:var(--reader-touch)}
button,.usa-button{touch-action:manipulation}
summary{min-height:var(--reader-touch);box-sizing:border-box}
.anchor-brand{min-height:3.5rem}
.anchor-tools{row-gap:.4rem}
.anchor-tools .reader-settings-button{white-space:nowrap}

/* Secondary skip links remain invisible until focused. */
.skip-link + .skip-link{top:3.25rem}
.skip-link + .skip-link + .skip-link{top:6.5rem}
.skip-link:focus{position:fixed;left:.5rem;z-index:10000}

/* Reader settings panel is non-modal: it never traps focus or blocks content. */
.reader-settings{border-top:1px solid var(--anchor-line);border-bottom:1px solid var(--anchor-line);background:#f8f9fa}
.reader-settings[hidden]{display:none!important}
.reader-settings-inner{max-width:var(--content);margin:auto;padding:1rem 1.5rem 1.15rem}
.reader-settings-head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:.8rem}
.reader-settings-head h2{margin:0;color:var(--anchor-navy-dark);font-size:1.3rem}
.reader-settings-head p{margin:.2rem 0 0;color:var(--anchor-muted);max-width:60rem}
.reader-settings-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}
.reader-option{border:0;padding:0;margin:0;min-width:0}
.reader-option legend{font-weight:800;margin-bottom:.45rem;color:var(--anchor-navy-dark)}
.reader-choice-row{display:flex;flex-wrap:wrap;gap:.4rem}
.reader-choice{position:relative;display:inline-flex;align-items:center}
.reader-choice input{position:absolute;opacity:0;pointer-events:none}
.reader-choice label{display:inline-flex;align-items:center;justify-content:center;min-height:2.75rem;padding:.5rem .72rem;border:2px solid #71767a;background:#fff;color:#1b1b1b;font-weight:700;cursor:pointer;border-radius:.2rem}
.reader-choice input:focus-visible + label{outline:.25rem solid #face00;outline-offset:.18rem}
.reader-choice input:checked + label{background:var(--anchor-navy);border-color:var(--anchor-navy);color:#fff}
.reader-toggle-list{display:grid;gap:.35rem}
.reader-check{display:flex;align-items:flex-start;gap:.55rem;min-height:2.5rem;padding:.25rem 0}
.reader-check input{width:1.35rem;height:1.35rem;flex:none;margin-top:.17rem}
.reader-settings-actions{display:flex;gap:.65rem;flex-wrap:wrap;margin-top:1rem}

/* User-controlled reader preferences. */
body.reader-font-112{font-size:1.125rem}
body.reader-font-125{font-size:1.25rem}
body.reader-font-150{font-size:1.5rem}
body.reader-spacing{line-height:1.85}
body.reader-spacing p,body.reader-spacing li{letter-spacing:.01em;word-spacing:.06em}
body.reader-narrow{--reader-measure:58ch}
body.reader-links a:not(.usa-button):not(.anchor-brand){text-decoration:underline!important;text-decoration-thickness:.12em;text-underline-offset:.15em}
body.reader-linear .anchor-grid,
body.reader-linear .anchor-grid.two,
body.reader-linear .anchor-grid.four,
body.reader-linear .reading-levels,
body.reader-linear .journey-strip,
body.reader-linear .atlas-list,
body.reader-linear .anchor-footer-main{grid-template-columns:1fr!important}
body.reader-linear .anchor-layout{grid-template-columns:1fr!important}
body.reader-linear .anchor-sidenav{position:static!important}
body.reader-linear .anchor-card{box-shadow:none}
body.reader-linear .journey-strip span{border-right:0;border-bottom:1px solid #dfe1e2;text-align:left}
body.reader-linear .journey-strip span:last-child{border-bottom:0}
body.reader-motion-off *,body.reader-motion-off *::before,body.reader-motion-off *::after{animation:none!important;transition:none!important;scroll-behavior:auto!important}
body.reader-contrast-high{--anchor-ink:#000;--anchor-muted:#242424;--anchor-line:#000;--anchor-soft:#fff;--anchor-warm:#fff;--anchor-blue:#003e73;background:#fff;color:#000}
body.reader-contrast-high .anchor-card,body.reader-contrast-high .anchor-callout,body.reader-contrast-high .directory-item,body.reader-contrast-high .kb-record{border:2px solid #000;box-shadow:none}
body.reader-contrast-high .anchor-hero,body.reader-contrast-high .anchor-subnav,body.reader-contrast-high .reader-settings{background:#fff}
body.reader-contrast-high a{color:#003e73}
body.reader-contrast-dark{--anchor-ink:#fff;--anchor-muted:#e6e6e6;--anchor-line:#dfe1e2;--anchor-soft:#111;--anchor-warm:#111;--anchor-navy:#000;--anchor-navy-dark:#000;--anchor-blue:#8cc8ff;background:#111;color:#fff}
body.reader-contrast-dark .anchor-header,body.reader-contrast-dark .anchor-masthead,body.reader-contrast-dark .anchor-hero,body.reader-contrast-dark .anchor-section,body.reader-contrast-dark .anchor-card,body.reader-contrast-dark .directory-item,body.reader-contrast-dark .kb-record,body.reader-contrast-dark .anchor-disclosure,body.reader-contrast-dark .reader-settings,body.reader-contrast-dark .anchor-subnav{background:#111;color:#fff}
body.reader-contrast-dark .anchor-brand,body.reader-contrast-dark .anchor-brand-title,body.reader-contrast-dark h1,body.reader-contrast-dark h2,body.reader-contrast-dark h3,body.reader-contrast-dark dt,body.reader-contrast-dark .kb-dl dt,body.reader-contrast-dark .anchor-kicker{color:#fff}
body.reader-contrast-dark .anchor-brand-sub,body.reader-contrast-dark .anchor-lede,body.reader-contrast-dark .directory-meta,body.reader-contrast-dark .source-note,body.reader-contrast-dark .disclosure-count{color:#e6e6e6}
body.reader-contrast-dark a{color:#8cc8ff}
body.reader-contrast-dark .usa-button--outline,body.reader-contrast-dark .reader-choice label{background:#111;color:#fff;border-color:#fff;box-shadow:none}
body.reader-contrast-dark .reader-choice input:checked + label{background:#fff;color:#000}
body.reader-contrast-dark .anchor-table th{background:#222;color:#fff}
body.reader-contrast-dark .anchor-table td,body.reader-contrast-dark .anchor-table th{border-color:#777}
body.reader-contrast-dark .anchor-callout{background:#1c1c1c;color:#fff}

/* Better orientation and wayfinding, especially under magnification. */
.anchor-sidenav-title{font-size:1rem!important;margin:0 0 .55rem!important;color:var(--anchor-navy-dark)}
.page-reader-nav{border-top:1px solid #dfe1e2;margin-top:2.4rem;padding-top:1.25rem}
.page-reader-nav h2{font-size:1.25rem}
.page-reader-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}
.page-reader-link{display:block;border:1px solid #dfe1e2;padding:1rem;text-decoration:none;color:inherit;background:#fff}
.page-reader-link span{display:block;color:var(--anchor-muted);font-size:.86rem;margin-bottom:.25rem}
.page-reader-link strong{color:var(--anchor-navy-dark)}
.back-to-top{display:inline-flex;align-items:center;min-height:2.75rem;margin-top:1rem}

/* Data tables remain true semantic tables; they may scroll in two dimensions when needed. */
.anchor-table-wrap[role="region"]{max-width:100%;scrollbar-gutter:stable;outline-offset:.2rem}
.anchor-table-wrap[role="region"]:focus-visible{outline:.25rem solid #face00}
.anchor-table{min-width:38rem}
.table-scroll-note{font-size:.88rem;color:var(--anchor-muted);margin:.5rem 0 .35rem}

/* Accessible-format page / policy matrix */
.access-matrix{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}
.access-matrix .anchor-card h2,.access-matrix .anchor-card h3{font-size:1.2rem;margin-top:0}
.access-badge{display:inline-block;font-size:.78rem;font-weight:800;border:1px solid currentColor;padding:.15rem .38rem;margin:.15rem .25rem .15rem 0}
.access-format-actions{display:flex;gap:.65rem;flex-wrap:wrap;margin:1rem 0}

/* Tablet: switch to the mobile navigation before long government labels begin wrapping. */
@media (max-width:64rem){
  .anchor-masthead{align-items:flex-start;flex-wrap:wrap}
  .anchor-tools{width:100%;justify-content:flex-start}
  .anchor-nav-inner{display:block}
  .anchor-menu-button{display:inline-flex}
  .anchor-nav-list{display:none;flex-direction:column;padding-bottom:.6rem}
  .anchor-nav-list.is-open{display:flex}
  .anchor-nav-list a{border-left:.25rem solid transparent;border-bottom:0;padding:.82rem .9rem}
  .anchor-nav-list a[aria-current="page"]{border-left-color:#face00}
  .reader-settings-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .anchor-sidenav ul{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border:1px solid #dfe1e2}
  .anchor-sidenav a{margin:0;border:0;border-bottom:1px solid #dfe1e2;min-height:2.75rem;display:flex;align-items:center}
  .anchor-sidenav li:nth-child(odd) a{border-right:1px solid #dfe1e2}
}
@media (max-width:48rem){
  :root{--reader-measure:100%}
  .grid-container{padding-left:1rem;padding-right:1rem}
  .anchor-masthead{padding:1rem;gap:.7rem}
  .anchor-brand{width:100%}
  .anchor-brand-sub{display:block}
  .anchor-tools{display:grid;grid-template-columns:1fr 1fr;gap:.5rem;width:100%}
  .anchor-tools .usa-button,.anchor-tools .text-control{display:flex!important;align-items:center;justify-content:center;width:100%;min-height:3rem;margin:0}
  .anchor-tools .reader-settings-button{grid-column:1/-1}
  .anchor-status .grid-container{display:block;padding:.55rem 1rem}
  .anchor-status strong{display:block;white-space:normal;margin-bottom:.2rem}
  .anchor-nav-inner{padding:0 1rem}
  .anchor-menu-button{width:100%;justify-content:center;min-height:3rem}
  .anchor-nav-list a{min-height:3rem;display:flex;align-items:center}
  .anchor-hero .grid-container{padding:1.6rem 1rem}
  .anchor-hero h1{font-size:clamp(1.8rem,9vw,2.45rem);line-height:1.12}
  .anchor-lede{font-size:1.08rem}
  .anchor-section{padding:1.75rem 0}
  .anchor-section h2{font-size:1.6rem}
  .reader-settings-inner{padding:1rem}
  .reader-settings-grid{grid-template-columns:1fr}
  .reader-settings-head{display:block}
  .reader-settings-head .usa-button{margin-top:.6rem;width:100%}
  .reader-choice-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));width:100%}
  .reader-choice label{width:100%;box-sizing:border-box}
  .anchor-sidenav ul{grid-template-columns:1fr}
  .anchor-sidenav li:nth-child(odd) a{border-right:0}
  .anchor-sidenav a{border-bottom:1px solid #dfe1e2}
  .page-reader-links{grid-template-columns:1fr}
  .access-matrix{grid-template-columns:1fr}
  .anchor-table{min-width:34rem}
}
@media (max-width:30rem){
  .anchor-brand img{width:3.1rem;height:3.1rem}
  .anchor-brand-title{font-size:1.08rem}
  .anchor-brand-sub{font-size:.79rem}
  .anchor-tools{grid-template-columns:1fr}
  .anchor-tools .reader-settings-button{grid-column:auto}
  .reader-choice-row{grid-template-columns:1fr}
  .anchor-actions,.action-row,.access-format-actions{display:grid;grid-template-columns:1fr}
  .anchor-actions .usa-button,.action-row .usa-button,.access-format-actions .usa-button{width:100%;box-sizing:border-box}
}
@media (pointer:coarse){
  a:not(.anchor-brand){text-underline-offset:.18em}
  .usa-button,button,.anchor-nav-list a,summary{min-height:3rem}
  .reader-check{min-height:3rem}
}
@media (prefers-contrast:more){
  .anchor-card,.directory-item,.kb-record,.anchor-disclosure{border-width:2px}
  a{text-decoration-thickness:.12em;text-underline-offset:.15em}
}
@media print{
  .reader-settings,.reader-settings-button,.page-reader-nav .usa-button{display:none!important}
  body.reader-font-125,body.reader-font-150{font-size:14pt}
}


/* Reader orientation cue */
.reader-context{background:#fff;border-bottom:1px solid #dfe1e2}
.reader-context-grid{display:grid;grid-template-columns:minmax(0,2fr) minmax(14rem,1fr);gap:1.5rem;padding-top:.9rem;padding-bottom:.9rem}
.reader-context-grid>div+div{border-left:1px solid #dfe1e2;padding-left:1.5rem}
.reader-context-label{display:block;text-transform:uppercase;letter-spacing:.055em;font-size:.72rem;font-weight:800;color:var(--anchor-muted);margin-bottom:.15rem}
.reader-context strong{display:block;color:var(--anchor-navy-dark)}
.reader-context p{font-size:.92rem;color:var(--anchor-muted);margin:.2rem 0;line-height:1.45}
.reader-context a{font-weight:700}
body.reader-contrast-dark .reader-context{background:#111;border-color:#777}
body.reader-contrast-dark .reader-context-grid>div+div{border-color:#777}
body.reader-contrast-dark .reader-context strong{color:#fff}
body.reader-contrast-dark .reader-context p,body.reader-contrast-dark .reader-context-label{color:#e6e6e6}
@media (max-width:48rem){.reader-context-grid{grid-template-columns:1fr;gap:.75rem;padding-top:.8rem;padding-bottom:.8rem}.reader-context-grid>div+div{border-left:0;border-top:1px solid #dfe1e2;padding-left:0;padding-top:.75rem}}
@media print{.reader-context{border:0}.reader-context-grid{display:block;padding:.5rem 0}.reader-context-grid>div+div{border:0;padding:.5rem 0}}

/* ================================================================
   Reader experience v4 — responsive information architecture
   ================================================================ */
*,*::before,*::after{box-sizing:border-box}
:root{--content:78rem;--reader-measure:72ch;--mobile-dock-height:4.25rem}
body{overflow-x:hidden}
main p,main li,main dd{max-width:var(--reader-measure)}
.anchor-card p,.directory-item p,.kb-record p,.explainer-topic p,.review-path p{max-width:none}
.grid-container,.anchor-masthead,.anchor-nav-inner,.anchor-footer-main{width:min(100%,var(--content));max-width:var(--content)}
.anchor-grid>* ,.anchor-layout>* ,.reader-context-grid>* ,.question-grid>* ,.review-path-grid>* ,.search-filter-grid>*{min-width:0}

/* Grouped primary navigation. */
.anchor-nav{position:relative;z-index:80}
.anchor-nav-inner{padding:0 1.25rem;display:block}
.nav-mobile-row{display:none}
.anchor-nav-list{display:flex;align-items:stretch;justify-content:flex-start;flex-wrap:nowrap;gap:0}
.anchor-nav-list>li{position:relative;list-style:none}
.anchor-nav-list>li>a,.nav-group-button{appearance:none;border:0;border-radius:0;background:transparent;color:#fff;display:flex;align-items:center;min-height:3.35rem;padding:.75rem .9rem;font:inherit;font-weight:700;text-decoration:none;white-space:nowrap;cursor:pointer;border-bottom:.25rem solid transparent}
.nav-group-button::after{content:"▾";font-size:.72rem;margin-left:.45rem}
.anchor-nav-list>li>a:hover,.anchor-nav-list>li>a[aria-current="page"],.nav-group-button:hover,.nav-group-button[aria-expanded="true"]{background:#164e87;border-bottom-color:#face00;color:#fff}
.nav-group-menu{position:absolute;left:0;top:100%;min-width:18rem;max-width:24rem;margin:0;padding:.45rem;background:#fff;border:1px solid #a9aeb1;box-shadow:0 .5rem 1.4rem rgba(0,0,0,.16);list-style:none;display:none;z-index:100}
.nav-group.is-open>.nav-group-menu{display:block}
.nav-group-menu li{list-style:none}
.nav-group-menu a{display:block!important;min-height:2.75rem!important;padding:.65rem .8rem!important;border:0!important;color:var(--anchor-navy-dark)!important;background:#fff!important;text-decoration:none!important;font-weight:700}
.nav-group-menu a:hover,.nav-group-menu a:focus-visible,.nav-group-menu a[aria-current="page"]{background:#eef6fb!important;color:#1a4480!important;box-shadow:inset .25rem 0 0 var(--anchor-blue)}

/* Page utility bar and generated page contents. */
.page-utility{background:#f7f9fb;border-bottom:1px solid #dfe1e2;position:sticky;top:0;z-index:45}
.page-utility-inner{display:flex;justify-content:space-between;gap:1rem;align-items:center;padding-top:.45rem;padding-bottom:.45rem}
.page-utility-primary,.page-utility-secondary{display:flex;gap:.25rem;align-items:center;flex-wrap:wrap}
.page-utility-button{appearance:none;border:0;background:transparent;color:#005ea8;display:inline-flex;align-items:center;min-height:2.75rem;padding:.45rem .62rem;font:inherit;font-weight:700;text-decoration:none;cursor:pointer;border-radius:.2rem}
.page-utility-button:hover{background:#e7f2f8;color:#1a4480}
.page-contents-panel{background:#fff;border-top:1px solid #dfe1e2;box-shadow:0 .5rem 1.2rem rgba(0,0,0,.08);max-height:min(65vh,34rem);overflow:auto}
.page-contents-panel .grid-container{padding-top:.9rem;padding-bottom:1rem}
.page-contents-head{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.45rem}
.page-contents-panel ul{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.1rem 1rem;list-style:none;margin:0;padding:0}
.page-contents-panel a{display:block;padding:.45rem .5rem;text-decoration:none;border-left:.2rem solid #dfe1e2}
.page-contents-panel a:hover{background:#f5f6f7;border-left-color:#005ea8}
.copy-confirm{font-size:.85rem;color:var(--anchor-success);font-weight:700}

/* Context gateway to multiple explanation levels. */
.page-lens-gateway{background:#eef6fb;border-bottom:1px solid #c6d7e7}
.page-lens-gateway>.grid-container{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(15rem,1fr);gap:1rem;align-items:center;padding-top:.75rem;padding-bottom:.75rem}
.page-lens-gateway strong{display:block;color:var(--anchor-navy-dark)}
.page-lens-links{display:flex;justify-content:flex-end;gap:.5rem;flex-wrap:wrap}
.page-lens-links a{font-weight:700}

/* Homepage question-first routing. */
.start-panel{background:#fff}
.section-heading-row{display:flex;justify-content:space-between;align-items:flex-end;gap:1.5rem;margin-bottom:1.25rem}
.section-heading-row h2{margin:.2rem 0 .5rem}
.question-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}
.question-card{display:flex;flex-direction:column;gap:.3rem;min-height:9rem;border:1px solid #c9c9c9;border-top:.3rem solid var(--anchor-navy);padding:1.1rem;text-decoration:none;color:inherit;background:#fff}
.question-card:hover{background:#f7fbff;border-color:#005ea8}
.question-card strong{font-size:1.08rem;color:var(--anchor-navy-dark)}
.question-card span{color:var(--anchor-muted)}

/* Five-lens explainer. */
.lens-intro{padding-bottom:1.1rem}
.lens-toolbar{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;padding:.85rem;border:1px solid #dfe1e2;background:#f8f9fa}
.lens-toolbar-label{font-weight:800;color:var(--anchor-navy-dark);margin-right:.25rem}
.lens-button{margin:0}
.explainer-list{display:grid;gap:1.5rem}
.explainer-topic{border:1px solid #c9c9c9;background:#fff;scroll-margin-top:7rem}
.explainer-topic-head{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:1rem;align-items:start;padding:1.25rem 1.35rem;background:#f5f6f7;border-bottom:1px solid #dfe1e2}
.explainer-topic-head h2{margin:.15rem 0 .45rem;font-size:1.7rem}
.lens-stack{padding:.25rem 1.35rem 1rem}
.lens-block{padding:1rem 0;border-bottom:1px solid #e6e6e6}
.lens-block:last-child{border-bottom:0}
.lens-block h3{margin:.1rem 0 .45rem;font-size:1.08rem}
.lens-block[data-lens="plain"]{border-left:.35rem solid #216e1f;padding-left:1rem}
.lens-block[data-lens="education"]{border-left:.35rem solid #005ea8;padding-left:1rem}
.lens-block[data-lens="professional"]{border-left:.35rem solid #4f4664;padding-left:1rem}
.lens-block[data-lens="legal"]{border-left:.35rem solid #b04c00;padding-left:1rem}
.lens-block[data-lens="advanced"]{border-left:.35rem solid #565c65;padding-left:1rem}
.lens-block[hidden]{display:none!important}

/* Reader review routes. */
.review-paths{display:grid;gap:1.3rem}
.review-path{border:1px solid #c9c9c9;background:#fff;padding:1.25rem;scroll-margin-top:7rem}
.review-path-head{display:flex;align-items:center;justify-content:space-between;gap:1rem;border-bottom:1px solid #dfe1e2;padding-bottom:.8rem;margin-bottom:1rem}
.review-path-head h2{margin:0;font-size:1.55rem}
.review-path-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem}
.review-path-grid h3{margin-top:0;font-size:1.08rem}
.compact-progress{list-style:none;padding:0;margin:0;display:grid;gap:.45rem}
.compact-progress li{padding:.55rem .65rem;background:#f5f6f7;max-width:none}

/* Advanced local search. */
.search-workbench{display:grid;gap:1rem}
.search-query{max-width:52rem}
.search-filters{border:1px solid #c9c9c9;background:#f8f9fa}
.search-filters summary{cursor:pointer;font-weight:800;padding:.8rem 1rem;color:var(--anchor-navy-dark)}
.search-filter-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;padding:0 1rem 1rem}
.search-result-head{display:flex;justify-content:space-between;align-items:center;gap:1rem;border-bottom:1px solid #dfe1e2;padding-bottom:.5rem}
.search-result{padding:1rem 0;border-top:0;border-bottom:1px solid #dfe1e2}
.search-result h3{font-size:1.15rem}
.search-result-meta{display:flex;gap:.35rem;flex-wrap:wrap;margin:.35rem 0}
.search-meta-chip{display:inline-block;border:1px solid #a9aeb1;border-radius:1rem;padding:.12rem .5rem;font-size:.78rem;color:#454545;background:#fff}
.search-empty{padding:1.2rem;background:#f5f6f7;border-left:.3rem solid #71767a}

/* Mobile/tablet quick dock. */
.mobile-dock{display:none}

/* Better long-form reading and high zoom behavior. */
.anchor-section>.grid-container>h2,.anchor-section>.grid-container>p{max-width:var(--reader-measure)}
.anchor-table-wrap{overscroll-behavior-inline:contain}
.anchor-table th,.anchor-table td{overflow-wrap:normal;word-break:normal}
summary{touch-action:manipulation}
button,a,select,input{max-width:100%}

/* Tablet: collapse primary nav before labels wrap; preserve 2-column reading where useful. */
@media (max-width:76rem){
  .anchor-nav-inner{padding:.5rem 1rem}
  .nav-mobile-row{display:flex;justify-content:space-between;align-items:center;gap:.75rem}
  .nav-search-link{color:#fff;font-weight:700;min-height:3rem;display:flex;align-items:center;padding:0 .75rem}
  .anchor-menu-button{display:inline-flex;margin:0;min-height:3rem}
  .anchor-nav-list{display:none;flex-direction:column;align-items:stretch;padding:.45rem 0 0;gap:0}
  .anchor-nav-list.is-open{display:flex}
  .anchor-nav-list>li>a,.nav-group-button{width:100%;min-height:3rem;border:0;border-left:.25rem solid transparent;padding:.7rem .85rem;justify-content:space-between}
  .anchor-nav-list>li>a[aria-current="page"],.nav-group-button[aria-expanded="true"]{border-left-color:#face00}
  .nav-group-button::after{margin-left:auto}
  .nav-group-menu{position:static;min-width:0;max-width:none;width:100%;box-shadow:none;border:0;border-left:.25rem solid #73b3e7;padding:.25rem 0 .45rem .65rem;background:#0f3d6e}
  .nav-group-menu a{background:#0f3d6e!important;color:#fff!important;min-height:2.75rem!important;padding:.55rem .75rem!important}
  .nav-group-menu a:hover,.nav-group-menu a:focus-visible,.nav-group-menu a[aria-current="page"]{background:#164e87!important;color:#fff!important;box-shadow:inset .25rem 0 0 #face00}
  .question-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .search-filter-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .page-contents-panel ul{grid-template-columns:1fr}
  .explainer-topic-head{grid-template-columns:1fr}
  .explainer-topic-head .usa-button{justify-self:start}
}

@media (max-width:56rem){
  .page-utility-inner{align-items:flex-start}
  .page-utility-secondary{display:none}
  .page-lens-gateway>.grid-container{grid-template-columns:1fr}
  .page-lens-links{justify-content:flex-start}
  .section-heading-row{display:block}
  .section-heading-row>.usa-button{margin-top:.5rem}
  .review-path-grid{grid-template-columns:1fr}
  .anchor-grid,.anchor-grid.two,.anchor-grid.four{grid-template-columns:repeat(2,minmax(0,1fr))}
  .anchor-layout{grid-template-columns:1fr}
  .anchor-sidenav{position:static}
}

@media (max-width:48rem){
  body{padding-bottom:calc(var(--mobile-dock-height) + env(safe-area-inset-bottom))}
  .anchor-status{font-size:.8rem}
  .anchor-status .grid-container{padding:.5rem .9rem}
  .anchor-masthead{padding:.8rem 1rem}
  .anchor-brand img{width:3.35rem;height:3.35rem}
  .anchor-brand-title{font-size:1.12rem}
  .anchor-brand-sub{font-size:.78rem}
  .anchor-tools{grid-template-columns:repeat(2,minmax(0,1fr));gap:.4rem}
  .anchor-tools .usa-button,.anchor-tools .text-control{min-height:2.75rem;padding:.5rem .55rem;font-size:.9rem}
  .anchor-tools .reader-settings-button{grid-column:1/-1}
  .page-utility{position:static}
  .page-utility-inner{padding:.35rem 1rem}
  .page-utility-primary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));width:100%;gap:.2rem}
  .page-utility-button{justify-content:center;text-align:center;font-size:.82rem;padding:.35rem .25rem}
  .anchor-hero .grid-container{padding:1.35rem 1rem 1.45rem}
  .anchor-hero h1{font-size:clamp(1.75rem,8.5vw,2.35rem)}
  .anchor-lede{font-size:1.02rem}
  .reader-context-grid{font-size:.95rem}
  .question-grid,.anchor-grid,.anchor-grid.two,.anchor-grid.four{grid-template-columns:1fr}
  .question-card{min-height:0}
  .review-path{padding:1rem}
  .review-path-head{align-items:flex-start;flex-direction:column}
  .search-filter-grid{grid-template-columns:1fr}
  .search-filters:not([open]) .search-filter-grid{display:none}
  .lens-toolbar{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.4rem}
  .lens-toolbar-label{grid-column:1/-1}
  .lens-button{width:100%;min-height:2.9rem}
  .lens-button:last-child{grid-column:1/-1}
  .explainer-topic-head,.lens-stack{padding-left:1rem;padding-right:1rem}
  .explainer-topic-head h2{font-size:1.45rem}
  .mobile-dock{position:fixed;display:grid;grid-template-columns:repeat(4,1fr);left:0;right:0;bottom:0;z-index:120;background:#fff;border-top:1px solid #a9aeb1;box-shadow:0 -.2rem .8rem rgba(0,0,0,.12);padding-bottom:env(safe-area-inset-bottom);min-height:var(--mobile-dock-height)}
  .mobile-dock a,.mobile-dock button{appearance:none;border:0;background:#fff;color:#1a4480;text-decoration:none;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.08rem;min-width:0;min-height:4rem;padding:.3rem .15rem;font:inherit;font-size:.72rem;font-weight:800;cursor:pointer}
  .mobile-dock a span[aria-hidden],.mobile-dock button span[aria-hidden]{font-size:1.15rem;line-height:1.1;color:#0b315c}
  .mobile-dock a:hover,.mobile-dock button:hover{background:#eef6fb}
  .anchor-footer{margin-top:1rem}
  .anchor-footer-main{grid-template-columns:1fr;gap:1.25rem;padding:1.5rem 1rem}
}

@media (max-width:30rem){
  .page-utility-primary{grid-template-columns:1fr}
  .page-utility-button{min-height:2.65rem}
  .lens-toolbar{grid-template-columns:1fr}
  .lens-toolbar-label,.lens-button:last-child{grid-column:auto}
  .mobile-dock a,.mobile-dock button{font-size:.66rem}
}

/* 200–400% zoom / very narrow CSS viewport: preserve one-column reflow. */
@media (max-width:22rem){
  .anchor-tools{grid-template-columns:1fr}
  .anchor-tools .reader-settings-button{grid-column:auto}
  .nav-mobile-row{display:grid;grid-template-columns:1fr}
  .nav-search-link{justify-content:center}
  .reader-context-grid,.page-lens-gateway>.grid-container{display:block}
  .anchor-table{min-width:32rem}
}

@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
}
@media print{
  body{padding-bottom:0!important}
  .mobile-dock,.page-utility,.page-lens-gateway,.lens-toolbar,.nav-group-menu{display:none!important}
  .lens-block[hidden]{display:block!important}
  .explainer-topic,.review-path{break-inside:avoid}
}


/* v4.1 reader refinement: less chrome on phones, clearer status progression. */
.status-steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border:1px solid #c9c9c9;background:#fff}
.status-steps>div{padding:1rem;border-right:1px solid #dfe1e2;min-width:0}
.status-steps>div:last-child{border-right:0}
.status-steps strong,.status-steps span{display:block}.status-steps strong{color:var(--anchor-navy-dark);margin-bottom:.3rem}.status-steps span{color:var(--anchor-muted);font-size:.92rem}
body.reader-contrast-dark .status-steps,body.reader-contrast-dark .status-steps>div{background:#111;border-color:#777}body.reader-contrast-dark .status-steps strong{color:#fff}body.reader-contrast-dark .status-steps span{color:#e6e6e6}
@media (max-width:64rem){.status-steps{grid-template-columns:repeat(2,minmax(0,1fr))}.status-steps>div:nth-child(2){border-right:0}.status-steps>div:nth-child(-n+2){border-bottom:1px solid #dfe1e2}}
@media (max-width:48rem){.page-utility-inner{display:none}.page-contents-panel{border-top:0}.status-steps{grid-template-columns:1fr}.status-steps>div,.status-steps>div:nth-child(2){border-right:0;border-bottom:1px solid #dfe1e2}.status-steps>div:last-child{border-bottom:0}.anchor-tools [data-print]{display:none!important}}
@media (max-width:30rem){.anchor-brand-sub{display:none}.anchor-status span{line-height:1.35}.mobile-dock{grid-template-columns:repeat(4,minmax(0,1fr))}}

/* ========================================================================
   v6 Universal Reader refinement — Aug. 17, 2026
   Progressive enhancement, phone/tablet reflow, assistive-tech resilience,
   focused reading, ebook reading, no-JS navigation and coarse-pointer access.
   ======================================================================== */
html{-webkit-text-size-adjust:100%;text-size-adjust:100%;scroll-padding-top:5.5rem}
body{overflow-x:hidden}
main{overflow:clip}
:where(p,li,dd,td,th){max-width:100%}
:where(input,select,textarea,button){font-size:max(1rem,16px)}
:where(a,button,input,select,summary){touch-action:manipulation}
.anchor-section{content-visibility:auto;contain-intrinsic-size:1px 700px}
.anchor-hero,.reader-context,.page-utility,.anchor-footer,.anchor-header,.anchor-nav{content-visibility:visible}

/* No-JavaScript first: menus are visible and linear. JS upgrades them to grouped flyouts/drawers. */
.nav-group-menu{display:block;position:static;min-width:0;max-width:none;box-shadow:none;border:0;border-left:.2rem solid rgba(255,255,255,.35);background:transparent;padding:.15rem 0 .25rem .5rem}
.nav-group-menu a{background:transparent!important;color:#fff!important}
.nav-group-button{display:none}
.js .nav-group-button{display:flex}
.js .nav-group-menu{display:none;position:absolute;left:0;top:100%;min-width:18rem;max-width:24rem;margin:0;padding:.45rem;background:#fff;border:1px solid #a9aeb1;box-shadow:0 .5rem 1.4rem rgba(0,0,0,.16);z-index:100}
.js .nav-group.is-open>.nav-group-menu{display:block}
.js .nav-group-menu a{background:#fff!important;color:var(--anchor-navy-dark)!important}
.noscript-access{background:#fff4ce;border-bottom:1px solid #e5a000;color:#332d00;padding:.65rem 0}
.noscript-access a{font-weight:800}

/* Current-scope crosswalk. */
.scope-count-grid{grid-template-columns:repeat(5,minmax(0,1fr))}
.scope-system-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}
.scope-system{position:relative;padding-left:4rem}
.scope-number{position:absolute;left:1rem;top:1rem;width:2.25rem;height:2.25rem;display:grid;place-items:center;background:var(--anchor-navy);color:#fff;border-radius:50%;font-weight:800;font-size:.82rem}
.scale-stack{display:grid;gap:.65rem;max-width:64rem}
.scale-card{display:grid;grid-template-columns:3rem minmax(0,1fr);gap:1rem;border:1px solid #dfe1e2;background:#fff;padding:1rem}
.scale-level{width:2.5rem;height:2.5rem;border-radius:50%;display:grid;place-items:center;background:var(--anchor-navy);color:#fff;font-weight:800}
.scale-card h3{margin:.05rem 0 .25rem}
.scope-mini-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.75rem;margin:1rem 0}
.scope-mini-grid>div{border:1px solid #dfe1e2;background:#fff;padding:.8rem;text-align:center}
.scope-mini-grid strong{display:block;font-size:1.65rem;color:var(--anchor-navy-dark);line-height:1.1}
.scope-mini-grid span{display:block;color:var(--anchor-muted);font-size:.86rem;margin-top:.25rem}
.mode-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}
.mode-card{border:1px solid #dfe1e2;border-top:.25rem solid var(--anchor-navy);padding:1rem;background:#fff}
.mode-card h3{margin-top:0}

/* Reader modes are optional presentation changes, never separate information tiers. */
body.reader-mode-focus .anchor-status,
body.reader-mode-focus .reader-context,
body.reader-mode-focus .page-lens-gateway{display:none}
body.reader-mode-focus .anchor-card{box-shadow:none}
body.reader-mode-focus .anchor-section{padding-block:1.75rem}
body.reader-mode-focus main>.anchor-section>.grid-container,
body.reader-mode-focus main>.anchor-hero>.grid-container{max-width:60rem}
body.reader-mode-ebook{--reader-measure:46rem;background:#f7f5ef;font-family:Georgia,"Times New Roman",serif;font-size:1.04rem}
body.reader-mode-ebook .anchor-status,
body.reader-mode-ebook .anchor-nav,
body.reader-mode-ebook .reader-context,
body.reader-mode-ebook .page-lens-gateway,
body.reader-mode-ebook .page-contents-panel{display:none!important}
body.reader-mode-ebook .anchor-masthead{max-width:50rem;padding-top:.65rem;padding-bottom:.65rem}
body.reader-mode-ebook .anchor-brand img{width:2.8rem;height:2.8rem}
body.reader-mode-ebook .anchor-brand-sub{display:none}
body.reader-mode-ebook .anchor-tools{font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
body.reader-mode-ebook .anchor-hero{background:transparent;border:0}
body.reader-mode-ebook .anchor-hero .grid-container{max-width:50rem;padding-top:2.2rem;padding-bottom:1.2rem}
body.reader-mode-ebook .anchor-hero h1{font-family:Georgia,"Times New Roman",serif;font-size:clamp(2rem,5vw,3.2rem)}
body.reader-mode-ebook main>.anchor-section{border:0;padding-block:1.55rem;background:transparent}
body.reader-mode-ebook main>.anchor-section>.grid-container{max-width:50rem}
body.reader-mode-ebook .anchor-section h2,body.reader-mode-ebook .anchor-section h3{font-family:Georgia,"Times New Roman",serif}
body.reader-mode-ebook .anchor-card,body.reader-mode-ebook .directory-item,body.reader-mode-ebook .review-path,body.reader-mode-ebook .explainer-topic{box-shadow:none;border-color:#c8c3b7;background:#fffdf8}
body.reader-mode-ebook .anchor-grid,body.reader-mode-ebook .anchor-grid.two,body.reader-mode-ebook .anchor-grid.four,body.reader-mode-ebook .scope-system-grid,body.reader-mode-ebook .mode-grid{grid-template-columns:1fr}
body.reader-mode-ebook .anchor-footer-main{max-width:50rem}
body.reader-mode-ebook .mobile-dock{display:none!important}
body.reader-mode-ebook .page-utility{position:static;background:#fffdf8}
body.reader-mode-ebook .page-utility-primary{font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
body.reader-mode-ebook.reader-contrast-dark{background:#111;color:#fff}

/* Reader mode chooser in settings. */
.reader-mode-help{font-size:.86rem;color:var(--anchor-muted);margin:.35rem 0 0}
.reader-choice-row.reader-modes-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.35rem}

/* Table/figure behavior at zoom and on small screens. */
.anchor-table-wrap{max-width:100%;-webkit-overflow-scrolling:touch;scrollbar-gutter:stable}
.anchor-table{min-width:42rem}
.anchor-table-wrap:focus-visible{outline:.25rem solid #face00;outline-offset:.15rem}
.table-scroll-note{font-size:.86rem;color:var(--anchor-muted)}

/* Tablet gets a side quick rail rather than a phone-like full-width dock. */
@media (max-width:76rem){
  .js .nav-group-menu{position:static;min-width:0;max-width:none;width:100%;box-shadow:none;border:0;border-left:.25rem solid #73b3e7;padding:.25rem 0 .45rem .65rem;background:#0f3d6e}
  .js .nav-group-menu a{background:#0f3d6e!important;color:#fff!important}
}
@media (min-width:48.01rem) and (max-width:64rem){
  :root{--tablet-rail-width:4.65rem}
  body{padding-right:calc(var(--tablet-rail-width) + env(safe-area-inset-right));scroll-padding-right:var(--tablet-rail-width)}
  .mobile-dock{position:fixed;display:grid;grid-template-columns:1fr;grid-template-rows:repeat(4,1fr);right:0;left:auto;top:50%;bottom:auto;transform:translateY(-50%);z-index:120;width:var(--tablet-rail-width);min-height:18rem;background:#fff;border:1px solid #a9aeb1;border-right:0;border-radius:.4rem 0 0 .4rem;box-shadow:-.2rem .2rem .8rem rgba(0,0,0,.12);overflow:hidden}
  .mobile-dock a,.mobile-dock button{appearance:none;border:0;border-bottom:1px solid #dfe1e2;background:#fff;color:#1a4480;text-decoration:none;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.15rem;min-width:0;min-height:4.25rem;padding:.35rem .2rem;font:inherit;font-size:.7rem;font-weight:800;cursor:pointer;text-align:center}
  .mobile-dock a:last-child,.mobile-dock button:last-child{border-bottom:0}
  .mobile-dock a span[aria-hidden],.mobile-dock button span[aria-hidden]{font-size:1.2rem;color:#0b315c}
  .anchor-footer-main{grid-template-columns:1.6fr 1fr}
  .anchor-footer-main>section:last-child{grid-column:1/-1}
}

/* Responsive content sizing: prefer auto-fit instead of breakpoint collisions. */
@media (max-width:70rem){.scope-count-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.mode-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:56rem){.scope-system-grid{grid-template-columns:1fr}.scope-mini-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media (max-width:48rem){
  html{scroll-padding-top:1rem;scroll-padding-bottom:calc(var(--mobile-dock-height) + 1rem)}
  .anchor-section{content-visibility:visible}
  .scope-count-grid,.scope-mini-grid,.mode-grid{grid-template-columns:1fr 1fr}
  .scope-count-grid>*:last-child,.scope-mini-grid>*:last-child,.mode-grid>*:last-child{grid-column:1/-1}
  .scale-card{grid-template-columns:2.6rem minmax(0,1fr);padding:.85rem}
  .scope-system{padding-left:3.8rem}
  .reader-choice-row.reader-modes-row{grid-template-columns:1fr}
  .anchor-table{min-width:36rem}
  .anchor-actions .usa-button{width:100%;min-height:3rem;display:flex;align-items:center;justify-content:center}
  .anchor-footer-main{grid-template-columns:1fr}
}
@media (max-width:24rem){
  .scope-count-grid,.scope-mini-grid,.mode-grid{grid-template-columns:1fr}
  .scope-count-grid>*:last-child,.scope-mini-grid>*:last-child,.mode-grid>*:last-child{grid-column:auto}
  .anchor-brand-title{font-size:1rem}
  .mobile-dock a,.mobile-dock button{font-size:.62rem}
}

/* Coarse pointer / switch-friendly target treatment. */
@media (pointer:coarse){
  :where(.usa-button,.page-utility-button,.anchor-nav a,.nav-group-button,.mobile-dock a,.mobile-dock button,summary){min-height:2.75rem}
  .directory-links a,.page-lens-links a{display:inline-flex;align-items:center;min-height:2.75rem;padding:.2rem .25rem}
}

/* System accessibility settings. */
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto!important}*,*::before,*::after{scroll-behavior:auto!important;animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}}
@media (prefers-contrast:more){.anchor-card,.directory-item,.review-path,.explainer-topic,.anchor-table-wrap,.mode-card,.scale-card{border-color:currentColor}.anchor-muted,.directory-meta,.anchor-stat-label{color:currentColor}}
@media (forced-colors:active){
  *{box-shadow:none!important}
  .anchor-nav,.anchor-status,.scope-number,.scale-level{forced-color-adjust:auto}
  .anchor-tag,.search-meta-chip{border:1px solid ButtonText;background:Canvas;color:CanvasText}
  a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,summary:focus-visible{outline:3px solid Highlight}
}
@media (orientation:landscape) and (max-height:34rem) and (max-width:64rem){
  .mobile-dock{top:auto;bottom:.5rem;transform:none}
  .reader-settings{max-height:80vh;overflow:auto}
}

/* Printing and save-to-PDF remain linear and source-visible. */
@media print{
  body.reader-mode-ebook{font-family:serif;background:#fff;color:#000}
  .noscript-access,.mobile-dock,.reader-settings,.reader-settings-button{display:none!important}
  a[href^="http"]::after{content:" (" attr(href) ")";font-size:.8em;overflow-wrap:anywhere}
  .anchor-card,.directory-item,.review-path,.explainer-topic,.scale-card,.mode-card{break-inside:avoid;box-shadow:none}
  .anchor-table-wrap{overflow:visible;border:0}.anchor-table{min-width:0;font-size:9pt}
}

/* v6.1 final responsive corrections from viewport QA. */
@media (max-width:64rem){
  .nav-mobile-row{display:grid;grid-template-columns:minmax(0,2fr) minmax(6rem,1fr);gap:.5rem;width:100%;align-items:stretch}
  .anchor-menu-button{width:100%;justify-content:center;min-width:0}
  .nav-search-link{min-width:0!important;justify-content:center;white-space:nowrap;text-align:center;padding-inline:.5rem!important}
}
@media (min-width:47.95rem) and (max-width:64rem){
  :root{--tablet-rail-width:4.65rem}
  body{padding-right:calc(var(--tablet-rail-width) + env(safe-area-inset-right));padding-bottom:0;scroll-padding-right:var(--tablet-rail-width)}
  .anchor-masthead{display:grid;grid-template-columns:minmax(17rem,1fr) auto;align-items:center;flex-wrap:nowrap}
  .anchor-tools{display:flex;width:auto;justify-content:flex-end;align-items:center}
  .anchor-tools .reader-settings-button{grid-column:auto}
  .mobile-dock{position:fixed!important;display:grid!important;grid-template-columns:1fr!important;grid-template-rows:repeat(4,1fr)!important;right:0!important;left:auto!important;top:50%!important;bottom:auto!important;transform:translateY(-50%)!important;z-index:120;width:var(--tablet-rail-width)!important;min-height:18rem;background:#fff;border:1px solid #a9aeb1!important;border-right:0!important;border-radius:.4rem 0 0 .4rem;box-shadow:-.2rem .2rem .8rem rgba(0,0,0,.12);padding:0!important;overflow:hidden}
  .mobile-dock a,.mobile-dock button{border-bottom:1px solid #dfe1e2!important;min-height:4.25rem!important;font-size:.7rem!important;padding:.35rem .2rem!important}
  .mobile-dock>*:last-child{border-bottom:0!important}
}
@media (max-width:47.94rem){
  .anchor-tools .reader-settings-button{display:none!important}
  .anchor-status{font-size:.76rem;line-height:1.35}
  .anchor-status .grid-container{padding-top:.42rem;padding-bottom:.42rem}
  .nav-mobile-row{grid-template-columns:minmax(0,1.55fr) minmax(6.5rem,.8fr)}
  .anchor-menu-button{min-height:2.85rem}
  .nav-search-link{min-height:2.85rem!important}
}
