* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Source Sans 3', 'Helvetica Neue', Arial, sans-serif; line-height: 1.6; color: #002244; background: #ffffff; }
.header { background: #002244; box-shadow: 0 2px 8px rgba(0,34,68,.18); position: sticky; top: 0; z-index: 100; }
.header-inner { max-width: 1300px; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; height: 48px; }
.header-left { display: flex; align-items: center; gap: 8px; }
.header-right { display: flex; align-items: center; gap: 24px; }
.site-name { font-family: 'Inter', sans-serif; font-size: 17px; font-weight: 800; color: white; text-decoration: none; letter-spacing: -.3px; display: inline-flex; align-items: center; min-height: 32px; }
.header-mark { width: 17.33px; height: 20px; flex: 0 0 auto; display: block; filter: drop-shadow(0 0 2.5px rgba(120,150,200,.28)); }
.site-name:hover { opacity: .85; }
.header-nav { display: flex; gap: 22px; }
.header-nav a { font-family: 'Inter', sans-serif; color: rgba(255,255,255,.7); text-decoration: none; font-size: 13px; font-weight: 600; display: inline-flex; align-items: center; min-height: 32px; }
.header-nav a:hover { color: rgba(255,255,255,.85); }
.header-nav a.active { color: white; }
.lang-switcher { display: flex; gap: 2px; background: rgba(255,255,255,.15); padding: 2px; border-radius: 5px; }
.lang-btn { padding: 4px 10px; border: none; background: transparent; color: rgba(255,255,255,.7); font-size: 12px; font-weight: 700; border-radius: 3px; text-decoration: none; font-family: 'Inter', sans-serif; min-height: 28px; display: inline-flex; align-items: center; cursor: pointer; transition: background-color .15s, color .15s; }
.lang-btn:hover { background: rgba(255,255,255,.1); color: rgba(255,255,255,.85); }
.lang-btn.active { background: rgba(255,255,255,.25); color: white; }
.container { max-width: 1300px; margin: 0 auto; padding: 32px 24px 80px; }
.site-footer { background: #002244; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 16px; padding: 24px max(24px, calc((100% - 1300px) / 2)); font-size: 12px; color: rgba(255,255,255,.7); }
.footer-logo { font-family: 'Inter', sans-serif; font-weight: 700; color: #fff; }
.footer-links { display: flex; align-items: center; justify-content: center; gap: 18px; flex-wrap: wrap; justify-self: center; }
.footer-preferred { display: flex; align-items: center; justify-self: end; min-height: 24px; }
.site-footer a { color: rgba(255,255,255,.75); text-decoration: none; display: inline-flex; align-items: center; min-height: 24px; }
.site-footer a:hover { color: #fff; }
.hd-menu-btn { display: none; appearance: none; -webkit-appearance: none; align-items: center; justify-content: center; background: transparent; border: 0; padding: 4px 8px; min-height: 28px; color: rgba(255,255,255,.7); cursor: pointer; border-radius: 3px; }
.hd-menu-btn:hover { color: rgba(255,255,255,.85); }
.hd-menu-btn:focus-visible { outline: 2px solid #fff; outline-offset: 2px; }
.hd-menu-btn[aria-expanded="true"] { color: #fff; }
.site-name:focus-visible,
.header-nav a:focus-visible,
.lang-btn:focus-visible,
.site-footer a:focus-visible,
.doc-hero-h1:focus-visible { outline: 2px solid #fff; outline-offset: 2px; }
.btn-primary:focus-visible,
.btn-outline:focus-visible,
.dr-chip:focus-visible,
.col-card:focus-visible,
.open-full:focus-visible,
.sector-card:focus-visible,
a.tag:focus-visible,
.doc-meta a:focus-visible { outline: 2px solid #002244; outline-offset: 2px; }

.worker-home .hero { text-align: center; margin-bottom: 40px; }
.worker-home .hero h1 { font-size: 28px; font-weight: 700; color: #002244; margin-bottom: 8px; }
.worker-home .hero p { font-size: 16px; color: #64748b; max-width: 600px; margin: 0 auto 16px; }
.worker-home .hero .stat { font-size: 14px; color: #94a3b8; }
.worker-home .open-full { display: inline-block; margin-top: 16px; padding: 12px 28px; background: #002244; color: white; text-decoration: none; border-radius: 6px; font-size: 14px; font-weight: 600; }
.worker-home .col-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 16px; margin-bottom: 48px; }
.worker-home .col-card { background: white; border: 1px solid #e2e8f0; border-radius: 8px; padding: 20px; text-decoration: none; color: inherit; transition: box-shadow .15s; }
.worker-home .col-card:hover { box-shadow: 0 4px 16px rgba(0,34,68,.08); }
.worker-home .col-title { font-size: 16px; font-weight: 600; color: #002244; margin-bottom: 6px; }
.worker-home .col-desc { font-size: 13px; color: #64748b; margin-bottom: 10px; line-height: 1.5; }
.worker-home .col-explore { font-size: 13px; font-weight: 600; color: #002244; }

.worker-doc .header-mark { margin-right: 4px; }
.worker-doc .hd-sep { opacity: .3; font-weight: 300; margin: 0 4px; color: white; }
.worker-doc .hd-section { font-family: 'Inter', sans-serif; font-weight: 400; font-size: 13px; color: rgba(255,255,255,.5); }
.worker-doc .doc-hero { position: relative; overflow: hidden; background-color: #002244; background-image: url('/haiti-topo-band.webp'); background-position: center; background-size: cover; background-repeat: no-repeat; color: #fff; width: 100%; min-height: 132px; display: flex; flex-direction: column; justify-content: center; }
.worker-doc .doc-hero-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; z-index: 0; }
.worker-doc .doc-hero-overlay { position: absolute; inset: 0; z-index: 1; pointer-events: none; background: linear-gradient(90deg, rgba(0,17,34,.86) 0%, rgba(0,17,34,.77) 34%, rgba(0,17,34,.48) 56%, rgba(0,17,34,.3) 76%, rgba(0,17,34,.26) 100%); }
.worker-doc .doc-hero-text { position: relative; z-index: 2; max-width: 1300px; margin: 0 auto; width: 100%; padding: 18px 24px; display: flex; flex-direction: column; justify-content: center; }
.worker-doc .doc-hero-eyebrow { font-family: 'Inter', sans-serif; font-size: 12px; text-transform: uppercase; letter-spacing: 3px; font-weight: 700; color: rgba(255,255,255,.75); margin-bottom: 4px; text-shadow: 0 1px 2px rgba(0,0,0,.45); }
.worker-doc .doc-hero-h1 { display: inline-block; font-family: 'Inter', sans-serif; font-size: 29px; font-weight: 900; line-height: 1.15; letter-spacing: -.5px; color: #fff; text-shadow: 0 1px 4px rgba(0,0,0,.5); margin: 0; text-decoration: none; transition: opacity .15s; }
.worker-doc a.doc-hero-h1:hover { opacity: .88; text-decoration: underline; text-underline-offset: 4px; text-decoration-thickness: 2px; }
.worker-doc .doc-hero-badges { margin-top: 8px; display: flex; flex-wrap: wrap; gap: 8px; }
.worker-doc .doc-hero-badge { font-family: 'Inter', sans-serif; font-size: 11.5px; font-weight: 700; letter-spacing: .4px; text-transform: uppercase; background: rgba(255,255,255,.16); color: #fff; padding: 5px 12px; border-radius: 20px; font-variant-numeric: tabular-nums; }
.worker-doc .doc-header { display: flex; gap: 28px; align-items: flex-start; margin: 22px 0 10px; }
.worker-doc .doc-cover { width: 132px; flex-shrink: 0; border-radius: 6px; border: 1px solid #e2e8f0; box-shadow: 0 6px 20px rgba(0,34,68,.12); background: #f1f5f9; }
.worker-doc .doc-header-info { flex: 1; min-width: 0; }
.worker-doc .doc-title { font-family: 'Inter', sans-serif; font-size: 27px; font-weight: 800; color: #002244; line-height: 1.2; letter-spacing: -.5px; margin: 0 0 11px; }
.worker-doc .doc-meta { font-size: 14px; color: #64748b; display: flex; flex-wrap: wrap; gap: 7px; align-items: center; font-variant-numeric: tabular-nums; }
.worker-doc .doc-meta-sep { color: #cbd5e0; }
.worker-doc .doc-summary { font-size: 15.5px; line-height: 1.6; color: #475569; margin: 16px 0 18px; }
.worker-doc .doc-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.worker-doc .btn-primary { display: inline-block; padding: 10px 22px; background: #002244; color: white; text-decoration: none; border-radius: 6px; font-size: 14px; font-weight: 600; white-space: nowrap; transition: background-color .2s; }
.worker-doc .btn-primary:hover { background: #001a33; }
.worker-doc .btn-outline { display: inline-block; padding: 10px 22px; background: white; color: #002244; text-decoration: none; border-radius: 6px; font-size: 14px; font-weight: 500; border: 1px solid #cbd5e0; white-space: nowrap; transition: border-color .2s, background-color .2s, color .2s; }
.worker-doc .btn-outline:hover { border-color: #002244; }
.worker-doc .section { background: white; border: 1px solid #e2e8f0; border-radius: 8px; padding: 24px; margin-bottom: 20px; box-shadow: 0 1px 3px rgba(0,0,0,.05); }
.worker-doc .section-title { font-size: 13px; font-weight: 600; color: #002244; text-transform: uppercase; letter-spacing: .5px; margin-bottom: 12px; }
.worker-doc .section-body { font-size: 15px; line-height: 1.7; color: #374151; }
.worker-doc .section-body p { margin-bottom: 12px; }
.worker-doc .section-body p:last-child { margin-bottom: 0; }
.worker-doc .key-findings-list { padding-left: 1.5em; margin: 0; list-style: disc outside; }
.worker-doc .key-findings-list li { margin-bottom: 8px; }
.worker-doc .key-findings-list li:last-child { margin-bottom: 0; }
.worker-doc .meta-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 16px; }
.worker-doc .meta-item-label { font-size: 11px; font-weight: 600; color: #64748b; text-transform: uppercase; letter-spacing: .3px; margin-bottom: 4px; }
.worker-doc .meta-item-value { font-size: 14px; color: #374151; line-height: 1.5; }
.worker-doc .meta-item-spaced { margin-top: 16px; }
.worker-doc .tag-list { display: flex; gap: 6px; flex-wrap: wrap; }
.worker-doc .tag { background: #f1f5f9; color: #475569; padding: 3px 10px; border-radius: 4px; font-size: 13px; }
.worker-doc a.tag { color: #2b6cb0; text-decoration: none; border: 1px solid #e2e8f0; }
.worker-doc a.tag:hover,
.worker-doc a.tag:focus-visible { background: #e8f0fa; border-color: #2b6cb0; color: #002244; }
.worker-doc .doc-meta a { color: inherit; text-decoration: none; border-bottom: 1px solid #cbd5e0; }
.worker-doc .doc-meta a:hover,
.worker-doc .doc-meta a:focus-visible { color: #002244; border-bottom-color: #002244; }
.worker-doc .full-text-section { background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 8px; margin-top: 32px; }
.worker-doc .full-text-section summary { padding: 16px 24px; cursor: pointer; font-size: 13px; font-weight: 600; color: #64748b; text-transform: uppercase; letter-spacing: .5px; list-style: none; display: flex; align-items: center; gap: 8px; }
.worker-doc .full-text-section summary::-webkit-details-marker { display: none; }
.worker-doc .full-text-section summary::before { content: '▶'; font-size: 10px; transition: transform .2s; }
.worker-doc .full-text-section[open] summary::before { transform: rotate(90deg); }
.worker-doc .full-text-section summary:hover { color: #002244; }
.worker-doc .full-text-note { padding: 0 24px; font-size: 12px; color: #94a3b8; font-style: italic; }
.worker-doc .full-text-body { padding: 16px 24px 24px; font-size: 13px; line-height: 1.8; color: #475569; max-height: 600px; overflow-y: auto; white-space: pre-wrap; overflow-wrap: break-word; background: white; margin: 0 12px 12px; border-radius: 6px; border: 1px solid #e2e8f0; }
.worker-doc .rights-panel { margin-top: 24px; padding: 20px 24px; background: #fff; border: 1px solid #dbe3ec; border-radius: 8px; }
.worker-doc .rights-panel h2 { margin: 0 0 14px; font-size: 18px; color: #002244; }
.worker-doc .rights-grid { display: grid; grid-template-columns: minmax(150px, 210px) 1fr; gap: 8px 18px; margin: 0; }
.worker-doc .rights-grid dt { color: #64748b; font-weight: 600; }
.worker-doc .rights-grid dd { margin: 0; color: #334155; overflow-wrap: anywhere; }
.worker-doc .rights-transform { margin: 16px 0 0; padding-top: 14px; border-top: 1px solid #e2e8f0; color: #475569; }
.worker-doc .footer a:hover { text-decoration: underline; }
.worker-doc .doc-related { margin-top: 32px; padding: 20px 24px 22px; background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 8px; }
.worker-doc .dr-head { font-size: 13px; font-weight: 600; color: #64748b; text-transform: uppercase; letter-spacing: .5px; margin: 0 0 14px; }
.worker-doc .dr-row { display: flex; flex-wrap: wrap; align-items: baseline; gap: 8px 14px; padding: 8px 0; border-top: 1px solid #e8edf3; }
.worker-doc .dr-row:first-of-type { border-top: 0; padding-top: 0; }
.worker-doc .dr-row[hidden] { display: none; }
.worker-doc .dr-label { flex: 0 0 132px; font-size: 11px; font-weight: 700; color: #94a3b8; text-transform: uppercase; letter-spacing: .4px; }
.worker-doc .dr-series { display: flex; flex-wrap: wrap; align-items: baseline; gap: 4px 10px; text-decoration: none; }
.worker-doc .dr-name { font-size: 15px; font-weight: 600; color: #002244; }
.worker-doc .dr-series:hover .dr-name { text-decoration: underline; }
.worker-doc .dr-cta { font-size: 12px; color: #2b6cb0; white-space: nowrap; }
.worker-doc .dr-chips { display: flex; flex-wrap: wrap; gap: 6px; }
.worker-doc .dr-chip { display: inline-block; padding: 4px 10px; min-height: 24px; font-size: 12px; font-weight: 600; color: #2b6cb0; background: #fff; border: 1px solid #cfe2f3; border-radius: 999px; text-decoration: none; }
.worker-doc .dr-chip:hover { background: #eef4fb; border-color: #2b6cb0; }
.worker-doc .dr-n { color: #94a3b8; font-weight: 500; }

.worker-not-found { display: flex; align-items: center; justify-content: center; min-height: 100vh; background: #f7f8fa; text-align: center; }
.worker-not-found h1 { font-family: 'Inter', sans-serif; font-size: 24px; font-weight: 800; margin-bottom: 12px; }
.worker-not-found p { color: #64748b; margin-bottom: 20px; }
.worker-not-found a { color: #002244; }
.worker-series-error { padding: 60px; text-align: center; }
.worker-series-error-detail { color: #64748b; }
.worker-series-error a { color: #002244; }
.worker-indicator-not-found { font-family: system-ui, sans-serif; max-width: 40rem; margin: 4rem auto; padding: 0 1rem; color: #0f172a; background: white; }
.worker-indicator-not-found h1 { font-size: 1.5rem; color: #002244; }

.worker-sectors,
.worker-sector { font-family: system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif; margin: 0; color: #1a1a1a; }
.worker-sectors main { max-width: 1100px; margin: 0 auto; padding: 0 1rem; }
.worker-sectors h1 { text-align: center; margin: 2rem 0 .5rem; }
.worker-sectors .sector-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 16px; margin: 1.5rem 0; }
.worker-sectors .sector-card { display: block; border: 1px solid #e2e2e2; border-radius: 10px; padding: 1rem; text-decoration: none; color: inherit; }
.worker-sectors .sector-card:hover { box-shadow: 0 2px 10px rgba(0,0,0,.08); }
.worker-sectors .sector-card h2 { margin: .2rem 0; font-size: 1.1rem; }
.worker-sectors .sector-card p { margin: 0; color: #666; font-size: .85rem; font-variant-numeric: tabular-nums; }
.worker-sector main { max-width: 1000px; margin: 0 auto; padding: 0 1rem 3rem; }
.worker-sector h1 { margin: 2rem 0 1rem; }
.worker-sector .rail { margin: 1.8rem 0; }
.worker-sector .rail h2 { border-bottom: 2px solid #eee; padding-bottom: .3rem; font-size: 1.15rem; }
.worker-sector .rail a { color: #0645ad; text-decoration: none; }
.worker-sector .rail ul { padding-left: 1.1rem; }
.worker-sector .rail li { margin: .3rem 0; }
.worker-sector .browse-all { display: inline-block; margin-top: .6rem; font-weight: 600; }

@media (max-width: 640px) {
  .site-footer { grid-template-columns: 1fr; justify-items: start; gap: 12px; }
  .footer-links,
  .footer-preferred { justify-self: start; }
  .worker-home .hero h1 { font-size: 22px; }
  .worker-home .col-grid { grid-template-columns: 1fr; }
  .worker-doc .dr-label { flex-basis: 100%; }
  .worker-doc .doc-related { padding: 16px; }
  .worker-doc .rights-grid { grid-template-columns: 1fr; gap: 2px; }
  .worker-doc .rights-grid dd + dt { margin-top: 8px; }
}

@media (max-width: 768px) {
  .header-inner { padding: 0 16px; height: 44px; }
  .site-name { font-size: 15px; }
  .hd-menu-btn { display: inline-flex; }
  .header-nav { display: none; position: absolute; top: 100%; left: 0; right: 0; flex-direction: column; gap: 0; background: #002244; padding: 4px 16px 10px; box-shadow: 0 1px 3px rgba(0,0,0,.15); }
  .header-nav.nav-open { display: flex; }
  .header-nav a { min-height: 44px; width: 100%; }
  .worker-doc .doc-hero { background-image: url('/haiti-topo-band-sm.webp'); }
  .worker-doc .doc-hero-badges { display: none; }
  .worker-doc .doc-hero-text { padding: 30px 16px 28px; }
  .worker-doc .doc-hero-h1 { font-size: 24px; }
  .worker-doc .doc-header { flex-direction: column; gap: 16px; margin: 16px 0 8px; }
  .worker-doc .doc-cover { width: 104px; }
  .worker-doc .doc-title { font-size: 21px; }
  .worker-doc .full-text-body { max-height: 400px; }
}

@media (prefers-color-scheme: dark) {
  .worker-sectors,
  .worker-sector { background: #111; color: #eee; }
  .worker-sectors .sector-card { border-color: #333; }
  .worker-sectors .sector-card p { color: #aaa; }
  .worker-sector .rail h2 { border-color: #333; }
  .worker-sector .rail a { color: #6ab0ff; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
    scroll-behavior: auto !important;
  }
}


.layer-page,
.layer-hub {
  max-width: 768px;
  margin: 0 auto;
  padding: 32px 20px 64px;
}

.layer-page h1,
.layer-hub h1 {
  color: #002244;
  font-size: 1.9rem;
  line-height: 1.25;
  margin: 0 0 12px;
}

.layer-description {
  color: #475569;
  font-size: 1.1rem;
  margin: 0 0 24px;
}

.layer-page h2,
.layer-group h2 {
  color: #002244;
  font-size: 1.15rem;
  margin: 32px 0 8px;
}

.layer-method { color: #475569; margin: 0; }

.layer-preview {
  display: block;
  width: 100%;
  height: auto;
  max-width: 420px;
  margin: 0 0 24px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: #f8fafc;
  color: #0a6bb0;
}

.layer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 8px;
}

.layer-actions .btn {
  display: inline-block;
  padding: 10px 18px;
  border-radius: 8px;
  border: 1px solid #0a6bb0;
  background: #0a6bb0;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  transition: opacity .15s;
}

.layer-actions .btn:hover { opacity: .88; }

.layer-actions .btn-secondary { background: transparent; color: #0a6bb0; }

.layer-facts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 16px;
  margin: 24px 0 0;
  padding: 20px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: #ffffff;
}

.layer-fact dt {
  color: #94a3b8;
  font-size: .78rem;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin: 0 0 2px;
}

.layer-fact dd { color: #1a1a1a; margin: 0; overflow-wrap: anywhere; }

.layer-sectors { display: flex; flex-wrap: wrap; gap: 8px; margin: 20px 0 0; }

.layer-sector {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 999px;
  border: 1px solid #e2e8f0;
  background: #f8fafc;
  color: #0369a1;
  font-size: .85rem;
  text-decoration: none;
}

.layer-sector:hover { border-color: #0a6bb0; }

.layer-group { margin: 0 0 8px; }

.layer-list { list-style: none; margin: 0; padding: 0; }

.layer-list li { padding: 10px 0; border-bottom: 1px solid #eeeeee; }

.layer-list a { color: #0a6bb0; font-weight: 600; text-decoration: none; }

.layer-list a:hover { text-decoration: underline; }

.layer-source { display: block; color: #94a3b8; font-size: .85rem; }

@media (max-width: 480px) {
  .layer-page, .layer-hub { padding: 20px 16px 48px; }
  .layer-page h1, .layer-hub h1 { font-size: 1.5rem; }
  .layer-facts { padding: 16px; }
}

.source-indicators,
.source-list {
  margin: 12px 0 0;
  padding-left: 1.1rem;
  columns: 2;
  column-gap: 2rem;
}

.source-indicators li,
.source-list li { margin: .25rem 0; break-inside: avoid; }

.source-list small { color: #64748b; }

@media (max-width: 700px) {
  .source-indicators,
  .source-list { columns: 1; }
}
