    :root{
      --bg:#f4f8f5;
      --bg-2:#eef6f1;
      --paper:#ffffff;
      --paper-2:#f8fbf9;
      --ink:#102117;
      --muted:#53645c;
      --line:rgba(16,33,23,.10);
      --line-strong:rgba(16,33,23,.18);
      --brand:#16803d;
      --brand-2:#0f766e;
      --brand-3:#e6f6eb;
      --brand-4:#ecfdf3;
      --shadow:0 18px 44px rgba(16,33,23,.07);
      --shadow-sm:0 10px 24px rgba(16,33,23,.05);
      --radius-xl:28px;
      --radius-lg:20px;
      --radius-md:16px;
      --radius-sm:12px;
      --type-bg:#e7f5ec;
      --type-text:#106b3a;
      --type-border:#b4e2c9;
      --focus:#1d4ed8;
      --maxw:1380px;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      background:
        radial-gradient(760px 420px at 100% 0%, rgba(22,163,74,.08), transparent 55%),
        radial-gradient(620px 380px at 0% 0%, rgba(15,118,110,.07), transparent 55%),
        linear-gradient(180deg,#fbfffc 0%, #f4f8f5 100%);
      color:var(--ink);
      font:400 16px/1.5 system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
      -webkit-font-smoothing:antialiased;
      text-rendering:optimizeLegibility;
      overflow-x:hidden;
    }
    a{color:var(--brand);text-decoration:none}
    a:hover{text-decoration:underline}
    img{max-width:100%;display:block}
    button,input,select,textarea{font:inherit}
    button{cursor:pointer}
    :focus-visible{outline:3px solid var(--focus);outline-offset:2px}
    .app-shell{min-height:100vh;display:grid;grid-template-rows:auto 1fr auto}
    .topbar{
      position:sticky;top:0;z-index:60;
      background:rgba(255,255,255,.84);
      backdrop-filter:saturate(1.12) blur(14px);
      border-bottom:1px solid var(--line);
      box-shadow:0 8px 20px rgba(16,33,23,.03);
    }
    .topbar-inner,.footer-inner,.page-shell{max-width:var(--maxw);margin:0 auto}
    .topbar-inner{
      display:flex;align-items:center;gap:1rem;justify-content:space-between;
      padding:.8rem 1rem;
    }
    .brand{display:flex;align-items:center;gap:.65rem;font-weight:800;color:var(--ink)}
    .brand img{width:26px;height:26px;object-fit:contain}
    .top-controls{display:flex;align-items:center;gap:.75rem}
    .lang-select{
      min-width:170px;padding:.6rem .75rem;border-radius:12px;border:1px solid var(--line);
      background:#fff;color:var(--ink)
    }
    .about-trigger,.saved-trigger{
      border:1px solid var(--line);background:#fff;border-radius:12px;padding:.65rem .9rem;color:var(--ink)
    }
    .page-pad{padding:1rem}
    @media (min-width: 1200px){.page-pad{padding:1.5rem 1.75rem}}
    .layout{display:grid;gap:1.25rem;grid-template-columns:minmax(0,1fr)}
    .supportDesk,.resultsShell,.discussionCard,.aboutPanel,.savedPanel{
      border:1px solid var(--line);
      background:rgba(255,255,255,.88);
      border-radius:var(--radius-xl);
      box-shadow:var(--shadow);
      backdrop-filter:blur(10px);
    }
    .supportDesk{
      overflow:hidden;
      background:
        linear-gradient(180deg, rgba(255,255,255,.96), rgba(248,251,249,.98)),
        radial-gradient(circle at top right, rgba(22,163,74,.06), transparent 28%);
    }
    .deskTop{padding:20px 20px 8px;border-bottom:1px solid rgba(16,33,23,.07)}
    .deskHeadline{
      margin:0;font-size:clamp(2.15rem,4.8vw,4.25rem);line-height:.94;letter-spacing:-.06em;font-weight:800;
      text-wrap:balance;max-width:11ch;
    }
    .deskSub{margin:.8rem 0 0;color:var(--muted);line-height:1.68;font-size:15px;max-width:62ch}
    .entryBoard{padding:18px}
    .entryMain{
      padding:20px;border-radius:22px;background:linear-gradient(180deg,#ffffff,#f9fcfa);
      border:1px solid rgba(16,33,23,.08);box-shadow:var(--shadow-sm);
    }
    .intakeHeader{display:flex;flex-wrap:wrap;align-items:start;justify-content:space-between;gap:12px;margin-bottom:12px}
    .entryLabel{margin:0;font-size:12px;letter-spacing:.11em;text-transform:uppercase;color:var(--muted);font-weight:800}
    .entryHint{margin:7px 0 0;color:var(--muted);font-size:14px;line-height:1.55;max-width:56ch}
    .inputValidation{
      margin:.65rem 0 0;
      padding:.7rem .85rem;
      border:1px solid #fecaca;
      border-radius:14px;
      background:#fff7f7;
      color:#991b1b;
      font-size:13.5px;
      line-height:1.45;
    }
    .inputValidation[hidden]{display:none!important}
    textarea.searchBox[aria-invalid="true"]{
      border-color:#dc2626;
      box-shadow:0 0 0 4px rgba(220,38,38,.10);
    }
    .miniSignals{display:flex;flex-wrap:wrap;gap:8px}
    .miniSignal{
      display:inline-flex;align-items:center;gap:7px;min-height:34px;padding:7px 11px;border-radius:999px;
      background:#f4faf6;border:1px solid rgba(16,33,23,.08);color:#365046;font-size:13px;line-height:1.2;
      white-space:nowrap
    }
    .trustGrid{
      display:grid;
      grid-template-columns:repeat(2,minmax(0,1fr));
      gap:10px;
      margin-top:12px;
    }
    .trustCard{
      border:1px solid rgba(16,33,23,.09);
      background:linear-gradient(180deg,#ffffff,#f5fbf7);
      border-radius:16px;
      padding:12px 13px;
      color:#2c4638;
      font-size:13px;
      line-height:1.5;
    }
    .trustCard strong{
      display:block;
      color:var(--ink);
      margin-bottom:3px;
      font-size:13px;
    }
    .helperShareCallout{
      margin-top:12px;
      padding:12px 13px;
      border:1px solid rgba(22,128,61,.16);
      background:var(--brand-4);
      border-radius:16px;
      color:#244235;
      font-size:13px;
      line-height:1.5;
    }
    .helperShareCallout strong{
      color:var(--ink);
    }
    .helperShareCallout a{
      font-weight:800;
      margin-left:.25rem;
    }
    .share-nav-link{
      white-space:nowrap;
    }
    .share-nav-link:hover{
      text-decoration:none;
    }
    .guardrailBox{
      margin:14px 18px 0;
      padding:13px 14px;
      border:1px solid rgba(22,128,61,.16);
      background:var(--brand-4);
      border-radius:18px;
      color:#244235;
      font-size:14px;
      line-height:1.55;
    }
    .guardrailBox strong{color:var(--ink)}
    .verifyList{
      margin:10px 0 0;
      padding-left:1.1rem;
      color:#365046;
    }
    .verifyList li{margin:.25rem 0}
    .detailsGrid{
      display:grid;
      gap:8px;
      grid-template-columns:repeat(2,minmax(0,1fr));
      margin-top:12px;
    }
    .detailBox{
      padding:9px 10px;
      border:1px solid rgba(16,33,23,.08);
      background:#fff;
      border-radius:12px;
      color:#33453c;
      font-size:12px;
      line-height:1.45;
      min-width:0;
    }
    .detailBox strong{
      display:block;
      color:var(--ink);
      font-size:11px;
      letter-spacing:.06em;
      text-transform:uppercase;
      margin-bottom:2px;
    }
    .safetyNote{
      margin-top:10px;
      color:var(--muted);
      font-size:12px;
      line-height:1.45;
    }
    .savedTools{
      display:flex;
      align-items:center;
      gap:.5rem;
      flex-wrap:wrap;
    }
    .linkButton{
      border:0;
      background:transparent;
      color:var(--brand);
      padding:0;
      font-weight:700;
      cursor:pointer;
    }
    .focusFrame{
      padding:14px;border-radius:20px;background:#f7fbf8;border:1.5px solid rgba(22,163,74,.20);
      box-shadow:inset 0 1px 0 rgba(255,255,255,.9)
    }
    .input-wrap{display:grid;gap:.6rem}
    label.field-label{font-weight:700;color:#244235;font-size:14px}
    textarea.searchBox{
      width:100%;min-height:132px;resize:vertical;padding:1rem;border-radius:18px;border:1px solid rgba(16,33,23,.10);
      background:#fff;color:var(--ink);box-shadow:none;
    }
    textarea.searchBox::placeholder{color:#7c8c84}
    .hintList{display:flex;flex-wrap:wrap;gap:10px;margin-top:12px}
    .hintItem{display:inline-flex;align-items:flex-start;gap:7px;padding:0;color:var(--muted);font-size:13px;line-height:1.45;max-width:42ch}
    .actionRow{display:flex;flex-wrap:wrap;gap:.7rem;margin-top:14px}
    .btn{
      display:inline-flex;align-items:center;justify-content:center;gap:.55rem;
      padding:.85rem 1rem;border-radius:14px;border:1px solid rgba(16,33,23,.1);background:#eef4f1;color:var(--ink);
      box-shadow:none;min-height:48px;font-weight:700;letter-spacing:0
    }
    .btn:hover{transform:translateY(-1px);box-shadow:var(--shadow-sm)}
    .btn:active{transform:translateY(1px)}
    .btn.primary{background:var(--brand);border-color:var(--brand);color:#fff}
    .btn.primary:hover{box-shadow:0 10px 20px rgba(22,128,61,.18)}
    .btn.ghost{background:#eef4f1}
    .btn.outline{background:#fff;color:var(--brand);border-color:rgba(22,128,61,.18)}
    .btn[disabled]{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}
    .recentWrap{margin-top:16px;padding-top:14px;border-top:1px solid rgba(16,33,23,.07)}
    .recentHead{display:flex;align-items:center;gap:8px;margin-bottom:8px;font-size:13px;font-weight:700;color:#2c4638}
    .recentStrip,.savedList,.filterBar,.metaRow{display:flex;flex-wrap:wrap;gap:.55rem}
    .chip{
      display:inline-flex;align-items:center;gap:.45rem;min-height:34px;padding:7px 12px;border-radius:999px;
      border:1px solid rgba(16,33,23,.10);background:#fff;color:var(--ink);font-size:13px
    }
    .chip.active{background:var(--brand-4);border-color:#9cd7b5;color:#106b3a}
    .savedPanel{padding:1rem}
    .savedHeader{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.85rem}
    .savedList button,.recentStrip button,.filterBar button{
      border:1px solid rgba(16,33,23,.10);background:#fff;border-radius:999px;padding:.6rem .85rem;color:var(--ink)
    }
    .savedList button{border-radius:12px;width:100%;text-align:left}
    .show-more{background:transparent;border:0;color:var(--brand);padding:0}
    .resultsShell{margin-top:1.5rem;overflow:hidden}
    .resultsHeader{
      display:grid;grid-template-columns:minmax(0,1fr) auto;gap:14px;align-items:end;
      padding:18px 18px 10px;border-bottom:1px solid rgba(16,33,23,.07)
    }
    .resultsKicker{margin:0;font-size:12px;letter-spacing:.11em;text-transform:uppercase;color:var(--muted);font-weight:800}
    .resultsLead{margin:7px 0 0;color:var(--muted);font-size:14px;line-height:1.58;max-width:60ch}
    .filterBar{padding:14px 18px 0}

    .needCoverage{
      margin:14px 18px 2px;
      padding:16px;
      border:1px solid rgba(22,128,61,.16);
      border-radius:20px;
      background:linear-gradient(135deg,#f4fcf6,#ffffff);
    }
    .needCoverageHead{
      display:flex;
      align-items:flex-start;
      justify-content:space-between;
      gap:16px;
    }
    .needCoverageHead h3{
      margin:3px 0 0;
      font-size:clamp(1.18rem,2vw,1.45rem);
      line-height:1.18;
      letter-spacing:-.025em;
    }
    .needCoverageHead p{
      margin:6px 0 0;
      color:var(--muted);
      font-size:13px;
      line-height:1.5;
      max-width:68ch;
    }
    .needCoverageGrid{
      display:grid;
      grid-template-columns:repeat(auto-fit,minmax(150px,1fr));
      gap:8px;
      margin-top:13px;
    }
    .needCoverageItem{
      min-width:0;
      padding:10px 11px;
      border:1px solid rgba(16,33,23,.09);
      border-radius:14px;
      background:#fff;
    }
    .needCoverageItem strong{
      display:flex;
      align-items:center;
      gap:7px;
      font-size:13px;
      line-height:1.25;
    }
    .needCoverageItem strong::before{
      content:"";
      width:8px;
      height:8px;
      border-radius:999px;
      flex:0 0 auto;
      background:#94a3b8;
    }
    .needCoverageItem[data-state="current"] strong::before{background:#16803d}
    .needCoverageItem[data-state="review"] strong::before{background:#b45309}
    .needCoverageItem[data-state="gap"] strong::before{background:#64748b}
    .needCoverageMeta{
      margin-top:4px;
      color:var(--muted);
      font-size:12px;
      line-height:1.35;
    }
    .needGroup{
      margin:16px 8px 8px;
      border:1px solid rgba(16,33,23,.09);
      border-radius:22px;
      background:rgba(255,255,255,.72);
      overflow:hidden;
    }
    .needGroupHeader{
      display:flex;
      align-items:flex-start;
      justify-content:space-between;
      gap:12px;
      padding:14px 16px;
      border-bottom:1px solid rgba(16,33,23,.07);
      background:linear-gradient(180deg,#fbfefc,#f5faf7);
    }
    .needGroupTitle{
      margin:0;
      display:flex;
      align-items:center;
      gap:10px;
      font-size:1.08rem;
      line-height:1.25;
      letter-spacing:-.015em;
    }
    .needGroupIcon{
      display:inline-grid;
      place-items:center;
      width:34px;
      height:34px;
      border-radius:11px;
      background:var(--brand-3);
      color:var(--brand);
      font-weight:900;
      font-size:14px;
      flex:0 0 auto;
    }
    .needGroupCount{
      display:inline-flex;
      align-items:center;
      min-height:28px;
      padding:4px 9px;
      border:1px solid rgba(16,33,23,.09);
      border-radius:999px;
      background:#fff;
      color:var(--muted);
      font-size:12px;
      white-space:nowrap;
    }
    .needGroupBody{padding:1px 0 5px}
    .needGroup .directoryItem{margin:10px}
    .needGap{
      margin:10px;
      padding:14px;
      border:1px dashed rgba(16,33,23,.18);
      border-radius:16px;
      background:#f8fbf9;
      color:#42574c;
      font-size:13.5px;
      line-height:1.55;
    }
    .verificationBadge{
      display:inline-flex;
      align-items:center;
      max-width:100%;
      padding:.3rem .5rem;
      border-radius:999px;
      border:1px solid rgba(16,33,23,.10);
      background:#f1f5f3;
      color:#43534a;
      font-size:11.5px;
      font-weight:750;
      line-height:1.25;
      white-space:normal;
    }
    .verificationBadge[data-status="verified"]{
      border-color:#b7dfc4;
      background:#edf9f1;
      color:#176d3a;
    }
    .verificationBadge[data-status="partial"],
    .verificationBadge[data-status="stale"]{
      border-color:#f2d49c;
      background:#fff8e7;
      color:#8a4b08;
    }
    .verificationBadge[data-status="unverified"]{
      border-color:#fecaca;
      background:#fff3f3;
      color:#991b1b;
    }
    .verificationBadge[data-status="legacy"]{
      border-color:#d8dee2;
      background:#f5f7f8;
      color:#53645c;
    }
    .directoryChips{
      display:flex;
      flex-wrap:wrap;
      justify-content:flex-end;
      gap:6px;
      max-width:46%;
    }
    @media (max-width:760px){
      .needCoverage{margin:12px 10px 2px;padding:14px}
      .needCoverageHead{display:block}
      .needCoverageGrid{grid-template-columns:1fr 1fr}
      .needGroup{margin:14px 6px 8px}
      .needGroupHeader{padding:13px 14px}
      .needGroupTitle{font-size:1rem}
      .needGroupIcon{width:32px;height:32px}
      .directoryChips{max-width:none;justify-content:flex-start;margin-top:8px}
    }
    @media (max-width:460px){
      .needCoverageGrid{grid-template-columns:1fr}
    }
    .directory{padding:8px 10px 14px}
    .directoryItem{
      display:grid;grid-template-columns:58px minmax(0,1fr) 184px;gap:0;align-items:stretch;
      border:1px solid rgba(16,33,23,.08);border-radius:20px;background:linear-gradient(180deg,#ffffff,#f8fbf9);
      box-shadow:0 10px 24px rgba(16,33,23,.04);overflow:hidden;margin:12px 8px
    }
    .directoryBand{
      background:linear-gradient(180deg, var(--type-bg), color-mix(in srgb,var(--type-bg) 70%, white));
      border-right:1px solid rgba(16,33,23,.08);display:flex;align-items:center;justify-content:center;
      font-size:20px;font-weight:800;color:var(--type-text)
    }
    .directoryBody{padding:16px 16px 14px;min-width:0}
    .directoryTop{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;min-width:0}
    .directoryTitle{
      margin:0;font-size:21px;line-height:1.08;letter-spacing:-.03em;font-weight:800;text-wrap:balance;
      white-space:normal;overflow-wrap:break-word;word-break:normal;max-width:22ch
    }
    .type-chip{
      background:var(--type-bg);color:var(--type-text);border:1px solid var(--type-border);
      white-space:nowrap;flex:0 0 auto;border-radius:999px;padding:.3rem .5rem;font-size:12px
    }
    .directoryDesc{
      margin-top:10px;color:#33453c;font-size:14px;line-height:1.7;display:-webkit-box;
      -webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden
    }
    .directoryMeta{margin-top:12px;color:var(--muted);font-size:12px;line-height:1.35}
    .verificationDetails{margin-top:8px;border-top:1px solid rgba(16,33,23,.08);padding-top:8px;color:#3f5148;font-size:12px}
    .verificationDetails summary{cursor:pointer;font-weight:750;color:var(--brand);width:max-content;max-width:100%}
    .verificationDetails dl{margin:8px 0 0;display:grid;gap:5px}
    .verificationDetails dl>div{display:grid;grid-template-columns:minmax(90px,130px) minmax(0,1fr);gap:8px}
    .verificationDetails dt{font-weight:700;color:#42574c}
    .verificationDetails dd{margin:0;color:var(--muted)}
    .directoryActions{
      padding:14px;border-left:1px solid rgba(16,33,23,.08);background:rgba(248,251,249,.7);
      display:flex;flex-direction:column;justify-content:center;gap:8px
    }
    .directoryActions .btn{width:100%;justify-content:flex-start;background:#fff;color:var(--brand)}
    .resultsStatusNotice{
      margin:14px 18px 0;padding:12px 14px;border-radius:16px;
      border:1px solid rgba(180,83,9,.22);background:#fffbeb;color:#78350f;
      font-size:13.5px;line-height:1.5
    }
    .resultsStatusNotice[hidden]{display:none!important}
    .jurisdictionField{
      margin-top:14px;padding:14px;border:1px solid rgba(16,33,23,.12);
      border-radius:16px;background:rgba(248,251,249,.72)
    }
    .jurisdictionGrid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:10px}
    .jurisdictionField label{display:block;margin:0 0 6px;font-size:12px;font-weight:850;color:var(--ink)}
    .jurisdictionField select,.jurisdictionField input{
      width:100%;min-height:44px;border:1px solid var(--line);border-radius:11px;background:#fff;
      color:var(--ink);font:inherit;padding:.65rem .75rem
    }
    .jurisdictionField select:focus-visible,.jurisdictionField input:focus-visible{
      outline:3px solid var(--focus);outline-offset:2px
    }
    .jurisdictionStatus{margin:.55rem 0 0;font-size:12.5px;line-height:1.45;color:var(--muted)}
    .jurisdictionStatus[data-level="supported"]{color:#176d3a}
    .jurisdictionStatus[data-level="limited"]{color:#92400e}
    .jurisdictionValidation{margin:.45rem 0 0;color:#a02121;font-size:12.5px;font-weight:700}
    @media (max-width:640px){.jurisdictionGrid{grid-template-columns:1fr}}
    .urgentHelpPanel{
      margin:18px 0 0;padding:18px;border:1px solid rgba(180,83,9,.3);
      border-radius:18px;background:#fffaf3;box-shadow:0 10px 26px rgba(120,53,15,.08)
    }
    .urgentHelpPanel[hidden]{display:none!important}
    .urgentHelpTop{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}
    .urgentHelpEyebrow{margin:0 0 5px;color:#9a3412;font-size:11px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}
    .urgentHelpPanel h2{margin:0;color:#431407;font-size:1.18rem;line-height:1.25}
    .urgentHelpPanel p{margin:.6rem 0 0;color:#65351f;line-height:1.55;max-width:72ch}
    .urgentHelpDismiss{
      flex:0 0 auto;min-height:40px;padding:.45rem .7rem;border:1px solid rgba(154,52,18,.25);
      border-radius:999px;background:#fff;color:#7c2d12;font-weight:750
    }
    .urgentHelpActions{display:flex;flex-wrap:wrap;gap:.65rem;margin-top:1rem}
    .urgentHelpActions a,.urgentHelpActions button{
      min-height:44px;display:inline-flex;align-items:center;justify-content:center;
      border-radius:11px;padding:.68rem .9rem;font:inherit;font-weight:800;text-decoration:none
    }
    .urgentHelpActions [hidden]{display:none!important}
    .urgentHelpPrimary{border:1px solid #9a3412;background:#9a3412;color:#fff}
    .urgentHelpSecondary{border:1px solid rgba(154,52,18,.28);background:#fff;color:#7c2d12}
    .urgentHelpContinue{border:1px solid var(--line);background:#fff;color:var(--brand)}
    .urgentHelpMeta{font-size:12px!important;color:#76503b!important}
    .urgentHelpPanel a:focus-visible,.urgentHelpPanel button:focus-visible{outline:3px solid var(--focus);outline-offset:2px}
    .recoveryPanel{
      margin-top:1rem;padding:18px;border:1px solid rgba(16,33,23,.12);
      background:#fff;border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)
    }
    .recoveryPanel[hidden]{display:none!important}
    .recoveryPanel h2{margin:0;font-size:1.15rem;line-height:1.25}
    .recoveryPanel p{margin:.55rem 0 0;color:var(--muted);line-height:1.55;max-width:68ch}
    .recoveryActions{display:flex;flex-wrap:wrap;gap:.65rem;margin-top:1rem}
    .recoveryActions .btn{min-height:44px}
    .recoveryMeta{font-size:12px!important;color:var(--muted)!important}
    .discussionCard{margin-top:1.5rem;padding:18px 18px 16px}
    .panelTitle{margin:0;font-size:12px;letter-spacing:.11em;text-transform:uppercase;color:var(--muted);font-weight:800}
    .panelCopy{margin:8px 0 0;color:var(--muted);line-height:1.6;max-width:70ch;font-size:14px}
    .footer{
      background:#eff6f1;border-top:1px solid var(--line);margin-top:1.5rem
    }
    .footer-inner{
      padding:.75rem 1rem;display:flex;align-items:center;justify-content:center;gap:.75rem;flex-wrap:wrap;
      font-size:12px;color:#365046
    }
    .loading-overlay{
      position:fixed;inset:0;z-index:2000;display:none;place-items:center;
      background:rgba(16,17,19,.84)
    }
    .loading-overlay[data-active="true"]{display:grid}
    .loading-card{
      width:min(520px,92vw);padding:1.5rem;border-radius:20px;background:#101113;color:#fff;
      box-shadow:0 24px 48px rgba(0,0,0,.28);text-align:center
    }
    .spinner{
      width:56px;height:56px;margin:0 auto 1rem;border-radius:999px;
      border:6px solid rgba(255,255,255,.16);border-top-color:#1DB954;animation:spin .9s linear infinite
    }
    .linear{height:6px;border-radius:999px;background:rgba(255,255,255,.12);overflow:hidden;margin-top:1rem}
    .linear::before{content:"";display:block;width:42%;height:100%;background:#1DB954;animation:load 1.2s infinite ease-in-out}
    .loadingActions{display:flex;justify-content:center;margin-top:1rem}
    .loadingCancel{
      min-height:44px;padding:.65rem 1rem;border-radius:999px;
      border:1px solid rgba(255,255,255,.34);background:transparent;color:#fff;font-weight:750
    }
    .loadingCancel:hover{background:rgba(255,255,255,.08)}
    .snackbar{
      position:fixed;top:16px;right:16px;z-index:1900;max-width:min(420px,92vw);
      padding:.9rem 1rem;border-radius:16px;background:#111827;color:#fff;box-shadow:0 18px 34px rgba(16,33,23,.18);
      display:none;align-items:center;gap:.75rem
    }
    .snackbar[data-active="true"]{display:flex}
    .snackbar button{margin-left:auto;border:0;background:transparent;color:#86efac;font-weight:700}
    dialog{
      border:0;border-radius:24px;padding:0;max-width:min(680px,92vw);width:100%;box-shadow:0 30px 80px rgba(0,0,0,.28)
    }
    dialog::backdrop{background:rgba(16,17,19,.55)}
    .dialog-card{padding:1.25rem 1.25rem 1rem;background:#fff}
    .dialog-head{display:flex;align-items:center;justify-content:space-between;gap:1rem}
    .dialog-head h2{margin:0;font-size:1.15rem}
    .close-btn{border:1px solid var(--line);background:#fff;border-radius:999px;padding:.45rem .65rem}
    .skip-link{
      position:absolute;left:-9999px;top:auto
    }
    .skip-link:focus{left:12px;top:12px;z-index:1000;background:#fff;padding:.7rem 1rem;border-radius:10px}
    .muted{color:var(--muted)}
    .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}
    @keyframes spin{to{transform:rotate(360deg)}}
    @keyframes load{0%{transform:translateX(-100%)}50%{transform:translateX(120%)}100%{transform:translateX(220%)}}
    @media (min-width:980px){
      .layout{grid-template-columns:minmax(0,1fr)}
      .layout.has-saved{grid-template-columns:260px minmax(0,1fr)}
      .supportDesk{
        display:grid;
        grid-template-columns:minmax(320px,.78fr) minmax(560px,1.22fr);
        align-items:stretch;
      }
      .deskTop{
        padding:28px 24px;
        border-bottom:0;
        border-right:1px solid rgba(16,33,23,.07);
        display:flex;
        flex-direction:column;
        justify-content:center;
        min-width:0;
      }
      .deskHeadline{
        max-width:8.5ch;
        font-size:clamp(2.75rem,4.2vw,4.8rem);
      }
      .deskSub{
        max-width:34ch;
        font-size:16px;
      }
      .entryBoard{
        padding:24px;
        display:flex;
        align-items:center;
      }
      .entryMain{
        width:100%;
        min-width:0;
      }
    }
    @media (max-width:900px){
      .directoryItem{grid-template-columns:52px minmax(0,1fr)}
      .directoryActions{grid-column:2 / -1;border-left:0;border-top:1px solid rgba(16,33,23,.08);background:rgba(248,251,249,.8)}
    }
    @media (max-width:1100px){
      .supportDesk{display:block}
      .deskTop{
        padding:20px 20px 8px;
        border-right:0;
        border-bottom:1px solid rgba(16,33,23,.07);
      }
      .deskHeadline{
        max-width:11ch;
        font-size:clamp(2.15rem,4.8vw,4.25rem);
      }
      .deskSub{max-width:62ch;font-size:15px}
      .entryBoard{padding:18px;display:block}
    }

    @media (max-width:760px){
      .page-pad{padding:16px}
      .deskTop{padding:16px 16px 8px}
      .deskHeadline{max-width:none;font-size:clamp(2rem,11vw,2.7rem)}
      .entryBoard{padding:16px}
      .entryMain{padding:16px}
      .resultsHeader{grid-template-columns:1fr;padding:16px 16px 10px}
      .filterBar{padding:12px 16px 0}
      .directory{padding:6px 6px 12px}
      .directoryItem{grid-template-columns:1fr;margin:10px 6px}
      .directoryBand{min-height:52px;border-right:0;border-bottom:1px solid rgba(16,33,23,.08)}
      .directoryBody{padding:14px}
      .directoryTop{display:block}
      .directoryTitle{max-width:none;font-size:18px}
      .directoryTop .type-chip{margin-top:8px;display:inline-flex}
      .discussionCard{padding:16px}
      .topbar-inner{padding:.75rem}
      .lang-select{min-width:0;width:140px}
      .top-controls{gap:.5rem}
    }

    /* Responsive small-fix patch: prevents mobile overflow and reduces visual density without changing app behavior. */
    html,body{width:100%;max-width:100%}
    html{overflow-x:clip}
    body{overflow-x:clip}
    @supports not (overflow:clip){
      html,body{overflow-x:hidden}
    }
    .page-shell,.layout,.supportDesk,.resultsShell,.discussionCard,.savedPanel,.entryMain,
    .topbar,.topbar-inner,.top-controls,.directoryItem,.directoryBody,.directoryActions{
      min-width:0;
      max-width:100%;
    }
    .brand{min-width:0;flex:0 1 auto}
    .brand span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
    .top-controls{flex:0 1 auto}
    .lang-select{max-width:100%}
    .btn,.chip,.type-chip,.savedList button,.recentStrip button,.filterBar button{
      min-width:0;
      max-width:100%;
      white-space:normal;
      overflow-wrap:anywhere;
    }
    .btn{text-align:center}
    .detailBox,.directoryDesc,.directoryMeta,.panelCopy,.deskSub,.entryHint,.inputValidation,.trustCard,.guardrailBox{
      overflow-wrap:anywhere;
    }
    .directoryMeta{display:flex;flex-wrap:wrap;gap:2px 6px}
    .directoryActions .btn{overflow-wrap:anywhere}

    @media (max-width:760px){
      .supportDesk,.resultsShell,.discussionCard,.aboutPanel,.savedPanel{border-radius:22px}
      .deskSub{line-height:1.5}
      .miniSignals,.hintList,.recentWrap{display:none}
      .trustGrid{grid-template-columns:1fr;gap:8px;margin-top:10px}
      .trustCard{padding:10px 11px;font-size:12.5px;line-height:1.42}
      .actionRow{display:grid;grid-template-columns:1fr;gap:.55rem}
      .actionRow .btn{width:100%;min-height:46px}
      textarea.searchBox{min-height:116px}
      .detailsGrid{grid-template-columns:1fr}
      .detailBox{font-size:12px}
      .type-chip{margin-top:8px;max-width:100%}
      .snackbar{left:12px;right:12px;top:12px;max-width:none}
    }

    @media (max-width:560px){
      .trustGrid{display:none}
      .deskHeadline{line-height:1;letter-spacing:-.045em}
      .deskSub{font-size:14px}
      .directoryItem{margin:8px 0;border-radius:18px}
      .directoryActions{
        padding:10px;
        display:grid;
        grid-template-columns:repeat(3,minmax(0,1fr));
        gap:8px;
      }
      .directoryActions .btn{
        width:100%;
        justify-content:center;
        padding:.7rem .5rem;
      }
      .guardrailBox{margin:10px 10px 0;padding:11px 12px;font-size:13px}
      .verifyList{display:none}
      .directoryDesc{-webkit-line-clamp:3;line-height:1.55}
      dialog{max-width:calc(100vw - 24px)}
      .dialog-card{padding:1rem}
    }

    @media (max-width:480px){
      .page-pad{padding:10px}
      .topbar-inner{gap:.5rem;padding:.6rem .7rem}
      .brand{gap:0;flex:0 0 auto}
      .brand span{display:none}
      .top-controls{gap:.35rem;flex:1 1 auto;justify-content:flex-end}
      .lang-select{width:min(42vw,124px);min-width:0;padding:.55rem .5rem}
      .about-trigger,.saved-trigger{padding:.55rem .62rem;min-width:0}
      .deskTop{padding:14px 14px 6px}
      .deskHeadline{font-size:clamp(1.7rem,9vw,2.2rem)}
      .entryBoard{padding:10px}
      .entryMain{padding:12px;border-radius:18px}
      .focusFrame{padding:10px;border-radius:16px}
      textarea.searchBox{min-height:104px;padding:.85rem;border-radius:14px}
      .btn{padding:.75rem .85rem;min-height:44px}
      .resultsHeader{padding:14px 14px 8px}
      .filterBar{padding:10px 12px 0}
      .directory{padding:4px 6px 10px}
      .directoryBody{padding:12px}
      .directoryTitle{font-size:17px;line-height:1.12}
      .footer-inner{padding:.65rem .75rem;text-align:center}
    }

    @media (max-width:340px){
      .topbar-inner{padding:.55rem .6rem}
      .lang-select{width:112px;font-size:13px}
      .about-trigger,.saved-trigger{padding:.5rem .5rem;font-size:13px}
      .directoryActions{grid-template-columns:1fr}
    }


    @media print{
      .topbar,.footer,.loading-overlay,.snackbar,.discussionCard,.actionRow,.savedPanel,.recentWrap,.filterBar{display:none!important}
      body{background:#fff!important}
      .supportDesk,.resultsShell,.directoryItem{box-shadow:none!important;background:#fff!important}
      .page-pad{padding:0}
    }
    @media (prefers-reduced-motion:reduce){
      html{scroll-behavior:auto}
      *{animation:none!important;transition:none!important}
    }
  
    /* Article-informed visual upgrade v2: CSS-only, overflow-guarded, no app logic changes. */
    :root{
      --article-ink:#102117;
      --article-paper:#fbfff8;
      --article-paper-2:#f0f8ed;
      --article-deep:#0e2417;
      --article-deep-2:#123522;
      --article-gold:#c57b29;
      --article-shadow:0 28px 90px rgba(16,33,23,.11);
    }

    html,
    body{
      inline-size:100%;
      max-inline-size:100%;
      overscroll-behavior-x:none;
    }

    body{
      background:
        radial-gradient(900px 520px at 8% -10%, rgba(197,123,41,.12), transparent 58%),
        radial-gradient(980px 560px at 105% 0%, rgba(22,128,61,.13), transparent 60%),
        linear-gradient(90deg, rgba(16,33,23,.035) 1px, transparent 1px),
        linear-gradient(180deg, rgba(16,33,23,.03) 1px, transparent 1px),
        linear-gradient(180deg,#fffdf7 0%,#f3f9f1 48%,#edf6ef 100%);
      background-size:auto,auto,44px 44px,44px 44px,auto;
    }

    .page-shell,
    .layout,
    .supportDesk,
    .savedPanel,
    .entryMain,
    .focusFrame,
    .resultsShell,
    .discussionCard,
    .directoryItem,
    .directoryBody,
    .directoryActions,
    .dialog-card,
    .loading-card{
      min-inline-size:0;
      max-inline-size:100%;
    }

    .topbar{
      background:color-mix(in srgb,#fff 88%,transparent);
      border-bottom-color:rgba(16,33,23,.08);
    }

    .topbar-inner{
      min-width:0;
    }

    .brand{
      font-weight:900;
      letter-spacing:-.03em;
    }

    .brand img{
      border-radius:9px;
      box-shadow:0 6px 18px rgba(22,128,61,.14);
    }

    .top-controls{
      min-width:0;
      flex-wrap:wrap;
      justify-content:flex-end;
    }

    .lang-select,
    .about-trigger,
    .saved-trigger{
      box-shadow:0 8px 18px rgba(16,33,23,.04);
    }

    .supportDesk{
      position:relative;
      isolation:isolate;
      overflow:clip;
      border-color:rgba(16,33,23,.12);
      background:
        radial-gradient(700px 460px at 0% 0%, rgba(22,128,61,.10), transparent 60%),
        radial-gradient(720px 460px at 100% 0%, rgba(197,123,41,.09), transparent 58%),
        linear-gradient(180deg,rgba(255,255,255,.97),rgba(250,253,249,.94));
      box-shadow:var(--article-shadow);
    }

    .supportDesk::before{
      content:"";
      position:absolute;
      inset:14px;
      z-index:-1;
      border-radius:calc(var(--radius-xl) - 10px);
      border:1px solid rgba(16,33,23,.055);
      pointer-events:none;
    }

    .supportDesk::after{
      content:"";
      position:absolute;
      inset:auto -18% -38% auto;
      width:min(430px,52vw);
      aspect-ratio:1;
      border-radius:50%;
      background:
        radial-gradient(circle at center, rgba(22,128,61,.12), transparent 68%);
      pointer-events:none;
    }

    .deskTop{
      position:relative;
      background:
        linear-gradient(180deg,rgba(255,255,255,.22),rgba(255,255,255,0));
    }

    .deskTop::before{
      content:"BenefitsGPS";
      display:inline-flex;
      width:max-content;
      max-width:100%;
      margin-bottom:14px;
      padding:7px 11px;
      border-radius:999px;
      border:1px solid rgba(22,128,61,.16);
      background:rgba(22,128,61,.08);
      color:#17663a;
      font-size:12px;
      font-weight:900;
      letter-spacing:.105em;
      text-transform:uppercase;
      white-space:nowrap;
    }

    .deskHeadline,
    .directoryTitle,
    .resultsKicker,
    .panelTitle,
    .dialog-head h2,
    .savedHeader strong{
      font-family:Iowan Old Style,Palatino Linotype,Book Antiqua,Georgia,serif;
    }

    .deskHeadline{
      font-weight:900;
      color:var(--article-ink);
      max-inline-size:min(10.5ch,100%);
      line-height:.9;
      letter-spacing:-.07em;
      overflow-wrap:normal;
      hyphens:none;
    }

    .deskSub{
      max-inline-size:min(58ch,100%);
      font-size:clamp(15px,1.25vw,17px);
      color:#405448;
    }

    .entryBoard{
      position:relative;
      min-width:0;
    }

    .entryMain{
      border-color:rgba(16,33,23,.11);
      background:
        linear-gradient(180deg,rgba(255,255,255,.98),rgba(248,252,249,.96));
      box-shadow:0 22px 60px rgba(16,33,23,.075);
    }

    .entryLabel,
    .resultsKicker,
    .panelTitle,
    .recentHead,
    .example-label{
      letter-spacing:.13em;
    }

    .focusFrame{
      background:
        linear-gradient(180deg,#f5fbf7,#ffffff);
      border-color:rgba(22,128,61,.24);
    }

    textarea.searchBox{
      field-sizing:content;
      max-inline-size:100%;
      overflow-wrap:anywhere;
      line-height:1.55;
    }

    .miniSignal,
    .chip,
    .btn,
    .type-chip,
    .savedList button,
    .recentStrip button,
    .filterBar button,
    .detailBox,
    .directoryTitle,
    .directoryDesc,
    .directoryMeta,
    .directoryActions,
    .helperShareCallout,
    .guardrailBox,
    .panelCopy{
      overflow-wrap:anywhere;
      word-break:normal;
      hyphens:auto;
    }

    .miniSignal,
    .type-chip{
      white-space:normal;
    }

    .miniSignals{
      min-width:0;
    }

    .trustGrid{
      align-items:stretch;
    }

    .trustCard{
      background:rgba(255,255,255,.74);
      box-shadow:inset 0 1px 0 rgba(255,255,255,.78);
    }

    .helperShareCallout{
      border-color:rgba(197,123,41,.22);
      background:linear-gradient(180deg,rgba(255,248,232,.95),rgba(236,253,243,.76));
    }

    .btn{
      transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease, background-color .18s ease;
      text-wrap:balance;
    }

    .btn.primary{
      background:linear-gradient(180deg,#178a44,#116b37);
      border-color:#116b37;
    }

    .btn.ghost,
    .btn.outline,
    .chip,
    .savedList button,
    .recentStrip button,
    .filterBar button{
      background:rgba(255,255,255,.82);
    }

    .resultsShell{
      border-color:rgba(16,33,23,.12);
      background:
        linear-gradient(180deg,rgba(255,255,255,.97),rgba(248,252,249,.94));
      box-shadow:var(--article-shadow);
    }

    .resultsHeader{
      align-items:start;
      background:
        linear-gradient(180deg,rgba(236,253,243,.55),rgba(255,255,255,0));
    }

    .resultsLead{
      max-inline-size:min(72ch,100%);
    }

    .directory{
      container-type:inline-size;
    }

    .directoryItem{
      grid-template-columns:minmax(52px,70px) minmax(0,1fr) minmax(168px,210px);
      border-color:rgba(16,33,23,.10);
      background:
        linear-gradient(180deg,#fff,#f9fcfa);
      box-shadow:0 16px 34px rgba(16,33,23,.055);
    }

    .directoryBand{
      font-family:Iowan Old Style,Palatino Linotype,Book Antiqua,Georgia,serif;
      font-size:clamp(20px,2vw,26px);
    }

    .directoryTitle{
      max-inline-size:min(32ch,100%);
      font-size:clamp(20px,2.1vw,28px);
      line-height:1;
      letter-spacing:-.045em;
      text-wrap:balance;
    }

    .directoryDesc{
      -webkit-line-clamp:5;
    }

    .detailsGrid{
      grid-template-columns:repeat(2,minmax(0,1fr));
    }

    .detailBox{
      background:rgba(255,255,255,.80);
    }

    .directoryActions{
      align-content:center;
    }

    .directoryActions .btn{
      justify-content:center;
      min-height:44px;
      line-height:1.2;
    }

    .guardrailBox{
      border-color:rgba(197,123,41,.23);
      background:
        linear-gradient(180deg,rgba(255,248,232,.96),rgba(255,252,242,.92));
    }

    .discussionCard{
      color:#f4fff8;
      border-color:rgba(255,255,255,.13);
      background:
        radial-gradient(520px 260px at 100% 0%, rgba(22,128,61,.24), transparent 58%),
        linear-gradient(180deg,var(--article-deep-2),var(--article-deep));
      box-shadow:0 28px 80px rgba(16,33,23,.18);
    }

    .discussionCard .panelTitle,
    .discussionCard h2{
      color:#d8ffe4;
    }

    .discussionCard .panelCopy{
      color:rgba(244,255,248,.78);
    }

    .savedPanel{
      align-self:start;
      background:rgba(255,255,255,.90);
    }

    .savedList{
      display:grid;
      gap:8px;
    }

    .savedList button{
      border-radius:14px;
      line-height:1.35;
    }

    .loading-card{
      overflow-wrap:anywhere;
    }

    .snackbar{
      overflow-wrap:anywhere;
    }

    dialog{
      max-inline-size:min(680px,calc(100vw - 24px));
    }

    .dialog-card{
      overflow-wrap:anywhere;
    }

    @supports (text-wrap:balance){
      .deskHeadline,
      .directoryTitle,
      .resultsLead,
      .panelCopy{
        text-wrap:balance;
      }
    }

    @supports (text-wrap:pretty){
      .deskSub,
      .entryHint,
      .directoryDesc,
      .detailBox,
      .guardrailBox{
        text-wrap:pretty;
      }
    }

    @supports (color:oklch(55% .16 145)){
      :root{
        --brand:oklch(50% .16 148);
        --brand-2:oklch(48% .11 185);
        --brand-4:oklch(96% .04 145);
        --focus:oklch(54% .17 255);
      }
    }

    @supports selector(:has(*)){
      .entryMain:has(textarea.searchBox:focus-visible){
        border-color:rgba(29,78,216,.34);
        box-shadow:0 22px 60px rgba(16,33,23,.075),0 0 0 4px rgba(29,78,216,.10);
      }

      .resultsShell:has(.directoryItem){
        margin-top:clamp(1.25rem,3vw,2.2rem);
      }
    }

    @media (prefers-reduced-motion:no-preference){
      .directoryItem,
      .entryMain,
      .supportDesk,
      .resultsShell,
      .discussionCard,
      .trustCard{
        transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
      }

      .directoryItem:hover{
        transform:translateY(-2px);
        box-shadow:0 20px 42px rgba(16,33,23,.075);
      }
    }

    @media (min-width:980px){
      .layout.has-saved{
        grid-template-columns:minmax(230px,280px) minmax(0,1fr);
      }

      .supportDesk{
        grid-template-columns:minmax(0,.84fr) minmax(520px,1.16fr);
      }

      .deskTop{
        padding:clamp(26px,3.2vw,42px) clamp(22px,2.4vw,34px);
      }

      .deskHeadline{
        max-inline-size:9.6ch;
        font-size:clamp(3.1rem,4.75vw,5.4rem);
      }

      .entryBoard{
        padding:clamp(22px,2.6vw,34px);
      }
    }

    @media (max-width:1100px){
      .supportDesk{
        display:block;
      }

      .deskHeadline{
        max-inline-size:min(13ch,100%);
      }

      .deskSub{
        max-inline-size:min(68ch,100%);
      }
    }

    @media (max-width:900px){
      .directoryItem{
        grid-template-columns:minmax(48px,56px) minmax(0,1fr);
      }

      .directoryActions{
        grid-column:2 / -1;
        display:grid;
        grid-template-columns:repeat(auto-fit,minmax(120px,1fr));
        border-left:0;
      }
    }

    @media (max-width:760px){
      .supportDesk,
      .resultsShell,
      .discussionCard,
      .savedPanel{
        border-radius:22px;
      }

      .deskTop::before{
        margin-bottom:10px;
        font-size:11px;
      }

      .deskHeadline{
        max-inline-size:100%;
        font-size:clamp(2rem,10.8vw,3rem);
        line-height:.96;
        letter-spacing:-.055em;
      }

      .entryBoard,
      .entryMain{
        display:block;
      }

      .helperShareCallout{
        font-size:12.75px;
      }

      .resultsHeader{
        grid-template-columns:1fr;
      }

      .directoryItem{
        grid-template-columns:1fr;
      }

      .directoryBand{
        min-height:48px;
        border-right:0;
      }

      .directoryBody{
        min-width:0;
      }

      .directoryTitle{
        max-inline-size:100%;
        font-size:clamp(19px,6.4vw,24px);
      }

      .detailsGrid{
        grid-template-columns:1fr;
      }

      .directoryActions{
        grid-column:auto;
        display:grid;
        grid-template-columns:repeat(auto-fit,minmax(118px,1fr));
        padding:12px;
      }

      .directoryActions .btn{
        justify-content:center;
      }

      .snackbar{
        inset:12px 12px auto 12px;
        max-width:none;
      }
    }

    @media (max-width:560px){
      .topbar-inner{
        align-items:flex-start;
      }

      .top-controls{
        gap:.4rem;
      }

      .lang-select{
        width:min(46vw,140px);
      }

      .deskHeadline{
        font-size:clamp(1.85rem,9.5vw,2.45rem);
      }

      .entryMain,
      .focusFrame{
        border-radius:16px;
      }

      textarea.searchBox{
        min-height:108px;
      }

      .directoryActions{
        grid-template-columns:1fr;
      }
    }

    @media (max-width:380px){
      .topbar-inner{
        padding:.55rem;
      }

      .lang-select{
        width:116px;
      }

      .about-trigger,
      .saved-trigger{
        padding:.5rem .52rem;
      }

      .deskHeadline{
        font-size:1.75rem;
      }
    }

    @media print{
      .supportDesk,
      .resultsShell,
      .directoryItem,
      .discussionCard{
        box-shadow:none!important;
      }
      .discussionCard{
        background:#fff!important;
        color:#111!important;
      }
    }



    /* Full-screen balance hotfix v3: keeps the mobile-safe layout, but removes desktop dead space. */
    @media (min-width:980px){
      .layout.has-saved{
        grid-template-columns:minmax(220px,260px) minmax(0,1fr);
        align-items:start;
      }

      .supportDesk{
        grid-template-columns:minmax(280px,.72fr) minmax(520px,1.28fr);
        align-items:start;
        min-block-size:0;
      }

      .deskTop{
        display:flex;
        flex-direction:column;
        justify-content:flex-start;
        align-items:flex-start;
        min-block-size:0;
        padding:clamp(22px,2.4vw,34px);
      }

      .deskTop::before{
        margin-block-end:clamp(12px,1.2vw,16px);
      }

      .deskHeadline{
        margin:0 0 .85rem;
        max-inline-size:min(12ch,100%);
        font-size:clamp(2.75rem,3.75vw,4.35rem);
        line-height:.94;
        letter-spacing:-.058em;
      }

      .deskSub{
        max-inline-size:min(42ch,100%);
        line-height:1.62;
      }

      .entryBoard{
        align-items:flex-start;
        padding:clamp(22px,2.4vw,30px);
      }

      .entryMain{
        inline-size:100%;
        max-inline-size:720px;
        margin-inline:auto;
      }

      .supportDesk::after{
        width:min(360px,36vw);
        inset:auto -12% -28% auto;
      }

      .savedPanel{
        max-inline-size:260px;
      }
    }

    @media (min-width:1200px){
      .page-shell{
        max-inline-size:min(var(--maxw), calc(100vw - 40px));
      }

      .deskHeadline{
        font-size:clamp(3rem,3.45vw,4.45rem);
      }
    }

    @media (min-width:980px) and (max-height:780px){
      .deskTop{
        padding-block:20px;
      }

      .deskHeadline{
        font-size:clamp(2.45rem,3.2vw,3.85rem);
        max-inline-size:min(13ch,100%);
      }

      .deskSub{
        font-size:15px;
        line-height:1.55;
      }

      .entryBoard{
        padding-block:20px;
      }
    }

  

    /* ==========================================================
       Professional UI polish v4 — CSS only.
       Source principle: consistent spacing, calmer hierarchy,
       restrained decoration, complete states, and real-content wrapping.
       No DOM, script, route, cache, endpoint, or ID changes.
       ========================================================== */

    :root{
      --space-1:4px;
      --space-2:8px;
      --space-3:12px;
      --space-4:16px;
      --space-5:24px;
      --space-6:32px;
      --pro-paper:#fbfff8;
      --pro-panel:#ffffff;
      --pro-panel-soft:#f6fbf7;
      --pro-ink:#102117;
      --pro-muted:#53645c;
      --pro-line:rgba(16,33,23,.115);
      --pro-line-strong:rgba(16,33,23,.20);
      --pro-primary:#176d3a;
      --pro-primary-2:#0f766e;
      --pro-warm:#b96b28;
      --pro-shadow:0 16px 38px rgba(16,33,23,.075);
      --pro-shadow-soft:0 8px 22px rgba(16,33,23,.055);
    }

    html,
    body,
    #app,
    .app-shell{
      inline-size:100%;
      max-inline-size:100%;
      overflow-x:clip;
    }
    @supports not (overflow:clip){
      html,body,#app,.app-shell{overflow-x:hidden}
    }

    body{
      color:var(--pro-ink);
      background:
        radial-gradient(780px 440px at 8% -8%, rgba(185,107,40,.10), transparent 58%),
        radial-gradient(820px 500px at 100% 0%, rgba(23,109,58,.10), transparent 60%),
        linear-gradient(90deg, rgba(16,33,23,.026) 1px, transparent 1px),
        linear-gradient(180deg, rgba(16,33,23,.022) 1px, transparent 1px),
        linear-gradient(180deg,#fffef9 0%,#f5faf4 48%,#eef7ef 100%);
      background-size:auto,auto,48px 48px,48px 48px,auto;
    }

    .topbar-inner,
    .page-shell,
    .layout,
    .layout > *,
    .supportDesk,
    .supportDesk > *,
    .entryBoard,
    .entryMain,
    .focusFrame,
    .resultsShell,
    .resultsHeader,
    .directory,
    .directoryItem,
    .directoryBody,
    .directoryTop,
    .directoryActions,
    .discussionCard,
    .savedPanel,
    .savedList,
    .dialog-card,
    .loading-card,
    .footer-inner{
      min-inline-size:0;
      max-inline-size:100%;
    }

    .topbar{
      background:rgba(255,255,255,.90);
      border-bottom-color:var(--pro-line);
      box-shadow:0 6px 18px rgba(16,33,23,.035);
    }

    .topbar-inner{
      gap:var(--space-3);
    }

    .brand{
      min-inline-size:0;
      gap:var(--space-2);
      letter-spacing:-.02em;
    }

    .brand span{
      min-inline-size:0;
      overflow-wrap:anywhere;
    }

    .top-controls{
      gap:var(--space-2);
      min-inline-size:0;
      flex-wrap:wrap;
      justify-content:flex-end;
    }

    .lang-select,
    .about-trigger,
    .saved-trigger{
      border-color:var(--pro-line);
      box-shadow:none;
    }

    .about-trigger:hover,
    .saved-trigger:hover,
    .lang-select:hover{
      border-color:rgba(23,109,58,.22);
      background:#f9fcfa;
      text-decoration:none;
    }

    .page-pad{
      padding-block:clamp(12px,2vw,24px);
    }

    .supportDesk,
    .resultsShell,
    .discussionCard,
    .savedPanel{
      border-color:var(--pro-line);
      box-shadow:var(--pro-shadow);
    }

    .supportDesk{
      background:
        linear-gradient(180deg, rgba(255,255,255,.97), rgba(248,252,249,.95));
    }

    .supportDesk::before{
      inset:12px;
      border-color:rgba(16,33,23,.045);
    }

    .supportDesk::after{
      opacity:.55;
      filter:blur(1px);
    }

    .deskTop::before{
      padding:6px 10px;
      margin-block-end:var(--space-3);
      border-color:rgba(23,109,58,.14);
      background:rgba(23,109,58,.065);
      color:#17623a;
      line-height:1.2;
    }

    .deskHeadline,
    .directoryTitle,
    .resultsKicker,
    .panelTitle,
    .savedHeader strong,
    .dialog-head h2{
      text-wrap:balance;
    }

    .deskHeadline{
      margin-block:0 var(--space-3);
      max-inline-size:min(12ch,100%);
      color:var(--pro-ink);
      letter-spacing:-.055em;
    }

    .deskSub{
      margin-block:0;
      max-inline-size:min(54ch,100%);
      color:#405448;
      line-height:1.62;
    }

    .entryBoard{
      padding:clamp(16px,2.2vw,28px);
    }

    .entryMain{
      border-color:var(--pro-line);
      background:var(--pro-panel);
      box-shadow:var(--pro-shadow-soft);
    }

    .intakeHeader{
      align-items:flex-start;
      gap:var(--space-3);
      margin-block-end:var(--space-3);
    }

    .entryLabel,
    .resultsKicker,
    .panelTitle,
    .recentHead{
      letter-spacing:.12em;
      color:#596a61;
    }

    .entryHint,
    .panelCopy,
    .resultsLead,
    .deskSub,
    .directoryDesc,
    .directoryMeta,
    .inputValidation,
    .trustCard,
    .helperShareCallout,
    .guardrailBox,
    .detailBox{
      overflow-wrap:anywhere;
      word-break:normal;
      hyphens:auto;
    }

    @supports (text-wrap:pretty){
      .entryHint,
      .panelCopy,
      .resultsLead,
      .deskSub,
      .directoryDesc,
      .helperShareCallout,
      .guardrailBox{
        text-wrap:pretty;
      }
    }

    .miniSignals,
    .hintList,
    .recentStrip,
    .savedList,
    .filterBar,
    .metaRow,
    .actionRow{
      min-inline-size:0;
      align-items:flex-start;
    }

    .miniSignal,
    .chip,
    .btn,
    .type-chip,
    .savedList button,
    .recentStrip button,
    .filterBar button{
      min-inline-size:0;
      max-inline-size:100%;
      white-space:normal;
      overflow-wrap:anywhere;
      word-break:normal;
      line-height:1.25;
    }

    .miniSignal{
      min-block-size:32px;
      padding:6px 10px;
      background:#f7fbf8;
    }

    .focusFrame{
      padding:var(--space-3);
      border-color:rgba(23,109,58,.20);
      background:#f8fcf9;
      box-shadow:none;
    }

    label.field-label{
      color:#263d31;
    }

    textarea.searchBox{
      min-inline-size:0;
      max-inline-size:100%;
      min-block-size:118px;
      border-color:var(--pro-line);
      line-height:1.56;
    }

    textarea.searchBox:focus-visible{
      outline:0;
      border-color:rgba(29,78,216,.44);
      box-shadow:0 0 0 4px rgba(29,78,216,.10);
    }

    .trustGrid{
      gap:var(--space-2);
    }

    .trustCard,
    .detailBox{
      border-color:var(--pro-line);
      background:#fff;
    }

    .helperShareCallout,
    .guardrailBox{
      border-color:rgba(185,107,40,.20);
      background:linear-gradient(180deg,#fff8ed,#f6fbf7);
    }

    .btn{
      border-color:var(--pro-line);
      box-shadow:none;
      transition:transform .16s ease, box-shadow .16s ease, border-color .16s ease, background-color .16s ease;
    }

    .btn:hover{
      transform:translateY(-1px);
      box-shadow:var(--pro-shadow-soft);
      text-decoration:none;
    }

    .btn:active{
      transform:translateY(0);
    }

    .btn:disabled,
    .btn[disabled]{
      opacity:.56;
      cursor:not-allowed;
      transform:none!important;
      box-shadow:none!important;
    }

    .btn.primary{
      background:linear-gradient(180deg,var(--pro-primary),#126233);
      border-color:#126233;
    }

    .btn.ghost,
    .btn.outline,
    .chip,
    .savedList button,
    .recentStrip button,
    .filterBar button{
      background:#fff;
      border-color:var(--pro-line);
    }

    .btn.outline{
      color:var(--pro-primary);
    }

    .chip.active{
      background:#ecf8ef;
      border-color:rgba(23,109,58,.24);
      color:#17623a;
    }

    .resultsShell{
      background:#fff;
    }

    .resultsHeader{
      grid-template-columns:minmax(0,1fr) auto;
      align-items:start;
      padding:clamp(16px,2vw,22px) clamp(16px,2vw,22px) var(--space-3);
      background:linear-gradient(180deg,rgba(236,253,243,.50),rgba(255,255,255,0));
    }

    .resultsLead{
      max-inline-size:min(72ch,100%);
      line-height:1.6;
    }

    .filterBar{
      padding-inline:clamp(14px,2vw,22px);
    }

    .directory{
      padding:var(--space-2) var(--space-2) var(--space-4);
      container-type:inline-size;
    }

    .directoryItem{
      grid-template-columns:minmax(54px,64px) minmax(0,1fr) minmax(164px,196px);
      margin:var(--space-3) var(--space-2);
      border-color:var(--pro-line);
      background:linear-gradient(180deg,#fff,#f9fcfa);
      box-shadow:0 12px 28px rgba(16,33,23,.052);
    }

    .directoryBand{
      background:linear-gradient(180deg,var(--type-bg),#f7fcf9);
      border-right-color:var(--pro-line);
    }

    .directoryBody{
      padding:clamp(14px,1.8vw,18px);
    }

    .directoryTop{
      align-items:flex-start;
      gap:var(--space-3);
    }

    .directoryTitle{
      max-inline-size:min(34ch,100%);
      font-size:clamp(19px,2vw,26px);
      line-height:1.03;
      letter-spacing:-.04em;
    }

    .type-chip{
      flex:0 1 auto;
      text-align:center;
    }

    .directoryDesc{
      margin-block-start:var(--space-2);
      line-height:1.62;
      -webkit-line-clamp:5;
    }

    .detailsGrid{
      grid-template-columns:repeat(2,minmax(0,1fr));
      gap:var(--space-2);
    }

    .directoryActions{
      padding:var(--space-3);
      justify-content:center;
      gap:var(--space-2);
      background:#f8fbf9;
      border-left-color:var(--pro-line);
    }

    .directoryActions .btn{
      inline-size:100%;
      justify-content:center;
      min-block-size:42px;
      padding:.72rem .8rem;
      text-align:center;
    }

    .discussionCard{
      background:
        radial-gradient(520px 260px at 100% 0%, rgba(23,109,58,.18), transparent 58%),
        linear-gradient(180deg,#173724,#0f2719);
    }

    .discussionCard .panelCopy{
      color:rgba(244,255,248,.78);
    }

    .savedPanel{
      background:rgba(255,255,255,.92);
      box-shadow:var(--pro-shadow-soft);
    }

    .savedHeader{
      align-items:flex-start;
    }

    .savedList button{
      border-radius:12px;
      line-height:1.35;
      text-align:left;
    }

    .snackbar{
      max-inline-size:min(420px,calc(100vw - 24px));
    }

    .dialog-card{
      overflow-wrap:anywhere;
    }

    @supports selector(:has(*)){
      .entryMain:has(textarea.searchBox:focus){
        border-color:rgba(29,78,216,.24);
      }

      .directoryItem:has(.btn:focus-visible){
        border-color:rgba(29,78,216,.26);
      }
    }

    @supports (animation-timeline:view()){
      @media (prefers-reduced-motion:no-preference){
        .directoryItem{
          animation:bgps-professional-reveal both ease-out;
          animation-timeline:view();
          animation-range:entry 0% cover 16%;
        }
        @keyframes bgps-professional-reveal{
          from{opacity:.78;transform:translateY(8px)}
          to{opacity:1;transform:translateY(0)}
        }
      }
    }

    @media (min-width:980px){
      .layout.has-saved{
        grid-template-columns:minmax(220px,260px) minmax(0,1fr);
        align-items:start;
      }

      .supportDesk{
        grid-template-columns:minmax(280px,.72fr) minmax(0,1.28fr);
        align-items:start;
      }

      .deskTop{
        justify-content:flex-start;
        padding:clamp(22px,2.6vw,36px);
      }

      .deskHeadline{
        max-inline-size:min(12ch,100%);
        font-size:clamp(2.75rem,3.35vw,4.35rem);
        line-height:.94;
      }

      .entryBoard{
        align-items:flex-start;
      }

      .entryMain{
        inline-size:100%;
        max-inline-size:720px;
        margin-inline:auto;
      }

      .savedPanel{
        max-inline-size:260px;
      }
    }

    @media (min-width:1200px){
      .page-shell{
        max-inline-size:min(var(--maxw), calc(100vw - 40px));
      }
    }

    @media (max-width:1100px){
      .supportDesk{
        display:block;
      }

      .deskHeadline{
        max-inline-size:min(13ch,100%);
      }

      .deskSub{
        max-inline-size:min(68ch,100%);
      }
    }

    @media (max-width:900px){
      .directoryItem{
        grid-template-columns:minmax(48px,56px) minmax(0,1fr);
      }

      .directoryActions{
        grid-column:2 / -1;
        display:grid;
        grid-template-columns:repeat(auto-fit,minmax(min(100%,120px),1fr));
        border-left:0;
        border-top:1px solid var(--pro-line);
      }
    }

    @media (max-width:760px){
      .page-pad{
        padding:12px;
      }

      .supportDesk,
      .resultsShell,
      .discussionCard,
      .savedPanel{
        border-radius:22px;
      }

      .deskTop{
        padding:16px 16px 8px;
      }

      .deskTop::before{
        white-space:normal;
        margin-block-end:var(--space-2);
      }

      .deskHeadline{
        max-inline-size:100%;
        font-size:clamp(2rem,10.6vw,3rem);
        line-height:.98;
      }

      .deskSub{
        font-size:14px;
        line-height:1.5;
      }

      .entryBoard{
        padding:12px;
      }

      .entryMain,
      .focusFrame{
        border-radius:18px;
      }

      .entryMain{
        padding:14px;
      }

      .trustGrid{
        grid-template-columns:1fr;
      }

      .actionRow{
        display:grid;
        grid-template-columns:1fr;
        gap:var(--space-2);
      }

      .actionRow .btn{
        inline-size:100%;
      }

      .resultsHeader{
        grid-template-columns:1fr;
      }

      .directoryItem{
        grid-template-columns:1fr;
        margin:var(--space-2) 0;
        border-radius:18px;
      }

      .directoryBand{
        min-block-size:46px;
        border-right:0;
        border-bottom:1px solid var(--pro-line);
      }

      .directoryBody{
        padding:14px;
      }

      .directoryTop{
        display:block;
      }

      .directoryTitle{
        max-inline-size:100%;
        font-size:clamp(18px,6.2vw,23px);
      }

      .directoryTop .type-chip{
        margin-block-start:var(--space-2);
      }

      .detailsGrid{
        grid-template-columns:1fr;
      }

      .directoryActions{
        grid-column:auto;
        display:grid;
        grid-template-columns:repeat(auto-fit,minmax(min(100%,118px),1fr));
        padding:var(--space-3);
      }

      .snackbar{
        inset:12px 12px auto 12px;
        max-inline-size:none;
      }

      dialog{
        max-inline-size:calc(100vw - 24px);
      }
    }

    @media (max-width:560px){
      .topbar-inner{
        align-items:flex-start;
        gap:var(--space-2);
      }

      .top-controls{
        gap:6px;
      }

      .lang-select{
        inline-size:min(46vw,140px);
      }

      .deskHeadline{
        font-size:clamp(1.85rem,9.5vw,2.45rem);
      }

      textarea.searchBox{
        min-block-size:108px;
      }

      .miniSignals,
      .hintList{
        display:none;
      }

      .directoryActions{
        grid-template-columns:1fr;
      }
    }

    @media (max-width:420px){
      .page-pad{
        padding:10px;
      }

      .topbar-inner{
        padding:.55rem;
      }

      .brand span{
        display:none;
      }

      .lang-select{
        inline-size:min(42vw,124px);
      }

      .about-trigger,
      .saved-trigger{
        padding:.52rem .58rem;
      }

      .deskHeadline{
        font-size:1.75rem;
      }

      .entryMain{
        padding:12px;
      }
    }

    @media (prefers-reduced-motion:reduce){
      .directoryItem{
        animation:none!important;
      }
      .btn:hover,
      .directoryItem:hover{
        transform:none!important;
      }
    }

    @media print{
      .supportDesk,
      .resultsShell,
      .directoryItem,
      .discussionCard,
      .savedPanel{
        box-shadow:none!important;
      }
      .discussionCard{
        background:#fff!important;
        color:#111!important;
      }
    }


    /* ==========================================================
       Option 1 — Compassionate & Human-Centered redesign.
       Visual override only; existing runtime contracts remain.
       ========================================================== */
    :root{
      --human-ink:#14231a;
      --human-muted:#53665a;
      --human-green:#176d3a;
      --human-green-dark:#0d4d28;
      --human-green-soft:#edf7ef;
      --human-sage:#dcecdf;
      --human-cream:#fbfaf5;
      --human-warm:#c57b29;
      --human-line:rgba(20,35,26,.12);
      --human-shadow:0 22px 60px rgba(20,35,26,.10);
      --human-shadow-soft:0 10px 28px rgba(20,35,26,.07);
      --human-radius:22px;
    }
    body{
      background:
        radial-gradient(900px 460px at 8% -10%, rgba(197,123,41,.08), transparent 62%),
        linear-gradient(180deg,#fffefb 0%,#f6f7f1 58%,#eef5ef 100%)!important;
      color:var(--human-ink);
    }
    .page-shell{max-width:1460px}
    .page-pad{padding:18px clamp(12px,2vw,26px) 0}
    .topbar{
      background:rgba(255,255,255,.96);
      border-bottom:1px solid var(--human-line);
      box-shadow:0 4px 18px rgba(20,35,26,.04);
      backdrop-filter:blur(16px);
    }
    .topbar-inner{
      max-width:1460px;
      padding:10px clamp(14px,2vw,28px);
      min-height:70px;
    }
    .brand{gap:10px;color:var(--human-ink);text-decoration:none}
    .brand:hover{text-decoration:none}
    .brand img{width:38px;height:38px;box-shadow:none;border-radius:12px}
    .brand-copy{display:grid;line-height:1.05;min-width:0}
    .brand-copy strong{font-size:17px;font-weight:900;letter-spacing:-.035em}
    .brand-copy small{margin-top:5px;color:#6a766f;font-size:10px;font-weight:600;letter-spacing:.01em}
    .top-controls{gap:8px;align-items:center;flex-wrap:nowrap}
    .lang-select,.about-trigger,.saved-trigger{
      min-width:auto;
      border:0;
      background:transparent;
      box-shadow:none;
      padding:10px 12px;
      color:var(--human-ink);
      font-size:13px;
      font-weight:700;
    }
    .lang-select{width:112px}
    .about-trigger:hover,.saved-trigger:hover,.lang-select:hover{background:#f4f8f4;border:0;text-decoration:none}
    .top-help-button{
      border:1px solid var(--human-green);
      border-radius:999px;
      padding:10px 18px;
      min-height:42px;
      background:linear-gradient(180deg,#197841,#105b30);
      color:white;
      font-weight:800;
      box-shadow:0 9px 20px rgba(23,109,58,.20);
    }
    .top-help-button:hover{transform:translateY(-1px)}
    .layout,.layout.has-saved{display:grid;grid-template-columns:minmax(0,1fr);gap:18px}
    .layout.has-saved{grid-template-columns:280px minmax(0,1fr)}
    .supportDesk{
      display:block!important;
      overflow:hidden;
      background:#fff!important;
      border:1px solid var(--human-line);
      border-radius:26px;
      box-shadow:var(--human-shadow);
      isolation:isolate;
    }
    .supportDesk::before,.supportDesk::after{display:none!important}
    .heroStory{
      display:grid;
      grid-template-columns:minmax(0,.92fr) minmax(440px,1.08fr);
      min-height:440px;
      background:#fff;
    }
    .deskTop{
      border:0!important;
      padding:clamp(34px,5vw,72px)!important;
      display:flex!important;
      flex-direction:column;
      justify-content:center!important;
      align-items:flex-start;
      background:
        radial-gradient(500px 300px at 5% 5%,rgba(23,109,58,.065),transparent 66%),
        linear-gradient(180deg,#fffefb,#fff);
    }
    .deskTop::before{display:none!important}
    .heroEyebrow{
      margin:0 0 18px;
      color:var(--human-green);
      font-size:12px;
      line-height:1;
      font-weight:900;
      letter-spacing:.12em;
      text-transform:uppercase;
    }
    .deskHeadline{
      margin:0!important;
      max-width:10ch!important;
      color:var(--human-ink);
      font-family:Georgia,"Times New Roman",serif!important;
      font-size:clamp(3.2rem,5.15vw,5.6rem)!important;
      line-height:.94!important;
      letter-spacing:-.065em!important;
      font-weight:700!important;
      text-wrap:balance;
    }
    .deskSub{
      margin:20px 0 0!important;
      max-width:48ch!important;
      color:#43544a;
      font-size:clamp(15px,1.25vw,18px)!important;
      line-height:1.62!important;
    }
    .heroTrust{display:flex;flex-wrap:wrap;gap:18px;margin-top:22px}
    .heroTrust span{display:inline-flex;align-items:center;gap:7px;color:#31463a;font-size:13px;font-weight:750}
    .heroTrust b{
      display:grid;place-items:center;width:18px;height:18px;border-radius:50%;
      background:var(--human-green);color:#fff;font-size:11px;line-height:1;
    }
    .heroStart{
      display:inline-flex;align-items:center;justify-content:center;gap:32px;
      min-height:52px;margin-top:25px;padding:12px 20px;border:1px solid #0d5e30;border-radius:12px;
      background:linear-gradient(180deg,#1b8246,#126334);color:white;
      font-weight:850;box-shadow:0 12px 25px rgba(23,109,58,.22);
    }
    .heroStart:hover{transform:translateY(-1px);box-shadow:0 15px 28px rgba(23,109,58,.26)}
    .heroMeta{margin:10px 0 0;color:#68756d;font-size:11px}
    .heroVisual{position:relative;min-width:0;margin:0;overflow:hidden;background:#e6eee6}
    .heroVisual img{width:100%;height:100%;object-fit:cover;object-position:center 42%}
    .heroVisualShade{
      position:absolute;inset:0;
      background:linear-gradient(90deg,rgba(255,255,255,.34),transparent 18%),
                 linear-gradient(0deg,rgba(14,34,22,.12),transparent 35%);
      pointer-events:none;
    }
    .categorySection{
      border-top:1px solid var(--human-line);
      padding:24px clamp(18px,3vw,38px) 26px;
      background:#fff;
    }
    .categoryHeading{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:15px}
    .categoryHeading h2{
      margin:0;font-family:Georgia,"Times New Roman",serif;font-size:18px;line-height:1;font-weight:700;
    }
    .categoryHeading p{margin:0;color:var(--human-muted);font-size:12px}
    .categoryRail{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px}
    .categoryCard{
      display:flex;align-items:flex-start;gap:11px;min-width:0;padding:14px 12px;
      border:1px solid var(--human-line);border-radius:12px;background:#fff;color:var(--human-ink);
      text-align:left;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease;
    }
    .categoryCard:hover{transform:translateY(-2px);border-color:rgba(23,109,58,.3);box-shadow:var(--human-shadow-soft)}
    .categoryCard:focus-visible{outline:3px solid var(--focus);outline-offset:2px}
    .categoryCard>span:last-child{min-width:0}
    .categoryCard strong{display:block;font-size:13px;line-height:1.2}
    .categoryCard small{display:block;margin-top:5px;color:#68756d;font-size:9.5px;line-height:1.35}
    .categoryIcon{
      flex:0 0 auto;display:grid;place-items:center;width:32px;height:32px;border-radius:9px;
      background:#eef7f0;color:var(--human-green);
    }
    .categoryIcon svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round}
    .emergencyCard .categoryIcon{background:#fff4ec;color:#a75222}
    .privacyStrip{
      display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:13px;
      margin:0 20px 22px;padding:13px 18px;border:1px solid rgba(23,109,58,.15);border-radius:13px;
      background:linear-gradient(90deg,#f0f7f1,#fafcf8);color:#44544a;
    }
    .privacyIcon{
      display:grid;place-items:center;width:30px;height:30px;border-radius:50%;
      background:#e4f0e7;color:var(--human-green);font-size:13px
    }
    .privacyStrip div{display:grid;gap:2px;min-width:0}
    .privacyStrip strong{font-size:12px;color:var(--human-ink)}
    .privacyStrip span{font-size:10px}
    .privacyStrip p{margin:0;text-align:right;color:#68756d;font-size:9.5px;line-height:1.45}
    .entryBoard{
      display:block!important;
      padding:clamp(20px,3vw,40px)!important;
      border-top:1px solid var(--human-line);
      background:
        radial-gradient(600px 300px at 100% 0,rgba(23,109,58,.06),transparent 65%),
        #f7faf6;
    }
    .entryMain{
      width:min(900px,100%)!important;max-width:900px!important;margin:0 auto!important;
      padding:clamp(20px,3vw,34px)!important;border:1px solid var(--human-line);
      border-radius:20px;background:#fff!important;box-shadow:var(--human-shadow-soft)!important;
    }
    .intakeHeader{align-items:flex-start;margin-bottom:18px}
    .formEyebrow{margin:0 0 8px;color:var(--human-green);font-size:11px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
    .entryLabel{
      margin:0!important;color:var(--human-ink)!important;font-family:Georgia,"Times New Roman",serif!important;
      font-size:clamp(23px,2.5vw,34px)!important;line-height:1.08!important;letter-spacing:-.035em!important;text-transform:none!important;
    }
    .entryHint{margin-top:9px}
    .miniSignals{justify-content:flex-end}
    .miniSignal{background:#f6faf6;border-color:var(--human-line);color:#405248}
    .focusFrame{padding:12px;border:1px solid rgba(23,109,58,.22);border-radius:16px;background:#f7fbf7}
    textarea.searchBox{min-height:132px;border-radius:12px;border-color:var(--human-line);font-size:16px}
    .actionRow{display:flex;justify-content:flex-start}
    .btn{border-radius:11px;min-height:46px}
    .btn.primary{background:linear-gradient(180deg,#1b8246,#126334);border-color:#126334}
    .trustGrid{gap:10px}
    .trustCard{background:#fbfcfa;border-radius:12px}
    .helperShareCallout{border-radius:12px}
    .resultsShell{
      border:1px solid var(--human-line);border-radius:24px;background:#fff;
      box-shadow:var(--human-shadow);margin-top:22px;
    }
    .resultsHeader{padding:26px 28px 16px;background:linear-gradient(180deg,#f3f8f3,#fff)}
    .resultsKicker{font-family:Georgia,"Times New Roman",serif!important;font-size:30px!important;letter-spacing:-.035em!important;text-transform:none!important;color:var(--human-ink)!important}
    .filterBar{padding:14px 28px 0}
    .directory{padding:8px 18px 20px}
    .directoryItem{
      grid-template-columns:62px minmax(0,1fr) minmax(176px,205px);
      border-radius:16px;border-color:var(--human-line);box-shadow:0 8px 22px rgba(20,35,26,.055);
    }
    .directoryBand{background:#edf7ef;border-color:var(--human-line);color:var(--human-green)}
    .directoryTitle{font-family:Georgia,"Times New Roman",serif!important;color:var(--human-ink)}
    .directoryActions{background:#f8faf7;border-color:var(--human-line)}
    .discussionCard{border-radius:24px;background:linear-gradient(180deg,#173b26,#0e281a)}
    .savedPanel{
      position:sticky;top:88px;align-self:start;max-height:calc(100vh - 110px);overflow:auto;
      border-radius:18px;background:#fff;border:1px solid var(--human-line);box-shadow:var(--human-shadow-soft)
    }
    .footer{background:#eef5ef;border-color:var(--human-line)}
    .footer-inner{max-width:1460px;padding:14px 20px}
    dialog{border-radius:22px}
    .dialog-card{padding:24px}
    .loading-card{background:#163323}
    .spinner{border-top-color:#72d695}
    .linear::before{background:#72d695}

    @media (max-width:1100px){
      .heroStory{grid-template-columns:minmax(0,1fr) minmax(360px,.92fr);min-height:400px}
      .deskTop{padding:42px!important}
      .deskHeadline{font-size:clamp(3rem,5.6vw,4.5rem)!important}
      .categoryRail{grid-template-columns:repeat(3,minmax(0,1fr))}
    }
    @media (max-width:900px){
      .layout.has-saved{grid-template-columns:1fr}
      .savedPanel{position:static;max-height:none}
      .heroStory{grid-template-columns:1fr}
      .deskTop{order:1;padding:40px 32px!important}
      .heroVisual{order:2;min-height:340px}
      .deskHeadline{max-width:11ch!important}
      .categoryHeading{display:block}
      .categoryHeading p{margin-top:7px}
      .directoryItem{grid-template-columns:54px minmax(0,1fr)}
      .directoryActions{grid-column:2/-1}
    }
    @media (max-width:720px){
      .page-pad{padding:10px 10px 0}
      .topbar-inner{min-height:62px;padding:8px 10px}
      .brand img{width:34px;height:34px}
      .brand-copy small{display:none}
      .top-controls{gap:2px}
      .lang-select{width:98px;padding:8px 5px}
      .about-trigger,.saved-trigger{padding:8px 7px;font-size:12px}
      .top-help-button{padding:9px 12px;font-size:12px}
      .supportDesk{border-radius:20px}
      .deskTop{padding:34px 24px 28px!important}
      .heroEyebrow{font-size:10px;margin-bottom:12px}
      .deskHeadline{font-size:clamp(2.7rem,12vw,4rem)!important;line-height:.96!important}
      .deskSub{font-size:15px!important;margin-top:16px!important}
      .heroTrust{gap:12px;margin-top:17px}
      .heroStart{width:100%;justify-content:space-between;margin-top:20px}
      .heroVisual{min-height:300px}
      .categorySection{padding:20px 16px}
      .categoryRail{
        display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:6px;
        scrollbar-width:thin;
      }
      .categoryCard{flex:0 0 190px;scroll-snap-align:start}
      .privacyStrip{grid-template-columns:auto 1fr;margin:0 14px 16px}
      .privacyStrip p{grid-column:2;text-align:left}
      .entryBoard{padding:18px 12px!important}
      .entryMain{padding:18px!important}
      .entryLabel{font-size:26px!important}
      .miniSignals{display:none}
      .trustGrid{grid-template-columns:1fr}
      .actionRow{display:grid;grid-template-columns:1fr}
      .actionRow .btn{width:100%}
      .resultsHeader{grid-template-columns:1fr;padding:20px 18px 12px}
      .filterBar{padding:10px 18px 0}
      .directory{padding:6px 10px 16px}
      .directoryItem{grid-template-columns:1fr}
      .directoryBand{min-height:48px;border-right:0}
      .directoryActions{grid-column:auto;grid-template-columns:1fr}
    }
    @media (max-width:520px){
      .brand-copy strong{font-size:15px}
      .about-trigger{display:none}
      .top-help-button{white-space:nowrap}
      .deskTop{padding:28px 20px 24px!important}
      .deskHeadline{font-size:clamp(2.35rem,12vw,3.25rem)!important}
      .heroVisual{min-height:245px}
      .heroVisual img{object-position:center 35%}
      .privacyStrip{margin-inline:10px;padding:12px}
      .privacyIcon{display:none}
      .privacyStrip{grid-template-columns:1fr}
      .privacyStrip p{grid-column:auto}
      .helperShareCallout{display:none}
      .recentWrap{display:none}
    }
    @media (max-width:380px){
      .brand-copy{display:none}
      .lang-select{width:92px}
      .saved-trigger{padding-inline:5px}
      .top-help-button{padding-inline:9px}
    }
    @media (prefers-reduced-motion:reduce){
      .heroStart,.top-help-button,.categoryCard{transition:none!important}
      .heroStart:hover,.top-help-button:hover,.categoryCard:hover{transform:none!important}
    }

  
    /* Fourth build: explicit local-save privacy controls. */
    .savedPrivacyNotice{
      margin:.75rem 0 0;padding:.8rem;border:1px solid rgba(16,33,23,.10);
      border-radius:14px;background:#f8fbf9;color:#33463c;font-size:12.5px;line-height:1.45;
    }
    .savedPrivacyNotice[hidden]{display:none!important}
    .savedPrivacyActions{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.65rem}
    .savedItem{
      display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.5rem;align-items:start;
      padding:.45rem 0;border-bottom:1px solid rgba(16,33,23,.07);
    }
    .savedItem:last-child{border-bottom:0}
    .savedItemOpen{
      width:100%;border:0;background:transparent;text-align:left;padding:.4rem .25rem;
      color:var(--ink);border-radius:10px;
    }
    .savedItemOpen:hover{background:#f4faf6}
    .savedItemMeta{display:block;margin-top:.15rem;color:var(--muted);font-size:11.5px;line-height:1.35}
    .savedDelete{
      border:1px solid var(--line);background:#fff;color:#7f1d1d;border-radius:10px;
      padding:.4rem .55rem;font-size:12px;line-height:1.2;
    }
    .savePrivacyNote{font-size:12px;color:var(--muted);align-self:center}
    @media (max-width:520px){
      .savedPrivacyActions{display:grid;grid-template-columns:1fr}
      .savedPrivacyActions .linkButton{width:100%;text-align:left}
    }

    /* Build 11: language-direction support. DOM/read/keyboard order stays unchanged. */
    html[dir="rtl"] body { direction: rtl; text-align: right; }
    html[dir="rtl"] input,
    html[dir="rtl"] textarea,
    html[dir="rtl"] select { direction: rtl; text-align: right; }
    html[dir="rtl"] .brand-copy,
    html[dir="rtl"] .directoryBody,
    html[dir="rtl"] .detailBox,
    html[dir="rtl"] .savedPanel,
    html[dir="rtl"] .guardrailBox,
    html[dir="rtl"] .searchRecovery,
    html[dir="rtl"] .urgentHelpPanel { text-align: right; }
    html[dir="rtl"] .directoryActions,
    html[dir="rtl"] .actions,
    html[dir="rtl"] .top-controls,
    html[dir="rtl"] .savedTools { direction: rtl; }

    .nextSteps{
      margin:1rem 0;
      padding:1rem;
      border:1px solid rgba(15,118,110,.22);
      border-radius:18px;
      background:linear-gradient(180deg,rgba(236,253,243,.88),rgba(255,255,255,.96));
    }
    .nextStepsHead{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:.85rem}
    .nextStepsHead h3{margin:.1rem 0 .3rem;font-size:1.12rem;line-height:1.25}
    .nextStepsHead p{margin:0;color:var(--muted);max-width:72ch;font-size:.94rem}
    .nextStepsList{display:grid;gap:.7rem;counter-reset:nextstep}
    .nextStep{
      display:grid;
      grid-template-columns:2rem minmax(0,1fr) auto;
      gap:.75rem;
      align-items:center;
      padding:.78rem;
      border:1px solid var(--line);
      border-radius:14px;
      background:rgba(255,255,255,.92);
      min-width:0;
    }
    .nextStepNumber{
      width:2rem;height:2rem;border-radius:999px;
      display:grid;place-items:center;
      background:var(--brand-3);color:var(--brand);
      font-weight:850;font-size:.86rem;
    }
    .nextStepBody{min-width:0}
    .nextStepBody strong{display:block;line-height:1.25;overflow-wrap:anywhere}
    .nextStepBody p{margin:.22rem 0 0;color:var(--muted);font-size:.9rem;line-height:1.42}
    .nextStepMeta{display:flex;gap:.45rem;flex-wrap:wrap;margin-top:.38rem}
    .nextStepTag{
      display:inline-flex;align-items:center;
      padding:.18rem .48rem;border-radius:999px;
      background:var(--paper-2);border:1px solid var(--line);
      color:var(--muted);font-size:.78rem;font-weight:700;
    }
    .nextStepActions{display:flex;gap:.45rem;flex-wrap:wrap;justify-content:flex-end}
    .nextStepActions .btn{min-height:42px;white-space:nowrap}
    @media (max-width:760px){
      .nextStep{grid-template-columns:2rem minmax(0,1fr)}
      .nextStepActions{grid-column:2;justify-content:stretch}
      .nextStepActions .btn{width:100%}
    }
    @media (max-width:480px){
      .nextSteps{padding:.82rem}
      .nextStep{padding:.7rem;gap:.6rem}
      .nextStepsHead{display:block}
    }

/* ---- consolidated Build 20 section boundary ---- */

    .freshnessSummary{
      margin:14px 18px 0;padding:14px 16px;border:1px solid rgba(23,109,58,.18);
      border-radius:16px;background:linear-gradient(135deg,#f2fbf5,#f8fbff);
      display:flex;align-items:center;justify-content:space-between;gap:14px
    }
    .freshnessSummary[hidden]{display:none!important}
    .freshnessSummaryCopy{min-width:0}
    .freshnessSummaryCopy strong{display:block;color:var(--ink);margin-bottom:3px}
    .freshnessSummaryCopy span{display:block;color:var(--muted);font-size:13px;line-height:1.45}
    .freshnessSummary .btn{flex:0 0 auto}
    .freshnessPill{
      display:inline-flex;align-items:center;gap:5px;margin-inline-start:7px;padding:.22rem .45rem;
      border-radius:999px;border:1px solid #d8dee2;background:#f5f7f8;color:#53645c;
      font-size:11px;font-weight:750;line-height:1.2;vertical-align:middle
    }
    .freshnessPill[data-band="recent"]{border-color:#b7dfc4;background:#edf9f1;color:#176d3a}
    .freshnessPill[data-band="older"]{border-color:#f2d49c;background:#fff8e7;color:#8a4b08}
    .freshnessPill[data-band="old"],.freshnessPill[data-band="review"]{border-color:#fecaca;background:#fff3f3;color:#991b1b}
    .reportIssueBtn{font-size:12px}
    .resourceFeedbackDialog{
      width:min(560px,calc(100vw - 24px));max-width:min(560px,calc(100vw - 24px));padding:0;
      border:1px solid var(--line-strong);border-radius:22px;background:var(--paper);color:var(--ink);
      box-shadow:0 30px 90px rgba(16,33,23,.24)
    }
    .resourceFeedbackDialog::backdrop{background:rgba(8,21,14,.52);backdrop-filter:blur(3px)}
    .feedbackShell{padding:1.25rem;display:grid;gap:1rem}
    .feedbackHead{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start}
    .feedbackHead h2{margin:.15rem 0 .35rem;font-size:1.45rem;line-height:1.12}
    .feedbackHead p,.feedbackPrivacy{margin:0;color:var(--muted);line-height:1.5}
    .feedbackProgram{padding:.75rem .9rem;border:1px solid var(--line);border-radius:14px;background:var(--paper-2);font-weight:750}
    .feedbackIssues{border:0;padding:0;margin:0;display:grid;gap:.5rem}
    .feedbackIssues legend{font-weight:800;margin-bottom:.5rem}
    .feedbackChoice{display:flex;gap:.7rem;align-items:flex-start;padding:.7rem .8rem;border:1px solid var(--line);border-radius:13px;background:#fff;cursor:pointer}
    .feedbackChoice input{margin-top:.18rem}
    .feedbackActions{display:flex;justify-content:flex-end;gap:.65rem;flex-wrap:wrap}
    @media (max-width:760px){
      .freshnessSummary{margin:12px 10px 0;align-items:stretch;flex-direction:column}
      .freshnessSummary .btn{width:100%}
    }
  

/* ---- consolidated Build 20 section boundary ---- */

    [hidden]{display:none!important}
    .helperModeBanner{
      display:grid;
      grid-template-columns:minmax(0,1fr) auto;
      gap:16px;
      align-items:center;
      margin:0 0 18px;
      padding:18px 20px;
      border:1px solid color-mix(in srgb,var(--brand) 28%,transparent);
      border-radius:18px;
      background:linear-gradient(135deg,color-mix(in srgb,var(--brand) 9%,white),color-mix(in srgb,#6d28d9 8%,white));
      box-shadow:0 10px 28px rgba(22,38,63,.05);
    }
    .helperModeBanner[hidden]{display:none!important}
    .helperModeBannerCopy{display:flex;gap:13px;align-items:flex-start;min-width:0}
    .helperModeIcon{
      width:42px;height:42px;display:grid;place-items:center;flex:0 0 auto;
      border-radius:14px;background:var(--brand);color:white;font-weight:800;font-size:18px
    }
    .helperModeBanner h2{font-size:1rem;line-height:1.25;margin:0 0 4px}
    .helperModeBanner p{margin:0;color:var(--muted);line-height:1.5}
    .helperModeToggle,.helperModeExit{min-height:44px}
    .helperShareCallout{display:flex;align-items:center;gap:12px}
    .helperShareCallout > div{min-width:0;flex:1}
    .helperShareCallout .helperModeToggle{margin-inline-start:auto;flex:0 0 auto}
    body[data-helper-mode="true"] .savedPanel{display:none!important}
    body[data-helper-mode="true"] .helperShareCallout{border-color:color-mix(in srgb,var(--brand) 28%,transparent)}
    body[data-helper-mode="true"] .entryBoard{box-shadow:0 18px 48px rgba(22,38,63,.08)}
    .helperPrivacyNote{
      margin:10px 0 0;
      padding:10px 12px;
      border-radius:12px;
      background:color-mix(in srgb,var(--brand) 7%,white);
      color:var(--muted);
      font-size:.9rem;
      line-height:1.45
    }
    @media (max-width:760px){
      .helperModeBanner{grid-template-columns:1fr}
      .helperModeExit{width:100%}
      .helperShareCallout{display:flex!important;flex-direction:column;align-items:stretch}
      .helperShareCallout .helperModeToggle{margin-inline-start:0;width:100%}
    }
  

/* ---- consolidated Build 20 section boundary ---- */

    .actionPlanDialog{
      width:min(880px,calc(100vw - 24px));
      max-width:min(880px,calc(100vw - 24px));
      max-inline-size:min(880px,calc(100vw - 24px));
      max-height:min(92vh,920px);
      margin:auto;
      padding:0;
      border:1px solid var(--line-strong);
      border-radius:24px;
      background:var(--paper);
      color:var(--ink);
      box-shadow:0 30px 90px rgba(16,33,23,.24);
      overflow:hidden;
    }
    .actionPlanDialog::backdrop{background:rgba(8,21,14,.52);backdrop-filter:blur(3px)}
    .actionPlanShell{display:grid;grid-template-rows:auto auto minmax(0,1fr) auto;max-height:min(92vh,920px);min-height:0}
    .actionPlanHeader{
      display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;
      padding:1.25rem 1.35rem 1rem;border-bottom:1px solid var(--line);
      background:linear-gradient(180deg,var(--paper),var(--paper-2));
    }
    .actionPlanHeader h2{margin:.15rem 0 .35rem;font-size:clamp(1.55rem,3vw,2rem);line-height:1.08;letter-spacing:-.035em}
    .actionPlanHeader p{margin:0;max-width:62ch;color:var(--muted)}
    .actionPlanStatusRow{
      display:flex;flex-wrap:wrap;justify-content:space-between;gap:.45rem 1rem;
      padding:.8rem 1.35rem;border-bottom:1px solid var(--line);background:#f8fbf9;
      color:var(--muted);font-size:.92rem
    }
    .actionPlanStatusRow strong{color:var(--ink)}
    .actionPlanList{overflow:auto;padding:1rem 1.35rem 1.25rem;display:grid;gap:.85rem;min-height:0}
    .actionPlanEmpty{margin:1.1rem 1.35rem;padding:1rem;border:1px dashed var(--line-strong);border-radius:16px;background:var(--paper-2);display:grid;gap:.25rem;color:var(--muted)}
    .actionPlanEmpty strong{color:var(--ink)}
    .actionPlanItem{border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:var(--shadow-sm);padding:1rem;display:grid;gap:.8rem}
    .actionPlanItemHead{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start}
    .actionPlanItemTitle{margin:0;font-size:1.05rem;line-height:1.25;overflow-wrap:anywhere}
    .actionPlanItemMeta{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.35rem}
    .actionPlanPill{display:inline-flex;align-items:center;min-height:28px;padding:.25rem .55rem;border-radius:999px;background:var(--paper-2);border:1px solid var(--line);font-size:.8rem;font-weight:700;color:var(--muted)}
    .actionPlanNext{padding:.75rem .8rem;border-radius:14px;background:var(--brand-4);border:1px solid rgba(22,128,61,.16)}
    .actionPlanNext strong{display:block;margin-bottom:.2rem}
    .actionPlanNext p{margin:0;color:#405448}
    .actionPlanChecklist{border:0;padding:0;margin:0;display:grid;gap:.45rem}
    .actionPlanChecklist legend{font-weight:800;margin-bottom:.2rem}
    .actionPlanCheck{display:flex;align-items:flex-start;gap:.55rem;line-height:1.35}
    .actionPlanCheck input{margin:.2rem 0 0;width:18px;height:18px;flex:0 0 auto}
    .actionPlanItemActions{display:flex;flex-wrap:wrap;gap:.55rem;align-items:center}
    .actionPlanRemove{margin-inline-start:auto;border:0;background:transparent;color:#8b2f2f;text-decoration:underline;padding:.55rem}
    .actionPlanFooter{display:flex;flex-wrap:wrap;gap:.65rem;padding:1rem 1.35rem;border-top:1px solid var(--line);background:var(--paper-2)}
    .actionPlanFooter .btn{min-height:44px}
    .planToggle[aria-pressed="true"]{background:var(--brand-3);border-color:rgba(22,128,61,.35);color:#0d6a34}
    .nextStepActions{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}
    .actionPlanPrint,.resultsPrint{display:none}
    @media (max-width:720px){
      .actionPlanDialog{
        width:100vw;max-width:100vw;max-inline-size:100vw;height:100dvh;max-height:none;margin:0;border:0;border-radius:0;
      }
      .actionPlanShell{height:100dvh;max-height:none}
      .actionPlanHeader{padding:1rem}
      .actionPlanStatusRow,.actionPlanList,.actionPlanFooter{padding-left:1rem;padding-right:1rem}
      .actionPlanItemHead{align-items:flex-start}
      .actionPlanItemActions .btn{flex:1 1 145px}
      .actionPlanRemove{margin-inline-start:0}
      .actionPlanFooter .btn{flex:1 1 150px}
    }
    @media print{
      body[data-print-mode="action-plan"] .app-shell,
      body[data-print-mode="action-plan"] .loading-overlay,
      body[data-print-mode="action-plan"] .snackbar,
      body[data-print-mode="action-plan"] dialog,
      body[data-print-mode="results"] .app-shell,
      body[data-print-mode="results"] .loading-overlay,
      body[data-print-mode="results"] .snackbar,
      body[data-print-mode="results"] dialog{display:none!important}
      body[data-print-mode="action-plan"] #actionPlanPrint,
      body[data-print-mode="results"] #resultsPrint{
        display:block!important;
        color:#111;background:#fff;font:12pt/1.45 Arial,sans-serif;
        padding:0;margin:0
      }
      body[data-print-mode="action-plan"] #actionPlanPrint h1,
      body[data-print-mode="results"] #resultsPrint h1{font-size:22pt;margin:0 0 6pt}
      body[data-print-mode="action-plan"] #actionPlanPrint .printPlanIntro,
      body[data-print-mode="results"] #resultsPrint .printResultsIntro{margin:0 0 16pt;color:#444}
      body[data-print-mode="action-plan"] #actionPlanPrint .printPlanItem,
      body[data-print-mode="results"] #resultsPrint .printResultItem{break-inside:avoid;border-top:1px solid #bbb;padding:12pt 0}
      body[data-print-mode="action-plan"] #actionPlanPrint h2,
      body[data-print-mode="results"] #resultsPrint h2{font-size:14pt;margin:0 0 5pt}
      body[data-print-mode="results"] #resultsPrint h3{font-size:12pt;margin:10pt 0 4pt}
      body[data-print-mode="action-plan"] #actionPlanPrint p,
      body[data-print-mode="results"] #resultsPrint p{margin:4pt 0}
      body[data-print-mode="action-plan"] #actionPlanPrint ul,
      body[data-print-mode="results"] #resultsPrint ol{margin:6pt 0 10pt;padding-left:20pt}
      body[data-print-mode="action-plan"] #actionPlanPrint a,
      body[data-print-mode="results"] #resultsPrint a{color:#111;text-decoration:none;overflow-wrap:anywhere}
      body[data-print-mode="results"] #resultsPrint .printResultMeta{color:#444;font-size:10.5pt}
    }
