*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--pl-brand: #124f53;--pl-brand-dark: #0d3a3d;--pl-accent: #f29b07;--pl-accent-hover: #d98a06;--pl-bg: #ffffff;--pl-bg-secondary: #e8f0ee;--pl-bg-subtle: #fceacf;--pl-bg-muted: #c4d5d2;--pl-text: #1a1a1a;--pl-text-soft: #4b6c69;--pl-text-on-dark: #ffffff;--pl-warning: #c0392b;--pl-warning-bg: #fdecea;--pl-success: #2e7d32;--pl-success-bg: #e8f5e9;--brand: var(--pl-brand);--accent: var(--pl-accent);--heading: #000000;--text: var(--pl-brand);--bg: var(--pl-bg);--bg-secondary: var(--pl-bg-secondary);--bg-subtle: var(--pl-bg-subtle);--bg-alt: var(--pl-text-soft);--support: var(--pl-bg-muted);--green: var(--pl-success);--green-bg: var(--pl-success-bg);--red: var(--pl-warning);--gray: #999999;--gray-light: #f5f5f5;--pl-font-body: "Karla", -apple-system, BlinkMacSystemFont, sans-serif;--pl-font-heading: "Poppins", sans-serif;--pl-space-xs: 4px;--pl-space-sm: 8px;--pl-space-md: 16px;--pl-space-lg: 24px;--pl-space-xl: 32px;--pl-space-2xl: 48px;--pl-radius: 12px;--pl-radius-sm: 8px;--pl-radius-md: 10px;--pl-radius-lg: 16px;--pl-radius-pill: 999px;--pl-border: var(--pl-bg-muted);--pl-surface: var(--pl-bg-secondary);--pl-text-muted: var(--pl-text-soft);--radius: var(--pl-radius);--radius-sm: var(--pl-radius-sm);--pl-shadow: 0 1px 3px rgba(18,79,83,.08), 0 1px 2px rgba(18,79,83,.05);--pl-shadow-md: 0 2px 8px rgba(18,79,83,.08);--pl-shadow-lg: 0 12px 28px rgba(18,79,83,.1), 0 4px 10px rgba(18,79,83,.05);--pl-shadow-btn: 0 6px 18px rgba(242,155,7,.4);--shadow: var(--pl-shadow-md);--shadow-lg: 0 4px 20px rgba(18,79,83,.12);--pl-ease-out: cubic-bezier(.23, 1, .32, 1);--pl-ease-in-out: cubic-bezier(.77, 0, .175, 1);--pl-ease-spring: cubic-bezier(.34, 1.56, .64, 1);--pl-score-a: var(--pl-brand);--pl-score-b: var(--pl-accent)}body{font-family:var(--pl-font-body);color:var(--text);background:var(--bg-secondary);line-height:1.5;font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.app{max-width:880px;margin:0 auto;padding:0 var(--pl-space-md) var(--pl-space-2xl)}.hero{background:var(--brand);margin:0 -16px 32px;padding:36px 24px 32px;text-align:center}.hero-content{max-width:620px;margin:0 auto}.hero-brand{font-family:var(--pl-font-heading);font-size:12px;font-weight:600;color:var(--support);text-decoration:none;text-transform:uppercase;letter-spacing:2px;display:block;margin-bottom:var(--pl-space-sm);transition:color .2s var(--pl-ease-out)}.hero-brand:hover{color:#fff}.hero-title{font-family:var(--pl-font-heading);font-size:28px;font-weight:700;color:#fff;line-height:1.2;margin-bottom:12px}.hero-sub{font-size:15px;color:var(--support);line-height:1.6;max-width:520px;margin:0 auto}.card{background:var(--bg);border:1px solid var(--support);border-radius:var(--radius);padding:var(--pl-space-lg);box-shadow:var(--shadow)}.section-card{background:var(--bg);border:1px solid var(--support);border-radius:var(--radius);padding:var(--pl-space-lg);margin-bottom:var(--pl-space-md);box-shadow:var(--shadow)}.form-row{display:flex;gap:var(--pl-space-md);margin-bottom:var(--pl-space-md);flex-wrap:wrap}.form-group{display:flex;flex-direction:column;gap:6px;flex:1;min-width:160px}.form-label{font-size:13px;font-weight:600;color:var(--text);display:flex;align-items:center;gap:var(--pl-space-sm)}.form-hint{font-weight:400;color:var(--gray);font-size:12px}.form-input,.form-select,select,input[type=text],input[type=number],input[type=date]{font-family:var(--pl-font-body);font-size:15px;color:var(--text);padding:10px 14px;border:1.5px solid var(--support);border-radius:var(--radius-sm);background:var(--bg);outline:none;transition:border-color .2s var(--pl-ease-out),box-shadow .2s var(--pl-ease-out)}.form-input:focus,.form-select:focus,select:focus,input:focus{border-color:var(--brand);box-shadow:0 0 0 3px #124f531a}.btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:var(--accent);color:#fff;padding:12px 28px;border-radius:var(--pl-radius-pill);border:none;cursor:pointer;font-family:var(--pl-font-heading);font-size:15px;font-weight:600;text-decoration:none;transition:transform .15s var(--pl-ease-out),box-shadow .15s var(--pl-ease-out)}.btn-primary:hover{transform:translateY(-2px);box-shadow:var(--pl-shadow-btn)}.btn-primary:active{transform:scale(.97)}.btn-primary:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:none}.btn-secondary{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:transparent;color:var(--brand);padding:12px 28px;border-radius:var(--pl-radius-pill);border:2px solid var(--brand);cursor:pointer;font-family:var(--pl-font-heading);font-size:15px;font-weight:600;text-decoration:none;transition:background .15s var(--pl-ease-out),color .15s var(--pl-ease-out)}.btn-secondary:hover{background:var(--brand);color:#fff}.btn-secondary:active{transform:scale(.97)}:focus-visible{outline:2px solid var(--brand);outline-offset:2px}button:focus:not(:focus-visible),a:focus:not(:focus-visible){outline:none}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}@media(max-width:600px){.hero-title{font-size:22px}.hero{padding:28px 16px 24px}.form-row{flex-direction:column;gap:var(--pl-space-sm)}}.thm-app{font-family:var(--pl-font-body);color:var(--text);background:#fff;min-height:100vh}.thm-hero{background:#124f53;color:#fff;padding:56px 24px 48px}.thm-hero-inner{max-width:1080px;margin:0 auto}.thm-hero-eyebrow{display:block;font-family:var(--pl-font-heading);font-weight:700;font-size:12px;letter-spacing:.18em;color:#ffffffb3;margin-bottom:16px;text-transform:uppercase}.thm-hero-title{font-family:var(--pl-font-heading);font-weight:800;font-size:clamp(36px,6vw,64px);line-height:1.05;letter-spacing:-.02em;margin:0 0 18px;color:#fff}.thm-hero-subtitle{font-family:var(--pl-font-body);font-size:clamp(16px,2vw,20px);line-height:1.5;max-width:600px;color:#ffffffeb;margin:0}.thm-disclaimer-banner{background:#fef6e7;border-bottom:1px solid #F8E2B0;color:#5a3e00;font-size:14px;font-weight:600;padding:14px 24px;text-align:center;line-height:1.5}.thm-controls-bar{display:flex;flex-wrap:wrap;gap:16px;align-items:center;margin-bottom:20px}.thm-origin-row{display:flex;align-items:center;gap:10px;margin-bottom:20px}.thm-origin-label{font-family:var(--pl-font-heading);font-size:13px;font-weight:700;color:#4a4a4a;letter-spacing:.04em;white-space:nowrap}.thm-origin-select{font-family:var(--pl-font-body);font-size:14px;color:#1a1a1a;background:#f8f4ee;border:1.5px solid #e0d8cc;border-radius:8px;padding:7px 32px 7px 12px;-moz-appearance:none;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236b6b6b' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;cursor:pointer;min-width:180px}.thm-origin-select:focus-visible{outline:2px solid #F29B07;outline-offset:2px}.thm-date-input{font-family:var(--pl-font-body);font-size:14px;color:#1a1a1a;background:#f8f4ee;border:1.5px solid #e0d8cc;border-radius:8px;padding:7px 12px;cursor:pointer}.thm-date-input:focus-visible{outline:2px solid #F29B07;outline-offset:2px}.thm-main{max-width:1080px;margin:0 auto;padding:40px 24px 80px}.thm-intro{font-size:17px;line-height:1.6;color:#1a1a1a;max-width:720px;margin:0 0 32px}.thm-map-wrap{background:#f8f4ee;border-radius:16px;padding:24px;position:relative}.thm-map-container{width:100%;aspect-ratio:800 / 460;background:#fff;border-radius:10px;overflow:hidden;position:relative}.thm-map-zoom-hint{position:absolute;top:10px;right:12px;z-index:2;background:#ffffffd9;border:1px solid #e0d9c8;color:#4a4a4a;font-size:11px;padding:4px 8px;border-radius:6px;pointer-events:none}.thm-map{width:100%;height:100%;display:block}.thm-geo{outline:none;transition:fill .15s ease}.thm-geo--clickable,.thm-geo--available{cursor:pointer}.thm-geo:focus-visible{outline:2px solid #F29B07;outline-offset:1px}.thm-legend{display:flex;gap:24px;margin-top:16px;font-size:13px;color:#4a4a4a}.thm-legend-item{display:flex;align-items:center;gap:8px}.thm-legend-swatch{width:16px;height:16px;border-radius:3px;display:inline-block}.thm-legend-swatch--low{background:#2e7d74}.thm-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f1e208c;z-index:100;display:flex;justify-content:flex-end;animation:thm-fade-in .2s ease-out}@keyframes thm-fade-in{0%{opacity:0}to{opacity:1}}.thm-panel{background:#fff;width:min(560px,100%);height:100%;overflow-y:auto;padding:56px 36px 48px;position:relative;box-shadow:-8px 0 24px #0000001f;animation:thm-slide-in .25s cubic-bezier(.2,.8,.2,1)}@keyframes thm-slide-in{0%{transform:translate(40px);opacity:0}to{transform:translate(0);opacity:1}}.thm-panel-top-actions{position:sticky;top:0;display:flex;justify-content:flex-end;gap:4px;margin:-16px -16px 16px;padding:8px;background:#fffffff2;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:10}.thm-panel-close,.thm-panel-icon-btn{width:44px;height:44px;background:transparent;border:0;color:#1a1a1a;cursor:pointer;border-radius:999px;display:flex;align-items:center;justify-content:center;transition:background .15s ease;flex-shrink:0}.thm-panel-close:hover,.thm-panel-icon-btn:hover{background:#f8f4ee}.thm-panel-close:focus-visible,.thm-panel-icon-btn:focus-visible{outline:2px solid #F29B07;outline-offset:2px}.thm-panel-icon-btn:disabled{opacity:.5;cursor:not-allowed}.thm-panel-share{margin:32px 0 0}.share-bar{display:flex;gap:10px;flex-wrap:wrap}.share-btn{display:inline-flex;align-items:center;gap:7px;font-family:var(--pl-font-body);font-size:14px;font-weight:600;color:#124f53;background:#f8f4ee;border:1.5px solid #e0d8cc;border-radius:8px;padding:9px 16px;cursor:pointer;transition:background .15s ease,border-color .15s ease}.share-btn:hover{background:#ede8df;border-color:#c9c0b0}.share-btn:focus-visible{outline:2px solid #F29B07;outline-offset:2px}.share-btn-primary{color:#fff;background:#124f53;border-color:#124f53}.share-btn-primary:hover{background:#1a6b71;border-color:#1a6b71}.review-cta{margin-top:32px;background:#f8f4ee;border-radius:12px;padding:24px;text-align:center}.review-stars{font-size:22px;color:#f29b07;letter-spacing:2px;margin-bottom:10px}.review-title{font-family:var(--pl-font-heading);font-weight:700;font-size:17px;color:#124f53;margin-bottom:6px}.review-text{font-size:14px;line-height:1.5;color:#4a4a4a;margin:0 0 16px}.review-btn{display:inline-block;font-family:var(--pl-font-heading);font-weight:700;font-size:14px;color:#fff;background:#f29b07;border-radius:8px;padding:10px 22px;text-decoration:none;transition:background .15s ease}.review-btn:hover{background:#d4870a}.thm-panel-loading{padding:80px 0;text-align:center;color:#888}.thm-panel-header{border-bottom:1px solid #ece6dc;padding-bottom:24px;margin-bottom:32px}.thm-panel-eyebrow{display:block;font-family:var(--pl-font-heading);font-weight:700;font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:#f29b07;margin-bottom:10px}.thm-panel-title{font-family:var(--pl-font-heading);font-weight:800;font-size:clamp(32px,4vw,44px);letter-spacing:-.02em;line-height:1.05;color:#124f53;margin:0 0 14px}.thm-panel-summary{font-size:16px;line-height:1.55;color:#1a1a1a;margin:0 0 12px}.thm-panel-origin{font-size:13px;color:#6b6b6b;font-style:italic;margin:0}.thm-section{margin-bottom:40px}.thm-section-title{font-family:var(--pl-font-heading);font-weight:700;font-size:22px;letter-spacing:-.01em;color:#1a1a1a;margin:0 0 8px;padding-bottom:8px;border-bottom:2px solid #124F53;display:inline-block}.thm-section-intro{font-size:14px;color:#5a5a5a;line-height:1.5;margin:4px 0 16px}.thm-bucket{margin-top:20px}.thm-bucket-title{font-family:var(--pl-font-heading);font-weight:700;font-size:14px;text-transform:uppercase;letter-spacing:.08em;color:#124f53;margin:0 0 10px}.thm-bucket-empty{background:#f8f4ee;border-left:3px solid #124F53;padding:12px 16px;margin:0;font-size:14px;color:#1a1a1a;line-height:1.5;border-radius:0 6px 6px 0}.thm-label{font-weight:700;color:#124f53}.thm-vaccine-list{display:flex;flex-direction:column;gap:8px}.thm-vaccine{border:1px solid #ece6dc;border-radius:10px;background:#fff;overflow:hidden}.thm-vaccine[open]{border-color:#124f53}.thm-vaccine-summary{list-style:none;cursor:pointer;padding:14px 16px;display:flex;flex-direction:column;gap:4px;-webkit-user-select:none;user-select:none;transition:background .15s ease}.thm-vaccine-summary::-webkit-details-marker{display:none}.thm-vaccine-summary:hover{background:#fafaf6}.thm-vaccine-name{font-family:var(--pl-font-heading);font-weight:700;font-size:15px;color:#1a1a1a}.thm-vaccine-audience{font-size:13px;color:#6b6b6b}.thm-vaccine-body{padding:0 16px 16px;border-top:1px solid #f3eee4}.thm-vaccine-line{font-size:14px;line-height:1.55;color:#1a1a1a;margin:12px 0 0}.thm-routine-list{margin:0;padding-left:18px;display:flex;flex-direction:column;gap:6px;font-size:14px;color:#1a1a1a}.thm-routine-list li{line-height:1.5}.thm-malaria{background:#f29b070f;border-radius:12px;padding:24px;margin-left:-24px;margin-right:-24px}.thm-malaria-header{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:12px;margin-bottom:12px}.thm-risk-badge{font-family:var(--pl-font-heading);font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;padding:6px 12px;border-radius:999px;white-space:nowrap}.thm-risk-badge--regional{background:#f29b07;color:#fff}.thm-risk-badge--widespread{background:#c0392b;color:#fff}.thm-risk-badge--none{background:#2e7d56;color:#fff}.thm-malaria-summary{font-size:14px;line-height:1.55;margin:0 0 16px;color:#1a1a1a}.thm-malaria-block{margin-bottom:14px}.thm-malaria-list{margin:6px 0 0;padding-left:18px;font-size:14px;color:#1a1a1a;line-height:1.5}.thm-chip-row{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.thm-chip{background:#fff;border:1px solid #ece6dc;border-radius:999px;padding:6px 12px;font-size:13px;color:#1a1a1a}.thm-malaria-notes{font-size:13px;line-height:1.55;margin:12px 0 0;color:#4a4a4a}.thm-disease-grid{display:flex;flex-direction:column;gap:8px;margin-top:16px}.thm-disease-card{border:1px solid #ece6dc;border-radius:10px;background:#fff;overflow:hidden}.thm-disease-card[open]{border-color:#124f53}.thm-disease-summary{list-style:none;cursor:pointer;padding:14px 16px;display:flex;justify-content:space-between;align-items:center;gap:10px}.thm-disease-summary::-webkit-details-marker{display:none}.thm-disease-summary:hover{background:#fafaf6}.thm-disease-name{font-family:var(--pl-font-heading);font-weight:700;font-size:15px;color:#1a1a1a}.thm-disease-vaccine{font-size:11px;text-transform:uppercase;letter-spacing:.06em;padding:4px 10px;border-radius:999px;font-weight:700;white-space:nowrap}.thm-disease-vaccine--yes{background:#e6f3ec;color:#1f6e48}.thm-disease-vaccine--no{background:#f4ede0;color:#7a5a1f}.thm-disease-body{padding:0 16px 16px;border-top:1px solid #f3eee4}.thm-disease-body p{font-size:14px;line-height:1.55;margin:12px 0 0}.thm-disease-vaccine-note{margin-top:10px;padding:8px 12px;background:#f8f4ee;border-left:3px solid #124F53;font-size:13px;font-style:italic}.thm-med-list{margin:16px 0 0;padding:0;list-style:none;display:flex;flex-direction:column;gap:8px}.thm-med-item{display:flex;justify-content:space-between;align-items:center;gap:14px;padding:14px 16px;background:#f8f4ee;border-radius:10px}.thm-med-info{flex:1;min-width:0}.thm-med-name{display:block;font-family:var(--pl-font-heading);font-weight:700;font-size:15px;color:#1a1a1a;margin-bottom:2px}.thm-med-reason{display:block;font-size:13px;color:#5a5a5a;line-height:1.4}.thm-med-cta{background:#f29b07;color:#fff;font-family:var(--pl-font-heading);font-weight:700;font-size:13px;padding:9px 16px;border-radius:999px;text-decoration:none;white-space:nowrap;flex-shrink:0;transition:transform .15s ease,box-shadow .15s ease}.thm-med-cta:hover{transform:translateY(-1px);box-shadow:0 4px 12px #f29b074d}.thm-affiliate-note{font-size:12px;color:#6b6b6b;font-style:italic;margin:12px 0 0}.thm-sources{padding-top:28px;border-top:1px solid #ece6dc}.thm-sources-list{margin:14px 0 0;padding:0;list-style:none;display:flex;flex-direction:column;gap:6px}.thm-sources-list a{color:#124f53;text-decoration:underline;text-decoration-color:#124f534d;text-underline-offset:3px;font-size:14px}.thm-sources-list a:hover{text-decoration-color:#124f53}.thm-last-updated{font-size:13px;color:#5a5a5a;margin:16px 0 14px}.thm-disclaimer-panel{background:#fef6e7;border-left:3px solid #F29B07;border-radius:0 6px 6px 0;padding:14px 16px;font-size:13px;line-height:1.55;color:#5a3e00;margin:0}.thm-coming-soon{text-align:center;padding:40px 20px}.thm-coming-soon-title{font-family:var(--pl-font-heading);font-weight:800;font-size:28px;color:#1a1a1a;margin:0 0 12px;letter-spacing:-.01em}.thm-coming-soon-body{font-size:15px;line-height:1.55;color:#5a5a5a;margin:0 auto 24px;max-width:400px}.thm-coming-soon-cta{background:#124f53;color:#fff;font-family:var(--pl-font-heading);font-weight:700;font-size:14px;padding:12px 22px;border-radius:999px;border:0;cursor:pointer;transition:background .15s ease,transform .15s ease}.thm-coming-soon-cta:hover{background:#1a6b71;transform:translateY(-1px)}@media(max-width:768px){.thm-hero{padding:40px 20px 32px}.thm-disclaimer-banner{font-size:13px;padding:12px 16px}.thm-main{padding:28px 16px 60px}.thm-intro{font-size:15px}.thm-map-wrap{padding:16px}.thm-overlay{justify-content:center}.thm-panel{width:100%;padding:56px 20px 40px;animation:thm-slide-up .25s cubic-bezier(.2,.8,.2,1)}@keyframes thm-slide-up{0%{transform:translateY(40px);opacity:0}to{transform:translateY(0);opacity:1}}.thm-section-title{font-size:19px}.thm-malaria{margin-left:-20px;margin-right:-20px;padding-left:20px;padding-right:20px}.thm-med-item{flex-direction:column;align-items:flex-start}.thm-med-cta{width:100%;text-align:center}}.thm-legend-swatch--moderate{background:#d4941a}.thm-legend-swatch--high{background:#c9520a}.thm-panel-days{display:inline-block;margin:8px 0 0;font-size:13px;font-weight:600;color:#124f53;background:#e8f5f0;border-radius:6px;padding:4px 10px}.thm-timeline{display:flex;align-items:center;gap:7px;margin-bottom:10px;font-size:13px;font-weight:600;padding:7px 10px;border-radius:6px}.thm-timeline--ok{background:#e8f5f0;color:#124f53}.thm-timeline--soon{background:#fef6e7;color:#8a5700}.thm-timeline--urgent{background:#fee9e0;color:#8b2c00}.thm-timeline-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.thm-timeline--ok .thm-timeline-dot{background:#124f53}.thm-timeline--soon .thm-timeline-dot{background:#f29b07}.thm-timeline--urgent .thm-timeline-dot{background:#c9520a}.thm-timeline-note{font-size:11px;font-weight:400;opacity:.75;margin-left:2px}.thm-disease-card--peak{border-left:3px solid #F29B07}.thm-disease-summary-main{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.thm-disease-peak-badge{display:inline-block;font-size:11px;font-weight:700;color:#8a5700;background:#fef6e7;border:1px solid #f5d88a;border-radius:4px;padding:2px 7px;letter-spacing:.02em}.thm-disease-seasonal-note{font-size:13px;color:#8a5700;background:#fef6e7;border-radius:6px;padding:8px 10px;margin-bottom:8px}.thm-print-btn{display:inline-flex;align-items:center;gap:7px;font-family:var(--pl-font-body);font-size:14px;font-weight:600;color:#124f53;background:#f8f4ee;border:1.5px solid #e0d8cc;border-radius:8px;padding:9px 16px;cursor:pointer;transition:background .15s ease;margin-bottom:10px}.thm-print-btn:hover{background:#ede8df}.thm-print-btn:focus-visible{outline:2px solid #F29B07;outline-offset:2px}.thm-printable{display:none}.thm-map-toolbar{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:14px}.thm-search{position:relative;max-width:320px}.thm-search-input-wrap{position:relative;display:flex;align-items:center}.thm-search-icon{position:absolute;left:12px;color:#6b6b6b;pointer-events:none;flex-shrink:0}.thm-search-input{width:100%;font-family:var(--pl-font-body);font-size:14px;color:#1a1a1a;background:#fff;border:1.5px solid #e0d8cc;border-radius:8px;padding:9px 12px 9px 36px;outline:none;transition:border-color .15s ease}.thm-search-input:focus{border-color:#124f53}.thm-search-input::-webkit-search-cancel-button{-webkit-appearance:none}.thm-search-dropdown{position:absolute;top:calc(100% + 4px);left:0;right:0;background:#fff;border:1.5px solid #e0d8cc;border-radius:8px;box-shadow:0 4px 16px #0000001a;list-style:none;margin:0;padding:4px 0;z-index:50;max-height:280px;overflow-y:auto}.thm-search-option{padding:9px 14px;font-size:14px;cursor:pointer;transition:background .1s ease}.thm-search-option:hover{background:#f8f4ee}.thm-search-empty{position:absolute;top:calc(100% + 4px);left:0;right:0;background:#fff;border:1.5px solid #e0d8cc;border-radius:8px;padding:10px 14px;font-size:13px;color:#888;z-index:50}.thm-vaccine--checked .thm-vaccine-summary{opacity:.55}.thm-vaccine--checked .thm-vaccine-name{text-decoration:line-through}.thm-vaccine-check{display:inline-flex;align-items:center;gap:6px;margin-top:10px;font-family:var(--pl-font-body);font-size:13px;font-weight:600;color:#124f53;background:#f0f9f6;border:1.5px solid #b8d9d0;border-radius:6px;padding:6px 12px;cursor:pointer;transition:background .15s ease}.thm-vaccine-check:hover{background:#dff0ea}.thm-vaccine-check--done{color:#fff;background:#124f53;border-color:#124f53}.thm-vaccine-check--done:hover{background:#1a6b71}.thm-vaccine-check:focus-visible{outline:2px solid #F29B07;outline-offset:2px}.thm-insurance{margin:28px 0 0;background:#f8f4ee;border-radius:10px;padding:18px 20px 14px}.thm-insurance-inner{display:flex;align-items:flex-start;gap:16px;flex-wrap:wrap;margin-bottom:8px}.thm-insurance-text{flex:1;min-width:160px;display:flex;flex-direction:column;gap:3px}.thm-insurance-title{font-family:var(--pl-font-heading);font-weight:700;font-size:14px;color:#124f53}.thm-insurance-body{font-size:13px;line-height:1.45;color:#4a4a4a}.thm-insurance-links{display:flex;gap:8px;flex-shrink:0;align-items:center}.thm-insurance-btn{display:inline-block;font-family:var(--pl-font-heading);font-weight:700;font-size:13px;color:#124f53;background:#fff;border:1.5px solid #b8d9d0;border-radius:6px;padding:7px 14px;text-decoration:none;transition:background .15s ease,border-color .15s ease;white-space:nowrap}.thm-insurance-btn:hover{background:#dff0ea;border-color:#124f53}.thm-insurance-note{font-size:11px;color:#aaa;margin:0}.thm-main-review{max-width:1080px;margin:0 auto;padding:0 24px 40px}.thm-footer{max-width:1080px;margin:0 auto;padding:0 24px 60px;display:flex;flex-direction:column;gap:20px}.thm-vote{border-top:1px solid #ece6dc;padding-top:24px}.thm-vote-title{font-size:13px;font-weight:600;color:#4a4a4a;margin:0 0 10px}.thm-vote-form{display:flex;gap:8px;max-width:420px}.thm-vote-input{flex:1;font-family:var(--pl-font-body);font-size:14px;color:#1a1a1a;background:#fff;border:1.5px solid #e0d8cc;border-radius:8px;padding:8px 12px;outline:none}.thm-vote-input:focus{border-color:#124f53}.thm-vote-btn{font-family:var(--pl-font-heading);font-size:13px;font-weight:700;color:#fff;background:#124f53;border:0;border-radius:8px;padding:8px 16px;cursor:pointer;white-space:nowrap;transition:background .15s ease}.thm-vote-btn:hover{background:#1a6b71}.thm-vote-btn:focus-visible{outline:2px solid #F29B07;outline-offset:2px}.thm-vote-thanks{font-size:13px;color:#124f53;font-weight:600;margin:0}.thm-embed-toggle{display:inline-flex;align-items:center;gap:7px;font-family:var(--pl-font-body);font-size:13px;color:#6b6b6b;background:none;border:0;padding:0;cursor:pointer;text-decoration:underline;text-underline-offset:3px}.thm-embed-toggle:hover{color:#124f53}.thm-embed-toggle:focus-visible{outline:2px solid #F29B07;outline-offset:2px}.thm-embed-body{margin-top:14px;max-width:640px}.thm-embed-desc{font-size:13px;color:#4a4a4a;margin:0 0 10px}.thm-embed-code{background:#1a1a1a;color:#e8e2d6;font-family:Courier New,monospace;font-size:12px;line-height:1.6;border-radius:8px;padding:14px 16px;overflow-x:auto;white-space:pre;margin:0 0 10px}.thm-embed-copy{font-family:var(--pl-font-heading);font-size:13px;font-weight:700;color:#fff;background:#124f53;border:0;border-radius:8px;padding:8px 16px;cursor:pointer;transition:background .15s ease}.thm-embed-copy:hover{background:#1a6b71}.thm-embed-copy:focus-visible{outline:2px solid #F29B07;outline-offset:2px}@media print{body>*:not(.thm-overlay){display:none!important}.thm-overlay{position:static!important;background:transparent!important;overflow:visible!important;display:block!important;animation:none!important}.thm-panel{position:static!important;width:100%!important;height:auto!important;max-height:none!important;overflow:visible!important;box-shadow:none!important;border-radius:0!important;border:none!important;animation:none!important;padding:16mm 20mm!important}.thm-panel-top-actions,.thm-panel-share,.review-cta,.thm-insurance,.thm-printable,.thm-vaccine-check,.thm-disease-peak-badge{display:none!important}details>*:not(summary){display:block!important}.thm-section{page-break-inside:avoid;margin-bottom:16pt!important}.thm-section-title{font-size:13pt!important;page-break-after:avoid}.thm-panel-title{font-size:20pt!important}.thm-panel-eyebrow{font-size:8pt!important}.thm-vaccine-card,.thm-disease-card{box-shadow:none!important;border:.5pt solid #ccc!important}}@media(prefers-reduced-motion:reduce){.thm-overlay,.thm-panel,.thm-coming-soon-cta,.thm-med-cta,.thm-geo{animation:none!important;transition:none!important}}.thm-compare-toggle{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border:1.5px solid var(--color-teal, #124F53);border-radius:6px;background:transparent;color:var(--color-teal, #124F53);font-size:13px;font-weight:500;cursor:pointer;transition:background .15s,color .15s;white-space:nowrap}.thm-compare-toggle:hover{background:color-mix(in srgb,var(--color-teal, #124F53) 10%,transparent)}.thm-compare-toggle--active{background:var(--color-teal, #124F53);color:#fff}.thm-compare-toggle--active:hover{background:#1a6b71}.thm-compare-hint{font-size:12px;color:#666;padding:6px 0 0;text-align:center}.thm-compare-tray{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin-top:12px;padding:12px 16px;background:#f5f2ec;border-radius:8px;border:1px solid #e0d9ce}.thm-compare-tray-label{font-size:12px;font-weight:600;color:#555;text-transform:uppercase;letter-spacing:.04em}.thm-compare-chips{display:flex;flex-wrap:wrap;gap:6px;flex:1}.thm-compare-chip{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;background:var(--color-teal, #124F53);color:#fff;border-radius:20px;font-size:12px;font-weight:600}.thm-compare-chip-remove{background:none;border:none;color:#fffc;cursor:pointer;font-size:14px;line-height:1;padding:0;margin-left:2px}.thm-compare-chip-remove:hover{color:#fff}.thm-compare-view-btn{padding:8px 16px;background:var(--color-amber, #D4941A);color:#fff;border:none;border-radius:6px;font-size:13px;font-weight:600;cursor:pointer;transition:background .15s;white-space:nowrap}.thm-compare-view-btn:hover{background:#b87c10}.thm-compare-view-btn:disabled{opacity:.5;cursor:default}.thm-panel--multi{max-width:640px}.thm-multi-countries{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.thm-multi-country-tag{display:inline-flex;align-items:center;gap:4px;padding:4px 12px;background:#f0ebe2;border-radius:20px;font-size:13px;font-weight:600;color:#333}.thm-multi-loading{color:#999;font-weight:400}.thm-multi-no-data{color:#999;font-weight:400;font-size:11px}.thm-multi-vaccine-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.thm-multi-vaccine-item{display:grid;grid-template-columns:1fr;gap:2px;padding:12px 14px;background:#faf8f4;border-radius:8px;border-left:3px solid var(--color-teal, #124F53)}.thm-multi-vaccine-name{font-weight:700;font-size:14px;color:#1a1a1a}.thm-multi-vaccine-countries{font-size:12px;color:var(--color-teal, #124F53);font-weight:500}.thm-multi-vaccine-why{font-size:13px;color:#555;margin-top:2px}.thm-dedupe-note{font-size:11px;color:#999;margin-top:8px;font-style:italic}.thm-multi-country-section{border-top:1px solid #e8e2d6;padding-top:16px}.thm-multi-disease-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:6px}.thm-multi-disease-item{display:flex;align-items:center;gap:8px;padding:8px 12px;background:#faf8f4;border-radius:6px;font-size:13px}.thm-multi-disease-item--peak{border-left:3px solid var(--color-orange, #C9520A)}.thm-multi-disease-name{font-weight:500;color:#1a1a1a}.thm-multi-coming-soon{padding:12px 16px;background:#f5f2ec;border-radius:8px;font-size:13px;color:#666}.thm-clinic{margin:24px 0;border-radius:10px;border:1.5px solid #d0ccc4;background:#f9f7f3;overflow:hidden}.thm-clinic-inner{padding:16px 18px;display:flex;flex-direction:column;gap:12px}.thm-clinic-text{display:flex;flex-direction:column;gap:4px}.thm-clinic-title{display:flex;align-items:center;gap:6px;font-weight:700;font-size:14px;color:#1a1a1a}.thm-clinic-body{font-size:13px;color:#555;line-height:1.4}.thm-clinic-links{display:flex;gap:8px;flex-shrink:0;flex-wrap:wrap}.thm-clinic-btn{display:inline-flex;align-items:center;gap:5px;padding:8px 14px;border-radius:6px;font-size:13px;font-weight:600;text-decoration:none;transition:background .15s,color .15s;border:1.5px solid var(--color-teal, #124F53);color:var(--color-teal, #124F53);background:transparent}.thm-clinic-btn:hover,.thm-clinic-btn--primary{background:var(--color-teal, #124F53);color:#fff}.thm-clinic-btn--primary:hover{background:#1a6b71}.thm-outbreaks{margin:16px 0;padding:14px 16px;border-radius:8px;background:#fdf8f0;border:1px solid #e8d9b8}.thm-outbreaks-title{display:block;font-weight:700;font-size:13px;color:#7a5500;text-transform:uppercase;letter-spacing:.04em;margin-bottom:8px}.thm-outbreaks-empty{font-size:13px;color:#999;margin:0}.thm-outbreaks-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.thm-outbreak-item{display:flex;flex-direction:column;gap:6px;padding:10px 12px;border-radius:6px;background:#fff}.thm-outbreak-item--warning{border-left:3px solid var(--color-amber, #D4941A)}.thm-outbreak-item--emergency{border-left:3px solid var(--color-orange, #C9520A)}.thm-outbreak-level{grid-column:1;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;padding:2px 6px;border-radius:4px;background:#f0ebe2;color:#555;align-self:start}.thm-outbreak-disease{grid-column:2;font-weight:600;font-size:13px;color:#1a1a1a}.thm-outbreak-header{grid-column:1 / -1;display:flex;align-items:center;gap:8px}.thm-outbreak-summary{grid-column:1 / -1;font-size:12px;color:#555;line-height:1.4;margin:0}.thm-outbreak-source-link{grid-column:1 / -1;font-size:11px;color:#888;text-decoration:none}.thm-outbreak-source-link:hover{color:#124f53}.thm-outbreaks-loading{color:#aaa;font-style:italic}.thm-insurance-btn--primary{background:#124f53;color:#fff;border-color:#124f53}.thm-insurance-btn--primary:hover{background:#1a6b71;border-color:#1a6b71}
