:root{--secondary:#625b71;--secondary-container:#e8def8;--tertiary:#7d5260;--tertiary-container:#ffd8e4;--surface:#fef7ff;--surface-variant:#e7e0ec;--on-surface-variant:#49454f;--background:#fdf8f6;--compare-primary:#6750a4;--compare-on-primary:#ffffff;--compare-primary-container:#eaddff;--compare-on-primary-container:#21005d;--compare-nav-bg:#d8cee8;--compare-shadow:rgba(103, 80, 164, .15);--compare-primary-hover:#5a4494;--flu-primary:#ba1a1a;--flu-on-primary:#ffffff;--flu-primary-container:#ffdad6;--flu-on-primary-container:#410002;--flu-nav-bg:#f5d0cd;--flu-shadow:rgba(186, 26, 26, .15);--flu-primary-hover:#931414;--cold-primary:#00639b;--cold-on-primary:#ffffff;--cold-primary-container:#c2e7ff;--cold-on-primary-container:#001d32;--cold-nav-bg:#b8daf0;--cold-shadow:rgba(0, 99, 155, .15);--cold-primary-hover:#004d7a;--primary:var(--compare-primary);--on-primary:var(--compare-on-primary);--primary-container:var(--compare-primary-container);--on-primary-container:var(--compare-on-primary-container);--nav-bg:var(--compare-nav-bg);--theme-shadow:var(--compare-shadow);--primary-hover:var(--compare-primary-hover);--flu:#ba1a1a;--flu-light:#ffdad6;--flu-container:#ffdad6;--flu-on-container:#410002;--cold:#00639b;--cold-light:#c2e7ff;--cold-container:#c2e7ff;--cold-on-container:#001d32}:where(.astro-t7aeah6k){margin:0;padding:0;box-sizing:border-box}html{font-size:clamp(14px,2vw + 8px,16px)}body{font-family:var(--font-sans);background-color:var(--background);color:#1f2937;min-height:100vh;padding-bottom:5rem}:where(.astro-t7aeah6k)::-webkit-scrollbar{width:8px}:where(.astro-t7aeah6k)::-webkit-scrollbar-track{background:0 0}:where(.astro-t7aeah6k)::-webkit-scrollbar-thumb{background:#d0c4cc;border-radius:4px}:where(.astro-t7aeah6k)::-webkit-scrollbar-thumb:hover{background:#a0949c}.header:where(.astro-t7aeah6k){background-color:var(--surface);padding:3rem 1rem 2rem;border-radius:0 0 3rem 3rem;box-shadow:0 1px 3px #0000000d;margin-bottom:2rem;text-align:center}.header-badge:where(.astro-t7aeah6k){display:inline-flex;align-items:center;gap:.5rem;padding:.375rem 1rem;background-color:var(--primary-container);color:var(--on-primary-container);border-radius:9999px;font-size:.875rem;font-weight:700;margin-bottom:1rem}.header:where(.astro-t7aeah6k) h1:where(.astro-t7aeah6k){font-size:2.5rem;font-weight:700;color:#111827;margin-bottom:1rem;letter-spacing:-.025em}.header:where(.astro-t7aeah6k) h1:where(.astro-t7aeah6k) span:where(.astro-t7aeah6k){color:#9ca3af;font-weight:300;margin:0 .5rem}.header:where(.astro-t7aeah6k) p:where(.astro-t7aeah6k){font-size:1.25rem;color:#4b5563;max-width:42rem;margin:0 auto;line-height:1.625}@media (min-width:768px){.header:where(.astro-t7aeah6k) h1:where(.astro-t7aeah6k){font-size:3rem}}.container:where(.astro-t7aeah6k){max-width:56rem;margin:0 auto;padding:0 1rem}.sticky-nav-container:where(.astro-t7aeah6k){position:sticky;top:0;z-index:1000;background-color:transparent;padding-top:1rem;padding-bottom:.5rem;margin-bottom:1.5rem;pointer-events:none}.sticky-nav-container:where(.astro-t7aeah6k) .container:where(.astro-t7aeah6k){pointer-events:auto}.nav-tabs:where(.astro-t7aeah6k){display:flex;flex-direction:row;gap:4px;margin-bottom:0;background-color:var(--nav-bg);padding:6px;border-radius:2.5rem;box-shadow:0 8px 32px var(--theme-shadow),0 4px 8px #0000000d;transition:background-color .4s ease,box-shadow .4s ease}.tab-btn:where(.astro-t7aeah6k){display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1rem;font-size:1rem;font-weight:500;border:0;cursor:pointer;-webkit-tap-highlight-color:transparent;transition:background-color .25s ease,color .2s ease,transform .15s ease,border-radius .35s cubic-bezier(.34,1.56,.64,1);background-color:var(--primary-container);color:var(--on-primary-container);position:relative;flex:1;border-radius:.75rem;overflow:hidden}@media (max-width:480px){.tab-btn:where(.astro-t7aeah6k){padding:.75rem .4rem;font-size:.85rem;gap:.35rem;white-space:nowrap}}.tab-btn:where(.astro-t7aeah6k):first-child{border-radius:2rem .75rem .75rem 2rem}.tab-btn:where(.astro-t7aeah6k):last-child{border-radius:.75rem 2rem 2rem .75rem}.tab-btn:where(.astro-t7aeah6k).active{border-radius:2rem}.tab-btn:where(.astro-t7aeah6k):hover{background-color:#f0e8f8}.tab-btn:where(.astro-t7aeah6k):active{transform:scale(.98)}.tab-btn:where(.astro-t7aeah6k).active{background-color:var(--primary);color:var(--on-primary)}.tab-btn:where(.astro-t7aeah6k).active:hover{background-color:var(--primary-hover)}.tab-btn:where(.astro-t7aeah6k) .tab-check:where(.astro-t7aeah6k){width:0;height:1.125rem;opacity:0;transform:scale(.5) translate(-10px);transition:width .3s cubic-bezier(.34,1.56,.64,1),opacity .25s ease,transform .3s cubic-bezier(.34,1.56,.64,1);flex-shrink:0}.tab-btn:where(.astro-t7aeah6k).active .tab-check:where(.astro-t7aeah6k){width:1.125rem;opacity:1;transform:scale(1) translate(0)}.tab-btn:where(.astro-t7aeah6k) svg:where(.astro-t7aeah6k){width:1.125rem;height:1.125rem}.content-section:where(.astro-t7aeah6k){display:none;animation:fadeIn .5s ease}.content-section:where(.astro-t7aeah6k).active{display:block}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.chart-container:where(.astro-t7aeah6k){width:100%;background:#fff;border-radius:2rem;padding:1.5rem;box-shadow:0 1px 3px #0000000d;display:flex;flex-direction:column;align-items:center}.chart-container:where(.astro-t7aeah6k) h3:where(.astro-t7aeah6k){font-size:1.25rem;font-weight:700;color:#1f2937;margin-bottom:1rem;text-align:center}.chart-wrapper:where(.astro-t7aeah6k){position:relative;height:350px;width:100%;max-width:500px}.chart-legend:where(.astro-t7aeah6k){display:flex;justify-content:center;gap:1.5rem;margin-top:2rem;flex-wrap:wrap;width:100%}.legend-item:where(.astro-t7aeah6k){display:flex;align-items:center;gap:.5rem;cursor:pointer;transition:opacity .3s;font-size:.95rem;color:#4b5563;user-select:none;padding:6px 12px;border-radius:20px;background-color:transparent;transition:background-color .2s}.legend-item:where(.astro-t7aeah6k):hover{background-color:#f3f4f6}.legend-item:where(.astro-t7aeah6k).hidden{text-decoration:line-through;opacity:.5}.legend-dot:where(.astro-t7aeah6k){width:10px;height:10px;border-radius:50%;display:inline-block}.flu-dot:where(.astro-t7aeah6k){background-color:#ba1a1a}.cold-dot:where(.astro-t7aeah6k){background-color:#00639b}@media (max-width:480px){.chart-wrapper:where(.astro-t7aeah6k){height:300px}.chart-legend:where(.astro-t7aeah6k){gap:1rem;margin-top:1.5rem}.legend-item:where(.astro-t7aeah6k){font-size:.85rem;padding:4px 8px}}.section-title:where(.astro-t7aeah6k){font-size:1.5rem;font-weight:700;color:#1f2937;margin:2rem 0 1.5rem;display:flex;align-items:center;gap:.5rem}.section-title:where(.astro-t7aeah6k):before{content:"";width:.5rem;height:2rem;background-color:var(--primary);border-radius:9999px}.comparison-list:where(.astro-t7aeah6k){display:flex;flex-direction:column;gap:1rem}.comparison-item:where(.astro-t7aeah6k){display:flex;flex-direction:column;background:#fff;border-radius:1.5rem;overflow:hidden;box-shadow:0 1px 3px #0000000d;border:1px solid #f3f4f6;transition:transform .3s ease,box-shadow .3s ease}.comparison-item:where(.astro-t7aeah6k):hover{transform:translateY(-6px);box-shadow:0 12px 24px -4px #0000001f,0 4px 8px #0000000f}@media (hover:none){.comparison-item:where(.astro-t7aeah6k):hover{transform:none;box-shadow:0 1px 3px #0000000d}}@media (min-width:768px){.comparison-item:where(.astro-t7aeah6k){flex-direction:row}}.comparison-feature:where(.astro-t7aeah6k){background-color:var(--surface-variant);padding:1rem;display:flex;align-items:center;justify-content:center;gap:.5rem;color:var(--on-surface-variant)}@media (min-width:768px){.comparison-feature:where(.astro-t7aeah6k){width:10rem;justify-content:flex-start;padding-left:1.5rem}}.comparison-feature:where(.astro-t7aeah6k) svg:where(.astro-t7aeah6k){width:1.25rem;height:1.25rem;flex-shrink:0}.comparison-feature:where(.astro-t7aeah6k) span:where(.astro-t7aeah6k){font-weight:700;font-size:1rem}.comparison-body:where(.astro-t7aeah6k){flex:1;display:flex;flex-direction:column}@media (min-width:768px){.comparison-body:where(.astro-t7aeah6k){flex-direction:row}}.comparison-flu:where(.astro-t7aeah6k),.comparison-cold:where(.astro-t7aeah6k){flex:1;padding:1.25rem 1.5rem;display:flex;align-items:center}.comparison-flu:where(.astro-t7aeah6k){background-color:#ffdad666;border-bottom:1px solid #f3f4f6}.comparison-cold:where(.astro-t7aeah6k){background-color:#c2e7ff66}@media (min-width:768px){.comparison-flu:where(.astro-t7aeah6k){border-bottom:none;border-right:1px solid rgba(0,0,0,.05)}}.mobile-label:where(.astro-t7aeah6k){display:inline-block;font-size:.75rem;font-weight:700;text-transform:uppercase;padding:.125rem .5rem;border-radius:9999px;margin-right:.5rem}.mobile-label:where(.astro-t7aeah6k).flu{color:var(--flu);background-color:var(--flu-light)}.mobile-label:where(.astro-t7aeah6k).cold{color:var(--cold);background-color:var(--cold-light)}@media (min-width:768px){.mobile-label:where(.astro-t7aeah6k){display:none}}.comparison-text:where(.astro-t7aeah6k){font-size:1.125rem;color:#1f2937}.comparison-flu:where(.astro-t7aeah6k) .comparison-text:where(.astro-t7aeah6k){font-weight:500}.emergency-alert:where(.astro-t7aeah6k){background-color:#ffd8e44d;padding:1.5rem;border-radius:2rem;border:1px solid var(--tertiary-container);margin-top:2rem}.emergency-alert:where(.astro-t7aeah6k) h3:where(.astro-t7aeah6k){font-size:1.25rem;font-weight:700;color:var(--tertiary);margin-bottom:.75rem}.emergency-alert:where(.astro-t7aeah6k) p:where(.astro-t7aeah6k){font-size:1.125rem;color:#1f2937}.emergency-alert:where(.astro-t7aeah6k) .highlight:where(.astro-t7aeah6k){font-weight:700;color:var(--tertiary)}.detail-header:where(.astro-t7aeah6k){padding:2rem;border-radius:2.5rem;margin-bottom:2rem}.detail-header:where(.astro-t7aeah6k).flu{background-color:var(--flu-container);color:var(--flu-on-container)}.detail-header:where(.astro-t7aeah6k).cold{background-color:var(--cold-container);color:var(--cold-on-container)}.detail-header:where(.astro-t7aeah6k) h2:where(.astro-t7aeah6k){font-size:1.875rem;font-weight:700;margin-bottom:.5rem}.detail-header:where(.astro-t7aeah6k) p:where(.astro-t7aeah6k){font-size:1.25rem;opacity:.9}.detail-card:where(.astro-t7aeah6k){padding:1.5rem;border-radius:2rem;border:1px solid;transition:transform .3s ease,box-shadow .3s ease,background-color .3s ease;margin-bottom:1rem}.detail-card:where(.astro-t7aeah6k):hover{transform:translateY(-8px);box-shadow:0 16px 32px -4px #0000001a,0 6px 12px #0000000d}@media (hover:none){.detail-card:where(.astro-t7aeah6k):hover{transform:none;box-shadow:none}}.detail-card:where(.astro-t7aeah6k).flu{background-color:#fef2f2;border-color:#fecaca}.detail-card:where(.astro-t7aeah6k).flu:hover{background-color:#fee2e2;box-shadow:0 16px 32px -4px #ba1a1a26,0 6px 12px #ba1a1a14}.detail-card:where(.astro-t7aeah6k).cold{background-color:#eff6ff;border-color:#bfdbfe}.detail-card:where(.astro-t7aeah6k).cold:hover{background-color:#dbeafe;box-shadow:0 16px 32px -4px #00639b26,0 6px 12px #00639b14}.card-header:where(.astro-t7aeah6k){display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.card-header:where(.astro-t7aeah6k) svg:where(.astro-t7aeah6k){width:1.5rem;height:1.5rem}.card-header:where(.astro-t7aeah6k).flu svg:where(.astro-t7aeah6k).warning{color:#dc2626}.card-header:where(.astro-t7aeah6k).flu svg:where(.astro-t7aeah6k).info{color:#ef4444}.card-header:where(.astro-t7aeah6k).cold svg:where(.astro-t7aeah6k).warning{color:#ea580c}.card-header:where(.astro-t7aeah6k).cold svg:where(.astro-t7aeah6k).info{color:#3b82f6}.card-header:where(.astro-t7aeah6k) svg:where(.astro-t7aeah6k).success{color:#16a34a}.card-header:where(.astro-t7aeah6k) h3:where(.astro-t7aeah6k){font-size:1.25rem;font-weight:700;color:#1f2937}.card-list:where(.astro-t7aeah6k){list-style:none;padding:0}.card-list:where(.astro-t7aeah6k) li:where(.astro-t7aeah6k){display:flex;align-items:flex-start;gap:.75rem;font-size:1.125rem;color:#374151;line-height:1.625;margin-bottom:.75rem}.card-list:where(.astro-t7aeah6k) li:where(.astro-t7aeah6k):before{content:"";width:.375rem;height:.375rem;border-radius:9999px;background-color:currentColor;opacity:.6;margin-top:.625rem;flex-shrink:0}.card-highlight:where(.astro-t7aeah6k){margin-top:1.5rem;padding:1rem;background-color:#fff9;border-radius:.75rem;border:1px solid rgba(255,255,255,.5)}.card-highlight:where(.astro-t7aeah6k) p:where(.astro-t7aeah6k){font-size:1rem;font-weight:500;color:#111827}.card-highlight:where(.astro-t7aeah6k) .label:where(.astro-t7aeah6k){font-weight:700}footer:where(.astro-t7aeah6k){margin-top:4rem;text-align:center;color:#6b7280;font-size:.875rem}footer:where(.astro-t7aeah6k) p:where(.astro-t7aeah6k):last-child{margin-top:.5rem}.detail-cards-grid:where(.astro-t7aeah6k){display:grid;gap:1.5rem}.back-to-top:where(.astro-t7aeah6k){position:fixed;bottom:2rem;right:2rem;width:56px;height:56px;border-radius:50%;border:0;background-color:var(--primary);color:var(--on-primary);cursor:pointer;-webkit-tap-highlight-color:transparent;display:flex;align-items:center;justify-content:center;z-index:999;box-shadow:0 6px 20px var(--theme-shadow),0 4px 8px #0000001a;transition:transform .3s ease,box-shadow .3s ease,opacity .3s ease,visibility .3s ease,background-color .4s ease;opacity:0;visibility:hidden;overflow:hidden}.back-to-top:where(.astro-t7aeah6k).visible{opacity:1;visibility:visible}.back-to-top:where(.astro-t7aeah6k):hover{transform:translateY(-4px) scale(1.05);box-shadow:0 12px 28px var(--theme-shadow),0 6px 12px #00000026}.back-to-top:where(.astro-t7aeah6k):active{transform:translateY(-2px) scale(.95)}.back-to-top:where(.astro-t7aeah6k) svg:where(.astro-t7aeah6k){width:24px;height:24px;position:relative;z-index:2}.back-to-top:where(.astro-t7aeah6k) .ripple:where(.astro-t7aeah6k){position:absolute;border-radius:50%;background-color:#ffffff59;pointer-events:none;transform:scale(0);animation:m3-ripple .6s ease-out forwards}@keyframes m3-ripple{0%{transform:scale(0);opacity:1}to{transform:scale(3);opacity:0}}@media (max-width:768px){.back-to-top:where(.astro-t7aeah6k){bottom:1.5rem;right:1.5rem;width:48px;height:48px}.back-to-top:where(.astro-t7aeah6k) svg:where(.astro-t7aeah6k){width:20px;height:20px}}