@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;550;600;650;700&family=Manrope:wght@400;500;600;650;700;750;800&display=swap";:root{font-family:DM Sans,sans-serif;color:#223c33;background:#f7f8f3;font-synthesis:none;font-size:14px;--green:#244f3d;--muted:#778178;--line:#e0e5da}*{box-sizing:border-box}body{margin:0}button,input,select{font:inherit}button,a,input,select{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button{color:inherit}button:disabled{opacity:.5;cursor:wait}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid #b18638;outline-offset:4px}a{color:inherit}svg{width:21px;height:21px;flex-shrink:0}header{height:80px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 3.4%;gap:25px;background:#fcfcf8}.brand{text-decoration:none;display:flex;align-items:center;gap:9px;font-family:Manrope,sans-serif;font-size:26px;font-weight:800;letter-spacing:-1.3px}.brand svg{background:var(--green);color:#eff3dd;border-radius:9px;width:34px;height:36px;padding:6px}.brand span{font-size:10px;letter-spacing:1px;border:1px solid #dce1d7;padding:4px 6px;border-radius:4px;margin-left:4px}nav{display:flex;align-items:center;gap:34px;height:100%;margin-right:auto;margin-left:50px}nav a,nav button{font-size:12px;font-weight:600;background:none;border:0;text-decoration:none;height:100%;display:flex;align-items:center;padding:0}nav .active{border-bottom:2px solid var(--green)}nav button{color:#737e72}.demo-pill{background:#eff1e6;border:1px solid #e1e6d5;border-radius:25px;padding:8px 12px;font-size:11px;white-space:nowrap}.demo-pill i,.status-dot{display:inline-block;width:6px;height:6px;background:#719369;border-radius:50%;margin-right:7px}main{max-width:1700px;margin:auto;padding:35px 3.4% 0}.intro{display:flex;align-items:center;justify-content:space-between;margin-bottom:30px;gap:20px}.eyebrow,.section-label{font-size:9px;font-weight:700;letter-spacing:1.5px;color:#738072}.eyebrow{color:#56735b;margin-bottom:10px}h1{font-family:Manrope,sans-serif;font-weight:600;font-size:32px;letter-spacing:-1.3px;margin:0 0 9px}p{line-height:1.65}.intro p{color:#798175;font-size:12px;margin:0}.run{display:flex;align-items:flex-start;font-size:10px;color:#81887b;line-height:1.8}.run .status-dot{margin-top:7px}.run strong{display:block;color:#52604e;font-size:11px;font-weight:500}.run strong span{color:#89907f}.workspace{display:grid;grid-template-columns:238px minmax(300px,1fr) 285px;border:1px solid var(--line);border-radius:12px;overflow:hidden;background:#fdfdf9;min-height:610px}.controls{padding:25px 22px;border-right:1px solid var(--line)}h2{font-family:Manrope,sans-serif;font-size:17px;line-height:1.5;font-weight:600;letter-spacing:-.5px;margin:12px 0 20px}.layer-buttons{display:grid;gap:8px}.layer{display:flex;text-align:left;align-items:center;gap:10px;width:100%;padding:13px 10px;border:1px solid var(--line);border-radius:7px;background:transparent;font-size:11px;font-weight:600}.layer svg{width:18px}.layer small{display:block;font-size:9px;font-weight:400;color:#7d8778;margin-top:4px}.layer.selected{border-color:#63836a;background:#eef3e9;box-shadow:inset 0 0 0 .4px #63836a}.radio{margin-left:auto;min-width:12px;height:12px;border:1px solid #c6cec0;border-radius:50%}.selected .radio{border:4px solid #456d4e;background:#fff}.divider{height:1px;background:var(--line);margin:22px 0}.segmented{display:flex;background:#edf0e7;border-radius:6px;padding:3px;margin-top:13px}.segmented button{border:0;background:transparent;border-radius:4px;flex:1;padding:8px;font-size:11px}.segmented .selected{background:#fdfdf8;box-shadow:0 1px 4px #263c3220;font-weight:600}.helper{color:#7c8376;font-size:10px;line-height:1.7;margin:10px 0}.switch-row{display:flex;align-items:center;justify-content:space-between;font-size:11px;font-weight:500}.switch-row input{appearance:none;width:29px;height:17px;border-radius:20px;background:#d8dfd1;padding:3px;cursor:pointer}.switch-row input:before{content:"";display:block;width:11px;height:11px;background:#fff;border-radius:50%;transition:transform .15s}.switch-row input:checked{background:#42664c}.switch-row input:checked:before{transform:translate(12px)}.threshold-label{display:flex;justify-content:space-between;font-size:9px;margin:15px 0 6px;color:#7c8376}.threshold-label span{color:#42664c}input[type=range]{width:100%;accent-color:#3f694b;height:4px;cursor:pointer}.field-note{display:flex;gap:11px;margin-top:28px;padding:14px 10px;background:#f1f3e9;border-radius:6px;color:#678063}.field-note svg{width:18px}.field-note strong{font-size:10px;font-weight:600}.field-note p{font-size:9px;margin:5px 0 0;color:#829078}.map-panel{display:flex;flex-direction:column;min-width:0;background:#eef1eb}.map-heading{height:79px;display:flex;align-items:center;justify-content:space-between;padding:20px 24px;gap:8px;background:#f7f9f2dd;border-bottom:1px solid #e3e8dc}.map-heading h2{margin:5px 0 0;font-size:18px}.map-heading .section-label{font-size:8px}.map-date{font-size:10px;border:1px solid #d9e1d2;border-radius:5px;background:#fcfcf8;padding:7px 9px;white-space:nowrap}.map-stage{position:relative;flex:1;min-height:485px;overflow:hidden}canvas{position:absolute;width:100%;height:100%;inset:0;cursor:crosshair}.map-tag{position:absolute;top:17px;left:19px;display:flex;align-items:center;gap:6px;padding:7px 9px;font-size:9px;background:#fafbf5e8;border:1px solid #e0e5d6;border-radius:4px}.map-tag svg{width:13px;height:13px}.map-tag span{border-left:1px solid #d6decc;padding-left:7px;color:#88907d}.map-tools{position:absolute;right:17px;top:17px;display:grid;background:#fcfdf8;border:1px solid #d6ddcf;border-radius:5px;box-shadow:0 2px 6px #173b3110}.map-tools button{border:0;background:none;width:30px;height:30px;font-size:20px}.map-tools button+button{border-top:1px solid #e1e7d9}.north{position:absolute;right:28px;top:130px;font-size:10px;text-align:center;line-height:1.8;color:#7c8d7c}.sea-label{position:absolute;right:13%;top:45%;font-size:9px;font-style:italic;letter-spacing:3px;color:#9da99e;pointer-events:none}.map-legend{position:absolute;bottom:18px;left:20px;width:230px;padding:12px 14px;background:#fcfdf7ef;border:1px solid #dfe5d8;border-radius:5px}.map-legend>div:first-child{display:flex;justify-content:space-between;font-size:8px;margin-bottom:10px}.map-legend strong{font-weight:500}.map-legend span{color:#7a8778}#legend-gradient{height:7px;border-radius:2px}#legend-labels{display:flex;justify-content:space-between;font-size:8px;margin-top:6px}.map-foot{display:flex;justify-content:space-between;gap:5px;padding:10px 17px;font-size:8px;color:#7d8979;border-top:1px solid #dfe6d9;background:#f6f8f0}.map-foot .status-dot{width:4px;height:4px}.insights{padding:25px 21px;border-left:1px solid var(--line)}.insight-heading{display:flex;justify-content:space-between;align-items:center}.tiny-pill{font-size:7px;border:1px solid #dce2d3;border-radius:4px;padding:3px 5px;color:#7c8970}.insights h2{font-size:16px;margin:13px 0 5px}.stat-block{margin:24px 0}.stat-block>span{font-size:10px;color:#72806d}.stat-block>div{display:flex;align-items:baseline;gap:9px;margin-top:7px}.stat-block strong{font-family:Manrope,sans-serif;font-size:40px;letter-spacing:-1.7px;font-weight:500}.stat-block div span{color:#818b78;font-size:12px}.stat-block p{font-size:9px;color:#9b713f;margin:3px 0}.alert-box{padding:14px;background:#fbf3e6;border:1px solid #ecdcc0;border-radius:7px;color:#85633a}.alert-heading{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.alert-heading svg{width:15px;height:15px}.alert-heading strong{font-size:10px}.alert-heading>span{font-size:8px;margin-left:auto}.alert-box p{font-size:10px;margin:11px 0}.alert-box small{display:block;font-size:8px;line-height:1.6;color:#9a8463;border-top:1px solid #ebdcc2;padding-top:10px;margin-top:10px}#region-alerts div{display:flex;justify-content:space-between;font-size:9px;padding:6px 0}#region-alerts strong{font-weight:500}.location{margin-top:24px}.location label{display:block;font-size:10px;margin:11px 0 7px}select{max-width:100%;width:100%;border:1px solid var(--line);border-radius:4px;background:#fdfdf8;padding:8px;color:#64745e;font-size:10px}.local-value{font-size:9px;margin-top:10px}.local-value strong{font-size:20px;font-weight:500}.local-value span{display:block;margin-top:3px;color:#977947}.sparkline{width:100%;height:53px}.location small{color:#85907d;font-size:8px}.archive-button{border:0;border-top:1px solid var(--line);padding:15px 0 0;margin-top:20px;display:flex;align-items:center;justify-content:space-between;background:transparent;width:100%;font-size:10px}.archive-button svg{width:16px}.timeline{display:flex;align-items:center;gap:22px;background:#fcfcf8;border:1px solid var(--line);border-radius:9px;margin-top:15px;padding:20px 22px}.timeline-title{min-width:170px}.timeline-title .section-label{font-size:8px}.timeline-title strong{display:block;font-size:12px;font-weight:500;margin-top:7px}.play{background:#264f3b;border:0;color:#fff;border-radius:50%;height:36px;min-width:36px;font-size:12px}.timeline-track{flex:1;min-width:0}#day-buttons{display:flex;justify-content:space-between;gap:1px}#day-buttons button{border:0;background:transparent;font-size:11px;min-width:28px;padding:6px 3px;border-radius:4px}#day-buttons button span{display:block;font-size:8px;color:#8b9482;margin-bottom:3px}#day-buttons button.selected{background:#e5eddc;color:#31563a}#day-slider{margin:9px 0}.timeline-endpoints{display:flex;justify-content:space-between;letter-spacing:1px;color:#9aa18f;font-size:7px}.export{display:flex;align-items:center;justify-content:center;gap:9px;border:1px solid #ccd6c2;background:#f5f7ed;border-radius:5px;white-space:nowrap;padding:11px 15px;font-size:10px}.export svg{width:15px;height:15px}footer{display:flex;justify-content:space-between;padding:20px 0;font-size:9px;color:#8b9381;gap:20px}footer button{border:0;padding:0;background:none;font-size:9px;color:#66785c}#notice{font-size:11px;margin:0 0 15px;color:#85633a}.skip{position:absolute;top:-100px;background:#fff;padding:12px;z-index:10}.skip:focus{top:0}dialog{border:1px solid var(--line);border-radius:12px;max-width:760px;width:calc(100% - 32px);padding:35px;background:#fcfcf8;color:#284333}dialog::backdrop{background:#19392c77;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}dialog h2{font-size:25px}dialog h3{font-size:14px;margin-top:22px}dialog p{font-size:12px;color:#68745e}dialog code{font-size:10px;overflow-wrap:anywhere}#close-dialog{position:absolute;right:14px;top:10px;border:0;background:transparent;font-size:26px}.archive-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.archive-grid figure{margin:0}.archive-grid img{width:100%;margin:12px 0}.archive-grid figcaption,.archive-grid a{font-size:12px}@media(min-width:1500px){.workspace{grid-template-columns:260px minmax(400px,1fr) 315px}.map-stage{min-height:600px}.controls,.insights{padding:30px}.controls h2{font-size:20px}.layer{padding:17px 12px}.field-note{margin-top:40px}}@media(max-width:1100px){main{padding:25px 20px 0}.workspace{grid-template-columns:210px minmax(270px,1fr) 250px}.controls,.insights{padding:20px 15px}h1{font-size:27px}.run{display:none}.map-heading{padding:16px}.map-date{font-size:8px}.timeline{gap:13px}.timeline-title{min-width:125px}.timeline-title strong{font-size:10px}.sea-label{display:none}nav{margin-left:20px}}@media(max-width:900px){.workspace{grid-template-columns:210px 1fr}.insights{grid-column:1/-1;border-left:0;border-top:1px solid var(--line);display:grid;grid-template-columns:1fr 1fr;gap:10px 25px}.insight-heading,.insights h2,.insights>.helper,.stat-block{grid-column:1}.insights h2{margin:0}.stat-block{margin:5px 0}.alert-box{grid-column:2;grid-row:1/6}.location{margin:5px 0;grid-column:1}.archive-button{grid-column:2;align-self:end}.timeline{flex-wrap:wrap}.timeline-track{order:3;flex-basis:100%}.timeline-title{margin-right:auto}.map-stage{min-height:530px}.layer{font-size:10px}nav{gap:20px}.demo-pill{font-size:9px}}@media(max-width:600px){header{height:65px;padding:0 17px}.brand{font-size:23px}nav{display:none}.demo-pill{padding:6px 9px}.intro{margin-bottom:23px}main{padding:25px 14px 0}h1{font-size:28px;line-height:1.25;max-width:300px}.intro p{font-size:11px;max-width:280px}.eyebrow{font-size:8px}.workspace{display:flex;flex-direction:column}.controls{padding:18px;border-right:0}.controls>h2,.controls>.section-label,.controls .field-note,.controls>.helper,.controls .divider,.threshold-label,#threshold{display:none}.layer-buttons{grid-template-columns:repeat(3,1fr);gap:6px}.layer{flex-direction:column;align-items:flex-start;gap:7px;padding:10px 8px;font-size:10px;position:relative;min-height:90px}.layer svg{width:17px;height:17px}.layer small{font-size:8px}.layer .radio{position:absolute;top:10px;right:8px;min-width:10px;height:10px}.selected .radio{border-width:3px}.segmented{width:50%;display:inline-flex;margin-top:15px}.switch-row{float:right;margin-top:23px;font-size:9px;gap:8px}.map-heading{height:70px;border-top:1px solid var(--line)}.map-stage{height:510px;flex:none;min-height:0}.map-legend{width:210px;left:12px;bottom:12px}.map-tag{left:12px}.map-foot{font-size:7px;padding:10px}.insights{display:block;padding:22px}.insights h2{margin-top:10px}.stat-block{margin:20px 0}.alert-box{margin-bottom:22px}.location,.archive-button{margin-top:20px}.timeline{padding:14px;gap:10px}.export{padding:10px}.timeline-title .section-label{font-size:7px}#day-buttons button{min-width:0;flex:1;font-size:10px;padding:5px 1px}#day-buttons button span{font-size:6px}.timeline-title{min-width:110px}.play{height:32px;min-width:32px}footer{flex-direction:column;gap:8px;font-size:8px}.archive-grid{grid-template-columns:1fr}dialog{padding:27px 22px}dialog h2{font-size:22px}button{min-height:32px}}@media(prefers-reduced-motion:reduce){*{transition:none!important;scroll-behavior:auto!important}}.data-mode{display:flex;align-items:center;gap:10px}.data-mode label{font-size:10px;color:#7a8674;white-space:nowrap}.data-mode select{font-size:11px;background:#eef2e5;width:170px}.layer:disabled{cursor:not-allowed;opacity:.45}@media(max-width:600px){.data-mode label{display:none}.data-mode select{width:140px;font-size:10px}}
