:root{
  --brand:#173b5d;
  --brand-strong:#102d48;
  --accent:#8a2e45;
  --accent-soft:#fbf5f6;
  --support:#176d68;
  --support-soft:#f1f8f7;
  --ink:#17232c;
  --muted:#5b6872;
  --subtle:#77838c;
  --line:#d8e0e5;
  --line-strong:#b9c6cf;
  --surface:#f7f9fa;
  --surface-2:#eef3f5;
  --white:#fff;
  --warning:#946115;
  --warning-bg:#fff9ed;
  --danger:#9b2438;
  --danger-bg:#fff4f5;
  --success:#176d4b;
  --success-bg:#f1f8f4;
  --info:#175f82;
  --info-bg:#f1f7fa;
  --focus:#f0ad2f;
  --radius:7px;
  --radius-sm:4px;
  --shadow-sm:0 1px 2px rgba(16,45,72,.06);
  --shadow:0 10px 28px rgba(16,45,72,.08);
  --max:1180px;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:var(--ink);
  background:var(--white)
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--white)}
body{margin:0;line-height:1.58;color:var(--ink);background:var(--white);font-size:16px}
img,svg{max-width:100%;height:auto}
a{color:#075f7c;text-underline-offset:3px;text-decoration-thickness:1px}
a:hover{color:var(--accent)}
button,input,select,textarea{font:inherit}
.skip{position:absolute;left:-9999px;top:.5rem;background:#fff;color:var(--brand);padding:.75rem 1rem;border:2px solid var(--brand);z-index:1000}
.skip:focus{left:.75rem}
.site-header{position:sticky;top:0;z-index:30;background:rgba(255,255,255,.98);border-top:4px solid var(--brand);border-bottom:1px solid var(--line);box-shadow:var(--shadow-sm)}
.header-inner{max-width:var(--max);margin:auto;min-height:72px;padding:.58rem 1rem;display:flex;align-items:center;gap:1.1rem}
.brand{display:flex;align-items:center;flex:0 0 auto;text-decoration:none}
.brand img{display:block;width:282px;max-width:42vw;height:auto}
.nav-toggle{display:none;margin-left:auto}
.nav{margin-left:auto;display:flex;align-items:center;justify-content:flex-end;gap:.05rem;flex-wrap:wrap}
.nav a{position:relative;padding:.55rem .58rem;text-decoration:none;color:var(--brand-strong);font-weight:680;font-size:.89rem;border-radius:var(--radius-sm)}
.nav a:hover{background:var(--surface)}
.nav a[aria-current=page]{background:var(--surface);color:var(--accent)}
.nav a[aria-current=page]::after{content:"";position:absolute;left:.55rem;right:.55rem;bottom:.22rem;height:2px;background:var(--accent)}
main{min-height:70vh}
.wrap{max-width:var(--max);margin:auto;padding:2.2rem 1rem}
.wrap.compact{padding-top:1.25rem;padding-bottom:1.25rem}
.hero{background:var(--white);border-bottom:1px solid var(--line)}
.hero-grid{max-width:var(--max);margin:auto;padding:2.55rem 1rem 2.7rem;display:grid;grid-template-columns:minmax(0,1.3fr) minmax(300px,.7fr);gap:2.2rem;align-items:start}
.eyebrow{color:var(--accent);font-weight:800;letter-spacing:.07em;text-transform:uppercase;font-size:.76rem;margin-bottom:.35rem}
h1,h2,h3,h4{color:var(--brand-strong);line-height:1.18;text-wrap:balance}
.hero h1,.page-head h1{margin:.25rem 0 .8rem;font-size:clamp(2rem,4.4vw,3.25rem);max-width:22ch;letter-spacing:-.025em}
.page-head{background:var(--surface);border-bottom:1px solid var(--line)}
.page-head .wrap{padding-top:1.65rem;padding-bottom:1.65rem}
.page-head h1{font-size:clamp(1.9rem,3.4vw,2.75rem);max-width:30ch}
.lede{font-size:1.08rem;color:#41515c;max-width:75ch;margin:.55rem 0 1rem}
.fine,.meta{color:var(--muted);font-size:.9rem}
.muted{color:var(--muted)}
.section-title{font-size:1.55rem;margin:2.1rem 0 .85rem;letter-spacing:-.01em}
.section-intro{max-width:76ch;color:var(--muted);margin-top:-.45rem}
.actions,.toolbar,.button-row{display:flex;align-items:center;gap:.58rem;flex-wrap:wrap;margin:1rem 0}
.btn,button{border:1px solid var(--brand);background:var(--brand);color:#fff;min-height:42px;padding:.62rem .9rem;border-radius:5px;font-weight:740;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:.38rem;line-height:1.25}
.btn:hover,button:hover{background:var(--brand-strong);color:#fff}
.btn.secondary,button.secondary{background:#fff;color:var(--brand);border-color:var(--line-strong)}
.btn.secondary:hover,button.secondary:hover{border-color:var(--brand);background:var(--surface);color:var(--brand-strong)}
.btn.quiet,button.quiet{background:transparent;color:var(--brand);border-color:transparent;text-decoration:underline;text-underline-offset:3px}
.btn.danger,button.danger{background:#fff;color:var(--danger);border-color:var(--danger)}
.btn.danger:hover,button.danger:hover{background:var(--danger-bg)}
button:disabled,.btn[aria-disabled=true]{opacity:.55;cursor:not-allowed}
:focus-visible{outline:3px solid var(--focus);outline-offset:3px}
.trust-card,.card,.profile-result,.evidence-panel,.review-panel{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:1.2rem}
.trust-card{border-top:4px solid var(--support);box-shadow:var(--shadow-sm)}
.card{box-shadow:var(--shadow-sm)}
.card h2,.card h3,.trust-card h2,.trust-card h3{margin-top:0}
.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}
.grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}
.grid.four{grid-template-columns:repeat(4,minmax(0,1fr))}
.split{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(280px,.65fr);gap:1.4rem;align-items:start}
.stack>*+*{margin-top:1rem}
.rule{border:0;border-top:1px solid var(--line);margin:1.3rem 0}
.notice{border-left:4px solid var(--support);background:var(--support-soft);padding:.9rem 1rem;margin:1rem 0}
.notice.warn{border-color:var(--warning);background:var(--warning-bg)}
.notice.danger{border-color:var(--danger);background:var(--danger-bg)}
.notice.info{border-color:var(--info);background:var(--info-bg)}
.notice.success{border-color:var(--success);background:var(--success-bg)}
.notice strong:first-child{color:var(--brand-strong)}
.check-list{list-style:none;padding:0;margin:.65rem 0}
.check-list li{position:relative;padding:.23rem 0 .23rem 1.55rem}
.check-list li::before{content:"✓";position:absolute;left:0;top:.2rem;color:var(--support);font-weight:900}
.plain-list{padding-left:1.25rem}
.plain-list li{margin:.32rem 0}
.data-list{margin:.2rem 0}
.data-row{display:grid;grid-template-columns:minmax(135px,.37fr) minmax(0,1fr);gap:.8rem;padding:.62rem 0;border-bottom:1px solid var(--line)}
.data-row:last-child{border-bottom:0}
.data-row dt{font-weight:730;color:var(--brand-strong)}
.data-row dd{margin:0;min-width:0}
.metric-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border:1px solid var(--line);background:#fff;margin:1rem 0}
.metric{padding:.85rem 1rem;border-right:1px solid var(--line)}
.metric:last-child{border-right:0}
.metric strong{display:block;color:var(--brand-strong);font-size:1.45rem;line-height:1.1}
.metric span{display:block;color:var(--muted);font-size:.82rem;margin-top:.2rem}
.status-line{display:flex;align-items:flex-start;gap:.5rem;padding:.45rem 0;font-size:.93rem}
.status-line::before{content:"✓";font-weight:900;color:var(--support);flex:0 0 auto}
.status-line.pending::before{content:"—";color:var(--warning)}
.status-line.closed::before{content:"×";color:var(--muted)}
.status-label{display:inline-flex;align-items:center;gap:.3rem;border:1px solid var(--line-strong);border-radius:3px;padding:.18rem .42rem;font-size:.78rem;font-weight:750;background:#fff;color:var(--brand-strong);vertical-align:middle}
.status-label.verified{border-color:#8dbda8;background:var(--success-bg);color:var(--success)}
.status-label.pending{border-color:#dfc68f;background:var(--warning-bg);color:#79500e}
.status-label.closed{background:var(--surface);color:var(--muted)}
.tag{display:inline-block;border-left:3px solid var(--support);padding:.08rem .45rem;margin:.15rem .25rem .15rem 0;font-size:.86rem;background:var(--surface);border-radius:0}
.tag.status-tag{border-left-color:var(--warning);color:#674410;background:var(--warning-bg)}
.breadcrumbs{font-size:.88rem;color:var(--muted);margin-bottom:.7rem}
.breadcrumbs a{color:var(--muted)}
.profile-hero{background:#fff;border-bottom:1px solid var(--line)}
.profile-hero .wrap{padding-top:1.5rem;padding-bottom:1.7rem}
.profile-heading{display:grid;grid-template-columns:84px minmax(0,1fr) minmax(230px,.42fr);gap:1.1rem;align-items:start}
.avatar{width:72px;height:72px;border-radius:6px;background:var(--surface-2);border:1px solid var(--line);display:grid;place-items:center;color:var(--brand);font-weight:820;font-size:1.15rem;letter-spacing:.02em}
.profile-heading h1{margin:.05rem 0 .35rem;font-size:clamp(1.85rem,3.5vw,2.65rem);max-width:none}
.profile-kicker{font-weight:730;color:var(--accent);margin:0 0 .2rem}
.profile-summary{color:#40515d;margin:.65rem 0;max-width:70ch}
.profile-actions{border-left:1px solid var(--line);padding-left:1.1rem}
.profile-actions .btn{width:100%;margin-bottom:.5rem}
.profile-layout{display:grid;grid-template-columns:minmax(0,1.42fr) minmax(280px,.58fr);gap:1.35rem;align-items:start}
.profile-section{padding:1.25rem 0;border-bottom:1px solid var(--line)}
.profile-section:first-child{padding-top:0}
.profile-section:last-child{border-bottom:0}
.profile-section h2{font-size:1.35rem;margin:0 0 .7rem}
.evidence-panel{border-top:4px solid var(--support);box-shadow:none}
.evidence-panel h2{font-size:1.22rem;margin-top:0}
.source-record{padding:.75rem 0;border-bottom:1px solid var(--line)}
.source-record:last-child{border-bottom:0}
.source-record a{overflow-wrap:anywhere}
.methodology-note{font-size:.9rem;color:var(--muted)}
.directory-shell{display:grid;grid-template-columns:255px minmax(0,1fr);gap:1.2rem;align-items:start}
.filter-panel{position:sticky;top:92px;border:1px solid var(--line);background:#fff;padding:1rem;border-radius:var(--radius)}
.filter-panel h2{font-size:1.15rem;margin:0 0 .65rem}
.filter-panel .filter-group{padding:.65rem 0;border-top:1px solid var(--line)}
.filter-panel .filter-group:first-of-type{border-top:0}
.result-toolbar{display:flex;justify-content:space-between;align-items:end;gap:1rem;border-bottom:1px solid var(--line);padding-bottom:.75rem;margin-bottom:.85rem}
.result-toolbar p{margin:0}
.result-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem}
.profile-result{display:flex;flex-direction:column;min-height:100%;box-shadow:none}
.profile-result:hover{border-color:#aabac5;box-shadow:var(--shadow-sm)}
.profile-result h2{font-size:1.16rem;margin:0 0 .25rem}
.profile-result .result-main{display:grid;grid-template-columns:48px 1fr;gap:.75rem}
.profile-result .avatar{width:48px;height:48px;font-size:.9rem}
.profile-result .result-actions{margin-top:auto;padding-top:.75rem;display:flex;align-items:center;gap:.55rem;justify-content:space-between;border-top:1px solid var(--line)}
.profile-result .check{border:0;padding:0;background:transparent}
.pagination{display:flex;align-items:center;justify-content:center;gap:.3rem;margin:1.2rem 0}
.pagination button{min-width:42px;background:#fff;color:var(--brand);border-color:var(--line-strong)}
.pagination button[aria-current=page]{background:var(--brand);color:#fff;border-color:var(--brand)}
.compare-bar{position:sticky;bottom:0;background:#fff;border-top:1px solid var(--line);padding:.65rem 1rem;box-shadow:0 -5px 18px rgba(16,45,72,.09);z-index:20}
.compare-inner{max-width:var(--max);margin:auto;display:flex;align-items:center;justify-content:flex-end;gap:.55rem;flex-wrap:wrap}
.compare-inner strong{margin-right:auto}
.tool-shell{display:grid;grid-template-columns:minmax(0,1fr) 315px;gap:1.25rem;align-items:start}
.tool-panel{border:1px solid var(--line);border-radius:var(--radius);padding:1.15rem;background:#fff}
.privacy-panel{position:sticky;top:94px;background:var(--surface)}
label{display:block;font-weight:720;color:var(--brand-strong);margin:.8rem 0 .3rem}
.hint{font-size:.88rem;color:var(--muted);font-weight:400}
input,select,textarea{width:100%;border:1px solid #aebbc3;border-radius:4px;padding:.65rem .7rem;background:#fff;color:var(--ink)}
input:hover,select:hover,textarea:hover{border-color:#7e909d}
textarea{min-height:105px;resize:vertical}
.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem}
.checkbox-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.45rem}
.check{display:flex;align-items:flex-start;gap:.5rem;border:1px solid var(--line);border-radius:4px;padding:.58rem;background:#fff}
.check input{width:auto;margin-top:.25rem;flex:0 0 auto}
.check label{margin:0;color:var(--ink);font-weight:520}
.output{white-space:pre-wrap;background:var(--surface);border:1px solid var(--line);border-radius:4px;padding:1rem;min-height:90px;margin-top:1rem}
.status{min-height:1.4em;font-weight:680;color:var(--support)}
.table-wrap{overflow:auto;border:1px solid var(--line);border-radius:var(--radius)}
table{width:100%;border-collapse:collapse}
th,td{text-align:left;border-bottom:1px solid var(--line);padding:.65rem .7rem;vertical-align:top}
th{color:var(--brand-strong);background:var(--surface);font-size:.86rem;letter-spacing:.01em}
tbody tr:hover{background:#fbfcfd}
.review-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.65rem;margin:1rem 0}
.review-stat{border:1px solid var(--line);padding:.8rem;background:#fff}
.review-stat strong{display:block;font-size:1.4rem;color:var(--brand-strong)}
.review-stat span{font-size:.82rem;color:var(--muted)}
.review-panel{padding:0;overflow:hidden}
.review-panel>header{padding:.9rem 1rem;background:var(--surface);border-bottom:1px solid var(--line)}
.review-panel>header h2{margin:0;font-size:1.15rem}
.review-panel>.review-body{padding:1rem}
.source-line{font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:.86rem;padding:.25rem .5rem;border-bottom:1px solid #e6ecee}
.line-no{display:inline-block;width:3.5rem;color:#66737c}
.empty-state{text-align:center;border:1px dashed var(--line-strong);padding:2rem 1rem;background:var(--surface)}
.footer{border-top:1px solid var(--line);background:var(--surface);margin-top:3rem}
.footer::before{content:"";display:block;height:4px;background:var(--brand)}
.footer-grid{max-width:var(--max);margin:auto;padding:2rem 1rem;display:grid;grid-template-columns:minmax(0,2fr) repeat(2,minmax(160px,.65fr));gap:2rem}
.footer strong{color:var(--brand-strong)}
.footer a{display:block;margin:.34rem 0;color:#365565}
.family-line{font-size:.82rem;color:var(--muted);font-weight:680;letter-spacing:.03em;text-transform:uppercase}
.sr-only{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:980px){
  .hero-grid,.split,.profile-layout,.tool-shell{grid-template-columns:1fr}
  .profile-heading{grid-template-columns:72px minmax(0,1fr)}
  .profile-actions{grid-column:1/-1;border-left:0;border-top:1px solid var(--line);padding:1rem 0 0;display:flex;gap:.55rem;flex-wrap:wrap}
  .profile-actions .btn{width:auto;margin:0}
  .directory-shell{grid-template-columns:1fr}
  .filter-panel{position:static}
  .review-grid,.metric-strip{grid-template-columns:repeat(2,minmax(0,1fr))}
  .metric:nth-child(2){border-right:0}.metric:nth-child(-n+2){border-bottom:1px solid var(--line)}
}
@media(max-width:860px){
  .nav-toggle{display:inline-flex}
  .header-inner{flex-wrap:wrap}
  .brand img{max-width:66vw}
  .nav{display:none;width:100%;margin:0;padding:.35rem 0 .6rem;border-top:1px solid var(--line)}
  .nav.open{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}
  .nav a{padding:.65rem .55rem}
  .grid,.grid.two,.grid.four,.footer-grid{grid-template-columns:1fr}
  .result-list{grid-template-columns:1fr}
}
@media(max-width:600px){
  body{font-size:15.5px}
  .wrap{padding:1.65rem .85rem}
  .hero-grid{padding:1.85rem .85rem 2rem;gap:1.2rem}
  .hero h1,.page-head h1{font-size:2rem}
  .brand img{width:238px;max-width:68vw}
  .nav.open{grid-template-columns:1fr}
  .actions .btn,.toolbar .btn,.toolbar button,.button-row .btn,.button-row button{width:100%}
  .form-grid,.checkbox-grid{grid-template-columns:1fr}
  .profile-heading{grid-template-columns:1fr}
  .profile-heading .avatar{width:62px;height:62px}
  .profile-actions{display:grid}
  .profile-actions .btn{width:100%}
  .data-row{grid-template-columns:1fr;gap:.15rem}
  .result-toolbar{align-items:stretch;flex-direction:column}
  .compare-inner{justify-content:stretch}
  .compare-inner strong{width:100%}
  .compare-inner button{flex:1}
  .review-grid,.metric-strip{grid-template-columns:1fr}
  .metric{border-right:0;border-bottom:1px solid var(--line)}
  .metric:last-child{border-bottom:0}
}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}}
@media print{
  .site-header,.footer,.nav-toggle,.compare-bar,.actions,.toolbar,.profile-actions,.filter-panel{display:none!important}
  body{font-size:11pt;color:#000}
  .wrap,.hero-grid{max-width:none;padding:0}
  .card,.profile-result,.evidence-panel{box-shadow:none;border-color:#bbb;break-inside:avoid}
  a{color:#000;text-decoration:none}
  a[href^="http"]::after{content:" (" attr(href) ")";font-size:8pt}
}

.sr-only{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}
.review-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border:1px solid var(--line);background:#fff;margin:1rem 0 1.5rem}
.review-stat{padding:.9rem 1rem;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}
.review-stat:nth-child(4n){border-right:0}.review-stat:nth-last-child(-n+4){border-bottom:0}
.review-stat strong{display:block;font-size:1.35rem;color:var(--brand-strong)}.review-stat span{font-size:.82rem;color:var(--muted)}
@media(max-width:760px){.review-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.review-stat:nth-child(2n){border-right:0}.review-stat:nth-last-child(-n+4){border-bottom:1px solid var(--line)}.review-stat:nth-last-child(-n+2){border-bottom:0}}

.conflict-field-comparison{display:grid;gap:.75rem;margin:.75rem 0}.conflict-field-comparison>div{border-left:3px solid #d7dde5;padding-left:.75rem}.conflict-field-comparison strong{display:block;margin-bottom:.25rem}.conflict-field-comparison div div{overflow-wrap:anywhere}.conflict-note{min-width:16rem;max-width:100%;margin-top:.35rem}

/* V20 calm first-glance homepage and progressive disclosure */
.home-hero .hero-grid{align-items:center}.home-actions{margin-bottom:.55rem}.attorney-path{display:inline-block;font-weight:750;margin:.1rem 0 .7rem}.trust-line{font-size:.88rem;color:var(--muted);max-width:62ch}.compact-trust{padding:1.05rem}.home-paths{padding-top:2.1rem}.disclosure-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.disclosure-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:0;overflow:hidden}.disclosure-card summary{cursor:pointer;font-weight:800;padding:1.15rem 2.5rem 1.15rem 1.15rem;min-height:44px}.disclosure-card[open] summary{border-bottom:1px solid var(--line)}.disclosure-card p,.disclosure-card a{margin-left:1.15rem;margin-right:1.15rem}.disclosure-card a{display:inline-block;margin-bottom:1.15rem;font-weight:700}@media(max-width:760px){.disclosure-grid{grid-template-columns:1fr}.home-hero .hero-grid{padding-top:1.5rem}.home-paths{padding-top:1.4rem}}

.first-task-link{margin:.15rem 0 .75rem;font-size:.94rem}.choice-list{display:grid;gap:.7rem;margin:.8rem 0 1rem}.choice-list label{display:flex;gap:.65rem;align-items:flex-start;padding:.75rem;border:1px solid var(--line);border-radius:var(--radius);background:#fff}.choice-list input{margin-top:.18rem}.tool-form fieldset{border:0;padding:0;margin:0 0 .6rem}.tool-form legend{font-weight:800;font-size:1.1rem}.narrow{max-width:780px}.output:focus{outline:3px solid var(--focus);outline-offset:3px}

/* V34 Community Resource Aid */
.community-hero{background:#f3f8ff;border-bottom:1px solid var(--border,#d9e1ea);padding:3rem 0 2rem}.community-hero .lede{max-width:70ch;font-size:1.12rem}.community-home-entry{background:#f7fbff;border-bottom:1px solid #dce7f2;padding:2rem 0}.community-context,.community-builder,.source-standards{padding-top:2.25rem;padding-bottom:2.25rem}.community-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:.85rem}.community-choice{display:flex;gap:.75rem;border:1px solid #ccd9e6;border-radius:.65rem;padding:1rem;background:#fff;cursor:pointer}.community-choice:focus-within{outline:3px solid #1f6fd1;outline-offset:2px}.community-choice input{margin-top:.25rem;min-width:1.2rem;min-height:1.2rem}.community-choice span,.community-choice small{display:block}.community-choice small{margin-top:.35rem;line-height:1.4}.resource-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem}.resource-grid article,.result-card,.callout{border:1px solid #d5e0eb;border-radius:.75rem;padding:1rem;background:#fff}.community-results{margin-top:1.5rem;border-top:2px solid #1f4f82;padding-top:1.5rem}.alert.danger{border-left:5px solid #a32121;background:#fff7f7;padding:1rem;margin:1.2rem 0}.section-heading{display:flex;justify-content:space-between;gap:1rem;align-items:end}.sr-only{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 print{header,.footer,.nav-toggle,.button-row,.community-hero,.community-context,.source-standards,.community-grid,.section-heading{display:none!important}.community-results{border:0;margin:0;padding:0}.result-card{break-inside:avoid}.print-note{display:block}}
