body.report-app{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#f7f7f6;--surface:#fff;--surface-muted:#eeeeec;--text:#111;--subtle:#5f5f5b;--muted:#a0a09b;--line:#deded9;--accent:#171717;--accent-soft:#f1f1ee;--accent-mid:#e4e4df;--danger:#8f2f2f;--shadow:0 22px 60px #1111111f;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}html[data-theme=dark] body.report-app{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#0d0d0d;--surface:#171717;--surface-muted:#252525;--text:#f4f4f2;--subtle:#b4b4ae;--muted:#767670;--line:#343434;--accent:#f4f4f2;--accent-soft:#242424;--accent-mid:#303030;--danger:#e17070;--shadow:0 22px 60px #00000057}body.report-app *{box-sizing:border-box}body.report-app [hidden]{display:none!important}body.report-app{background:var(--bg);min-height:100vh;color:var(--text);margin:0}body.report-app button,body.report-app input,body.report-app textarea{font:inherit}body.report-app button{cursor:pointer}body.report-app .app-shell{grid-template-columns:minmax(0,1fr);min-height:100vh;display:grid}body.report-app .report-stage{background:var(--bg);flex-direction:column;width:100%;min-height:100vh;display:flex}body.report-app .topbar{padding:max(14px, env(safe-area-inset-top)) 20px 12px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:8px;display:grid}body.report-app .ghost-button,body.report-app .icon-button{color:var(--subtle);background:0 0;border:0;min-height:44px}body.report-app .ghost-button{text-align:left;visibility:hidden}body.report-app .ghost-button.visible{visibility:visible}body.report-app .icon-button{border-radius:999px;justify-self:end;place-items:center;width:44px;display:grid}body.report-app .icon-button:hover{background:var(--surface-muted)}body.report-app .account-actions{justify-content:flex-end;align-items:center;gap:6px;min-width:0;display:flex;position:relative}body.report-app .topbar-link{border:1px solid var(--line);min-height:40px;color:var(--text);white-space:nowrap;border-radius:999px;align-items:center;padding:0 12px;font-size:.88rem;font-weight:800;line-height:1;text-decoration:none;display:inline-flex}body.report-app .topbar-link:hover{background:var(--surface-muted)}body.report-app .profile-link{border:1px solid var(--line);color:var(--text);text-decoration:none}body.report-app .profile-link:focus-visible{outline:3px solid color-mix(in srgb, var(--accent) 34%, transparent);outline-offset:2px}body.report-app .profile-icon{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8px;width:24px;height:24px}body.report-app .topbar-menu-shell{position:relative}body.report-app .vertical-dots{place-items:center;gap:3px;display:grid}body.report-app .vertical-dots span{background:currentColor;border-radius:999px;width:4px;height:4px}body.report-app .topbar-menu{z-index:30;border:1px solid var(--line);background:var(--surface);border-radius:14px;min-width:180px;padding:6px;position:absolute;top:calc(100% + 6px);right:0;box-shadow:0 18px 45px #00000029}body.report-app .topbar-menu-item{width:100%;min-height:42px;color:var(--text);text-align:left;font:inherit;background:0 0;border:0;border-radius:10px;padding:0 12px;font-size:.9rem;font-weight:800}body.report-app .topbar-menu-item:hover,body.report-app .topbar-menu-item:focus-visible{background:var(--surface-muted)}body.report-app .progress-dots{justify-content:center;gap:5px;display:flex}body.report-app .dot{background:var(--line);border-radius:999px;width:5px;height:5px;transition:width .16s,background .16s}body.report-app .dot.active{background:var(--accent);width:18px}@media (max-width:430px){body.report-app .topbar{grid-template-columns:auto minmax(0,1fr)}body.report-app .account-actions{grid-column:1/-1;justify-content:flex-end}}body.report-app .screen{flex:1;padding:12px 22px 28px;overflow:auto}body.report-app .action-bar{padding:12px 22px max(18px, env(safe-area-inset-bottom));background:linear-gradient(180deg, transparent, var(--bg) 24%)}body.report-app .report-status{border:1px solid var(--line);background:var(--surface);color:var(--subtle);border-radius:12px;margin:0 22px;padding:12px 14px;font-size:.88rem;line-height:1.45}body.report-app .primary-button,body.report-app .secondary-button,body.report-app .option-card,body.report-app .chip,body.report-app .detect-button{border:1.5px solid #0000;border-radius:14px}body.report-app .primary-button,body.report-app .secondary-button,body.report-app .detect-button{min-height:50px}body.report-app .primary-button{background:var(--accent);width:100%;color:var(--surface);border:0;font-weight:750}body.report-app .primary-button:disabled{background:var(--surface-muted);color:var(--muted);cursor:default}body.report-app .secondary-button{border-color:var(--line);background:var(--surface);width:100%;color:var(--text);font-weight:700}body.report-app .screen h2{letter-spacing:0;margin:0 0 8px;font-size:clamp(1.85rem,8vw,2.35rem);line-height:1.08}body.report-app .lede{color:var(--subtle);margin:0 0 24px;line-height:1.45}body.report-app .two-choice{grid-template-columns:1fr 1fr;gap:10px;margin-bottom:26px;display:grid}body.report-app .option-card{background:var(--surface);color:var(--text);text-align:left;min-height:128px;padding:18px 14px;box-shadow:0 1px #00000005}body.report-app .option-card strong,body.report-app .category-row strong{font-size:.98rem;display:block}body.report-app .option-card span:not(.tile-icon),body.report-app .category-row span:not(.tile-icon):not(.checkmark){color:var(--subtle);margin-top:5px;font-size:.82rem;line-height:1.35;display:block}body.report-app .option-card.selected,body.report-app .category-row.selected,body.report-app .chip.selected,body.report-app .segmented button.selected{border-color:var(--accent);background:var(--accent-soft)}body.report-app .field-label{color:var(--subtle);letter-spacing:.08em;text-transform:uppercase;margin:28px 0 11px;font-size:.72rem;font-weight:800}body.report-app .category-list{gap:9px;display:grid}body.report-app .category-row{background:var(--surface);color:var(--text);text-align:left;border:1.5px solid #0000;border-radius:14px;grid-template-columns:40px 1fr 22px;align-items:center;gap:12px;padding:14px;display:grid}body.report-app .category-row.inactive{color:var(--muted);cursor:not-allowed;opacity:.72}body.report-app .category-row.inactive .tile-icon{color:var(--muted)}body.report-app .tile-icon,body.report-app .checkmark{border-radius:11px;place-items:center;display:grid}body.report-app .option-card>.tile-icon,body.report-app .category-row>.tile-icon{background:var(--surface-muted);width:40px;height:40px;color:var(--accent);place-items:center;margin:0 0 10px;font-weight:900;display:grid}body.report-app .category-row>.tile-icon{margin:0}body.report-app .checkmark{border:1.75px solid var(--muted);background:var(--surface);color:#0000;border-radius:6px;place-items:center;width:22px;height:22px;font-size:.9rem;font-weight:900;line-height:1;display:grid}body.report-app .category-row.selected>.checkmark{border-color:var(--accent);background:var(--accent);color:var(--surface)}body.report-app .category-row.inactive>.checkmark{border-color:var(--line);background:var(--surface-muted)}body.report-app .chip-grid{flex-wrap:wrap;gap:8px;display:flex}body.report-app .symptom-grid,body.report-app .badge-grid{grid-template-columns:repeat(3,minmax(0,1fr));display:grid}body.report-app .chip{background:var(--surface-muted);min-height:42px;color:var(--subtle);padding:9px 14px;font-weight:700}body.report-app .chip.selected{color:var(--text)}body.report-app .exposure-list{flex-direction:column;gap:18px;display:flex}body.report-app .exposure-question,body.report-app .exposure-follow-up{gap:10px;display:grid}body.report-app .symptom-chip{text-align:center;white-space:normal;flex-direction:column;justify-content:center;align-items:center;gap:6px;width:100%;min-width:0;max-width:100%;min-height:112px;padding:10px 4px;display:flex}body.report-app .symptom-badge{object-fit:contain;flex:0 0 clamp(56px,18vw,72px);width:clamp(56px,18vw,72px);height:clamp(56px,18vw,72px)}body.report-app .symptom-chip span{overflow-wrap:anywhere;min-width:0;font-size:.72rem;line-height:1.2}body.report-app .input-row,body.report-app .text-area{border:1px solid var(--line);background:var(--surface);width:100%;color:var(--text)}body.report-app .location-autocomplete{gap:8px;display:grid;position:relative}body.report-app .location-autocomplete-input{min-height:54px}body.report-app .location-autocomplete-list{border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow);border-radius:13px;display:grid;overflow:hidden}body.report-app .location-autocomplete-option{border:0;border-bottom:1px solid var(--line);width:100%;min-height:46px;color:var(--text);text-align:left;background:0 0;padding:12px 14px;font-weight:700}body.report-app .location-autocomplete-option:last-child{border-bottom:0}body.report-app .location-autocomplete-option:hover,body.report-app .location-autocomplete-option:focus-visible{background:var(--surface-muted)}body.report-app .autocomplete-status{padding:0 2px}body.report-app .input-row{border-radius:13px;grid-template-columns:1fr auto;align-items:center;min-height:54px;display:grid;overflow:hidden}body.report-app .input-row input{width:100%;min-width:0;color:var(--text);background:0 0;border:0;outline:0;padding:15px 14px;font-weight:700}body.report-app .input-row input[aria-invalid=true]{box-shadow:inset 0 0 0 2px var(--danger)}body.report-app .date-field{border:1px solid var(--line);background:var(--surface);width:100%;min-height:54px;color:var(--muted);text-align:left;border-radius:13px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;padding:0 14px;display:grid}body.report-app .date-field:hover,body.report-app .date-field:focus-visible{border-color:var(--accent);outline:0}body.report-app .date-field.has-value{color:var(--text)}body.report-app .date-field-icon{width:22px;height:22px;color:var(--subtle);flex:none}body.report-app .date-field-value{text-overflow:ellipsis;white-space:nowrap;font-weight:700;overflow:hidden}body.report-app .date-field-caret,body.report-app .calendar-chevron{border:2px solid;border-width:0 2px 2px 0;width:8px;height:8px;display:inline-block}body.report-app .date-field-caret{color:var(--subtle);transform:rotate(45deg)}body.report-app .detect-button{color:var(--subtle);background:0 0;border:0;margin-right:4px;padding:0 12px}body.report-app .detect-button:disabled{opacity:.6}body.report-app .text-area{resize:vertical;border-radius:13px;outline:0;min-height:92px;padding:14px}body.report-app .photo-button{border:1px solid var(--line);background:var(--surface);width:100%;min-height:54px;color:var(--subtle);border-radius:13px;justify-content:center;align-items:center;padding:0 16px;font-weight:700;display:flex}body.report-app .photo-button:hover,body.report-app .photo-button:focus-visible{background:var(--accent-soft);color:var(--text);outline:0}body.report-app .photo-button:disabled,body.report-app .photo-remove-button:disabled{cursor:wait;opacity:.6}body.report-app .photo-picker{gap:10px;display:grid}body.report-app .photo-summary{color:var(--subtle);margin:0;font-size:.82rem;line-height:1.35}body.report-app .photo-list{gap:8px;display:grid}body.report-app .photo-row{border:1px solid var(--line);background:var(--surface);border-radius:13px;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:10px;padding:10px 12px;display:grid}body.report-app .photo-name,body.report-app .photo-meta{min-width:0}body.report-app .photo-name{text-overflow:ellipsis;white-space:nowrap;font-weight:700;overflow:hidden}body.report-app .photo-meta{color:var(--subtle);font-size:.78rem}body.report-app .photo-status{color:var(--subtle);grid-column:1/-1;font-size:.78rem;line-height:1.35}body.report-app .photo-status.error{color:var(--danger)}body.report-app .photo-remove-button{border:1px solid var(--line);background:var(--surface-muted);min-height:36px;color:var(--text);border-radius:999px;padding:0 12px;font-size:.82rem;font-weight:700}body.report-app .report-location-section{gap:14px;display:grid}body.report-app .report-location-section .lede{margin-bottom:4px}body.report-app .report-location-status{margin:0}body.report-app .report-location-map{border:1px solid var(--line);background:linear-gradient(135deg, #67a9cf38, #ef8a622e), var(--surface-muted);border-radius:14px;width:100%;height:clamp(280px,62vw,390px);position:relative;overflow:hidden}body.report-app .report-location-map .mapboxgl-ctrl-bottom-left,body.report-app .report-location-map .mapboxgl-ctrl-bottom-right .mapboxgl-ctrl-attrib,body.report-app .report-location-map .mapboxgl-ctrl-bottom-right .mapboxgl-ctrl-logo{display:none}body.report-app .report-location-map .mapboxgl-ctrl-bottom-right{margin:0;padding:0 12px 12px 0}body.report-app .report-location-map .mapboxgl-ctrl-bottom-right .mapboxgl-ctrl-group{background:var(--idt-color-surface,#fffdf8);border:2px solid var(--idt-color-border-ink,#4a443b);box-shadow:var(--idt-shadow-drawn,2px 3px 0 #26221c24);border-radius:14px;margin:0;overflow:hidden}body.report-app .report-location-map .mapboxgl-ctrl-bottom-right .mapboxgl-ctrl-group button{background-color:#0000;width:38px;height:38px}body.report-app .report-location-map .mapboxgl-ctrl-bottom-right .mapboxgl-ctrl-group button+button{border-top:1px solid var(--idt-color-divider,#e0d8c6)}body.report-app .report-location-map .mapboxgl-ctrl-bottom-right .mapboxgl-ctrl-group button:hover{background-color:var(--idt-color-surface-alt,#f4efe3)}body.report-app .report-location-coordinates{border:1px solid var(--line);background:var(--surface);color:var(--subtle);border-radius:14px;justify-content:space-between;gap:12px;margin:0;padding:12px 14px;font-size:.86rem;line-height:1.35;display:flex}body.report-app .report-location-coordinates strong{color:var(--text)}body.report-app .report-location-actions{gap:10px;display:grid}body.report-app .field-error{color:var(--danger);margin:0;font-size:.82rem;line-height:1.35}body.report-app .field-status{color:var(--subtle);margin:0;font-size:.82rem;line-height:1.35}body.report-app.calendar-modal-open{overflow:hidden}body.report-app .calendar-modal{z-index:50;align-items:end;display:grid;position:fixed;inset:0}body.report-app .calendar-backdrop{background:#00000057;border:0;width:100%;position:absolute;inset:0}body.report-app .calendar-sheet{border:1px solid var(--line);background:var(--bg);width:100%;max-height:calc(100vh - 28px);padding:16px 18px max(24px, env(safe-area-inset-bottom));box-shadow:var(--shadow);border-radius:24px 24px 0 0;position:relative;overflow:auto}body.report-app .calendar-grabber{background:var(--line);border-radius:999px;width:44px;height:4px;margin:0 auto 16px}body.report-app .calendar-sheet-heading,body.report-app .calendar-month-bar{justify-content:space-between;align-items:center;gap:14px;display:flex}body.report-app .calendar-sheet-heading{margin-bottom:14px}body.report-app .calendar-sheet-heading .field-label{margin:0 0 4px}body.report-app .calendar-sheet-heading h3{margin:0;font-size:1.12rem;line-height:1.2}body.report-app .calendar-close,body.report-app .calendar-nav{background:var(--surface-muted);color:var(--text);border:0;flex:none;place-items:center;display:grid}body.report-app .calendar-close{border-radius:999px;width:36px;height:36px;font-weight:800}body.report-app .calendar-card{border:1px solid var(--line);background:var(--surface);border-radius:16px;padding:12px}body.report-app .calendar-month-bar{margin-bottom:12px}body.report-app .calendar-month-bar strong{min-width:0;color:var(--text);text-align:center;font-size:1rem}body.report-app .calendar-nav{width:38px;height:38px;color:var(--subtle);border-radius:12px}body.report-app .calendar-chevron.previous{transform:rotate(135deg)}body.report-app .calendar-chevron.next{transform:rotate(-45deg)}body.report-app .calendar-weekdays,body.report-app .calendar-grid{grid-template-columns:repeat(7,minmax(0,1fr));display:grid}body.report-app .calendar-weekdays{margin-bottom:4px}body.report-app .calendar-weekdays span{color:var(--muted);text-align:center;font-size:.72rem;font-weight:800;line-height:1}body.report-app .calendar-grid{gap:4px}body.report-app .calendar-day,body.report-app .calendar-day-placeholder{aspect-ratio:1;min-width:0}body.report-app .calendar-day{min-height:38px;color:var(--text);background:0 0;border:0;border-radius:12px;place-items:center;font-size:.9rem;font-weight:700;display:grid}body.report-app .calendar-day:not(:disabled):hover,body.report-app .calendar-day:not(:disabled):focus-visible,body.report-app .calendar-nav:hover,body.report-app .calendar-nav:focus-visible,body.report-app .calendar-close:hover,body.report-app .calendar-close:focus-visible{background:var(--accent-soft);outline:0}body.report-app .calendar-day.today{border:1.4px solid var(--accent-mid);background:var(--accent-soft)}body.report-app .calendar-day.selected{background:var(--accent);color:var(--surface);font-weight:850}body.report-app .calendar-day:disabled,body.report-app .calendar-day.future{color:var(--muted);cursor:not-allowed;opacity:.42}body.report-app .done-view{text-align:center;align-content:center;gap:14px;min-height:100%;display:grid}body.report-app .done-icon{background:var(--accent);width:58px;height:58px;color:var(--surface);border-radius:999px;justify-self:center;place-items:center;font-size:2rem;font-weight:900;display:grid}body.report-app .nearby-card,body.report-app .summary-card,body.report-app .map-panel,body.report-app .mobile-map-panel,body.report-app pre{border:1px solid var(--line);background:var(--surface);border-radius:8px}body.report-app .nearby-card{gap:14px;padding:18px;display:grid}body.report-app .nearby-card .metric,body.report-app .summary-card .metric{font-size:2rem;font-weight:850;display:block}body.report-app .metric-pair{gap:3px;display:grid}body.report-app .metric-pair+.metric-pair{border-top:1px solid var(--line);padding-top:12px}body.report-app .sheet-backdrop{z-index:40;background:#00000057;align-items:end;padding-top:30px;display:grid;position:fixed;inset:0}body.report-app .settings-sheet{background:var(--surface);width:100%;max-height:calc(100vh - 30px);padding:26px 22px max(34px, env(safe-area-inset-bottom));border-radius:28px 28px 0 0;overflow:auto}body.report-app .sheet-heading{justify-content:space-between;align-items:center;gap:16px;display:flex}body.report-app .sheet-heading h2{margin:0}body.report-app .option-list{gap:8px;display:grid}body.report-app .language-option{background:var(--surface-muted);min-height:64px;color:var(--text);text-align:left;border:1.5px solid #0000;border-radius:16px;justify-content:space-between;align-items:center;padding:12px 16px;display:flex}body.report-app .language-option span{color:var(--subtle);font-size:.78rem;display:block}body.report-app .language-option.selected{border-color:var(--text)}body.report-app .segmented{grid-template-columns:1fr 1fr;gap:10px;display:grid}body.report-app .segmented button{background:var(--surface-muted);min-height:50px;color:var(--subtle);border:1.5px solid #0000;border-radius:14px;font-weight:750}body.report-app .eyebrow{color:var(--accent);letter-spacing:.08em;text-transform:uppercase;margin:0;font-size:.78rem;font-weight:850}body.report-app .summary-card{padding:18px}body.report-app .map-panel,body.report-app .front-door-map-panel,body.report-app .mobile-map-panel{overflow:hidden}body.report-app .front-door-map-panel{width:100%;margin:18px 0 0}body.report-app .map-heading{text-align:left;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:14px;padding:14px 14px 10px;display:flex}body.report-app .map-heading>div{min-width:0}body.report-app .map-heading h2,body.report-app .map-heading h3{letter-spacing:0;margin:4px 0 0;font-size:1rem;line-height:1.2}body.report-app .front-door-map .mapboxgl-ctrl-bottom-left,body.report-app .front-door-map .mapboxgl-ctrl-bottom-right{display:none}body.report-app .map-count{background:var(--accent-soft);color:var(--text);border-radius:999px;flex:none;padding:6px 9px;font-size:.75rem;font-weight:800;line-height:1}body.report-app .report-map{background:linear-gradient(135deg, #67a9cf38, #ef8a622e), var(--surface-muted);width:100%;min-height:clamp(280px,44vw,390px);position:relative;overflow:hidden}body.report-app .report-map.compact{height:clamp(210px,62vw,250px);min-height:0}body.report-app .map-geolocation-button[aria-busy=true]{opacity:.7;cursor:progress}body.report-app .map-geolocation-status{color:inherit;flex:1 0 100%;font-size:.72rem;font-weight:650;line-height:1.35}body.report-app .map-geolocation-status:empty{display:none}body.report-app .map-user-location-marker{pointer-events:none;background:#2563eb;border:4px solid #fff;border-radius:50%;width:18px;height:18px;display:block;box-shadow:0 1px 5px #0f172a7a}body.report-app .front-door-map.compact{aspect-ratio:1;height:auto}body.report-app .front-door-map-layout{gap:16px;display:grid}body.report-app .front-door-map-rail{min-width:0}body.report-app .front-door-map-rail .map-lab-section-title{font-size:.86rem}body.report-app .front-door-map-rail .map-lab-section-note{font-size:.88rem}body.report-app .front-door-map-rail .map-lab-toggle-label{font-size:.9rem}body.report-app .front-door-map-rail .map-lab-layer-name{font-size:.98rem}body.report-app .front-door-map-rail .map-lab-toggle button.map-lab-switch{width:54px;min-width:54px;height:32px;min-height:32px}body.report-app .front-door-map-rail .map-lab-switch-knob{width:26px;height:26px}body.report-app .front-door-map-rail .map-lab-switch.active .map-lab-switch-knob{transform:translate(22px,-50%)}body.report-app .front-door-map-rail .map-lab-map-view .map-geolocation-actions{gap:8px}body.report-app .front-door-map-rail .map-lab-map-view .map-geolocation-button{min-height:44px;padding:6px 12px;font-size:.92rem}body.report-app .front-door-map-rail .map-lab-section{padding:8px 0 2px}body.report-app .front-door-map-rail .map-lab-toggle{padding-bottom:8px}body.report-app .front-door-map-rail .map-lab-layer-row{padding-bottom:6px}body.report-app .front-door-map-panel{margin-top:0}body.report-app .front-door-map-rail .map-lab-toggle .map-lab-symptom-select{min-height:46px;padding:8px 16px;font-size:.92rem}body.report-app .front-door-map-rail .map-lab-symptom-caret{font-size:.82rem}body.report-app .front-door-map-rail .map-lab-symptom-option{padding:8px 10px;font-size:.9rem}body.report-app .front-door-map-rail .map-lab-symptom-tag,body.report-app .front-door-map-rail .map-lab-symptom-tag-more{font-size:.86rem}body.report-app .map-lab-section{border-top:1px solid var(--line);padding:12px 0 4px}body.report-app .map-lab-section:first-of-type{border-top:none}body.report-app .map-lab-section-title{text-transform:uppercase;letter-spacing:.06em;color:var(--text);margin:0 0 4px;padding:0 14px;font-size:.7rem;font-weight:800}body.report-app .map-lab-section-note{color:var(--subtle);margin:0 0 10px;padding:0 14px;font-size:.76rem;line-height:1.4}body.report-app .map-lab-toggle{flex-wrap:wrap;align-items:center;gap:8px;min-width:0;padding:0 14px 12px;display:flex}body.report-app .map-lab-toggle[hidden]{display:none}body.report-app .map-lab-toggle-label{color:var(--subtle);margin-right:2px;font-size:.78rem;font-weight:700}body.report-app .map-lab-toggle button{border:1px solid var(--line);background:var(--surface);color:var(--text);border-radius:999px;flex:none;min-height:36px;padding:6px 14px;font-size:.8rem;font-weight:700}body.report-app .map-lab-map-view{padding-top:8px;padding-bottom:0}body.report-app .map-lab-map-view .map-lab-section-title{margin-bottom:3px}body.report-app .map-lab-map-view .map-geolocation-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;padding-bottom:8px;display:grid}body.report-app .map-lab-map-view .map-geolocation-button{white-space:normal;min-width:0;min-height:44px;padding:6px 8px;font-size:.78rem;line-height:1.15}body.report-app .map-lab-map-view .map-geolocation-button:focus-visible{outline-offset:2px;outline:3px solid #2563eb66}body.report-app .map-lab-map-view .map-geolocation-status{color:var(--subtle);grid-column:1/-1}body.report-app .map-lab-toggle button.active{background:var(--text);color:var(--surface);border-color:var(--text)}body.report-app .map-lab-toggle button.map-lab-switch{border:1px solid var(--line);background:var(--muted);cursor:pointer;border-radius:999px;flex:none;width:46px;min-width:46px;height:28px;min-height:28px;padding:0;transition:background .18s,border-color .18s;position:relative}body.report-app .map-lab-toggle button.map-lab-switch.active{background:var(--text);border-color:var(--text)}body.report-app .map-lab-switch-knob{background:var(--surface);border-radius:50%;width:22px;height:22px;transition:transform .18s;position:absolute;top:50%;left:3px;transform:translateY(-50%);box-shadow:0 1px 2px #00000040}body.report-app .map-lab-switch.active .map-lab-switch-knob{transform:translate(18px,-50%)}body.report-app .map-lab-toggle button.map-lab-switch:disabled{opacity:.45;cursor:not-allowed}body.report-app .map-lab-layer-row{justify-content:space-between;padding-bottom:10px}body.report-app .map-lab-layer-name{color:var(--text);align-items:center;font-size:.85rem;display:inline-flex}@media (prefers-reduced-motion:reduce){body.report-app .map-lab-toggle button.map-lab-switch,body.report-app .map-lab-switch-knob{transition:none}}body.report-app .map-lab-symptom-menu{flex:auto;min-width:0;position:relative}body.report-app .map-lab-toggle .map-lab-symptom-select{border:1px solid var(--line);background:var(--surface);width:100%;min-width:0;color:var(--text);cursor:pointer;text-align:left;border-radius:999px;justify-content:space-between;align-items:center;gap:8px;min-height:36px;padding:6px 14px;font-size:.8rem;font-weight:700;display:flex}body.report-app .map-lab-symptom-select-text{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}body.report-app .map-lab-symptom-caret{pointer-events:none;color:var(--subtle);flex:none;font-size:.7rem}body.report-app .map-lab-symptom-panel{z-index:5;border:1px solid var(--line);background:var(--surface);border-radius:14px;flex-direction:column;gap:2px;max-height:260px;padding:6px;display:flex;position:absolute;top:calc(100% + 6px);left:0;right:0;overflow-y:auto;box-shadow:0 10px 24px #0000002e}body.report-app .map-lab-symptom-panel[hidden]{display:none}body.report-app .map-lab-symptom-option{color:var(--text);cursor:pointer;border-radius:10px;align-items:center;gap:8px;padding:6px 8px;font-size:.8rem;font-weight:600;display:flex}body.report-app .map-lab-symptom-option:hover{background:var(--line)}body.report-app .map-lab-symptom-option input{cursor:pointer;flex:none;margin:0}body.report-app .map-lab-symptom-option-all{border-bottom:1px solid var(--line);border-radius:10px 10px 0 0;margin-bottom:2px;padding-bottom:8px;font-weight:700}body.report-app .map-lab-symptom-summary{flex-direction:column;flex:100%;gap:6px;min-width:0;display:flex}body.report-app .map-lab-symptom-summary[hidden]{display:none}body.report-app .map-lab-symptom-tags{flex-wrap:wrap;gap:4px;margin:0;padding:0;list-style:none;display:flex}body.report-app .map-lab-symptom-tag{border:1px solid var(--line);background:var(--surface);color:var(--text);border-radius:999px;padding:3px 9px;font-size:.72rem;font-weight:700}body.report-app .map-lab-symptom-tag-more{color:var(--subtle);font-weight:600}body.report-app .map-lab-symptom-caption{color:var(--subtle);margin:0;font-size:.7rem;line-height:1.35}body.report-app .map-lab-symptom-caption-mark{margin-right:3px}body.report-app .zip-search-row{gap:8px;min-width:0;padding:0 14px;display:flex}body.report-app .zip-search-input{border:1px solid var(--line);background:var(--surface);min-width:0;color:var(--text);letter-spacing:.04em;border-radius:999px;flex:auto;min-height:36px;padding:6px 14px;font-size:.85rem;font-weight:700}body.report-app .zip-search-input:focus{border-color:var(--accent,#2563eb);outline:0}body.report-app .zip-search-button{background:var(--accent,#2563eb);color:#fff;cursor:pointer;border:0;border-radius:999px;flex:none;min-height:36px;padding:0 16px;font-size:.8rem;font-weight:800}body.report-app .zip-search-status{color:var(--subtle);min-height:1em;margin:6px 0 0;padding:0 14px;font-size:.74rem;line-height:1.4}body.report-app .zip-search-status.error{color:var(--danger,#dc2626)}body.report-app .map-lab-swatch{vertical-align:middle;border-radius:50%;width:10px;height:10px;margin-right:6px;display:inline-block}body.report-app .report-time-controls{gap:10px;padding:0 14px 12px;display:grid}body.report-app .report-time-action{justify-content:center;display:flex}body.report-app .report-time-play{border:1px solid var(--accent);background:var(--accent);width:100%;min-height:40px;color:var(--surface);text-transform:uppercase;letter-spacing:.06em;border-radius:999px;justify-content:center;align-self:stretch;align-items:center;gap:8px;padding:0 22px 0 18px;display:inline-flex}body.report-app .report-time-play-icon{justify-content:center;align-items:center;display:inline-flex}body.report-app .report-time-play-icon svg{fill:currentColor;width:18px;height:18px}body.report-app .report-time-play-label{letter-spacing:.06em;font-size:.8rem;font-weight:800}body.report-app .report-time-play[aria-pressed=true]{background:var(--surface);color:var(--accent)}body.report-app .report-time-play:hover{filter:brightness(.92)}body.report-app .report-time-play:focus-visible{outline:3px solid color-mix(in srgb, var(--accent) 40%, transparent);outline-offset:2px}body.report-app .report-date-slider{gap:6px;min-width:0;display:grid}body.report-app .report-date-slider-summary{text-align:right;justify-self:end;margin:0;padding:0}body.report-app .report-date-slider-heading,body.report-app .report-date-slider-range{color:var(--subtle);justify-content:space-between;align-items:center;gap:12px;font-size:.78rem;line-height:1.25;display:flex}body.report-app .report-date-slider-heading>span{flex-wrap:wrap;align-items:baseline;gap:4px;min-width:0;display:inline-flex}body.report-app .report-date-slider-heading strong{color:var(--text);font-size:.9rem}body.report-app .report-date-slider input[type=range]{width:100%;min-width:0;accent-color:var(--accent)}body.report-app .report-date-range-control{--range-start:0%;--range-end:100%;min-width:0;height:34px;position:relative}body.report-app .report-date-range-control:before,body.report-app .report-date-range-control:after{content:"";border-radius:999px;height:5px;position:absolute;top:50%;left:0;right:0;transform:translateY(-50%)}body.report-app .report-date-range-control:before{background:var(--line)}body.report-app .report-date-range-control:after{left:var(--range-start);right:calc(100% - var(--range-end));background:var(--accent)}body.report-app .report-date-range-control input[type=range]{z-index:2;appearance:none;pointer-events:none;background:0 0;width:100%;height:34px;margin:0;position:absolute;inset:0}body.report-app .report-date-range-control input.range-end{z-index:3}body.report-app .report-date-range-control input[type=range]::-webkit-slider-runnable-track{background:0 0;height:5px}body.report-app .report-date-range-control input[type=range]::-webkit-slider-thumb{appearance:none;border:2px solid var(--surface);background:var(--accent);pointer-events:auto;border-radius:999px;width:18px;height:18px;margin-top:-6.5px;box-shadow:0 1px 4px #0f172a47}body.report-app .report-date-range-control input[type=range]::-moz-range-track{background:0 0;height:5px}body.report-app .report-date-range-control input[type=range]::-moz-range-thumb{border:2px solid var(--surface);background:var(--accent);pointer-events:auto;border-radius:999px;width:18px;height:18px;box-shadow:0 1px 4px #0f172a47}body.report-app .zip-popup{font-size:.82rem;line-height:1.4}body.report-app .zip-popup strong{margin-bottom:2px;font-size:.9rem;display:block}body.report-app .zip-popup-sick{color:#e31a1c;font-weight:700}body.report-app .zip-popup-healthy{color:var(--subtle);font-size:.78rem;font-weight:400}body.report-app .zip-popup-sub{color:var(--subtle);margin-top:2px}body.report-app .zip-popup-head{justify-content:space-between;align-items:baseline;gap:8px;margin-bottom:4px;display:flex}body.report-app .zip-popup-head strong{margin-bottom:0;display:inline}body.report-app .zip-popup-pop{color:var(--subtle);white-space:nowrap;font-size:.74rem}body.report-app .zip-popup-share{align-items:center;font-weight:700;display:flex}body.report-app .zip-popup-swatch{border:1px solid #00000026;border-radius:2px;width:10px;height:10px;margin-right:6px;display:inline-block}body.report-app .zip-popup-split,body.report-app .zip-popup-total{margin-top:1px}body.report-app .zip-popup-note{color:var(--subtle);margin-top:2px;font-size:.74rem;font-style:italic}body.report-app .zip-popup-divider{background:var(--border,#0000001f);height:1px;margin:6px 0}body.report-app .zip-popup-cross{color:var(--ink,inherit)}body.report-app .map-note{color:var(--subtle);text-align:left;margin:0;padding:10px 14px 14px;font-size:.82rem;line-height:1.35}body.report-app .community-pulse-slot{margin-top:10px}body.report-app .community-pulse{border:1px solid var(--line);background:var(--surface);text-align:left;border-radius:8px;padding:14px}body.report-app .community-pulse-heading{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}body.report-app .community-pulse-heading h3{margin:3px 0 0;font-size:1rem}body.report-app .community-pulse-toggle{background:var(--surface-muted);border-radius:999px;flex:none;gap:3px;padding:3px;display:inline-flex}body.report-app .community-pulse-toggle button{min-height:30px;color:var(--subtle);white-space:nowrap;background:0 0;border:0;border-radius:999px;padding:5px 9px;font-size:.72rem;font-weight:800}body.report-app .community-pulse-toggle button.selected{background:var(--surface);color:var(--text);box-shadow:0 1px 4px #0000001f}body.report-app .community-pulse-toggle button:disabled{cursor:not-allowed;opacity:.48}body.report-app .community-pulse-status{height:1.08rem;color:var(--subtle);text-overflow:ellipsis;white-space:nowrap;margin:12px 0 2px;font-size:.8rem;line-height:1.35;overflow:hidden}body.report-app .community-pulse-list{scrollbar-gutter:stable;max-height:320px;margin:12px 0 0;padding:0;list-style:none;display:grid;overflow-y:auto}body.report-app .community-pulse-list[hidden]{display:none}body.report-app .community-pulse-item{min-width:0;position:relative}body.report-app .community-pulse-row{width:100%;min-width:0;min-height:42px;color:var(--text);cursor:default;text-align:left;white-space:nowrap;background:0 0;border:0;align-items:center;padding:8px 2px;display:flex;overflow:hidden}body.report-app .community-pulse-row.has-tooltip{cursor:pointer}body.report-app .community-pulse-row.has-tooltip:hover,body.report-app .community-pulse-row.has-tooltip:focus-visible,body.report-app .community-pulse-item.open .community-pulse-row.has-tooltip{background:var(--surface-muted)}body.report-app .community-pulse-desktop-line{display:contents}body.report-app .community-pulse-mobile-lines{display:none}body.report-app .community-pulse-icons,body.report-app .community-pulse-time,body.report-app .community-pulse-own,body.report-app .community-pulse-separator{flex:none}body.report-app .community-pulse-icons{text-align:right;white-space:nowrap;flex:0 0 5.25rem;width:5.25rem;margin-right:5px;overflow:hidden}body.report-app .community-pulse-text{text-overflow:ellipsis;min-width:0;font-size:.82rem;font-weight:750;overflow:hidden}body.report-app .community-pulse-time,body.report-app .community-pulse-separator{color:var(--subtle);font-size:.76rem}body.report-app .community-pulse-separator{margin:0 6px}body.report-app .community-pulse-own{background:var(--accent-soft);color:var(--text);border-radius:999px;padding:3px 6px;font-size:.68rem;font-weight:850}body.report-app .community-pulse-tooltip{z-index:30;top:var(--community-pulse-tooltip-top,12px);left:var(--community-pulse-tooltip-left,12px);border:1px solid var(--line);background:var(--surface-muted);width:min(320px,100vw - 24px);color:var(--text);pointer-events:none;border-radius:8px;margin:0;padding:10px 12px;font-size:.78rem;line-height:1.45;display:none;position:fixed;box-shadow:0 8px 22px #0000001f}body.report-app .community-pulse-item:hover .community-pulse-tooltip,body.report-app .community-pulse-row:focus-visible+.community-pulse-tooltip,body.report-app .community-pulse-item.open .community-pulse-tooltip{gap:8px;display:grid}body.report-app .community-pulse-tooltip-section{gap:1px;display:grid}body.report-app .community-pulse-tooltip-section strong{margin-bottom:2px}@media (max-width:759px){body.report-app .community-pulse-row{white-space:normal;min-height:0;padding:9px 2px 10px;display:block}body.report-app .community-pulse-desktop-line{display:none}body.report-app .community-pulse-mobile-lines{text-align:center;justify-items:center;gap:3px;min-width:0;display:grid}body.report-app .community-pulse-mobile-top,body.report-app .community-pulse-mobile-bottom{justify-content:center;align-items:center;min-width:0;display:flex}body.report-app .community-pulse-mobile-top{white-space:nowrap;gap:0}body.report-app .community-pulse-mobile-bottom{color:var(--text);flex-wrap:wrap;font-size:.82rem;font-weight:750;line-height:1.35}body.report-app .community-pulse-mobile-icons{white-space:nowrap;flex:none;margin-right:6px;overflow:hidden}body.report-app .community-pulse-mobile-time{color:var(--subtle);flex:none;font-size:.76rem}body.report-app .community-pulse-mobile-summary,body.report-app .community-pulse-mobile-location{min-width:0}}body.report-app .report-dot-legend{color:var(--subtle);text-align:left;flex-wrap:wrap;align-items:center;gap:10px 18px;padding:12px 14px 0;font-size:.95rem;font-weight:750;line-height:1.3;display:flex}body.report-app .report-dot-legend span{align-items:center;gap:6px;display:inline-flex}body.report-app .report-dot{border:1.5px solid #fff;border-radius:999px;width:10px;height:10px;box-shadow:0 0 0 1px #1717172e}body.report-app .report-dot.sick{background:var(--idt-map-marker-people-body);border-color:var(--idt-map-marker-people);box-shadow:none}body.report-app .legend-size{background:var(--idt-map-marker-people-body);border:1.5px solid #fff;border-radius:999px;width:15px;height:15px;box-shadow:0 0 0 1px #1717172e}body.report-app .map-fallback{min-height:inherit;color:var(--subtle);text-align:center;place-content:center;padding:22px;display:grid}body.report-app .map-fallback strong{color:var(--text);margin-bottom:6px;display:block}body.report-app .map-fallback span{max-width:34ch;line-height:1.4;display:block}body.report-app.data-directory-page .data-directory-stage{width:min(100%,1240px);min-width:0}body.report-app.data-directory-page .data-directory-topbar{grid-template-columns:auto minmax(0,1fr) auto;width:min(100%,1240px);margin:0 auto}body.report-app.data-directory-page .data-directory-home-link:focus-visible{outline:3px solid color-mix(in srgb, var(--accent) 34%, transparent);outline-offset:2px}body.report-app.data-directory-page .data-directory-topbar .data-directory-actions{grid-area:1/3}body.report-app.data-directory-page .data-directory-content{width:min(100%,1240px);margin:0 auto;padding:clamp(36px,7vw,88px) clamp(20px,5vw,64px) 64px}body.report-app.data-directory-page .data-directory-heading{max-width:720px;margin-bottom:clamp(28px,5vw,48px)}body.report-app.data-directory-page .data-directory-heading .eyebrow{margin:0 0 8px}body.report-app.data-directory-page .data-directory-heading h1{letter-spacing:-.055em;margin:0;font-size:clamp(2.25rem,6vw,4.75rem);line-height:.98}body.report-app.data-directory-page .data-directory-heading>p:last-child{max-width:48ch;color:var(--subtle);margin:18px 0 0;font-size:clamp(1rem,2vw,1.2rem);line-height:1.55}body.report-app.data-directory-page .data-map-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(16px,2.5vw,28px);display:grid}body.report-app.data-directory-page .data-map-card{border:1px solid var(--line);background:var(--surface);min-width:0;min-height:420px;color:var(--text);border-radius:24px;flex-direction:column;text-decoration:none;transition:border-color .16s,box-shadow .16s,transform .16s;display:flex;overflow:hidden;box-shadow:0 12px 34px #11111112}body.report-app.data-directory-page .data-map-card:hover,body.report-app.data-directory-page .data-map-card:focus-visible{border-color:color-mix(in srgb, var(--text) 34%, var(--line));transform:translateY(-3px);box-shadow:0 20px 48px #11111121}body.report-app.data-directory-page .data-map-card:focus-visible{outline:3px solid color-mix(in srgb, var(--accent) 42%, transparent);outline-offset:4px}body.report-app.data-directory-page .data-map-card-preview{background:radial-gradient(circle at 18% 20%,#fecc5c57,#0000 32%),linear-gradient(145deg,#edf4ef 0%,#dce9e2 52%,#c7d8ce 100%);place-items:center;min-height:220px;display:grid;overflow:hidden}body.report-app.data-directory-page .data-map-card-hexes{width:190px;height:128px;position:relative;transform:rotate(-8deg)}body.report-app.data-directory-page .data-map-card-hexes span{clip-path:polygon(25% 0,75% 0,100% 50%,75% 100%,25% 100%,0 50%);background:#fecc5c;width:62px;height:54px;position:absolute;box-shadow:inset 0 0 0 2px #ffffff85}body.report-app.data-directory-page .data-map-card-hexes span:first-child{top:0;left:32px}body.report-app.data-directory-page .data-map-card-hexes span:nth-child(2){background:#fd8d3c;top:0;left:96px}body.report-app.data-directory-page .data-map-card-hexes span:nth-child(3){background:#f4d88a;top:37px;left:0}body.report-app.data-directory-page .data-map-card-hexes span:nth-child(4){background:#bd0026;top:37px;left:64px}body.report-app.data-directory-page .data-map-card-hexes span:nth-child(5){background:#f59e0b;top:37px;left:128px}body.report-app.data-directory-page .data-map-card-hexes span:nth-child(6){background:#e9b949;top:74px;left:32px}body.report-app.data-directory-page .data-map-card-hexes span:nth-child(7){background:#dc2626;top:74px;left:96px}body.report-app.data-directory-page .data-map-card-county-preview{background:radial-gradient(circle at 78% 18%,#dc262629,#0000 34%),linear-gradient(145deg,#eef3f8 0%,#dde8ef 50%,#cbd9e3 100%)}body.report-app.data-directory-page .data-map-card-counties{grid-template-rows:.9fr 1.1fr;grid-template-columns:.8fr 1.2fr 1fr;gap:3px;width:190px;height:140px;display:grid;transform:rotate(-5deg)}body.report-app.data-directory-page .data-map-card-counties span{clip-path:polygon(8% 5%,88% 0,100% 24%,92% 92%,18% 100%,0 72%);background:#fff3b0;box-shadow:inset 0 0 0 2px #ffffffa8}body.report-app.data-directory-page .data-map-card-counties span:nth-child(2),body.report-app.data-directory-page .data-map-card-counties span:nth-child(6){background:#f59e0b}body.report-app.data-directory-page .data-map-card-counties span:nth-child(3){background:#dc2626}body.report-app.data-directory-page .data-map-card-counties span:nth-child(4){background:#cbd5e1}body.report-app.data-directory-page .data-map-card-counties span:nth-child(5){background:#f7cf6b}body.report-app.data-directory-page .data-map-card-copy{flex-direction:column;flex:1;align-items:flex-start;padding:24px;display:flex}body.report-app.data-directory-page .data-map-card-copy h2{letter-spacing:-.025em;margin:0;font-size:1.45rem}body.report-app.data-directory-page .data-map-card-copy p{color:var(--subtle);margin:12px 0 24px;line-height:1.55}body.report-app.data-directory-page .data-map-card-action{align-items:center;gap:8px;margin-top:auto;font-size:.92rem;font-weight:850;display:inline-flex}body.report-app.data-directory-page .data-map-card-action:after{content:"→";font-size:1.1em}@media (max-width:920px){body.report-app.data-directory-page .data-map-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:620px){body.report-app.data-directory-page .data-directory-content{padding-top:28px}body.report-app.data-directory-page .data-map-grid{grid-template-columns:minmax(0,1fr)}body.report-app.data-directory-page .data-map-card{min-height:390px}}@media (prefers-reduced-motion:reduce){body.report-app.data-directory-page .data-map-card{transition:none}}body.report-app.data-directory-page .data-map-card-time-series-preview{background:radial-gradient(circle at 78% 18%,#756bb138,#0000 34%),linear-gradient(145deg,#eff6ff 0%,#dce9e2 52%,#d8d4ed 100%);position:relative}body.report-app.data-directory-page .data-map-card-time-series-hexes{width:188px;height:104px;position:absolute;top:36px;left:50%;transform:translate(-50%)rotate(-6deg)}body.report-app.data-directory-page .data-map-card-time-series-hexes span{clip-path:polygon(25% 0,75% 0,100% 50%,75% 100%,25% 100%,0 50%);background:#fff3b0;width:58px;height:50px;position:absolute;box-shadow:inset 0 0 0 2px #ffffffa3}body.report-app.data-directory-page .data-map-card-time-series-hexes span:first-child{top:0;left:34px}body.report-app.data-directory-page .data-map-card-time-series-hexes span:nth-child(2){background:#f59e0b;top:0;left:94px}body.report-app.data-directory-page .data-map-card-time-series-hexes span:nth-child(3){background:#fecc5c;top:35px;left:4px}body.report-app.data-directory-page .data-map-card-time-series-hexes span:nth-child(4){background:#dc2626;top:35px;left:64px}body.report-app.data-directory-page .data-map-card-time-series-hexes span:nth-child(5){background:#756bb1;top:35px;left:124px}body.report-app.data-directory-page .data-map-card-time-series-line{border-bottom:2px solid #17203352;height:54px;position:absolute;bottom:30px;left:24px;right:24px}body.report-app.data-directory-page .data-map-card-time-series-line:before,body.report-app.data-directory-page .data-map-card-time-series-line:after,body.report-app.data-directory-page .data-map-card-time-series-line span{content:"";clip-path:polygon(0 88%,10% 72%,18% 80%,28% 40%,38% 66%,48% 22%,58% 48%,68% 16%,78% 58%,88% 34%,100% 50%,100% 100%,0 100%);background:#54278f94;height:44px;position:absolute;bottom:0;left:0;right:0}body.report-app.time-series-page .time-series-content{border-color:var(--line);background:var(--surface);width:min(100%,960px);min-width:0;color:var(--text);margin:0 auto}body.report-app .time-series-card-navigation{justify-content:space-between;align-items:center;gap:.75rem;min-height:44px;padding:0 .875rem;display:flex}body.report-app.time-series-page .time-series-data-link{border-color:var(--line);color:var(--text)}body.report-app .time-series-heading{gap:1rem}body.report-app .time-series-heading-badges{flex-wrap:wrap;justify-content:flex-end;gap:.5rem;display:flex}body.report-app .time-series-intro{margin-bottom:0}body.report-app .time-series-workspace,body.report-app .time-series-controls-column,body.report-app .time-series-map-column{display:contents}body.report-app .time-series-primary-controls,body.report-app .time-series-activity-panel,body.report-app .time-series-control-panel,body.report-app .time-series-advanced{border:1px solid var(--line);background:var(--surface-2,#f8fafc);border-radius:16px;margin:0 1rem 1rem}body.report-app .time-series-primary-controls,body.report-app .time-series-activity-panel,body.report-app .time-series-control-panel{padding:1rem}html[data-theme=dark] body.report-app .time-series-primary-controls,html[data-theme=dark] body.report-app .time-series-activity-panel,html[data-theme=dark] body.report-app .time-series-control-panel,html[data-theme=dark] body.report-app .time-series-advanced{background:#252525}body.report-app .time-series-date-summary{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:.5rem 1rem;margin-bottom:.875rem;display:flex}body.report-app .time-series-date-summary span,body.report-app .time-series-activity-summary,body.report-app .time-series-section-heading span,body.report-app .time-series-dot-legend{color:var(--subtle)}body.report-app .time-series-playback-row,body.report-app .time-series-mode-row,body.report-app .time-series-jump-row,body.report-app .time-series-shading-actions,body.report-app .time-series-share-actions{flex-wrap:wrap;gap:.5rem;display:flex}body.report-app.time-series-page button:not([data-theme]),body.report-app.time-series-page select,body.report-app.time-series-page input[type=date],body.report-app.time-series-page input[type=number],body.report-app.time-series-page input[type=text]{border:1px solid var(--line);background:var(--surface);min-height:42px;color:var(--text);border-radius:10px}body.report-app.time-series-page button:not([data-theme]){font:inherit;cursor:pointer;padding:.55rem .8rem;font-weight:760}body.report-app.time-series-page button[aria-pressed=true]:not([data-theme]){border-color:var(--text);background:var(--text);color:var(--surface)}body.report-app.time-series-page button:disabled{cursor:not-allowed;opacity:.48}body.report-app.time-series-page button:focus-visible,body.report-app.time-series-page input:focus-visible,body.report-app.time-series-page select:focus-visible,body.report-app.time-series-page summary:focus-visible,body.report-app.time-series-page .time-series-data-link:focus-visible,body.report-app .time-series-activity:focus-visible{outline:3px solid color-mix(in srgb, var(--accent) 42%, transparent);outline-offset:3px}body.report-app .time-series-main-slider{gap:.35rem;min-width:0;margin:.85rem 0;display:grid}body.report-app .time-series-cumulative-dates{color:var(--subtle);grid-template-columns:repeat(2,minmax(0,1fr));gap:.25rem 1rem;font-size:.84rem;line-height:1.35;display:grid}body.report-app .time-series-cumulative-dates[hidden]{display:none}body.report-app .time-series-cumulative-dates>span:last-of-type{text-align:right}body.report-app .time-series-cumulative-dates strong{color:var(--text)}body.report-app .time-series-cumulative-dates p{grid-column:1/-1;margin:0}body.report-app .time-series-date-range-control{cursor:pointer;touch-action:none;min-width:0;height:38px;position:relative}body.report-app .time-series-date-track{border:1px solid color-mix(in srgb, var(--text) 28%, transparent);background:linear-gradient(to right, var(--surface-muted) 0 var(--range-start,0%), var(--text) var(--range-start,0%) var(--range-end,100%), var(--surface-muted) var(--range-end,100%) 100%);height:8px;box-shadow:inset 0 1px 1px color-mix(in srgb, var(--text) 12%, transparent);border-radius:999px;position:absolute;inset:50% 0 auto;transform:translateY(-50%)}body.report-app .time-series-date-range-control input[type=range]{z-index:2;appearance:none;pointer-events:none;background:0 0;width:100%;height:38px;margin:0;position:absolute;inset:0}body.report-app .time-series-date-range-control input[type=range].range-end{z-index:3}body.report-app .time-series-date-range-control input[type=range][data-selected=true]{z-index:4}body.report-app .time-series-date-range-control input[type=range][hidden]{display:none}body.report-app .time-series-date-range-control input[type=range]:focus-visible{outline:0}body.report-app .time-series-date-range-control input[type=range]::-webkit-slider-runnable-track{background:0 0;border:0;height:8px}body.report-app .time-series-date-range-control input[type=range]::-webkit-slider-thumb{appearance:none;border:2px solid var(--text);background:var(--surface);width:20px;height:20px;box-shadow:0 1px 4px color-mix(in srgb, var(--text) 35%, transparent);pointer-events:auto;cursor:grab;border-radius:50%;margin-top:-7px}body.report-app .time-series-date-range-control input[type=range]:hover::-webkit-slider-thumb{box-shadow:0 0 0 2px color-mix(in srgb, var(--text) 20%, transparent), 0 1px 4px color-mix(in srgb, var(--text) 35%, transparent)}body.report-app .time-series-date-range-control input[type=range][data-selected=true]::-webkit-slider-thumb{box-shadow:0 0 0 2px var(--surface), 0 0 0 5px var(--text), 0 1px 4px color-mix(in srgb, var(--text) 35%, transparent)}body.report-app .time-series-date-range-control input[type=range]:active::-webkit-slider-thumb{cursor:grabbing}body.report-app .time-series-date-range-control input[type=range]:focus-visible::-webkit-slider-thumb{box-shadow:0 0 0 2px var(--surface), 0 0 0 5px var(--text), 0 0 0 8px color-mix(in srgb, var(--text) 32%, transparent)}body.report-app .time-series-date-range-control input[type=range]::-moz-range-track{background:0 0;border:0;height:8px}body.report-app .time-series-date-range-control input[type=range]::-moz-range-progress{background:0 0;border:0;height:8px}body.report-app .time-series-date-range-control input[type=range]::-moz-range-thumb{border:2px solid var(--text);background:var(--surface);width:16px;height:16px;box-shadow:0 1px 4px color-mix(in srgb, var(--text) 35%, transparent);pointer-events:auto;cursor:grab;border-radius:50%}body.report-app .time-series-date-range-control input[type=range]:hover::-moz-range-thumb{box-shadow:0 0 0 2px color-mix(in srgb, var(--text) 20%, transparent), 0 1px 4px color-mix(in srgb, var(--text) 35%, transparent)}body.report-app .time-series-date-range-control input[type=range][data-selected=true]::-moz-range-thumb{box-shadow:0 0 0 2px var(--surface), 0 0 0 5px var(--text), 0 1px 4px color-mix(in srgb, var(--text) 35%, transparent)}body.report-app .time-series-date-range-control input[type=range]:focus-visible::-moz-range-thumb{box-shadow:0 0 0 2px var(--surface), 0 0 0 5px var(--text), 0 0 0 8px color-mix(in srgb, var(--text) 32%, transparent)}body.report-app .time-series-date-boundaries{color:var(--subtle);justify-content:space-between;gap:1rem;font-size:.75rem;display:flex}body.report-app .time-series-date-boundaries>span:last-child{text-align:right}body.report-app .time-series-mode-row{margin-bottom:.75rem}body.report-app .time-series-primary-controls>label:last-child{align-items:center;gap:.75rem;display:flex}body.report-app .time-series-section-heading{justify-content:space-between;align-items:baseline;gap:1rem;display:flex}body.report-app.time-series-page .time-series-section-heading h2{margin:0;font-size:1rem}body.report-app .time-series-activity{background:color-mix(in srgb, var(--surface) 72%, var(--line));cursor:crosshair;touch-action:none;border-radius:10px;height:128px;margin-top:.75rem;position:relative;overflow:hidden}body.report-app .time-series-activity svg{width:100%;height:100%;display:block}body.report-app .time-series-activity-bars{fill:#756bb1}body.report-app .time-series-activity-window{fill:#f59e0b38}body.report-app .time-series-activity-marker{stroke:#dc2626;stroke-width:5px}body.report-app .time-series-activity-start-marker{stroke:#f59e0b;stroke-width:5px}body.report-app .time-series-activity-summary{margin:.65rem 0 0;font-size:.86rem;line-height:1.45}body.report-app .time-series-map-layers-panel,body.report-app .time-series-shading-panel{gap:.75rem;display:grid}body.report-app .time-series-advanced fieldset{border:0;min-width:0;margin:0;padding:0}body.report-app .time-series-advanced legend{margin-bottom:.65rem;font-weight:850}body.report-app.time-series-page .time-series-map-layers-panel>h2,body.report-app .time-series-shading-panel .hex-poc-quantity-heading>h2{color:var(--text);margin:0;font-size:1rem}body.report-app .time-series-layer-toggles{flex-wrap:wrap;align-content:flex-start;gap:.5rem;display:flex}body.report-app .time-series-shading-control .hex-poc-quantity-heading>h2,body.report-app .time-series-shading-control output{color:var(--text)}body.report-app .time-series-shading-control .hex-poc-quantity-heading>span,body.report-app .time-series-shading-control .hex-poc-quantity-cutoff-labels{color:var(--subtle)}body.report-app .time-series-shading-toolbar{gap:.5rem;margin-top:.25rem;display:grid}body.report-app .time-series-selected-cutoff-summary{color:var(--subtle);margin:0;font-size:.82rem;font-weight:750}body.report-app .time-series-shading-toolbar .time-series-shading-actions{align-items:center}body.report-app .time-series-visually-hidden{clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}body.report-app .time-series-shading-handles{flex-direction:column;gap:10px;display:flex}body.report-app .time-series-cutoff-row{flex-direction:column;gap:6px;display:flex}body.report-app .time-series-cutoff-head{align-items:baseline;gap:8px;display:flex}body.report-app .time-series-cutoff-head>i{border-radius:3px;flex:none;align-self:center;width:11px;height:11px;display:block}body.report-app .time-series-cutoff-head>span{min-width:0;font-weight:500;font-size:var(--idt-text-caption);color:var(--idt-color-text-2);flex:1;line-height:1}body.report-app .time-series-cutoff-head>b{font-weight:700;font-size:var(--idt-text-body);line-height:1}body.report-app .time-series-status{color:var(--subtle);margin:0 1rem .75rem}body.report-app .time-series-status.is-visually-hidden{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}body.report-app .time-series-map{min-height:540px}body.report-app .time-series-card-footer{padding:1rem}body.report-app .time-series-legend{flex-wrap:wrap}body.report-app .time-series-legend-swatch{border:1px solid color-mix(in srgb, var(--text) 24%, transparent);background:var(--time-series-swatch);border-radius:5px;width:18px;height:18px}body.report-app .time-series-dot-legend{align-items:center;gap:.5rem;margin-top:.75rem;font-size:.86rem;display:flex}body.report-app .time-series-dot-legend[hidden]{display:none}body.report-app .time-series-dot-legend i{border:2px solid var(--surface);width:14px;height:14px;box-shadow:0 0 0 1px var(--line);background:#b91c1c;border-radius:50%;flex:none}body.report-app .time-series-advanced{overflow:hidden}body.report-app .time-series-advanced>summary{cursor:pointer;padding:1rem;font-weight:850}body.report-app .time-series-advanced-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;padding:0 1rem 1rem;display:grid}body.report-app .time-series-advanced fieldset{border-top:1px solid var(--line);flex-direction:column;gap:.65rem;padding-top:1rem;display:flex}body.report-app .time-series-advanced label:not(.time-series-checkbox),body.report-app #timeSeriesAdvancedCutoffs label{grid-template-columns:minmax(0,1fr) minmax(110px,.65fr);align-items:center;gap:.65rem;display:grid}body.report-app #timeSeriesAdvancedCutoffs label{grid-template-columns:minmax(0,1fr) minmax(92px,.65fr);margin-bottom:.55rem}body.report-app .time-series-checkbox{align-items:center;gap:.55rem;display:flex}body.report-app .time-series-symptoms{flex-wrap:wrap;gap:.4rem;display:flex}body.report-app .time-series-symptoms button{min-height:36px;padding:.4rem .6rem;font-size:.82rem}body.report-app .time-series-popup{color:#172033;gap:.25rem;display:grid}body.report-app .time-series-popup-sample{color:#6b7280;font-size:.78rem}@media (min-width:1100px){body.report-app.time-series-page .time-series-stage{width:min(100%,1460px)}body.report-app.time-series-page .time-series-content{width:100%}body.report-app .time-series-workspace{grid-template-columns:minmax(0,3fr) minmax(380px,2fr);align-items:start;gap:clamp(1rem,2vw,1.5rem);display:grid}body.report-app .time-series-controls-column{grid-area:1/2;gap:1rem;min-width:0;display:grid}body.report-app .time-series-controls-column>.time-series-primary-controls,body.report-app .time-series-controls-column>.time-series-activity-panel,body.report-app .time-series-controls-column>.time-series-control-panel,body.report-app .time-series-controls-column>.time-series-advanced{margin:0}body.report-app .time-series-map-column{border:1px solid var(--line);background:var(--surface-2,#f8fafc);border-radius:16px;grid-area:1/1;min-width:0;padding:1rem;display:block}html[data-theme=dark] body.report-app .time-series-map-column{background:#252525}body.report-app .time-series-map-column .time-series-status{margin:0 0 .75rem}body.report-app .time-series-map-column .time-series-map{min-height:clamp(520px,58vh,680px)}body.report-app .time-series-map-column .time-series-card-footer{padding:1rem 0 0}body.report-app .time-series-controls-column .time-series-advanced-grid{grid-template-columns:minmax(0,1fr)}}@media (min-width:1100px) and (min-height:760px){body.report-app .time-series-map-column{position:sticky;top:1rem}}@media (max-width:700px){body.report-app .time-series-advanced-grid{grid-template-columns:minmax(0,1fr)}body.report-app .time-series-heading,body.report-app .time-series-section-heading{flex-direction:column;align-items:flex-start}body.report-app .time-series-heading-badges{justify-content:flex-start}body.report-app .time-series-map{min-height:430px}}@media (max-width:430px){body.report-app .time-series-primary-controls,body.report-app .time-series-activity-panel,body.report-app .time-series-control-panel,body.report-app .time-series-advanced{margin-left:.65rem;margin-right:.65rem}body.report-app .time-series-playback-row>button,body.report-app .time-series-mode-row>button{flex:1 1 0}body.report-app .time-series-cumulative-dates{grid-template-columns:minmax(0,1fr)}body.report-app .time-series-cumulative-dates>span:last-of-type{text-align:left}body.report-app .time-series-shading-toolbar .time-series-shading-actions{grid-template-columns:minmax(0,1fr);display:grid}body.report-app .time-series-shading-toolbar .time-series-shading-actions>button{width:100%}body.report-app .time-series-advanced label:not(.time-series-checkbox),body.report-app #timeSeriesAdvancedCutoffs label{grid-template-columns:minmax(0,1fr)}body.report-app .time-series-activity{height:112px}}@media (prefers-reduced-motion:reduce){body.report-app.time-series-page *{scroll-behavior:auto!important}}body.report-app.county-page .county-data-link:focus-visible,body.report-app.county-page .county-shading-control input[type=range]:focus-visible{outline:3px solid color-mix(in srgb, var(--accent) 38%, transparent);outline-offset:3px}body.report-app .county-screen{min-width:0}body.report-app.county-page .county-content{border-color:var(--line);background:var(--surface);min-width:0;color:var(--text);box-shadow:0 8px 24px #0f172a14}html[data-theme=dark] body.report-app .county-content{box-shadow:0 8px 24px #0000004d}body.report-app .county-card-navigation{justify-content:space-between;align-items:center;gap:.75rem;min-height:44px;padding:0 .875rem;display:flex}body.report-app.county-page .county-data-link{border-color:var(--line);color:var(--text)}body.report-app.county-page .county-data-link:hover,body.report-app.county-page .county-data-link:focus-visible{background:var(--surface-muted)}body.report-app .county-actions{flex:none}body.report-app .county-actions .icon-button{color:var(--subtle)}body.report-app .county-heading .eyebrow{margin:0}body.report-app .county-heading-badges{min-width:0}body.report-app .county-sample-badge{border:1px solid color-mix(in srgb, var(--accent) 24%, var(--line))}body.report-app.county-page .county-intro{max-width:88ch;color:var(--subtle);line-height:1.5;display:block}body.report-app .county-intro span+span:before{content:" "}body.report-app.county-page .county-controls{border-color:var(--line);background:var(--surface-muted);min-width:0}body.report-app .county-controls .hex-poc-quantity-controls{background:0 0;border:0;border-radius:0;grid-column:auto;padding:.8rem .9rem}body.report-app .county-controls .hex-poc-quantity-heading>p,body.report-app .county-controls .hex-poc-quantity-controls output{color:var(--text)}body.report-app .county-controls .hex-poc-quantity-heading>span,body.report-app .county-controls .hex-poc-quantity-cutoff-labels{color:var(--subtle)}body.report-app .county-status{color:var(--subtle);margin:0;font-size:.88rem;font-weight:700}body.report-app.county-page .visually-hidden,body.report-app .county-status.is-visually-hidden{clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}body.report-app.county-page .county-map{border-color:var(--line);background:var(--surface-muted);width:100%}body.report-app .county-map .mapboxgl-popup-content{color:#172033;border-radius:.75rem;min-width:190px;box-shadow:0 10px 30px #0f172a33}body.report-app .county-map-popup{gap:.28rem;line-height:1.35;display:grid}body.report-app .county-map-popup strong{padding-right:1rem;font-size:.95rem}body.report-app .county-map-popup span{color:#475569;font-size:.8rem}body.report-app .county-map-popup .county-map-popup-sample{color:#fff;letter-spacing:.01em;background:#172033;border-radius:999px;width:fit-content;padding:.2rem .55rem;font-size:.76rem;font-weight:850;display:inline-flex}body.report-app .county-card-footer{gap:.2rem;display:grid}body.report-app.county-page .county-legend{color:var(--subtle);font-weight:700}body.report-app.county-page .county-card-footer .map-note{color:var(--subtle)}body.report-app .county-legend-no-data{background:#cbd5e1}html[data-theme=dark] body.report-app .county-legend-no-data{background:#475569}body.report-app .county-legend-low{background:#fff3b0}body.report-app .county-legend-middle{background:#f59e0b}body.report-app .county-legend-high{background:#dc2626}@media (max-width:620px){body.report-app .county-card-navigation{padding-inline:.25rem}body.report-app .county-controls .hex-poc-quantity-cutoff-labels{display:grid}body.report-app .county-heading-badges{justify-content:flex-start}}body.report-app .hex-poc-panel{background:#fff;border:1px solid #dbe3ee;border-radius:1rem;gap:.75rem;padding:1rem;display:grid;box-shadow:0 8px 24px #0f172a14}body.report-app .hex-poc-panel h1{margin:0;font-size:clamp(1.35rem,4vw,1.8rem)}body.report-app .hex-poc-heading-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.5rem;display:flex}body.report-app .hex-poc-home-link{color:#1e293b;border:1px solid #cbd5e1;border-radius:999px;align-items:center;min-height:30px;padding:0 .7rem;font-size:.8rem;font-weight:750;text-decoration:none;display:inline-flex}body.report-app .hex-poc-home-link:hover,body.report-app .hex-poc-home-link:focus-visible{background:#f1f5f9}body.report-app .hex-poc-intro,body.report-app .hex-poc-panel .map-note{color:#475569;margin:0}body.report-app .hex-poc-controls-panel{background:#f8fafc;border:1px solid #dbe3ee;border-radius:.8rem;display:grid;overflow:hidden}body.report-app .hex-poc-controls-panel>[data-hex-time-controls]{display:contents}body.report-app .hex-poc-controls-section{min-width:0;padding:.8rem .9rem}body.report-app .hex-poc-human-controls,body.report-app .hex-poc-map-view-controls,body.report-app .hex-poc-layer-controls{border-top:1px solid #e2e8f0}body.report-app .hex-poc-control-heading,body.report-app .screen .hex-poc-control-heading{color:#1e293b;letter-spacing:0;max-width:none;margin:0;font-size:.88rem;font-weight:850;line-height:1.25}body.report-app .hex-poc-control-heading-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.35rem 1rem;display:flex}body.report-app .hex-poc-time-controls{gap:.65rem;display:grid}body.report-app .hex-poc-time-actions{justify-content:space-between;align-items:center;gap:.65rem;display:flex}body.report-app .hex-poc-playback-button{color:#334155;cursor:pointer;background:0 0;border:1px solid #94a3b8;border-radius:.6rem;min-height:38px;padding:.42rem .85rem;font-size:.8rem;font-weight:800;line-height:1.2}body.report-app .hex-poc-time-behavior{color:#475569;margin:0;font-size:.8rem;line-height:1.35}body.report-app .hex-poc-playback-button[aria-pressed=true]{color:#0f172a;background:#e2e8f0;border-color:#64748b}body.report-app .hex-poc-playback-button:focus-visible,body.report-app .hex-poc-display-controls button:focus-visible,body.report-app .hex-poc-overlay-controls button:focus-visible{z-index:4;outline-offset:2px;outline:3px solid #3b82f65c;position:relative}body.report-app .hex-poc-date-slider{gap:.25rem;min-width:0;display:grid}body.report-app .hex-poc-time-summary{color:#64748b;text-align:right;margin:0;font-size:.78rem;font-weight:700;line-height:1.25}body.report-app .hex-poc-time-slider-heading,body.report-app .hex-poc-time-range{color:#64748b;grid-template-columns:repeat(2,minmax(0,1fr));align-items:end;gap:.75rem;font-size:.75rem;line-height:1.25;display:grid}body.report-app .hex-poc-time-slider-heading>span,body.report-app .hex-poc-time-range>span{min-width:0}body.report-app .hex-poc-time-slider-heading>span:last-child,body.report-app .hex-poc-time-range>span:last-child{text-align:right}body.report-app .hex-poc-time-slider-heading strong{color:#1e293b;font-size:.86rem}body.report-app .hex-poc-human-controls{grid-template-columns:minmax(7rem,.24fr) minmax(0,1fr);align-items:center;gap:.55rem 1rem;display:grid}body.report-app .hex-poc-symptom-filter{color:#475569;border:0;gap:.55rem;min-width:0;margin:0;padding:0;font-size:.82rem;display:grid}body.report-app .hex-poc-symptom-filter legend{color:#334155;padding:0;font-weight:750}body.report-app .hex-poc-symptom-instruction{color:#64748b;margin:0;line-height:1.4}body.report-app .hex-poc-symptom-options{flex-wrap:wrap;gap:.45rem;min-width:0;display:flex}body.report-app .hex-poc-symptom-options button,body.report-app .hex-poc-clear-symptoms{color:#1e293b;max-width:100%;min-height:36px;font:inherit;white-space:normal;overflow-wrap:anywhere;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:999px;padding:.42rem .72rem;font-weight:750;line-height:1.25}body.report-app .hex-poc-symptom-options button[aria-pressed=true]{color:#fff;background:#1e293b;border-color:#1e293b}body.report-app .hex-poc-symptom-options button:focus-visible,body.report-app .hex-poc-clear-symptoms:focus-visible{outline-offset:2px;outline:3px solid #3b82f652}body.report-app .hex-poc-symptom-status{flex-wrap:wrap;align-items:center;gap:.55rem .75rem;display:flex}body.report-app .hex-poc-clear-symptoms{background:0 0;border-radius:.55rem}body.report-app .hex-poc-clear-symptoms:disabled{opacity:.5;cursor:default}body.report-app .hex-poc-symptom-filter [data-hex-symptom-context]{color:#64748b;font-size:.78rem;font-weight:700}body.report-app .hex-poc-human-controls .hex-poc-time-empty{grid-column:2}body.report-app .hex-poc-map-view-controls,body.report-app .hex-poc-layer-controls{grid-template-columns:minmax(7rem,.24fr) minmax(0,1fr);align-items:start;gap:.55rem 1rem;display:grid}body.report-app .hex-poc-map-view-controls .map-geolocation-actions{min-width:0}body.report-app .hex-poc-map-view-controls .map-geolocation-button{flex:10rem;justify-content:center}body.report-app .hex-poc-map-view-controls .map-geolocation-status{color:#64748b}body.report-app .hex-poc-layer-groups{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem 1rem;display:grid}body.report-app .hex-poc-layer-group{border:0;min-width:0;margin:0;padding:0}body.report-app .hex-poc-layer-group legend{color:#64748b;letter-spacing:.04em;text-transform:uppercase;margin:0 0 .4rem;padding:0;font-size:.72rem;font-weight:800;line-height:1.2}body.report-app .hex-poc-display-controls,body.report-app .hex-poc-overlay-controls{flex-wrap:wrap;align-items:center;gap:.4rem;display:flex}body.report-app .hex-poc-quantity-controls{background:#fff;border:1px solid #dbe3ee;border-radius:.75rem;grid-column:2;gap:.65rem;min-width:0;padding:.75rem;display:grid}body.report-app .hex-poc-quantity-heading,body.report-app .hex-poc-quantity-cutoff-labels{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:.35rem 1rem;display:flex}body.report-app .hex-poc-quantity-heading>p{color:#334155;margin:0;font-size:.82rem;font-weight:800}body.report-app .hex-poc-quantity-heading>span,body.report-app .hex-poc-quantity-cutoff-labels{color:#475569;font-size:.8rem}body.report-app .hex-poc-quantity-cutoff-labels>span{font-weight:700}body.report-app .hex-poc-quantity-controls output{color:#1e293b;font-variant-numeric:tabular-nums}body.report-app .hex-poc-quantity-range-control{--lower-stop:8%;--upper-stop:20%;min-width:0;height:38px;position:relative}body.report-app .hex-poc-quantity-range-control:before{content:"";background-color:#c24e14;background-image:linear-gradient(#c24e14, #c24e14), linear-gradient(90deg, #f2d98b 0 var(--lower-stop), #e8a33d var(--lower-stop) var(--upper-stop), #c24e14 var(--upper-stop) 100%);background-position:100%,50%;background-repeat:no-repeat;background-size:8px 100%,100% 100%;background-clip:padding-box;border:1px solid #0f172a2e;border-radius:999px;height:8px;position:absolute;inset:50% 0 auto;transform:translateY(-50%)}body.report-app .hex-poc-quantity-range-control input[type=range]{appearance:none;pointer-events:none;background:0 0;width:100%;min-width:0;height:38px;margin:0;position:absolute;inset:0}body.report-app .hex-poc-quantity-range-control input[type=range]::-webkit-slider-runnable-track{height:8px;box-shadow:none;background:0 0;border:0}body.report-app .hex-poc-quantity-range-control input[type=range]::-webkit-slider-thumb{appearance:none;pointer-events:auto;border:3px solid #fff;border-radius:50%;width:20px;height:20px;margin-top:-7px;box-shadow:0 0 0 1px #0f172a8c,0 1px 4px #0f172a47}body.report-app .hex-poc-quantity-lower-handle{z-index:2}body.report-app .hex-poc-quantity-upper-handle{z-index:3}body.report-app .hex-poc-quantity-lower-handle::-webkit-slider-thumb{background:#f59e0b}body.report-app .hex-poc-quantity-upper-handle::-webkit-slider-thumb{background:#dc2626}body.report-app .hex-poc-quantity-range-control input[type=range]::-moz-range-track{height:8px;box-shadow:none;background:0 0;border:0}body.report-app .hex-poc-quantity-range-control input[type=range]::-moz-range-progress{height:8px;box-shadow:none;background:0 0;border:0}body.report-app .hex-poc-quantity-range-control input[type=range]::-moz-range-thumb{pointer-events:auto;border:3px solid #fff;border-radius:50%;width:16px;height:16px;box-shadow:0 0 0 1px #0f172a8c,0 1px 4px #0f172a47}body.report-app .hex-poc-quantity-lower-handle::-moz-range-thumb{background:#f59e0b}body.report-app .hex-poc-quantity-upper-handle::-moz-range-thumb{background:#dc2626}body.report-app .hex-poc-date-slider input[type=range]{accent-color:#1e293b;width:100%;min-width:0}body.report-app .hex-poc-date-range-control input[type=range]::-webkit-slider-thumb{appearance:none;background:#1e293b;border:2px solid #fff;border-radius:999px;width:18px;height:18px;margin-top:-6.5px;box-shadow:0 1px 4px #0f172a47}body.report-app .hex-poc-date-range-control{--range-start:0%;--range-end:100%;min-width:0;height:34px;position:relative}body.report-app .hex-poc-date-range-control:before,body.report-app .hex-poc-date-range-control:after{content:"";border-radius:999px;height:5px;position:absolute;top:50%;left:0;right:0;transform:translateY(-50%)}body.report-app .hex-poc-date-range-control:before{background:#cbd5e1}body.report-app .hex-poc-date-range-control:after{left:var(--range-start);right:calc(100% - var(--range-end));background:#1e293b}body.report-app .hex-poc-date-range-control input[type=range]{z-index:2;appearance:none;pointer-events:none;background:0 0;width:100%;height:34px;margin:0;position:absolute;inset:0}body.report-app .hex-poc-date-range-control input.range-end{z-index:3}body.report-app .hex-poc-date-range-control input[type=range]::-webkit-slider-runnable-track{background:0 0;height:5px}body.report-app .hex-poc-date-range-control input[type=range]::-webkit-slider-thumb{pointer-events:auto}body.report-app .hex-poc-time-empty{color:#b91c1c;margin:0;font-size:.78rem;font-weight:750}body.report-app .hex-poc-display-controls button,body.report-app .hex-poc-overlay-controls button{color:#334155;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:999px;align-items:center;gap:.4rem;min-height:34px;padding:.35rem .72rem;font-size:.78rem;font-weight:750;display:inline-flex}body.report-app .hex-poc-display-controls button[aria-pressed=true],body.report-app .hex-poc-overlay-controls button[aria-pressed=true]{color:#fff;background:#1e293b;border-color:#1e293b}@media (max-width:720px){body.report-app .hex-poc-control-heading-row{justify-content:stretch;display:grid}body.report-app .hex-poc-time-summary{text-align:left}body.report-app .hex-poc-time-actions{grid-template-columns:minmax(0,1fr) auto;display:grid}body.report-app .hex-poc-human-controls,body.report-app .hex-poc-map-view-controls,body.report-app .hex-poc-layer-controls{grid-template-columns:minmax(0,1fr)}body.report-app .hex-poc-quantity-controls,body.report-app .hex-poc-human-controls .hex-poc-time-empty{grid-column:1}}@media (max-width:480px){body.report-app .hex-poc-panel,body.report-app .hex-poc-controls-section{padding:.75rem}body.report-app .hex-poc-time-actions{grid-template-columns:minmax(0,1fr)}body.report-app .hex-poc-playback-button{width:100%}body.report-app .hex-poc-symptom-options button{flex:8rem;padding-inline:.4rem}body.report-app .hex-poc-symptom-status{align-items:stretch}body.report-app .hex-poc-clear-symptoms{width:100%}body.report-app .hex-poc-layer-groups{grid-template-columns:minmax(0,1fr)}body.report-app .hex-poc-display-controls button,body.report-app .hex-poc-overlay-controls button{min-height:42px}}body.report-app .hex-poc-overlay-swatch{background:var(--hex-poc-overlay-color);border:1px solid #fff;border-radius:50%;flex:none;width:.8rem;height:.8rem;box-shadow:0 0 0 1px #0f172a47}body.report-app .hex-poc-map{border:1px solid #cbd5e1;border-radius:.75rem;min-height:min(64vh,560px);overflow:hidden}body.report-app .hex-poc-legend{color:#334155;flex-wrap:wrap;gap:.7rem 1rem;font-size:.9rem;display:flex}body.report-app .hex-poc-legend span{align-items:center;gap:.35rem;display:inline-flex}body.report-app .hex-poc-legend-quantity{border:1px solid #0f172a33;border-radius:.2rem;flex:none;width:.9rem;height:.9rem}body.report-app .hex-poc-legend-quantity-low{background:#fff3b0}body.report-app .hex-poc-legend-quantity-middle{background:#f59e0b}body.report-app .hex-poc-legend-quantity-high{background:#dc2626}body.report-app .hex-poc-legend-report-dot{background:var(--idt-map-marker-people-body);width:.9rem;height:.9rem;box-shadow:0 0 0 1px var(--idt-map-marker-people);border:1px solid #fff;border-radius:50%}body.report-app .hex-poc-popup{color:#1e293b;gap:.25rem;display:grid}body.report-app .map-debug{border-top:1px solid var(--line);color:var(--subtle);text-align:left;padding:10px 14px 14px}body.report-app .map-zoom-debug{border-bottom:1px solid var(--line);justify-content:space-between;gap:12px;font-size:.78rem;line-height:1.35;display:flex}body.report-app .map-zoom-debug strong{color:var(--text);letter-spacing:.08em;text-transform:uppercase;font-weight:850}body.report-app .map-debug summary{color:var(--text);cursor:pointer;letter-spacing:.08em;text-transform:uppercase;font-size:.78rem;font-weight:850}body.report-app .map-debug dl{gap:8px;margin:10px 0 0;display:grid}body.report-app .map-debug div{gap:2px;display:grid}body.report-app .map-debug dt,body.report-app .map-debug dd{margin:0;font-size:.78rem;line-height:1.35}body.report-app .map-debug dt{color:var(--text);font-weight:750}body.report-app pre{max-height:320px;color:var(--subtle);margin:0;padding:16px;font-size:.78rem;line-height:1.45;overflow:auto}body.report-app .submit-status{color:var(--subtle);margin:0;font-size:.9rem;line-height:1.45}body.report-app .debug-trigger{right:max(18px, env(safe-area-inset-right));bottom:max(18px, env(safe-area-inset-bottom));z-index:20;background:var(--accent);min-height:44px;box-shadow:var(--shadow);color:var(--surface);border:0;border-radius:999px;padding:0 18px;font-weight:800;position:fixed}body.report-app .debug-backdrop{z-index:30;background:#0000006b;position:fixed;inset:0}body.report-app .debug-panel{z-index:31;border-left:1px solid var(--line);background:var(--bg);width:min(480px,100vw);padding:max(22px, env(safe-area-inset-top)) 20px max(30px, env(safe-area-inset-bottom));position:fixed;inset:0 0 0 auto;overflow:auto;box-shadow:-20px 0 60px #1113}body.report-app.debug-panel-open{overflow:hidden}body.report-app .debug-heading{justify-content:space-between;align-items:center;gap:16px;display:flex}body.report-app .debug-heading h2{margin:4px 0 0;font-size:1.65rem}body.report-app .debug-intro{color:var(--subtle);margin:10px 0 20px;line-height:1.5}body.report-app .debug-content{gap:18px;display:grid}body.report-app .debug-content .field-label{margin:8px 0 -8px}body.report-app .debug-content .report-map{min-height:300px}@media (min-width:760px){body.report-app .app-shell{min-height:0;padding:clamp(32px,6vw,72px) clamp(24px,5vw,72px);display:block}body.report-app .report-stage{width:min(100%,960px);min-height:0;box-shadow:none;background:0 0;border:0;border-radius:0;margin:0 auto;display:block;overflow:visible}body.report-app .front-door-map-panel{width:100%}body.report-app .front-door-map-layout{flex:1;grid-template-columns:minmax(0,2fr) minmax(0,1fr);align-items:stretch;min-height:0}body.report-app .front-door-map.compact{aspect-ratio:auto;height:100%;min-height:300px}body.report-app .report-time-controls{grid-template-columns:auto minmax(0,1fr);align-items:start;column-gap:14px}body.report-app .front-door-map-rail .report-time-controls{grid-template-columns:1fr;column-gap:0}body.report-app .front-door-map-rail .report-date-slider-summary{text-align:left;justify-self:start}body.report-app .topbar{border:0;grid-template-columns:1fr auto;padding:0 0 clamp(28px,4vw,42px)}body.report-app .topbar .ghost-button{grid-area:1/1;width:fit-content}body.report-app .topbar .progress-dots{display:none}body.report-app .topbar .account-actions{grid-area:1/2}body.report-app #settingsButton{width:44px}body.report-app .screen{padding:0;overflow:visible}body.report-app .calendar-modal{place-items:center;padding:28px}body.report-app .calendar-sheet{border-radius:24px;width:min(460px,100%);padding:18px}body.report-app .screen h2{max-width:20ch;font-size:clamp(2.35rem,5vw,3.15rem)}body.report-app .lede{max-width:58ch;font-size:1.05rem}body.report-app .category-list{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px}body.report-app .category-row{border-color:var(--line);background:var(--surface);min-height:124px;padding:18px}body.report-app .two-choice{gap:14px}body.report-app .symptom-grid,body.report-app .badge-grid{grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}body.report-app .symptom-chip{gap:7px;min-height:124px;padding:12px 10px}body.report-app .symptom-chip span{font-size:.78rem}body.report-app .option-card{border-color:var(--line);background:var(--surface);min-height:150px;padding:22px 20px}body.report-app .done-view h2{justify-self:center;width:100%;max-width:none}body.report-app .report-status{width:100%;max-width:none;margin:28px 0 0}body.report-app .action-bar{background:0 0;border:0;justify-content:flex-start;padding:30px 0 0;display:flex}body.report-app .action-bar .primary-button{width:100%}body.report-app .settings-sheet{border-radius:28px;justify-self:center;width:min(460px,100vw - 32px);margin-bottom:30px}}@media (max-width:360px){body.report-app .screen,body.report-app .action-bar{padding-inline:16px}body.report-app .two-choice{grid-template-columns:1fr}body.report-app .report-date-slider-heading,body.report-app .report-date-slider-range{grid-template-columns:minmax(0,1fr);display:grid}body.report-app .report-date-slider-heading strong{justify-self:start}}
