.health-tools-page{--blue:#1a56a0;--blue-dark:#0f3d7a;--blue-light:#e8f0fb;--teal:#0891b2;--green:#059669;--red:#dc2626;--amber:#d97706;--gray-50:#f8fafc;--gray-100:#f1f5f9;--gray-200:#e2e8f0;--gray-300:#d1d5db;--gray-400:#94a3b8;--gray-600:#475569;--gray-700:#334155;--gray-800:#1e293b;--gray-900:#0f172a;--font-display:var(--font-playfair), "Playfair Display", Georgia, serif;--font-body:var(--font-dm-sans), "DM Sans", system-ui, sans-serif;--radius:12px;--radius-lg:18px;--shadow-lg:0 8px 28px #1a56a021;--transition:all .2s ease;font-family:var(--font-body);color:var(--gray-800);font-size:14px;line-height:1.6}.health-tools-page a{color:inherit;text-decoration:none}.health-tools-page .page-hero{background:linear-gradient(135deg, var(--blue-dark), var(--blue) 55%, var(--teal));color:#fff;text-align:center;padding:60px 18px;position:relative;overflow:hidden}.health-tools-page .page-hero:before{content:"";background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/svg%3E");position:absolute;inset:0}.health-tools-page .page-hero-inner{max-width:680px;margin:auto;position:relative}.health-tools-page .eyebrow{letter-spacing:.12em;text-transform:uppercase;color:#93c5fd;margin-bottom:8px;font-size:.68rem;font-weight:700}.health-tools-page .page-hero h1{font-family:var(--font-display);margin-bottom:14px;font-size:clamp(1.8rem,3.5vw,2.7rem);font-weight:700;line-height:1.2}.health-tools-page .page-hero p{opacity:.88;max-width:540px;margin:auto;font-size:.9rem;line-height:1.75}.health-tools-page .hero-pills{flex-wrap:wrap;justify-content:center;gap:8px;margin-top:20px;display:flex}.health-tools-page .hero-pill{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff26;border:1px solid #ffffff40;border-radius:50px;padding:5px 14px;font-size:.72rem;font-weight:600}.health-tools-page .tools-main{max-width:1200px;margin:auto;padding:48px 18px}.health-tools-page .section-header{text-align:center;margin-bottom:36px}.health-tools-page .section-header h2{font-family:var(--font-display);color:var(--gray-900);margin-bottom:10px;font-size:clamp(1.4rem,2.5vw,1.9rem);line-height:1.25}.health-tools-page .section-header p{color:var(--gray-600);max-width:520px;margin:auto;font-size:.86rem}.health-tools-page .eyebrow-blue{letter-spacing:.12em;text-transform:uppercase;color:var(--blue);margin-bottom:7px;font-size:.68rem;font-weight:700}.health-tools-page .tools-nav{flex-wrap:wrap;justify-content:center;gap:8px;margin-bottom:40px;display:flex}.health-tools-page .tool-tab{border:1.5px solid var(--gray-200);cursor:pointer;transition:var(--transition);color:var(--gray-600);background:#fff;border-radius:50px;padding:7px 16px;font-family:inherit;font-size:.78rem;font-weight:600}.health-tools-page .tool-tab:hover{border-color:var(--blue);color:var(--blue)}.health-tools-page .tool-tab.active{background:var(--blue);color:#fff;border-color:var(--blue)}.health-tools-page .tools-category-panel{animation:.28s ht-category-fade}@keyframes ht-category-fade{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.health-tools-page .tools-grid{grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:24px;display:grid}.health-tools-page .tool-panel{border:1.5px solid var(--gray-200);border-radius:var(--radius-lg);transition:var(--transition);background:#fff;overflow:hidden}.health-tools-page .tool-panel:hover{border-color:var(--blue);box-shadow:var(--shadow-lg)}.health-tools-page .tool-header{border-bottom:1px solid var(--gray-100);align-items:flex-start;gap:13px;padding:20px 22px 16px;display:flex}.health-tools-page .tool-ico{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.3rem;display:flex}.health-tools-page .tool-ico.blue{background:var(--blue-light)}.health-tools-page .tool-ico.teal{background:#e0f7fa}.health-tools-page .tool-ico.green{background:#ecfdf5}.health-tools-page .tool-ico.amber{background:#fffbeb}.health-tools-page .tool-ico.pink{background:#fdf2f8}.health-tools-page .tool-ico.purple{background:#f3f0ff}.health-tools-page .tool-header-text h3{font-family:var(--font-display);color:var(--gray-900);margin-bottom:3px;font-size:1rem;font-weight:600}.health-tools-page .tool-header-text p{color:var(--gray-600);font-size:.76rem;line-height:1.55}.health-tools-page .tool-body{padding:18px 22px}.health-tools-page .form-row{grid-template-columns:1fr 1fr;gap:10px;margin-bottom:12px;display:grid}.health-tools-page .form-row.single{grid-template-columns:1fr}.health-tools-page .form-group label{color:var(--gray-600);text-transform:uppercase;letter-spacing:.04em;margin-bottom:4px;font-size:.72rem;font-weight:600;display:block}.health-tools-page .form-group input,.health-tools-page .form-group select{border:1.5px solid var(--gray-200);width:100%;color:var(--gray-800);transition:var(--transition);background:#fff;border-radius:8px;padding:8px 11px;font-family:inherit;font-size:.84rem}.health-tools-page .form-group input::placeholder{color:var(--gray-400);opacity:1}.health-tools-page .form-group input:focus,.health-tools-page .form-group select:focus{border-color:var(--blue);outline:none;box-shadow:0 0 0 3px #1a56a024}.health-tools-page .calc-btn{background:var(--blue);color:#fff;cursor:pointer;border:none;border-radius:9px;justify-content:center;align-items:center;width:100%;margin-top:4px;padding:10px;font-family:inherit;font-size:.88rem;font-weight:700;transition:background .2s,transform .2s,box-shadow .2s;display:inline-flex;position:relative}.health-tools-page .calc-btn:hover:not(:disabled){background:var(--blue-dark);transform:translateY(-1px);box-shadow:0 6px 16px #1a56a040}.health-tools-page .calc-btn:disabled{opacity:.75;cursor:not-allowed}.health-tools-page .calc-btn-spinner{border:2px solid #ffffff59;border-top-color:#fff;border-radius:50%;width:18px;height:18px;animation:.7s linear infinite ht-spin;position:absolute}.health-tools-page .calc-btn-text--hidden{opacity:0}@keyframes ht-spin{to{transform:rotate(360deg)}}.health-tools-page .result-box{background:linear-gradient(135deg, var(--blue-light), #dbeafe);border:1px solid #bfdbfe;border-radius:10px;margin-top:14px;padding:14px 16px;display:none}.health-tools-page .result-box.show{display:block}.health-tools-page .risk-result{margin-top:14px;display:none}.health-tools-page .risk-result.show{display:block}.health-tools-page .result-actions{gap:8px;margin-top:12px;display:none}.health-tools-page .result-box.show .result-actions,.health-tools-page .risk-result.show .result-actions{display:flex}.health-tools-page .result-action-btn{border:1px solid var(--blue-dark);color:var(--blue-dark);cursor:pointer;background:#fff;border-radius:50px;align-items:center;gap:6px;padding:7px 14px;font-family:inherit;font-size:.74rem;font-weight:700;transition:background .15s,color .15s;display:flex}.health-tools-page .result-action-btn:hover{background:var(--blue-dark);color:#fff}.health-tools-page .result-action-btn svg{flex-shrink:0;width:13px;height:13px}.health-tools-page .preg-tri-row{border-radius:8px;align-items:flex-start;gap:8px;padding:7px 10px;line-height:1.5;display:flex}.health-tools-page .preg-ms-row{background:#fff;border:1px solid #dbeafe;border-radius:8px;align-items:flex-start;gap:9px;margin-bottom:6px;padding:8px 10px;display:flex}.health-tools-page .preg-ms-row .ms-ico{flex:none;font-size:.9rem;line-height:1.5}.health-tools-page .preg-ms-row .ms-text{min-width:0;color:var(--gray-700);word-break:break-word;flex:1;font-size:.76rem;line-height:1.55}.health-tools-page .preg-ms-row .ms-week{color:var(--gray-900);font-weight:700}.health-tools-page .preg-ms-row .ms-date{color:var(--blue);font-weight:600}.health-tools-page .result-label{text-transform:uppercase;letter-spacing:.06em;color:var(--blue);margin-bottom:4px;font-size:.7rem;font-weight:700}.health-tools-page .result-value{font-family:var(--font-display);color:var(--blue-dark);font-size:1.7rem;font-weight:700}.health-tools-page .result-sub{color:var(--gray-600);margin-top:3px;font-size:.74rem;line-height:1.5}.health-tools-page .result-bar{background:var(--gray-200);border-radius:50px;height:8px;margin-top:10px;overflow:hidden}.health-tools-page .result-fill{border-radius:50px;height:100%;transition:width .5s}.health-tools-page .disclaimer{color:#92400e;background:#fffbeb;border-left:3px solid #f59e0b;border-radius:0 7px 7px 0;margin-top:12px;padding:9px 12px;font-size:.72rem;line-height:1.6}.health-tools-page .related-tags{-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-wrap:nowrap;align-items:center;gap:6px;margin-top:12px;display:flex;overflow-x:auto}.health-tools-page .related-tags::-webkit-scrollbar{display:none}.health-tools-page .related-tag{background:var(--gray-100);color:var(--gray-600);cursor:pointer;transition:var(--transition);white-space:nowrap;border-radius:50px;flex-shrink:0;padding:3px 10px;font-size:.68rem;font-weight:600}.health-tools-page .related-tag:hover{background:var(--blue-light);color:var(--blue)}.health-tools-page .risk-badge{border-radius:50px;margin-bottom:8px;padding:5px 14px;font-size:.8rem;font-weight:700;display:inline-block}.health-tools-page .risk-low{color:#065f46;background:#ecfdf5}.health-tools-page .risk-mod{color:#92400e;background:#fffbeb}.health-tools-page .risk-high{color:#991b1b;background:#fef2f2}.health-tools-page .bpcat{border-radius:50px;margin-top:4px;padding:4px 12px;font-size:.78rem;font-weight:700;display:inline-block}.health-tools-page .bp-normal{color:#065f46;background:#ecfdf5}.health-tools-page .bp-elevated{color:#92400e;background:#fffbeb}.health-tools-page .bp-high1{color:#9a3412;background:#fff7ed}.health-tools-page .bp-high2{color:#991b1b;background:#fef2f2}.health-tools-page .category-title{font-family:var(--font-display);color:var(--gray-900);border-bottom:2px solid var(--blue-light);margin-top:36px;margin-bottom:4px;padding-bottom:10px;font-size:1.2rem}.health-tools-page .category-title:first-child{margin-top:0}.health-tools-page .category-title.spaced{margin-top:44px}.health-tools-page .category-subtitle{color:var(--gray-400);margin-bottom:18px;font-size:.8rem}.health-tools-page .hr-zones{gap:5px;margin-top:10px;font-size:.78rem;display:grid}.health-tools-page .hr-zone-row{border-radius:0 6px 6px 0;justify-content:space-between;align-items:center;padding:5px 10px;display:flex}.health-tools-page .preg-trimesters{gap:4px;margin-top:10px;font-size:.76rem;display:grid}.health-tools-page .preg-t1{color:#065f46;background:#ecfdf5;border-radius:6px;padding:5px 10px}.health-tools-page .preg-t2{color:#92400e;background:#fffbeb;border-radius:6px;padding:5px 10px}.health-tools-page .preg-t3{color:#991b1b;background:#fef2f2;border-radius:6px;padding:5px 10px}.health-tools-page .phq-intro{color:var(--gray-600);margin-bottom:14px;font-size:.78rem}.health-tools-page .phq-questions{gap:8px;margin-bottom:14px;display:grid}.health-tools-page .phq-row{background:var(--gray-50);border-radius:7px;justify-content:space-between;align-items:center;padding:8px 10px;font-size:.78rem;display:flex}.health-tools-page .phq-row.critical{background:#fef2f2;border-left:3px solid #fca5a5}.health-tools-page .phq-row span{color:var(--gray-700);flex:1}.health-tools-page .phq-select{border:1px solid var(--gray-300);background:#fff;border-radius:10px;width:56px;height:38px;padding:0 6px;font-family:inherit;font-size:.78rem;transition:border-color .2s,box-shadow .2s}.health-tools-page .phq-select:focus{border-color:var(--blue);outline:none;box-shadow:0 0 0 3px #1a56a024}.health-tools-page .risk-advice{color:var(--gray-600);font-size:.78rem;line-height:1.6}.health-tools-page .risk-advice.spaced{margin-top:6px;line-height:1.65}.health-tools-page .tools-cta{border-radius:var(--radius-lg);text-align:center;color:#fff;background:linear-gradient(135deg,#0f3d7a,#1a56a0);margin-top:48px;padding:40px}.health-tools-page .tools-cta .eyebrow{margin-bottom:8px}.health-tools-page .tools-cta h2{margin-bottom:10px}.health-tools-page .tools-cta p{opacity:.88;max-width:480px;margin:auto auto 24px;font-size:.88rem;line-height:1.7}.health-tools-page .tools-cta-btns{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.health-tools-page .tools-cta-primary{color:#0f3d7a;cursor:pointer;background:#fff;border:none;border-radius:9px;padding:11px 22px;font-family:inherit;font-size:.86rem;font-weight:700;text-decoration:none;display:inline-block}.health-tools-page .tools-cta-secondary{color:#fff;cursor:pointer;background:0 0;border:2px solid #ffffff80;border-radius:9px;padding:10px 22px;font-family:inherit;font-size:.86rem;font-weight:600;text-decoration:none;display:inline-block}.health-tools-page .ht-modal-root{z-index:1000;-webkit-backdrop-filter:blur(8px);background:#0f172a73;justify-content:center;align-items:center;padding:20px;animation:.25s ht-fade-in;display:flex;position:fixed;inset:0}.health-tools-page .ht-modal{border-radius:20px;flex-direction:column;width:100%;max-width:700px;max-height:min(88vh,780px);animation:.28s cubic-bezier(.34,1.4,.64,1) ht-scale-in;display:flex;overflow:hidden;box-shadow:0 24px 64px #0f172a2e,0 8px 24px #0f172a1a}@keyframes ht-fade-in{0%{opacity:0}to{opacity:1}}@keyframes ht-scale-in{0%{opacity:0;transform:scale(.94)translateY(12px)}to{opacity:1;transform:scale(1)translateY(0)}}.health-tools-page .ht-modal-header{border-bottom:1px solid var(--gray-100);background:linear-gradient(135deg, var(--blue-light), #f8fbff);flex-shrink:0;align-items:flex-start;gap:12px;padding:14px 18px 12px;display:flex}.health-tools-page .ht-modal-icon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.2rem;display:flex}.health-tools-page .ht-modal-header-text{flex:1;min-width:0}.health-tools-page .ht-modal-title{font-family:var(--font-display);color:var(--gray-900);margin-bottom:8px;font-size:1.05rem;font-weight:700;line-height:1.25}.health-tools-page .ht-modal-result-inline{grid-template-columns:1fr auto;align-items:center;gap:10px;display:grid}.health-tools-page .ht-modal-result-primary{min-width:0}.health-tools-page .ht-modal-result-status{text-align:right}.health-tools-page .ht-modal-close{width:32px;height:32px;color:var(--gray-600);cursor:pointer;background:#ffffffd9;border:none;border-radius:8px;flex-shrink:0;font-size:.9rem;transition:background .2s,color .2s}.health-tools-page .ht-modal-close:hover{background:var(--gray-200);color:var(--gray-900)}.health-tools-page .ht-modal-close:focus-visible{outline:2px solid var(--blue);outline-offset:2px}.health-tools-page .ht-modal-hero{display:none}.health-tools-page .ht-modal-result-label{text-transform:uppercase;letter-spacing:.07em;color:var(--gray-500);margin-bottom:2px;font-size:.62rem;font-weight:700;display:block}.health-tools-page .ht-modal-result-value{font-family:var(--font-display);color:var(--blue-dark);word-break:break-word;font-size:clamp(1.35rem,3.5vw,1.75rem);font-weight:700;line-height:1.1}.health-tools-page .ht-status{text-align:center;border-radius:50px;justify-content:center;align-items:center;max-width:180px;padding:4px 10px;font-size:.74rem;font-weight:700;display:inline-flex}.health-tools-page .ht-status--good{color:#065f46;background:#ecfdf5}.health-tools-page .ht-status--moderate{color:#92400e;background:#fffbeb}.health-tools-page .ht-status--warning{color:#9a3412;background:#fff7ed}.health-tools-page .ht-status--danger{color:#991b1b;background:#fef2f2}.health-tools-page .ht-status--info{background:var(--blue-light);color:var(--blue-dark)}.health-tools-page .ht-modal-sections{flex-direction:column;flex:1;gap:8px;padding:12px 18px;display:flex;overflow-y:auto}.health-tools-page .ht-modal-section{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:12px;padding:10px 14px}.health-tools-page .ht-modal-section--warning{background:#fffbeb;border-color:#fde68a}.health-tools-page .ht-modal-section--tips{background:#f0fdf4;border-color:#bbf7d0}.health-tools-page .ht-modal-section--disclaimer{background:#fffbeb;border-color:#fcd34d}.health-tools-page .ht-modal-section-title{text-transform:uppercase;letter-spacing:.05em;color:var(--gray-700);margin-bottom:4px;font-size:.7rem;font-weight:700}.health-tools-page .ht-modal-section-body{color:var(--gray-600);font-size:.8rem;line-height:1.55}.health-tools-page .ht-modal-section-body p{margin:0}.health-tools-page .ht-modal-section-body p+p,.health-tools-page .ht-modal-section-body ul{margin-top:4px}.health-tools-page .ht-bullet-list{margin:0;padding-left:18px}.health-tools-page .ht-bullet-list li{margin-bottom:6px}.health-tools-page .ht-bullet-list li:last-child{margin-bottom:0}.health-tools-page .ht-tips-list{flex-direction:column;gap:6px;margin:0;padding:0;list-style:none;display:flex}.health-tools-page .ht-tips-list li{align-items:flex-start;gap:10px;display:flex}.health-tools-page .ht-tip-icon{flex-shrink:0;font-size:1.1rem;line-height:1.4}.health-tools-page .ht-tips-list strong{color:var(--gray-800);margin-bottom:2px;font-size:.8rem;display:block}.health-tools-page .ht-tips-list p{color:var(--gray-600);margin:0;font-size:.78rem;line-height:1.5}.health-tools-page .ht-zone-list{flex-direction:column;gap:6px;margin:10px 0 0;padding:0;list-style:none;display:flex}.health-tools-page .ht-zone-list li{border-left:3px solid var(--blue);background:#fff;border-radius:8px;justify-content:space-between;align-items:center;padding:8px 12px;font-size:.8rem;display:flex}.health-tools-page .ht-trimester-list{flex-direction:column;gap:6px;margin:10px 0 0;padding:0;list-style:none;display:flex}.health-tools-page .ht-trimester-list li{border-radius:8px;padding:8px 12px;font-size:.8rem}.health-tools-page .ht-trimester--t1{color:#065f46;background:#ecfdf5}.health-tools-page .ht-trimester--t2{color:#92400e;background:#fffbeb}.health-tools-page .ht-trimester--t3{color:#991b1b;background:#fef2f2}.health-tools-page .ht-milestone-list{gap:6px;margin-top:12px;display:grid}.health-tools-page .ht-milestone-row{background:#fff;border:1px solid #dbeafe;border-radius:8px;align-items:flex-start;gap:9px;padding:8px 10px;display:flex}.health-tools-page .ht-milestone-icon{flex:none;font-size:.9rem;line-height:1.5}.health-tools-page .ht-milestone-text{min-width:0;color:var(--gray-700);word-break:break-word;flex:1;font-size:.76rem;line-height:1.55}.health-tools-page .ht-milestone-week{color:var(--gray-900);font-weight:700}.health-tools-page .ht-milestone-date{color:var(--blue);font-weight:600}.health-tools-page .ht-upcoming-label{text-transform:uppercase;letter-spacing:.06em;color:var(--gray-600);margin:0 0 6px;font-size:.72rem;font-weight:700}.health-tools-page .form-check-row{align-items:center;gap:7px;margin-top:2px;display:flex}.health-tools-page .form-check-row input[type=checkbox]{width:auto;accent-color:var(--blue)}.health-tools-page .form-check-row label{text-transform:none;letter-spacing:0;margin:0;font-size:.78rem;font-weight:500}.health-tools-page .ht-modal-actions{border-top:1px solid var(--gray-100);flex-shrink:0;gap:8px;padding:10px 18px 14px;display:flex}.health-tools-page .ht-modal-btn{cursor:pointer;border-radius:9px;flex:1;height:36px;font-family:inherit;font-size:.82rem;font-weight:700;transition:background .2s,transform .2s,border-color .2s}.health-tools-page .ht-modal-btn--ghost{border:1.5px solid var(--gray-200);color:var(--gray-700);background:#fff}.health-tools-page .ht-modal-btn--ghost:hover{border-color:var(--blue);color:var(--blue)}.health-tools-page .ht-modal-btn--primary{background:var(--blue);color:#fff;border:none}.health-tools-page .ht-modal-btn--primary:hover{background:var(--blue-dark);transform:translateY(-1px)}.health-tools-page .ht-modal-btn:focus-visible{outline:2px solid var(--blue);outline-offset:2px}@media (max-width:720px){.health-tools-page .tools-grid,.health-tools-page .form-row{grid-template-columns:1fr}.health-tools-page .page-hero h1{font-size:clamp(1.6rem,5vw,2.2rem)}}@media (max-width:767px){.health-tools-page .ht-modal-result-inline{grid-template-columns:1fr;gap:8px}.health-tools-page .ht-modal-result-status{text-align:left}.health-tools-page .ht-modal-actions{flex-direction:column}.health-tools-page .category-divider-text{white-space:normal;text-align:center;font-size:1rem}}.health-tools-page .whr-box{border:1.5px dashed var(--gray-200);background:#fafcff;border-radius:10px;margin-top:12px;padding:12px 14px}.health-tools-page .whr-box--compact{padding:10px 14px}.health-tools-page .whr-box--compact .whr-hd{margin-bottom:8px}.health-tools-page .whr-box--compact .whr-check{margin-top:0}.health-tools-page .whr-hd{color:var(--gray-800);align-items:center;gap:8px;margin-bottom:10px;font-size:.82rem;font-weight:700;display:flex}.health-tools-page .whr-chip{border-radius:50px;margin-left:auto;padding:2px 9px;font-size:.64rem;font-weight:700}.health-tools-page .whr-chip.on{color:var(--green,#059669);background:#f0fdf4}.health-tools-page .whr-chip.off{background:var(--gray-100);color:var(--gray-600)}.health-tools-page .whr-check{align-items:center;gap:7px;margin-top:2px;display:flex}.health-tools-page .whr-check label{text-transform:none;letter-spacing:0;color:var(--gray-800);cursor:pointer;margin:0;font-size:.78rem;font-weight:600}.health-tools-page .whr-registered{color:var(--gray-600);background:var(--blue-light);border-radius:8px;margin-bottom:10px;padding:8px 10px;font-size:.76rem}.health-tools-page .whr-prompt{color:var(--gray-700);margin-bottom:8px;font-size:.76rem;line-height:1.4}.health-tools-page .whr-err{color:#dc2626;margin:6px 0 0;font-size:.74rem;display:none}.health-tools-page .whr-info{color:#166534;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;margin-top:10px;padding:9px 11px;font-size:.76rem;line-height:1.55;display:none}.health-tools-page .whr-info.warn{color:#92400e;background:#fffbeb;border-color:#fde68a}.health-tools-page .whr-info.exists{color:#166534;background:#f0fdf4;border-color:#bbf7d0}.health-tools-page .whr-sched{gap:4px;margin-top:8px;display:grid}.health-tools-page .whr-sched-row{color:#166534;align-items:flex-start;gap:7px;font-size:.74rem;display:flex}.health-tools-page .epi-card{background:#f6f9fe;border:1px solid #d3e4fa;border-radius:14px;align-items:flex-start;gap:11px;margin-bottom:10px;padding:13px 15px;display:flex}.health-tools-page .epi-card--past{opacity:.72;background:var(--gray-50);border-color:var(--gray-200)}.health-tools-page .epi-card--next{border-color:var(--blue);box-shadow:0 0 0 1px #1a56a01f}.health-tools-page .epi-card .epi-card-ico{color:var(--blue);flex:none;font-size:1rem;line-height:1.6;transform:rotate(-40deg)}.health-tools-page .epi-card .epi-card-text{min-width:0;color:var(--gray-600);word-break:break-word;flex:1;font-size:.8rem;line-height:1.65}.health-tools-page .epi-card .epi-card-title{color:var(--gray-900);font-weight:700}.health-tools-page .epi-card .epi-card-date{color:var(--blue);font-weight:700}.health-tools-page .epi-vac-line{color:var(--gray-700);padding-left:2px;font-size:.73rem;line-height:1.65;display:block}.health-tools-page .epi-vac-line b{color:var(--blue-dark);font-weight:700}.health-tools-page .epi-meta{color:var(--gray-400);font-size:.72rem;font-weight:600}.health-tools-page .toggle-sub{color:var(--gray-400);margin-top:4px;font-size:.68rem;line-height:1.5}@media (max-width:520px){.health-tools-page .epi-card{gap:9px;padding:11px 12px}}
