.pophealth-toolkit{--navy:#173b5f;--navy-deep:#102e49;--teal:#11777a;--ink:#203344;--muted:#536779;--bg:#f3f6f8;--line:#d5e0e8;--mint:#d9f3ea;--coral:#fff0eb;--amber:#fff1bf;--red:#a8243c;--lav:#eee9ff;--shadow:0 8px 26px #1639550a;--radius:18px}
.pophealth-toolkit, .pophealth-toolkit *{box-sizing:border-box}
.pophealth-toolkit{margin:0;background:var(--bg);color:var(--ink);font-family:Arial,Helvetica,sans-serif;font-size:16px;line-height:1.5}
.pophealth-toolkit a{color:#11666e;text-underline-offset:3px}
.pophealth-toolkit button,.pophealth-toolkit input,.pophealth-toolkit select,.pophealth-toolkit textarea{font:inherit}
.pophealth-toolkit button,.pophealth-toolkit a,.pophealth-toolkit input,.pophealth-toolkit select,.pophealth-toolkit summary{touch-action:manipulation}
.pophealth-toolkit button{cursor:pointer}
.pophealth-toolkit button:disabled{opacity:.45;cursor:not-allowed}
.pophealth-toolkit [hidden]{display:none!important}
.pophealth-toolkit :focus-visible{outline:3px solid #d47e00;outline-offset:4px}
.pophealth-toolkit h1,.pophealth-toolkit h2,.pophealth-toolkit h3,.pophealth-toolkit p{margin-top:0}
.pophealth-toolkit h1,.pophealth-toolkit h2,.pophealth-toolkit h3{color:var(--navy);line-height:1.17}
.pophealth-toolkit h1{font-size:clamp(28px,3.1vw,43px);letter-spacing:-1.2px;margin-bottom:12px}
.pophealth-toolkit h2{font-size:24px;margin-bottom:12px}
.pophealth-toolkit h3{font-size:19px;margin-bottom:10px}
.pophealth-toolkit p{margin-bottom:14px}
.pophealth-toolkit small,.pophealth-toolkit .small{font-size:13px;color:var(--muted)}
.pophealth-toolkit b,.pophealth-toolkit strong{font-weight:750}
.pophealth-toolkit u{text-underline-offset:4px;text-decoration-thickness:2px}
.pophealth-toolkit .wrap{width:min(1260px,calc(100% - 40px));margin-inline:auto}
.pophealth-toolkit .topbar{background:#fff;border-bottom:1px solid var(--line)}
.pophealth-toolkit .nav-inner{min-height:67px;display:flex;align-items:center;gap:25px;justify-content:space-between}
.pophealth-toolkit .brand{display:flex;align-items:center;gap:9px;text-decoration:none;font-size:13px;font-weight:800;letter-spacing:1.4px;color:var(--navy);white-space:nowrap}
.pophealth-toolkit .compass{height:32px;width:32px;border:2px solid var(--teal);border-radius:50%;display:grid;place-items:center;color:var(--teal);font-size:20px;transform:rotate(25deg)}
.pophealth-toolkit nav{display:flex;gap:4px;align-items:center;flex-wrap:wrap}
.pophealth-toolkit nav a{font-size:13px;padding:8px 10px;text-decoration:none;color:var(--muted);border-radius:9px;font-weight:700}
.pophealth-toolkit nav a[aria-current=page]{background:#e6f3f1;color:#075b60}
.pophealth-toolkit .hero{padding:27px 0 23px}
.pophealth-toolkit .hero-row{display:flex;justify-content:space-between;gap:24px;align-items:center}
.pophealth-toolkit .hero .sub{max-width:800px;font-size:17px;margin:0;color:var(--muted)}
.pophealth-toolkit .eyebrow{font-size:11px;letter-spacing:1.45px;text-transform:uppercase;font-weight:800;color:var(--teal);display:block;margin-bottom:8px}
.pophealth-toolkit .badge{border:1px solid #bbd9d9;background:#e9f7f3;display:inline-block;padding:7px 12px;font-size:12px;font-weight:750;border-radius:50px;color:#075d63;white-space:nowrap}
.pophealth-toolkit .hero-actions{display:flex;gap:8px;flex-wrap:wrap;align-items:center;justify-content:flex-end}
.pophealth-toolkit .btn,.pophealth-toolkit button.primary,.pophealth-toolkit button.secondary{padding:10px 16px;border:1px solid transparent;border-radius:10px;font-weight:750;font-size:14px;text-decoration:none;display:inline-flex;gap:8px;align-items:center;justify-content:center}
.pophealth-toolkit .primary,.pophealth-toolkit .btn.primary{background:var(--navy);color:white}
.pophealth-toolkit .secondary,.pophealth-toolkit .btn.secondary{background:white;border:1px solid var(--line);color:var(--navy)}
.pophealth-toolkit .buttons{display:flex;gap:9px;align-items:center;flex-wrap:wrap;margin:15px 0 0}
.pophealth-toolkit .safety-strip{border:1px solid #f0bac5;border-left:5px solid var(--red);background:#fff0f3;border-radius:12px;padding:11px 15px;color:#82213a;font-size:15px;display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:17px}
.pophealth-toolkit .safety-strip button{background:transparent;border:0;white-space:nowrap;color:#82213a;font-size:13px;font-weight:800;text-decoration:underline}
.pophealth-toolkit .lane-bar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 0 14px;font-size:13px;color:var(--muted)}
.pophealth-toolkit .lane-bar b{color:var(--navy)}
.pophealth-toolkit .lesson-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px}
.pophealth-toolkit .lesson-card{border:1px solid var(--line);border-radius:var(--radius);padding:17px 18px 15px;background:#fff;text-align:left;box-shadow:var(--shadow);display:flex;flex-direction:column;min-height:179px;position:relative;transition:transform .15s,box-shadow .15s,border-color .15s;color:var(--ink)}
.pophealth-toolkit .lesson-card:hover{transform:translateY(-3px);border-color:#80b3b3;box-shadow:0 12px 25px #16395512}
.pophealth-toolkit .lesson-card h2{font-size:20px;letter-spacing:-.35px;margin:0 0 8px}
.pophealth-toolkit .lesson-card p{color:var(--muted);font-size:14px;line-height:1.35;margin-bottom:12px}
.pophealth-toolkit .lesson-top{display:flex;gap:8px;align-items:center;margin-bottom:10px}
.pophealth-toolkit .topic-num,.pophealth-toolkit .num{display:inline-grid;place-items:center;background:var(--teal);color:#fff;border-radius:50%;font-weight:800;flex-shrink:0}
.pophealth-toolkit .topic-num{width:24px;height:24px;font-size:12px}
.pophealth-toolkit .num{height:32px;width:32px;margin-right:9px;font-size:18px;vertical-align:middle}
.pophealth-toolkit .lesson-top .eyebrow{margin:0;font-size:10px}
.pophealth-toolkit .lesson-card .open-mark{position:absolute;top:17px;right:17px;color:#577989;font-size:18px}
.pophealth-toolkit .takeaway{display:inline-block;width:fit-content;font-size:12px;font-weight:800;line-height:1.35;border-radius:7px;padding:6px 9px;background:var(--mint);color:#145749;margin-top:auto}
.pophealth-toolkit .takeaway.amber{background:var(--amber);color:#725100}
.pophealth-toolkit .takeaway.coral{background:#ffe2d8;color:#8d3b24}
.pophealth-toolkit .takeaway.purple{background:var(--lav);color:#554190}
.pophealth-toolkit .takeaway.red{background:#ffe0e7;color:#8c233c}
.pophealth-toolkit .takeaway.blue{background:#e3efff;color:#214f83}
.pophealth-toolkit .learning-footer{display:flex;justify-content:space-between;gap:10px;margin:18px 0 10px;align-items:center}
.pophealth-toolkit .link-btn{border:0;background:transparent;color:var(--teal);font-weight:750;font-size:13px;text-decoration:underline;padding:6px 0}
.pophealth-toolkit .card{border:1px solid var(--line);border-radius:var(--radius);padding:22px;background:white;box-shadow:var(--shadow);margin:0 0 17px}
.pophealth-toolkit .grid2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.pophealth-toolkit .grid3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.pophealth-toolkit .grid4{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.pophealth-toolkit .label-row{display:flex;gap:4px;align-items:center;min-height:46px;margin:0 0 4px}
.pophealth-toolkit label{font-size:12px;font-weight:800;letter-spacing:.2px;color:var(--muted);line-height:1.4;display:inline-block}
.pophealth-toolkit .info-btn{flex:0 0 30px;border:0;background:transparent;color:var(--teal);width:30px;height:30px;display:inline-grid;place-items:center;border-radius:50%;padding:0}
.pophealth-toolkit .info-btn span{display:grid;place-items:center;border:1.6px solid currentColor;width:19px;height:19px;border-radius:50%;font-family:Georgia,serif;font-weight:800;font-size:13px;line-height:1}
.pophealth-toolkit .info-btn:hover,.pophealth-toolkit .info-btn[aria-expanded=true]{background:#dff3ee}
.pophealth-toolkit .field input,.pophealth-toolkit .field select,.pophealth-toolkit .field textarea{width:100%;background:#fcfdfe;border:1px solid #b6c9d6;border-radius:9px;padding:11px 12px;color:var(--navy);font-size:16px;min-height:45px}
.pophealth-toolkit .field input[aria-invalid=true]{border:2px solid #b42745;background:#fff3f5}
.pophealth-toolkit .field-note{font-size:11px;line-height:1.4;color:var(--muted);margin:4px 0 0}
.pophealth-toolkit .help-hint{font-size:12px;color:var(--muted);margin:8px 0 13px}
.pophealth-toolkit .help-hint b{color:var(--teal)}
.pophealth-toolkit .callout,.pophealth-toolkit .rule,.pophealth-toolkit .warn,.pophealth-toolkit .danger,.pophealth-toolkit .ok{padding:14px 16px;border-radius:11px;margin:13px 0;border-left:4px solid var(--teal);background:#eaf5f4}
.pophealth-toolkit .rule{font-weight:700}
.pophealth-toolkit .warn{background:#fff4d8;border-color:#c08900;color:#604912}
.pophealth-toolkit .danger{background:#fff0f2;border-color:var(--red);color:#84223b}
.pophealth-toolkit .ok{background:#e7f5ef;border-color:#29775b}
.pophealth-toolkit .muted{color:var(--muted)}
.pophealth-toolkit .error-box{color:#8c2137;background:#fff0f3;border-left:4px solid #a8243c;padding:12px;margin:12px 0;border-radius:8px;font-size:14px}
.pophealth-toolkit .kpi{padding:15px;border:1px solid var(--line);border-radius:12px;background:#f7fafc}
.pophealth-toolkit .kpi small{display:block;font-size:12px;margin-bottom:6px}
.pophealth-toolkit .kpi b{display:block;font-size:27px;line-height:1.12;color:var(--navy);margin-bottom:4px}
.pophealth-toolkit .kpi span{font-size:14px}
.pophealth-toolkit .receipt{white-space:pre-wrap;overflow-wrap:anywhere;font-size:13px;line-height:1.65;border:1px dashed #a7bdcb;border-radius:10px;padding:14px;background:#f8fafc;margin-top:13px;font-family:ui-monospace,Consolas,monospace;color:#294359}
.pophealth-toolkit .table-wrap{overflow-x:auto}
.pophealth-toolkit table{border-collapse:collapse;width:100%;font-size:14px}
.pophealth-toolkit th,.pophealth-toolkit td{border-bottom:1px solid var(--line);padding:11px 12px;text-align:left;vertical-align:top}
.pophealth-toolkit th{background:#eaf2f6;color:var(--navy);font-size:12px}
.pophealth-toolkit tbody tr:nth-child(even){background:#f8fafb}
.pophealth-toolkit .numeric td:not(:first-child),.pophealth-toolkit .numeric th:not(:first-child){text-align:right}
.pophealth-toolkit .sources{border-top:1px solid var(--line);padding-top:14px;margin-top:18px;font-size:12px;display:flex;flex-direction:column;gap:6px}
.pophealth-toolkit .sources .eyebrow{margin:0 0 3px}
.pophealth-toolkit .formula{font-size:17px;font-weight:750;border:1px solid #a9d4cf;background:#edf8f5;color:#13575e;padding:16px;border-radius:11px;line-height:1.6}
.pophealth-toolkit .memory{background:#fff1cd;border-left:5px solid #cb9000;border-radius:12px;padding:17px;font-size:17px;margin:16px 0;color:#453b2f}
.pophealth-toolkit .study-card{background:#f8fbfd;border:1px solid var(--line);border-radius:14px;padding:18px;display:flex;flex-direction:column}
.pophealth-toolkit .study-card h3{font-size:18px}
.pophealth-toolkit .study-card p{font-size:14px}
.pophealth-toolkit .study-card .takeaway{font-size:14px;padding:9px 12px;margin-bottom:14px}
.pophealth-toolkit .study-card details{margin-top:auto}
.pophealth-toolkit .reading-line{display:flex;gap:7px;flex-wrap:wrap}
.pophealth-toolkit .reading-line span{background:#e9f3f2;border:1px solid #c4dedb;border-radius:9px;padding:7px 10px;font-weight:700;font-size:13px}
.pophealth-toolkit .big-warning{background:#9d2440;color:#fff;padding:19px 20px;border-radius:13px;font-size:clamp(19px,2.2vw,24px);font-weight:800;line-height:1.3;margin:16px 0}
.pophealth-toolkit .large-number{font-size:39px;letter-spacing:-1px;font-weight:800;color:var(--navy);display:block}
.pophealth-toolkit .lesson-dialog{border:1px solid #b9ced9;border-radius:20px;padding:0;width:min(1030px,calc(100vw - 34px));max-height:90dvh;box-shadow:0 22px 90px #06293850;overflow:visible;color:var(--ink);background:#fff}
.pophealth-toolkit .lesson-dialog::backdrop{background:#112c46b8;backdrop-filter:blur(3px)}
.pophealth-toolkit .dialog-shell{display:flex;flex-direction:column;max-height:90dvh}
.pophealth-toolkit .dialog-head{display:flex;gap:15px;justify-content:space-between;padding:22px 25px 16px;border-bottom:1px solid var(--line);align-items:flex-start}
.pophealth-toolkit .dialog-head h2{margin:0;font-size:26px}
.pophealth-toolkit .close-btn{border:1px solid var(--line);background:#eff4f7;color:var(--navy);font-size:20px;min-width:37px;height:37px;border-radius:50%;line-height:1}
.pophealth-toolkit .dialog-body{padding:22px 25px;overflow-y:auto;overscroll-behavior:contain}
.pophealth-toolkit .dialog-actions{padding:13px 25px;border-top:1px solid var(--line);display:flex;gap:9px;align-items:center;flex-wrap:wrap;background:#f8fafb;border-radius:0 0 20px 20px}
.pophealth-toolkit .dialog-body details{border-top:1px solid var(--line);padding:12px 0}
.pophealth-toolkit .dialog-body summary,.pophealth-toolkit summary{cursor:pointer;color:var(--navy);font-weight:750;font-size:14px}
.pophealth-toolkit .dialog-body details p{font-size:14px;margin-top:10px}
.pophealth-toolkit .help-popover{position:fixed;z-index:10000;width:380px;max-width:calc(100vw - 20px);max-height:min(580px,calc(100dvh - 24px));overflow-y:auto;background:#fff;border:1px solid #99c6c4;border-top:4px solid var(--teal);box-shadow:0 15px 42px #183d5940;border-radius:12px;padding:16px 17px;font-size:13px;line-height:1.5;overscroll-behavior:contain}
.pophealth-toolkit .help-popover h3{font-size:17px;margin:0;padding-right:24px}
.pophealth-toolkit .help-popover .close-help{position:absolute;right:9px;top:10px;background:#eef4f5;border:0;border-radius:50%;height:27px;width:27px;font-size:18px;color:var(--navy)}
.pophealth-toolkit .help-popover .eyebrow{font-size:10px;margin:12px 0 3px}
.pophealth-toolkit .help-popover p{margin:0 0 6px}
.pophealth-toolkit .help-popover .source-status{font-size:11px;background:#edf7f4;color:#216559;padding:5px 7px;display:block;margin-top:10px;border-radius:5px}
.pophealth-toolkit .help-popover a{font-size:12px}
.pophealth-toolkit .status-toast{position:fixed;left:50%;transform:translateX(-50%);bottom:18px;z-index:20000;padding:11px 18px;border-radius:9px;background:#183d59;color:white;font-size:14px;box-shadow:0 3px 20px #0003;max-width:calc(100vw - 30px)}
.pophealth-toolkit footer{font-size:11px;color:var(--muted);padding:20px 0 22px;border-top:1px solid var(--line);margin-top:20px}
.pophealth-toolkit footer .wrap{display:flex;gap:12px;justify-content:space-between;flex-wrap:wrap}
.pophealth-toolkit .print-root{display:none}
.pophealth-toolkit .math-chain{font-size:clamp(20px,3vw,30px);font-weight:800;letter-spacing:-.6px;padding:21px;background:#e8f5ef;border-radius:12px;color:#125860;text-align:center}
.pophealth-toolkit .hub-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.pophealth-toolkit .hub-card{padding:23px;border:1px solid var(--line);border-radius:18px;text-decoration:none;background:white;color:var(--ink);box-shadow:var(--shadow);display:block;transition:transform .15s}
.pophealth-toolkit .hub-card:hover{transform:translateY(-3px);border-color:#7abbb6}
.pophealth-toolkit .hub-card h2{font-size:25px;margin:6px 0 10px}
.pophealth-toolkit .hub-card p{color:var(--muted);font-size:15px;max-width:460px}
.pophealth-toolkit .hub-card .takeaway{margin:0}
.pophealth-toolkit .hub-top{display:flex;justify-content:space-between;align-items:center}
.pophealth-toolkit .hub-arrow{font-size:25px;color:var(--teal)}
.pophealth-toolkit .divider{border:0;border-top:1px solid var(--line);margin:22px 0}
.pophealth-toolkit .pillrow{display:flex;gap:7px;flex-wrap:wrap}
.pophealth-toolkit .pillrow .takeaway{margin:0}
.pophealth-toolkit .print-current-only{display:none}
.pophealth-toolkit .screenreader{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}
.pophealth-toolkit .skip-link{position:fixed;left:10px;top:-60px;background:white;padding:10px;z-index:999}
.pophealth-toolkit .skip-link:focus{top:8px}
.pophealth-toolkit .footnote{font-size:12px;line-height:1.5;color:var(--muted);margin-top:10px}
@media(min-width:1250px){.pophealth-toolkit .stats-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
.pophealth-toolkit .stats-grid .lesson-card{min-height:189px}}
@media(max-width:980px){.pophealth-toolkit .nav-inner{gap:12px}
.pophealth-toolkit .wrap{width:calc(100% - 28px)}
.pophealth-toolkit nav a{padding:7px;font-size:12px}
.pophealth-toolkit .lesson-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.pophealth-toolkit .grid4{grid-template-columns:repeat(2,minmax(0,1fr))}
.pophealth-toolkit .grid3{grid-template-columns:repeat(2,minmax(0,1fr))}
.pophealth-toolkit .hero-row{align-items:flex-start}
.pophealth-toolkit .hero-actions{min-width:150px}
.pophealth-toolkit .study-grid{grid-template-columns:1fr}}
@media(max-width:620px){.pophealth-toolkit .nav-inner{padding:12px 0;align-items:flex-start;flex-direction:column;gap:7px}
.pophealth-toolkit .brand{font-size:12px}
.pophealth-toolkit nav{gap:1px}
.pophealth-toolkit nav a{font-size:11px;padding:6px 7px}
.pophealth-toolkit .hero{padding:22px 0 19px}
.pophealth-toolkit .hero-row{display:block}
.pophealth-toolkit .hero-actions{margin-top:12px;justify-content:flex-start}
.pophealth-toolkit .hero .sub{font-size:15px}
.pophealth-toolkit h1{letter-spacing:-.7px}
.pophealth-toolkit .lesson-grid,.pophealth-toolkit .grid2,.pophealth-toolkit .grid3,.pophealth-toolkit .grid4,.pophealth-toolkit .hub-grid{grid-template-columns:1fr}
.pophealth-toolkit .lesson-card{min-height:153px}
.pophealth-toolkit .lesson-card h2{font-size:20px}
.pophealth-toolkit .card{padding:17px}
.pophealth-toolkit .card h2{font-size:21px}
.pophealth-toolkit .lane-bar{display:block;font-size:12px}
.pophealth-toolkit .safety-strip{align-items:flex-start;display:block;font-size:14px}
.pophealth-toolkit .safety-strip button{padding:8px 0 0}
.pophealth-toolkit .learning-footer{align-items:flex-start;flex-direction:column}
.pophealth-toolkit .dialog-head{padding:18px}
.pophealth-toolkit .dialog-head h2{font-size:22px}
.pophealth-toolkit .dialog-body{padding:18px}
.pophealth-toolkit .dialog-actions{padding:12px 18px}
.pophealth-toolkit .lesson-dialog{width:calc(100vw - 16px);max-height:94dvh}
.pophealth-toolkit .dialog-shell{max-height:94dvh}
.pophealth-toolkit .label-row{min-height:30px}
.pophealth-toolkit .kpi b{font-size:25px}
.pophealth-toolkit .hub-card{padding:20px}
.pophealth-toolkit .help-popover{width:calc(100vw - 24px)}
.pophealth-toolkit .receipt{font-size:12px}
.pophealth-toolkit .table-wrap table{min-width:500px}}
@media(prefers-reduced-motion:reduce){.pophealth-toolkit, .pophealth-toolkit *{scroll-behavior:auto!important;transition:none!important;animation:none!important}}
@media print{@page{size:A4;margin:15mm}
.pophealth-toolkit{background:#fff;color:#142d40;font-size:10pt}
.pophealth-toolkit .topbar,.pophealth-toolkit .hero-actions,.pophealth-toolkit .buttons,.pophealth-toolkit .safety-strip button,.pophealth-toolkit .learning-footer,.pophealth-toolkit .lesson-grid,.pophealth-toolkit .help-popover,.pophealth-toolkit .info-btn,.pophealth-toolkit .status-toast,.pophealth-toolkit .skip-link,.pophealth-toolkit .lesson-dialog,.pophealth-toolkit .screen-only,.pophealth-toolkit .no-print{display:none!important}
.pophealth-toolkit .wrap{width:100%;max-width:none}
.pophealth-toolkit .hero{padding:0 0 12px}
.pophealth-toolkit h1{font-size:24pt}
.pophealth-toolkit h2{font-size:15pt}
.pophealth-toolkit h3{font-size:12pt}
.pophealth-toolkit .hero .sub{font-size:10pt}
.pophealth-toolkit .card{box-shadow:none;border:1px solid #aaa;break-inside:avoid;padding:12px;margin-bottom:12px}
.pophealth-toolkit .grid2,.pophealth-toolkit .grid3,.pophealth-toolkit .grid4{gap:10px}
.pophealth-toolkit .grid4{grid-template-columns:repeat(2,minmax(0,1fr))}
.pophealth-toolkit .receipt{font-size:9pt;white-space:pre-wrap}
.pophealth-toolkit .print-root{display:block}
body.pophealth-page.learning .pophealth-toolkit main> :not(.print-root){display:none!important}
body.pophealth-page.learning .pophealth-toolkit .hero{display:none!important}
.pophealth-toolkit .print-section{break-inside:auto;page-break-before:always}
.pophealth-toolkit .print-section:first-child{page-break-before:auto}
.pophealth-toolkit .print-section h2{border-bottom:2px solid #15767b;padding-bottom:7px}
.pophealth-toolkit .print-root details>*{display:block!important}
.pophealth-toolkit .study-card{break-inside:avoid}
.pophealth-toolkit .big-warning{color:#7d1932;background:#fff0f2;border:2px solid #7d1932;font-size:14pt}
.pophealth-toolkit .sources a{font-size:9pt;word-break:break-word}
.pophealth-toolkit table{font-size:9pt}
.pophealth-toolkit .field input,.pophealth-toolkit .field select{border:1px solid #aaa;padding:5px;font-size:10pt}
.pophealth-toolkit .label-row{min-height:26px}
.pophealth-toolkit footer{margin-top:12px}
.pophealth-toolkit .hub-grid{display:block}
.pophealth-toolkit .hub-card{display:block;break-inside:avoid;margin-bottom:10px}
.pophealth-toolkit .takeaway{border:1px solid #bbb}
.pophealth-toolkit dialog[open]{display:none!important}}
.pophealth-toolkit .tile{padding:18px;border:1px solid var(--line);border-radius:13px;background:#f8fbfd;min-width:0}
.pophealth-toolkit .tile p:last-child{margin-bottom:0}
.pophealth-toolkit .grid2,.pophealth-toolkit .grid3,.pophealth-toolkit .grid4{margin-bottom:12px}
.pophealth-toolkit .grid2>*,.pophealth-toolkit .grid3>*,.pophealth-toolkit .grid4>*{min-width:0}
.pophealth-toolkit .tool-card{display:flex;flex-direction:column;position:relative;padding:24px 26px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);border-radius:18px;text-decoration:none;color:var(--ink);min-height:229px;transition:transform .15s,border-color .15s}
.pophealth-toolkit .tool-card:hover{transform:translateY(-3px);border-color:#5cabab}
.pophealth-toolkit .tool-card h2{font-size:25px}
.pophealth-toolkit .tool-card p{color:var(--muted);max-width:520px;font-size:15px}
.pophealth-toolkit .tool-open{position:absolute;right:22px;bottom:22px;color:var(--teal);font-size:12px}
.pophealth-toolkit .tool-card .takeaway{margin-top:auto;max-width:70%}
.pophealth-toolkit .worked-strip{display:flex;align-items:center;justify-content:space-between;gap:20px;border:1px solid #b9d9d3;background:#e5f5ee;padding:15px 20px;border-radius:14px;margin:15px 0 0}
.pophealth-toolkit .worked-strip .eyebrow{margin-bottom:4px}
.pophealth-toolkit .worked-strip b{font-size:19px;margin-right:16px;color:var(--navy)}
.pophealth-toolkit .worked-strip span:not(.eyebrow){font-size:13px;color:#31584f}
.pophealth-toolkit .study-card .takeaway{margin-top:0;min-height:58px;display:flex;align-items:center}
.pophealth-toolkit .lesson-card .takeaway{margin-top:auto}
.pophealth-toolkit .safety-strip span{max-width:850px}
.pophealth-toolkit .source-status{overflow-wrap:anywhere}
.pophealth-toolkit .sources a{overflow-wrap:anywhere}
.pophealth-toolkit .formula{overflow-wrap:anywhere}
.pophealth-toolkit .dialog-body .grid3{margin-top:15px}
.pophealth-toolkit .read-receipt{white-space:pre-wrap}
@media(max-width:620px){.pophealth-toolkit .tool-card{padding:19px;min-height:235px}
.pophealth-toolkit .tool-open{position:static;display:block;margin-top:12px}
.pophealth-toolkit .tool-card .takeaway{max-width:100%}
.pophealth-toolkit .worked-strip{align-items:flex-start;flex-direction:column;gap:12px}
.pophealth-toolkit .worked-strip span:not(.eyebrow){display:block;margin-top:5px}
.pophealth-toolkit .safety-strip{align-items:flex-start;flex-direction:column;gap:7px}
.pophealth-toolkit .study-card .takeaway{min-height:0}}
@media print{.pophealth-toolkit .tile,.pophealth-toolkit .tool-card{box-shadow:none}
.pophealth-toolkit .tool-open{display:none}
.pophealth-toolkit .worked-strip{display:none}
.pophealth-toolkit .study-card .takeaway{min-height:0}
.pophealth-toolkit .grid2,.pophealth-toolkit .grid3,.pophealth-toolkit .grid4{display:block}
.pophealth-toolkit .tile,.pophealth-toolkit .study-card{margin-bottom:14px}
body.pophealth-page.learning .pophealth-toolkit .print-root .grid3{display:block}}
.pophealth-toolkit .published-example{background:#f5f4ff;border:1px solid #d2cbf3;border-radius:15px;padding:19px;margin:18px 0}
.pophealth-toolkit .published-example h3{max-width:840px}
.pophealth-toolkit .translation-grid{display:grid;grid-template-columns:minmax(0,1fr) 30px minmax(0,1fr);gap:12px;align-items:stretch;margin:16px 0}
.pophealth-toolkit .translation-step{min-width:0;border:1px solid #d8e2e9;border-radius:13px;background:#fff;padding:17px 19px;display:flex;flex-direction:column;gap:8px}
.pophealth-toolkit .translation-step.after{background:#e4f6ee;border-color:#abd9c8}
.pophealth-toolkit .translation-step .step-label{color:#496171;font-size:12px;font-weight:800;letter-spacing:.3px}
.pophealth-toolkit .translation-step>strong{color:var(--navy);font-size:clamp(27px,3.1vw,41px);line-height:1.05;letter-spacing:-1px;overflow-wrap:anywhere}
.pophealth-toolkit .translation-step>strong small{font-size:14px;letter-spacing:0;font-weight:600}
.pophealth-toolkit .translation-step>span:not(.step-label){font-size:14px;color:#425967}
.pophealth-toolkit .translation-step>b{font-size:13px;color:#1e6254}
.pophealth-toolkit .translation-arrow{display:grid;place-items:center;font-size:25px;font-weight:800;color:var(--teal)}
.pophealth-toolkit .worked-truncation{margin:19px 0;padding:18px;border-radius:15px;background:#fff8e8;border:1px solid #e9d6aa}
.pophealth-toolkit .worked-truncation .memory{background:#fff;border-color:#b98100}
.pophealth-toolkit .translation-result{margin:20px 0;border:2px solid #8dbdb3;border-radius:15px;padding:19px;background:#f8fcfa}
.pophealth-toolkit .result-sentence{font-size:19px;color:var(--navy);line-height:1.45}
.pophealth-toolkit .worked-details>summary{font-size:17px}
.pophealth-toolkit .published-example .takeaway{font-size:14px}
.pophealth-toolkit .lesson-card{padding:15px 17px 13px}
.pophealth-toolkit .lesson-card h2{font-size:19px}
.pophealth-toolkit .lesson-card p{font-size:13px;margin-bottom:10px}
.pophealth-toolkit .lesson-card .open-mark{font-size:15px}
.pophealth-toolkit .lesson-top{margin-bottom:9px}
.pophealth-toolkit .published-example details{margin-bottom:0}
.pophealth-toolkit .translation-result p:last-child{margin-bottom:0}
@media(min-width:1000px) and (max-height:820px){body.pophealth-page.learning .pophealth-toolkit .hero{padding:18px 0}
body.pophealth-page.learning .pophealth-toolkit h1{font-size:33px}
.pophealth-toolkit .lesson-card{padding:13px 15px;min-height:165px}
.pophealth-toolkit .lesson-card p{font-size:12px}
.pophealth-toolkit .lesson-grid{gap:10px}
.pophealth-toolkit .safety-strip{margin-bottom:12px}
.pophealth-toolkit .learning-footer{margin:12px 0}
.pophealth-toolkit .lesson-card h2{font-size:18px}}
@media(max-width:620px){.pophealth-toolkit .translation-grid{grid-template-columns:1fr;gap:8px}
.pophealth-toolkit .translation-arrow{transform:rotate(90deg);height:26px}
.pophealth-toolkit .translation-step>strong{font-size:34px}
.pophealth-toolkit .published-example,.pophealth-toolkit .worked-truncation,.pophealth-toolkit .translation-result{padding:15px}
.pophealth-toolkit .translation-result .result-sentence{font-size:17px}}
@media print{.pophealth-toolkit .published-example,.pophealth-toolkit .worked-truncation,.pophealth-toolkit .translation-result{break-inside:avoid;box-shadow:none}
.pophealth-toolkit .translation-grid{display:grid;grid-template-columns:1fr 20px 1fr}
.pophealth-toolkit .translation-step>strong{font-size:23pt}
.pophealth-toolkit .translation-arrow{transform:none}
.pophealth-toolkit .worked-details{display:block}}


.pophealth-toolkit { min-height: 55vh; padding-bottom: 1px; }
.pophealth-toolkit .pophealth-breadcrumb { align-items: center; display: flex; flex-wrap: wrap; gap: 7px; padding-bottom: 12px; padding-top: 15px; }
.pophealth-toolkit .pophealth-breadcrumb a, .pophealth-toolkit .pophealth-breadcrumb span { color: #526979; font-size: 12px; padding: 0; text-decoration: none; }
.pophealth-toolkit .pophealth-breadcrumb a:hover { color: #075b60; text-decoration: underline; }
.pophealth-toolkit .pophealth-breadcrumb [aria-current="page"] { color: #173b5f; font-weight: 750; }
.pophealth-toolkit .toolkit-title { color: #173b5f; font-size: 13px; font-weight: 800; letter-spacing: .8px; text-decoration: none; text-transform: uppercase; white-space: nowrap; }
.pophealth-toolkit .pophealth-subnav { border-top: 1px solid #d6e0e6; }
@media(max-width:620px) { .pophealth-toolkit .pophealth-breadcrumb { padding-top: 11px; } .pophealth-toolkit .toolkit-title { width: 100%; } }
@media print { body.pophealth-page > .site-header, body.pophealth-page > .site-footer, .pophealth-toolkit .pophealth-breadcrumb, .pophealth-toolkit .pophealth-subnav { display: none !important; } }
