#delivery-probability-terrain{color:var(--foreground);width:100%}#delivery-probability-terrain .terrain-head{display:flex;justify-content:space-between;align-items:baseline;flex-wrap:wrap;gap:6px 16px;margin-bottom:14px}#delivery-probability-terrain h1{margin:0}#delivery-probability-terrain .evidence-head{display:flex;justify-content:space-between;flex-wrap:wrap;gap:4px 12px}#delivery-probability-terrain .replay-controls{display:flex;align-items:center;gap:12px;flex-wrap:wrap}#delivery-probability-terrain .replay-range{flex:1;min-width:220px}#delivery-probability-terrain .replay-endpoints{display:flex;justify-content:space-between;gap:12px}#delivery-probability-terrain .terrain-view{position:relative;width:100%;overflow:hidden}.terrain-error{margin:24px 0;padding:24px;border:1px solid var(--border);border-radius:6px;background:var(--muted)}#delivery-probability-terrain canvas{display:block;width:100%;touch-action:none;cursor:grab}#delivery-probability-terrain canvas:active{cursor:grabbing}#delivery-probability-terrain .terrain-labels{position:absolute;inset:0;pointer-events:none}#delivery-probability-terrain .world-label{position:absolute;white-space:nowrap;transform:translate(-50%,-50%);color:var(--foreground);text-shadow:1px 0 var(--background),-1px 0 var(--background),0 1px var(--background),0 -1px var(--background)}#delivery-probability-terrain .map-label{opacity:.9}#delivery-probability-terrain .region-label{font-weight:600;padding:2px 6px;border-radius:4px;background:var(--background);border:1px solid var(--border)}#delivery-probability-terrain .terrain-footer{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:8px 16px}#delivery-probability-terrain .terrain-key{display:flex;flex-wrap:wrap;gap:5px 16px;margin-top:10px}#delivery-probability-terrain .legend-dot{display:inline-block;width:8px;height:8px;background:#995ac7;border:1px solid var(--foreground);border-radius:50%;vertical-align:middle;margin-right:5px}#delivery-probability-terrain .terrain-source{margin-top:12px}.time-legend{display:flex;align-items:center;gap:12px;margin-top:16px}.time-gradient{flex:1;height:10px;border-radius:3px;background:linear-gradient(90deg,#2563eb,#995ac7,#e3343f)}.event-ticks{height:8px;position:relative;margin:0 7px}.event-tick{position:absolute;width:4px;height:5px;border-radius:1px;transform:translate(-50%);opacity:.22}.event-tick.observed{opacity:1}.terrain-regions{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:20px;margin-top:20px}.region-summary{display:flex;flex-direction:column;border-top:2px solid var(--border);padding-top:10px;gap:3px}.region-window{font-size:22px;margin-top:4px}.btn:disabled{opacity:.5;cursor:default}.dataset-toolbar{display:flex;gap:8px 12px;align-items:center;flex-wrap:wrap;margin:0 0 8px}#recording-status{min-height:18px;margin:6px 0 16px;overflow-wrap:anywhere}.recording-error{color:#bb3040}.graphics-notice{position:relative;z-index:2;padding:16px;border:1px solid var(--border);background:var(--muted);border-radius:6px}.location-inspector{display:grid;grid-template-columns:minmax(200px,.8fr) minmax(0,1.8fr);gap:24px;margin-top:24px;padding-top:20px;border-top:1px solid var(--border)}.location-inspector h2{font-size:16px;font-weight:600;line-height:1.4;margin:0 0 6px;overflow-wrap:anywhere}.location-inspector p{margin:6px 0}.location-picker{display:flex;flex-direction:column;align-items:stretch;gap:6px;min-width:0}.location-filters{display:flex;gap:8px}.location-filters label{flex:1;min-width:0}.location-inspector select,.location-inspector input{display:block;width:100%;min-width:0;min-height:40px;padding:7px 8px;border:1px solid var(--border);border-radius:5px;font:inherit;color:var(--foreground);background:var(--background)}.location-inspector select:focus-visible,.location-inspector input:focus-visible{outline:2px solid var(--focus);outline-offset:2px}.location-stats{display:flex;gap:12px 24px;flex-wrap:wrap;align-items:end;margin-top:12px}.location-stats strong{display:block;font-weight:500;font-size:20px}.location-detail{min-width:0}#site-distribution{display:block;width:100%;height:auto;overflow:visible}.distribution-grid{stroke:var(--border);stroke-width:1}.distribution-tick{fill:var(--muted-foreground);font-size:10px}.distribution-fill{fill:#995ac7;fill-opacity:.13}.distribution-current{fill:none;stroke:#995ac7;stroke-width:2}.distribution-previous{fill:none;stroke:var(--muted-foreground);stroke-width:1.6;stroke-dasharray:4 3}.distribution-median{stroke:#995ac7;stroke-width:1;stroke-opacity:.5}.distribution-actual{stroke:var(--foreground);stroke-width:2}.distribution-band{stroke:#995ac7;stroke-width:4;stroke-linecap:round}.distribution-band-median{fill:#995ac7}.distribution-before-band{stroke:var(--muted-foreground);stroke-width:2;stroke-dasharray:3 3}.distribution-before-band-median{fill:var(--muted-foreground)}[hidden]{display:none!important}@media(max-width:680px){.location-inspector{grid-template-columns:1fr;gap:20px}.location-stats{gap:10px 18px}.time-legend{gap:8px}}@media(max-width:520px){#delivery-probability-terrain .replay-range{flex-basis:100%}.terrain-regions{gap:10px}.region-summary strong{font-size:12px}.region-window{font-size:20px}}:root{color-scheme:light dark;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;line-height:1.5;font-synthesis:none;--background: #ffffff;--foreground: #172726;--border: #d5dfdd;--muted: #f2f6f5;--muted-foreground: #536763;--blue: #2684ad;--viz-series-1: #158c80;--focus: #097a6d}@media(prefers-color-scheme:dark){:root{--background: #101917;--foreground: #e6f0ed;--border: #344b45;--muted: #1b2a25;--muted-foreground: #b2c6bf;--blue: #65b4d8;--viz-series-1: #32bdab;--focus: #7fe1cd}}*{box-sizing:border-box}body{margin:0;color:var(--foreground);background:var(--background)}main{max-width:1100px;margin:0 auto;padding:clamp(16px,4vw,40px)}h1{font-size:clamp(20px,3vw,28px);font-weight:500;line-height:1.25}button,input{font:inherit}a{color:inherit;text-underline-offset:3px}.text-small{font-size:12px}.text-muted{color:var(--muted-foreground)}.tabular-nums{font-variant-numeric:tabular-nums}.form-label{font-weight:500}.viz-row{display:flex;align-items:center;flex-wrap:wrap;gap:6px}.btn{min-height:38px;min-width:38px;padding:6px 12px;border:1px solid var(--border);border-radius:6px;background:var(--background);color:var(--foreground);cursor:pointer}.btn:hover{background:var(--muted)}.btn-ghost{border-color:transparent}.btn:focus-visible,.form-range:focus-visible,a:focus-visible{outline:2px solid var(--focus);outline-offset:3px}.form-range{display:block;width:100%;min-height:28px;margin:0;accent-color:var(--viz-series-1);cursor:pointer}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}@media(pointer:coarse){.btn{min-height:44px;min-width:44px}.form-range{min-height:44px}}
