@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500;600;700&family=IBM+Plex+Mono:wght@400;500;600&family=Inter:wght@400;450;500;550;600;650;700;750;800&display=swap");:root{--bg:#101518;--panel:#171d21;--panel2:#1c2327;--border:#30383b;--muted:#91a0a6;--text:#e9eeed;--amber:#edb96a;--orange:#f97c49;--red:#f47769;--green:#8cbca5;--mono:"IBM Plex Mono",monospace;--sans:"Inter",Arial,sans-serif}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font-family:var(--sans);font-size:12px;-webkit-font-smoothing:antialiased}button,input,select{font:inherit}button{color:inherit;background:none;border:0;cursor:pointer}button:disabled{cursor:not-allowed;opacity:.4}a{color:var(--amber)}a,button,input,select{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible{outline:2px solid var(--amber);outline-offset:4px}button{transition:background .18s,color .18s,border-color .18s}button:hover{color:#fff}svg{flex-shrink:0}h1,h2,h3,h4,p{margin:0}button svg{vertical-align:middle}::selection{background:#8d6835;color:white}.mono{font-family:var(--mono);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.muted{color:var(--muted)}.amber-text{color:var(--amber)!important}.red-text{color:var(--red)!important}.green-text{color:var(--green)!important}.eyebrow{font-size:9px;letter-spacing:1.7px;font-weight:600;color:var(--muted)}.status-dot{width:5px;height:5px;background:var(--green);display:inline-block;border-radius:50%;box-shadow:0 0 0 3px #8cbca510;margin-right:6px}.status-dot.amber{background:var(--amber)}.icon-button{width:30px;height:30px;display:grid;place-items:center;border-radius:5px}.icon-button:hover{background:#ffffff0c}.primary-button{background:var(--amber);color:#1d211f;font-weight:650;padding:11px 15px;border:1px solid #e5b267;border-radius:5px;display:inline-flex;align-items:center;justify-content:center;gap:10px}.primary-button:hover{background:#f8cc8a;color:#141a1a}.secondary-button{border:1px solid var(--border);padding:9px 12px;border-radius:5px;display:inline-flex;align-items:center;gap:8px;background:#ffffff03}.secondary-button:hover{background:#ffffff0b;border-color:#586261}.badge{font:500 9px var(--mono);letter-spacing:.6px;display:inline-flex;align-items:center;gap:5px;padding:4px 6px;border-radius:3px;background:#ffffff08;color:#adbdbe;white-space:nowrap}.badge.critical{color:#f69788;background:#f4776915;border:1px solid #f4776925}.badge.extreme,.badge.high{color:#e8ba77;background:#edb96a10;border:1px solid #edb96a25}.badge.watch{color:#9ebda5;background:#8cbca512}.badge.info{color:#b0c3cc;background:#a2c2d010}.app-shell{height:100dvh;min-height:640px;overflow:hidden;display:grid;grid-template-columns:76px 1fr;grid-template-rows:64px 1fr 28px}.topbar{grid-column:1/-1;justify-content:space-between;border-bottom:1px solid var(--border);padding:0 25px;background:#151b1e;z-index:10}.brand,.topbar{display:flex;align-items:center}.brand{gap:10px}.brand-mark{position:relative;color:var(--amber)}.brand-mark,.brand-mark svg{height:31px;width:27px}.brand-name{font-family:Barlow Condensed,sans-serif;letter-spacing:3px;font-size:27px;font-weight:600}.brand-divider{height:22px;width:1px;background:var(--border);margin:0 8px}.brand-subtitle{letter-spacing:.7px}.brand-subtitle,.topbar-center{color:var(--muted);font-size:10px}.topbar-center{display:flex;align-items:center;gap:8px}.topbar-center strong{color:#c3cfcd;font-weight:500}.topbar-actions{display:flex;align-items:center;gap:20px}.mode-switch{padding:3px;background:#101619;border:1px solid var(--border);border-radius:5px;display:flex}.mode-switch button{padding:5px 10px;font:500 9px var(--mono);color:var(--muted)}.mode-switch button.active{background:#343026;color:#e9bd79;border-radius:3px}.top-clock{text-align:right;font:500 11px var(--mono)}.top-clock small{display:block;font-size:8px;color:var(--muted);margin-top:3px}.operator-avatar{background:#283235;border:1px solid #3c4849;border-radius:50%;height:29px;width:29px;display:grid;place-items:center;font:10px var(--mono);color:#c4d0cc}.navrail{grid-column:1;grid-row:2;background:#151b1e;border-right:1px solid var(--border);padding:22px 7px 13px;gap:10px;z-index:9}.navrail,.navrail button{display:flex;flex-direction:column;align-items:center}.navrail button{gap:7px;color:#89969d;width:60px;height:60px;border-radius:6px;font-size:8px;letter-spacing:.2px;position:relative;justify-content:center}.navrail button.active{background:#edb96a0d;color:var(--amber)}.navrail button.active:before{content:"";position:absolute;left:-7px;height:22px;width:2px;background:var(--amber);border-radius:0 2px 2px 0}.navrail button:hover{background:#ffffff05;color:#e2e7e5}.nav-spacer{flex:1 1}.workspace{position:relative;min-width:0;display:flex;flex-direction:column;overflow:hidden}.workspace-head{display:flex;align-items:center;justify-content:space-between;padding:22px 27px 18px;background:var(--bg)}.workspace-head h1{font-size:21px;font-weight:550;letter-spacing:-.6px}.workspace-head p{font-size:10px;color:var(--muted);margin-top:6px}.workspace-head .head-actions{display:flex;gap:11px;align-items:center}.region-select{font-size:11px;padding:9px 12px;background:#1a2124;border:1px solid var(--border);border-radius:5px;display:flex;gap:12px;align-items:center}.metrics{display:grid;grid-template-columns:repeat(4,1fr);padding:0 27px 21px;gap:14px}.metric{padding:13px 17px;border:1px solid #2b3337;background:#171d20;border-radius:5px;display:flex;justify-content:space-between;min-height:80px}.metric-title{font-size:9px;letter-spacing:1px;color:#a0adb1;font-weight:500}.metric-value{font-size:27px;font-weight:500;letter-spacing:-1px;margin-top:8px;line-height:1;display:flex;gap:10px;align-items:center;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.metric-value small{font-size:12px;color:#73868a;letter-spacing:0}.metric-side{display:flex;flex-direction:column;align-items:flex-end;justify-content:space-between;color:#7d8e91}.metric-side small{font-size:9px;white-space:nowrap}.metric-spark{width:60px;height:22px}.map-stage{position:relative;flex:1 1;min-height:0;border-top:1px solid var(--border)}.map-canvas,.map-grain,.map-wrapper{position:absolute;inset:0}.map-grain{pointer-events:none;background:linear-gradient(90deg,#10181c20,transparent 30%,transparent 70%,#10181c20);box-shadow:inset 0 0 140px #08101565}.map-location{position:absolute;top:19px;left:315px;display:flex;align-items:center;gap:10px;font-size:9px;letter-spacing:1px;color:#dde5df;text-shadow:0 1px 4px #000}.map-location .mono{font-size:8px;color:#b0bbb5;letter-spacing:0}.crosshair-small{font-size:19px;color:var(--amber)}.map-controls{position:absolute;right:345px;top:18px;display:flex;flex-direction:column;background:#171f22ed;border:1px solid #3b4547;border-radius:5px;box-shadow:0 4px 14px #0002}.map-controls button{height:32px;width:33px;color:#b4c0bf}.map-controls button.selected,.map-controls button:hover{background:#ffffff0c;color:var(--amber)}.map-controls i{height:1px;background:var(--border);margin:2px 7px}.map-compass{position:absolute;bottom:157px;right:353px;display:flex;flex-direction:column;gap:5px;align-items:center;color:#c2cbc6}.map-compass>span:first-child{font:9px var(--mono)}.compass-line{height:20px;width:1px;background:#aab8b344}.map-compass svg{transform:rotate(-20deg)}.map-legend{position:absolute;bottom:124px;left:315px;gap:15px;padding:9px 11px;background:#141d20db;border:1px solid #34404366;border-radius:4px;font-size:8px;color:#d3d9d3}.map-legend,.map-legend span{display:flex;align-items:center}.map-legend span{gap:6px;white-space:nowrap}.map-legend b{font:8px var(--mono);color:var(--amber);border-left:1px solid var(--border);padding-left:12px}.legend-line{width:13px;height:0;border-top:2px solid var(--amber)}.legend-line.orange{border-color:var(--orange)}.legend-line.dashed{border-top-style:dashed}.legend-dot{height:5px;width:5px;border-radius:50%;background:#8ebdad}.maplibregl-ctrl-bottom-left{left:310px!important;bottom:0!important}.maplibregl-ctrl-attrib{font-size:8px!important;background:#1a2428bd!important;color:#91a5a5!important}.maplibregl-ctrl-attrib a{color:#adbbbc!important}.map-loading{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;gap:10px;color:var(--muted);background:#152022}.spinner{width:14px;height:14px;border:1px solid #666;border-top:1px solid var(--amber);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.map-warning{position:absolute;top:55px;left:320px;background:#362d20;color:#e9c892;font-size:10px;padding:8px;max-width:250px;z-index:4}.layer-menu{position:absolute;top:18px;right:387px;width:230px;padding:14px;z-index:6}.layer-menu p{font-size:9px;color:var(--muted);line-height:1.6;margin-top:11px}.layer-row{width:100%;display:flex;align-items:center;text-align:left;gap:10px;padding:8px 0;color:#bec8c8;font-size:11px}.checkbox{display:grid;place-items:center;width:13px;height:13px;border:1px solid #5b6869;border-radius:3px}.checkbox.checked{background:var(--amber);border-color:var(--amber);color:#1c211e}.panel{background:#171e22f2;border:1px solid #354044;border-radius:6px;box-shadow:0 5px 24px #0002;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.left-panel{position:absolute;left:20px;top:18px;bottom:123px;width:272px;overflow:auto;scrollbar-width:thin;scrollbar-color:#394547 transparent}.panel-heading{padding:17px 16px 14px;display:flex;align-items:center;justify-content:space-between;font-size:12px;font-weight:550}.panel-heading small{font:9px var(--mono);color:#91a1a3}.panel-heading button{padding:2px;display:flex;align-items:center;gap:7px}.panel-heading .count{font:9px var(--mono);background:#2b3538;color:#c2cccb;padding:3px 5px;border-radius:3px;margin-left:5px}.panel-tabs{display:flex;margin:0 16px 13px;border-bottom:1px solid var(--border);gap:22px}.panel-tabs button{padding:0 0 10px;color:#8c9ca1;font-size:10px;position:relative}.panel-tabs button.active{color:var(--amber)}.panel-tabs button.active:after{content:"";position:absolute;bottom:-1px;left:0;right:0;height:2px;background:var(--amber)}.incident-card{display:block;width:100%;padding:15px 16px;text-align:left;border-top:1px solid #2c373b;position:relative}.incident-card:hover{background:#ffffff04}.incident-card.selected{background:#edb96a06;border-left:2px solid var(--amber);padding-left:14px}.incident-card .card-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:9px}.incident-card .incident-id{font:10px var(--mono);color:#a4b2b4}.incident-card h3{font-size:14px;font-weight:550;letter-spacing:-.2px;display:flex;align-items:center;justify-content:space-between}.incident-card .location{font-size:10px;color:#829299;margin:5px 0 13px}.incident-meta{display:flex;gap:13px;color:#acb9b9;font-size:9px}.incident-meta span{display:flex;align-items:center;gap:5px}.incident-card .card-bottom{display:flex;justify-content:space-between;color:#84969b;font-size:9px;margin-top:12px}.incident-card .card-bottom .alarm{color:#edaa83}.section-label{font-size:8px;letter-spacing:1.1px;color:#86999e;padding:18px 16px 10px;font-weight:600}.risk-mini{padding:5px 16px 13px;display:flex;align-items:center;gap:9px}.risk-mini .risk-color{width:6px;height:25px;background:var(--amber);border-radius:2px}.risk-mini div:nth-child(2){flex:1 1}.risk-mini b{font-size:10px;font-weight:500}.risk-mini p{font-size:9px;color:#89999f;margin-top:4px}.risk-mini strong{font:12px var(--mono);color:var(--amber)}.panel-foot{padding:12px 16px;font-size:9px;color:#81979a;align-items:center;gap:7px}.panel-foot,.weather-strip{border-top:1px solid var(--border);display:flex}.weather-strip{justify-content:space-between;padding:14px 16px}.weather-strip div{display:flex;align-items:center;gap:6px;font:10px var(--mono);color:#c1cccc}.weather-strip svg{color:#82999e}.incident-detail{padding:0 16px 16px}.back-button{font-size:10px;color:#a1b0b4;gap:6px;margin:15px 0}.back-button,.detail-title{display:flex;align-items:center}.detail-title{gap:8px;margin:13px 0}.detail-title h2{font-size:24px;font-weight:550;letter-spacing:-.8px}.detail-location{color:var(--muted);font-size:10px;margin:6px 0 17px}.detail-grid{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--border);border-left:1px solid var(--border);margin:16px 0}.detail-grid>div{padding:13px 10px;border-bottom:1px solid var(--border);border-right:1px solid var(--border)}.detail-grid span{font-size:8px;color:#93a3a8}.detail-grid b{display:block;font-size:18px;font-weight:500;margin-top:6px}.detail-grid small{font-size:10px;color:var(--muted)}.detail-note{padding:10px;border:1px solid #e9b96b24;border-radius:4px;background:#edb96a06;margin:14px 0;color:#c3b99e;font-size:10px;line-height:1.7}.detail-action{width:100%;margin:7px 0}.small-source{font-size:8px;color:#84969b;line-height:1.6}.risk-score{display:flex;justify-content:space-between;align-items:center;padding:16px 0}.risk-score strong{font:42px var(--mono);letter-spacing:-2px;color:var(--amber)}.risk-score strong small{font-size:15px;color:#8e9ca0}.contributor{margin:15px 0}.contributor>div:first-child{display:flex;justify-content:space-between;font-size:10px;color:#b7c2c3}.contributor b{font:10px var(--mono);color:var(--amber)}.meter{height:3px;background:#303d3e;margin-top:9px;overflow:hidden}.meter,.meter i{border-radius:2px}.meter i{height:100%;display:block;background:var(--amber)}.right-panel{position:absolute;right:20px;top:18px;bottom:123px;width:300px;display:flex;flex-direction:column;overflow:hidden}.right-panel .panel-heading{padding-bottom:9px}.feed-status{padding:0 16px 15px;color:#859ba0;font-size:9px}.feed-scroll{overflow:auto;scrollbar-width:thin;scrollbar-color:#3b4547 transparent;flex:1 1}.feed-entry{padding:15px 17px 16px;border-top:1px solid #303a3e;position:relative}.feed-entry.important{background:#ef9c6607}.feed-entry-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:11px}.feed-entry-top time{color:#899ca1;font:9px var(--mono)}.feed-entry h3{font-size:12px;font-weight:550;line-height:1.5;margin-bottom:7px}.feed-entry p{font-size:10px;color:#a1b1b5;line-height:1.65}.feed-entry .source-line{font-size:8px;color:#82969b;display:flex;align-items:center;gap:5px;margin-top:11px}.feed-entry .change-metric{display:flex;align-items:center;gap:8px;margin-top:11px;font:11px var(--mono);color:#e8b777}.feed-entry .change-metric del{color:#86969c}.feed-bottom{border-top:1px solid var(--border);padding:13px 15px;background:#1b2427}.feed-bottom button{width:100%;display:flex;justify-content:space-between;align-items:center;font-size:11px}.feed-bottom button span{display:flex;align-items:center;gap:8px;color:var(--amber)}.feed-bottom p{font-size:8px;color:#91a2a8;margin-top:7px}.timeline-entry{display:flex;gap:13px;padding:16px 15px;border-top:1px solid #303a3e}.timeline-entry .time{color:var(--amber);font:11px var(--mono);width:43px;flex-shrink:0}.timeline-entry h3{font-size:11px;font-weight:500;line-height:1.6}.timeline-entry p{font-size:9px;color:var(--muted);line-height:1.6;margin-top:5px}.forecast-panel{position:absolute;bottom:20px;left:20px;right:20px;height:86px;padding:14px 18px;display:flex;align-items:center;gap:26px}.forecast-intro{width:140px;flex-shrink:0}.forecast-intro b{font-size:11px;font-weight:550;display:block}.forecast-intro span{font-size:9px;color:var(--muted);display:block;margin-top:6px}.forecast-track{flex:1 1;min-width:0}.forecast-ticks{display:flex;justify-content:space-between;align-items:center;margin-bottom:9px}.forecast-ticks button{font:9px var(--mono);color:#8fa0a4;padding:2px 0}.forecast-ticks button.active{color:var(--amber)}input[type=range]{width:100%;height:3px;accent-color:var(--amber);cursor:pointer;display:block}.forecast-caption{display:flex;justify-content:space-between;margin-top:8px;color:#7f969d;font-size:8px}.forecast-confidence{width:137px;border-left:1px solid var(--border);padding-left:20px;flex-shrink:0}.forecast-confidence span{font-size:8px;color:var(--muted)}.forecast-confidence b{display:block;font:16px var(--mono);color:#bdc5be;margin-top:6px}.forecast-confidence small{font-size:8px;color:#90a39f}.bottom-bar{grid-column:1/-1;border-top:1px solid var(--border);background:#151d20;justify-content:space-between;padding:0 17px;color:#8ea0a5;font-size:8px;letter-spacing:.2px;z-index:11}.bottom-bar,.bottom-bar>div{display:flex;align-items:center}.bottom-bar>div{gap:18px}.bottom-bar button{color:#a6b5b7;font-size:8px;padding:0}.demo-toolbar{display:flex;align-items:center;gap:8px}.demo-toolbar .play-button{height:25px;width:25px;display:grid;place-items:center;border:1px solid #4b4940;border-radius:4px;background:#edb96a10;color:var(--amber)}.demo-toolbar select{background:#20292c;color:#d1d7d4;border:1px solid #384549;padding:4px;border-radius:3px;font:9px var(--mono)}.demo-toolbar .demo-progress{width:80px}.demo-toolbar .demo-time{font:10px var(--mono);color:#bfcac8}.demo-toolbar .next-event{font-size:10px;color:#bdb6a0;display:flex;gap:5px;align-items:center;padding:5px}.demo-toolbar .replay-label{font-size:9px;color:var(--muted);margin-right:3px}.mobile-feed-toggle{display:none}.asset-list{padding:0 13px}.asset-row{padding:14px 0;border-top:1px solid var(--border);width:100%;text-align:left}.asset-row-top{display:flex;justify-content:space-between;align-items:center;gap:8px}.asset-row h3{font-size:11px;font-weight:550;margin-bottom:5px}.asset-row p{color:#8ea2a7;font-size:9px}.asset-margin{font:16px var(--mono);color:var(--amber);white-space:nowrap}.asset-details{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:11px;font-size:9px;color:#a2b1b4}.asset-details b{font-weight:500;color:#d0d9d6}.camera-list-item{display:flex;gap:11px;text-align:left;padding:17px 15px;border-top:1px solid var(--border);width:100%;align-items:center}.camera-thumb{width:62px;height:48px;border:1px solid #4b5550;border-radius:3px;background:linear-gradient(165deg,#85948c 0 36%,#485a49 37% 56%,#233c31 57%);position:relative;overflow:hidden}.camera-thumb:after{content:"";position:absolute;left:38px;bottom:15px;width:7px;height:21px;background:#d1d1c59c;filter:blur(4px);transform:rotate(25deg)}.camera-list-item h3{font:10px var(--mono);margin-bottom:5px}.camera-list-item p{font-size:9px;color:var(--muted);margin-bottom:6px}.camera-list-item .badge{font-size:7px;padding:3px}.camera-list-item>svg{margin-left:auto;color:#80979a}.empty-state{padding:22px 16px;color:#98a9ae;font-size:11px;line-height:1.8}.empty-state svg{color:var(--amber);display:block;margin-bottom:12px}.empty-state h3{color:#d0d9d6;margin-bottom:7px;font-weight:500}.toast{position:fixed;bottom:46px;left:50%;transform:translateX(-50%);padding:12px 17px;border:1px solid #54615a;background:#25302cf5;color:#d8dfd9;z-index:99;border-radius:6px;box-shadow:0 7px 30px #0005;font-size:11px;max-width:550px;line-height:1.6}.mobile-only{display:none}.modal{background:#161e22;color:var(--text);border:1px solid #455153;border-radius:10px;padding:0;max-height:88dvh;width:620px;max-width:calc(100vw - 32px);box-shadow:0 20px 100px #0008;overflow:auto}.modal.wide{width:850px}.modal::backdrop{background:#060c11b5;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.modal-head{padding:24px;display:flex;align-items:flex-start;justify-content:space-between;border-bottom:1px solid var(--border)}.modal-head h2{font-size:23px;font-weight:500;letter-spacing:-.6px;margin-top:10px}.modal-head p{font-size:11px;color:var(--muted);margin-top:7px;line-height:1.7}.modal-body{padding:24px}.modal-footer{padding:17px 24px;border-top:1px solid var(--border);display:flex;justify-content:space-between;align-items:center;gap:15px}.modal-footer>span{display:flex;gap:7px;align-items:center;font-size:9px;color:var(--muted);line-height:1.7}.camera-scene{position:relative;aspect-ratio:2.4;overflow:hidden;background:#455c50}.camera-scene>svg{width:100%;height:100%;display:block;filter:saturate(.7)}.camera-scene.thermal>svg{filter:hue-rotate(150deg) saturate(2.3) brightness(.85)}.camera-bottom,.camera-top{position:absolute;left:18px;right:18px;display:flex;justify-content:space-between;font:9px var(--mono);text-shadow:0 1px 4px #000;color:white}.camera-top{top:15px}.camera-top>span{background:#131c20b8;padding:6px 8px;border-radius:2px}.camera-bottom{bottom:16px}.camera-reticle{position:absolute;top:50%;left:50%;width:25px;height:25px;border:1px solid #ffffff44;border-radius:50%;transform:translate(-50%,-50%)}.camera-reticle:after{content:"+";position:absolute;inset:0;display:grid;place-items:center;color:#fff6}.camera-detection{position:absolute;top:28%;left:55%;width:19%;height:39%;border:1px solid #f9d487;transition:opacity .3s}.camera-detection>span{position:absolute;left:-1px;top:-22px;background:#e9b867;color:#1e2a27;font:8px var(--mono);padding:5px 7px;white-space:nowrap}.camera-toolbar{display:flex;align-items:center;justify-content:space-between;padding:14px 24px;border-bottom:1px solid var(--border)}.camera-toolbar>span{font-size:9px;color:var(--muted);display:flex;gap:7px}.segmented{display:flex;padding:3px;border:1px solid var(--border);background:#11191c;border-radius:5px;gap:3px}.segmented button{padding:7px 12px;font-size:10px;color:#94a7aa;display:flex;gap:6px;align-items:center;justify-content:center}.segmented button.active{background:#303b3c;color:#dfdcd0;border-radius:3px}.layer-menu .segmented{margin-bottom:9px}.layer-menu .segmented button{flex:1 1}.camera-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;padding:22px 24px}.camera-metrics>div{padding-right:20px;border-right:1px solid var(--border)}.camera-metrics>div:last-child{border:0}.camera-metrics span{color:var(--muted);font-size:10px}.camera-metrics strong{display:block;font:30px var(--mono);margin-top:12px}.camera-metrics strong small{font-size:14px;color:var(--muted);margin-left:5px}.camera-metrics p{font-size:9px;color:var(--muted);margin-top:8px}.inspection-note{display:flex;align-items:flex-start;gap:12px;padding:15px;background:#edb96a08;border:1px solid #edb96a25;border-radius:5px;margin:0 24px 24px;color:var(--amber)}.inspection-note b{font-size:11px;font-weight:500}.inspection-note p{font-size:10px;color:#a7b2b0;line-height:1.8;margin-top:5px}.briefing-top{display:flex;align-items:center;gap:11px;color:var(--amber);padding-bottom:20px;border-bottom:1px solid var(--border)}.briefing-top h3{font-size:16px;font-weight:500}.briefing-top p{font-size:9px;color:var(--muted);margin-top:5px}.briefing-section{margin-top:23px}.briefing-section .eyebrow{color:var(--amber)}.briefing-section p{line-height:1.9;color:#c4cfcd;font-size:12px;margin-top:9px}.briefing-section .citation{font:9px var(--mono);color:#9bacaa;display:block;margin-top:8px}.briefing-section ul{padding-left:18px;color:#c4cfcd;line-height:1.9;font-size:12px}.briefing-disclaimer{margin-top:20px;font-size:9px;color:#8ea1a4;line-height:1.7;border-top:1px solid var(--border);padding-top:15px}.provider-row{padding:17px 0;border-bottom:1px solid var(--border)}.provider-row>div{display:flex;justify-content:space-between;align-items:center;gap:15px}.provider-row h3{font-size:12px;font-weight:500}.provider-row p{font-size:10px;color:var(--muted);line-height:1.7;margin-top:8px}.provider-row time{font:8px var(--mono);color:#839b9e}.search-field{display:flex;align-items:center;gap:10px;background:#10191c;border:1px solid #485752;padding:13px;border-radius:5px;margin-bottom:16px}.search-field input{background:none;color:var(--text);border:0;width:100%;outline:none;font-size:12px}.search-result{display:flex;align-items:center;width:100%;padding:15px 0;border-bottom:1px solid var(--border);gap:12px;text-align:left}.search-result>div{flex:1 1}.search-result strong{font-size:12px;font-weight:500;display:block}.search-result span{display:block;font-size:10px;color:var(--muted);margin-top:5px}.help-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.help-grid h3{font-size:12px;color:var(--amber);margin-bottom:10px}.help-grid p{font-size:11px;line-height:1.8;color:var(--muted)}.help-grid kbd{background:#303a3c;border:1px solid #4a5657;padding:2px 5px;border-radius:3px;color:#d3ddda}.frp-chart{width:100%;height:80px;margin-top:14px}.frp-labels{display:flex;justify-content:space-between;font:8px var(--mono);color:#8ba0a5}.live-empty{position:absolute;left:50%;top:42%;transform:translate(-50%,-50%);background:#152025f0;border:1px solid #48574f;padding:22px;width:300px;border-radius:7px;z-index:6}.live-empty h3{font-size:15px;font-weight:500;margin-bottom:9px}.live-empty p{color:var(--muted);font-size:11px;line-height:1.8;margin-bottom:15px}@media(min-width:1700px){.left-panel{width:295px}.right-panel{width:330px}.map-controls{right:375px}.map-legend,.map-location{left:340px}.map-compass{right:382px}.layer-menu{right:415px}.metric{min-height:90px}.workspace-head{padding-top:26px;padding-bottom:22px}}@media(max-width:1180px){.brand-subtitle,.topbar-center{display:none}.right-panel{width:265px}.left-panel{width:245px}.map-location{left:284px}.map-location .mono{display:none}.map-controls{right:304px}.map-compass{right:313px}.map-legend{left:282px;gap:9px;font-size:7px}.map-legend b{display:none}.layer-menu{right:346px}.metric{padding:12px}.metrics{gap:10px}.forecast-confidence{width:110px}.demo-toolbar .demo-progress,.demo-toolbar .replay-label{display:none}.metrics,.workspace-head{padding-left:21px;padding-right:21px}.maplibregl-ctrl-bottom-left{left:280px!important}}@media(max-width:960px){.app-shell{grid-template-columns:64px 1fr}.navrail button{width:49px}.right-panel{display:none}.right-panel.mobile-open{display:flex;z-index:8;width:300px}.map-controls{right:20px}.map-compass{right:29px}.layer-menu{right:61px}.map-legend{left:280px}.metric-side small,.metric-side svg{display:none}.metric{min-height:71px}.metric-value{font-size:25px}.metric-title{font-size:8px}.mobile-feed-toggle{display:flex}.topbar{padding:0 17px}.topbar-actions{gap:12px}.forecast-confidence{display:none}.workspace-head h1{font-size:19px}.map-location{left:282px}.forecast-panel{gap:15px}.forecast-intro{width:125px}.head-actions .region-select{display:none}}@media(max-width:680px){.app-shell{grid-template-columns:1fr;grid-template-rows:55px 1fr 55px 24px;min-height:620px}.topbar{padding:0 13px}.brand-name{font-size:23px}.brand-mark,.brand-mark svg{height:25px;width:23px}.brand-divider,.operator-avatar,.top-clock{display:none}.topbar-actions{gap:8px}.navrail{grid-column:1;grid-row:3;flex-direction:row;padding:0 8px;gap:0;border-right:0;border-top:1px solid var(--border);justify-content:space-around}.navrail button{height:48px;width:52px;gap:4px;font-size:7px}.navrail button svg{height:17px}.navrail button.active:before{left:14px;right:14px;top:0;height:2px;width:auto}.nav-spacer,.navrail .nav-secondary{display:none}.workspace{grid-column:1;grid-row:2}.bottom-bar{grid-row:4;padding:0 10px;font-size:7px}.bottom-bar>div{gap:8px}.bottom-bar .desktop-status{display:none}.workspace-head{padding:14px}.workspace-head h1{font-size:17px}.workspace-head p{font-size:9px;max-width:200px;line-height:1.5}.head-actions{gap:4px!important}.demo-toolbar .demo-time,.demo-toolbar .next-event{display:none}.demo-toolbar{gap:4px}.metrics{padding:0 14px 13px;gap:7px;grid-template-columns:repeat(4,1fr)}.metric{padding:9px 8px;min-height:62px}.metric-title{font-size:6px;letter-spacing:.6px;white-space:nowrap}.metric-value{font-size:23px;margin-top:8px;gap:3px}.metric-value small{font-size:8px}.metric-side{display:none}.map-location{left:15px;top:14px;font-size:8px}.map-controls{top:44px;right:13px}.map-compass{display:none}.map-legend{left:14px;bottom:105px;padding:7px;gap:10px}.left-panel{left:13px;top:46px;bottom:119px;width:215px;max-height:calc(100% - 168px)}.left-panel .panel-heading{padding:12px}.panel-tabs{margin:0 12px 8px}.incident-card{padding:11px 12px}.incident-card.selected{padding-left:10px}.incident-card h3{font-size:12px}.incident-card .location{font-size:9px;margin-bottom:8px}.incident-card .card-bottom,.incident-card .incident-id{font-size:8px}.incident-card .badge{font-size:7px}.incident-meta{font-size:8px;gap:8px}.left-panel .panel-foot,.left-panel .risk-mini,.left-panel .section-label,.left-panel .weather-strip{display:none}.forecast-panel{left:13px;right:13px;bottom:20px;height:72px;padding:10px 12px}.forecast-intro{width:78px}.forecast-intro b{font-size:9px}.forecast-intro span{font-size:7px}.forecast-ticks button{font-size:8px}.forecast-caption{font-size:6px}.maplibregl-ctrl-bottom-left{left:12px!important}.maplibregl-ctrl-attrib{font-size:6px!important}.right-panel.mobile-open{left:13px;right:13px;width:auto;top:46px;bottom:106px}.layer-menu{right:53px;top:44px;width:220px;max-height:calc(100% - 158px);overflow:auto}.detail-title h2{font-size:21px}.detail-grid b{font-size:16px}.detail-grid>div{padding:10px 8px}.detail-note{font-size:9px}.incident-detail{padding:0 12px 12px}.risk-score strong{font-size:34px}.contributor{margin:12px 0}.contributor>div:first-child{font-size:9px}.modal-head{padding:19px}.modal-head h2{font-size:20px}.modal-body{padding:19px}.modal-footer{padding:14px 19px;flex-wrap:wrap}.camera-scene{aspect-ratio:1.6}.camera-toolbar{padding:12px;gap:6px}.camera-toolbar>span{font-size:7px}.camera-metrics{padding:17px 13px;gap:12px}.camera-metrics>div{padding-right:8px}.camera-metrics span{font-size:8px}.camera-metrics strong{font-size:24px}.camera-metrics p{font-size:7px;line-height:1.7}.camera-bottom,.camera-top{font-size:7px;left:10px;right:10px}.camera-detection>span{font-size:6px}.inspection-note{margin:0 13px 17px}.help-grid{grid-template-columns:1fr}.map-warning{top:40px;left:13px;max-width:215px}.mobile-only{display:block}.toast{max-width:calc(100% - 25px);width:350px;bottom:90px}}@media(prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}:root{--bg:#111913;--panel:#18221b;--panel2:#202b22;--border:#344137;--green:#a4bc91}.topbar{background:#122018}.navrail{background:#152019;border-color:#303e32}.bottom-bar{background:#142018}.metric{background:#19221c;border-color:#303d32}.panel{background:#18221ced;border-color:#3b493e}.workspace-head{background:#111913}.brand{gap:9px}.brand-mark{height:37px;width:37px;background:#103000;border:1px solid #76945b44;border-radius:50%;display:grid;place-items:center}.brand-mark img{width:18px;height:21px}.brand-name{display:block;width:104px;height:46px;background:#e6eadb;mask:url(/ginger.svg) center/contain no-repeat;-webkit-mask:url(/ginger.svg) center/contain no-repeat}.brand-subtitle{font-size:8px;letter-spacing:1.2px;color:#abb99f}.brand-divider{background:#40513d}.topbar-center{font-family:Apple Garamond,Garamond,Times New Roman,serif;font-size:18px;letter-spacing:-.6px;gap:13px}.topbar-center .status-dot{display:none}.topbar-center strong{color:#b9c4ab;font-weight:400}.topbar-center>span{color:#5c7352;font-family:var(--sans);font-size:16px}.navrail button.active{background:#9fb38614;color:#bace9d}.navrail button.active:before{background:#bace9d}.operator-avatar{background:#294028;border-color:#456041;color:#d5dfcc}.workspace-head h1{font-family:Apple Garamond,Garamond,Times New Roman,serif;font-size:28px;letter-spacing:-.75px;font-weight:400}.modal{background:#172019}.modal-head h2{font-family:Apple Garamond,Garamond,Times New Roman,serif;font-size:29px}.feed-bottom{background:#1d2a21}.map-wrapper>.map-canvas{position:absolute;inset:0;width:100%;height:100%}.map-controls{background:#17241cec}.map-legend{background:#16221bdf}.layer-menu{background:#18221bf7}.forecast-panel{background:#18221cf5}.map-location{color:#e2e8d8}.brand-preview{background:#f5f5f5;padding:30px;border-radius:4px;margin-bottom:22px;display:flex;align-items:center;gap:15px}.brand-preview img:first-child{width:32px;height:37px;background:#103000;box-sizing:content-box;padding:19px;border-radius:50%}.brand-preview img:last-child{width:155px;height:auto}@media(max-width:680px){.brand-mark{width:31px;height:31px}.brand-mark img{width:15px;height:18px}.brand-name{width:90px;height:40px}.workspace-head h1{font-size:23px}.modal-head h2{font-size:25px}.left-panel{bottom:auto;max-height:calc(100% - 168px)}.forecast-panel{height:72px}.panel-foot{border-color:#344137}}.panel-heading button.mobile-only{display:none}@media(max-width:960px){.panel-heading button.mobile-only{display:flex}}.forecast-ticks{position:relative;display:block;height:15px}.forecast-ticks button{position:absolute;white-space:nowrap}@media(max-width:600px){.forecast-ticks button:nth-child(2),.forecast-ticks button:nth-child(4){display:none}}.live-shell .left-panel{display:flex;flex-direction:column}.live-shell .left-panel>.feed-scroll{min-height:0}.live-shell .incident-card{width:100%;text-align:left}.live-shell .forecast-panel b{font-size:12px}.live-shell .modal-body>p{line-height:1.8;margin-bottom:14px}.live-shell .left-panel .panel-heading{gap:7px}.live-shell .panel-heading .badge{font-size:7px}.live-shell .secondary-button{display:flex;align-items:center;gap:8px}.sage-small,.sage-wordmark{font-family:Apple Garamond,Garamond,Times New Roman,serif;font-weight:400;letter-spacing:-2px}.sage-wordmark{font-size:40px;margin-left:14px;color:#d6dec9}.sage-small{font-size:48px;line-height:1;color:#dce3cf}.connected-pill{font:9px var(--mono);color:#a9c4a9}.sage-suite .workspace-head h1{margin-top:5px}.sage-suite .suite-left{display:flex;flex-direction:column}.sage-suite .feed-scroll{min-height:0}.sector-row{display:block;width:100%;text-align:left;padding:16px;border-top:1px solid #344138}.sector-row>div{display:flex;align-items:center;justify-content:space-between;gap:8px}.sector-row h3{font-size:13px;font-weight:500}.sector-row p{font-size:10px;color:#a2b1a5;line-height:1.65;margin:9px 0}.sector-row small{font:9px var(--mono);color:#8d9f91}.sector-row.selected{background:#bed5960a;border-left:2px solid #c7bc7b;padding-left:14px}.suite-open-sage{padding:20px;border-top:1px solid #344138;background:#243423}.suite-open-sage p{font-size:11px;line-height:1.7;color:#bdc8b6;margin:12px 0}.suite-open-sage .primary-button{width:100%;justify-content:space-between}.coordinate-search{display:flex;align-items:center;border:1px solid #344138;border-radius:5px;padding:8px 10px;gap:7px;color:#bacbb6}.coordinate-search input{background:none;border:0;outline:0;width:170px;font-size:10px;color:#d9e0d4}.coordinate-search button{display:flex;padding:0}.evidence-reason{display:flex;gap:9px;margin:15px 0;align-items:flex-start;color:#d2bc7e}.evidence-reason svg{flex-shrink:0;margin-top:2px}.evidence-reason p{font-size:11px;line-height:1.7;color:#bfcaba}.input-checks{display:grid;gap:9px;margin-top:14px}.input-checks span{display:flex;align-items:center;gap:8px;font-size:9px;color:#9db996}.input-checks .missing{color:#bca980}.sage-suite .forecast-confidence b{font-size:13px;text-transform:capitalize}.sage-suite .region-select{color:#d9e0d4}.sage-suite .suite-right .feed-entry h3{margin-bottom:9px}.sage-suite .eyebrow{font-size:8px}.sage-suite .map-stage .map-location{pointer-events:none}@media(max-width:960px){.coordinate-search,.sage-suite .connected-pill{display:none}.sage-suite .suite-open-sage{padding:12px}.sage-wordmark{font-size:30px}.sage-suite .navrail{justify-content:space-around}}@media(max-width:600px){.sage-suite .suite-left{width:215px}.sage-suite .metric-value{font-size:18px!important}.sage-suite .workspace-head h1{font-size:23px}.sage-suite .topbar-actions>.secondary-button{font-size:8px;padding:5px}.sage-suite .brand-name{width:96px}.sage-suite .sage-wordmark{font-size:27px;margin-left:5px}.sage-suite .suite-left .feed-scroll{max-height:250px}.sage-suite .suite-open-sage .sage-small{font-size:32px}.sage-suite .suite-open-sage p{display:none}.sage-suite .forecast-ticks button:nth-child(2){display:block}.sage-suite .forecast-caption{font-size:6px}.sage-suite .suite-left .detail-note{display:none}}.sage-suite .suite-left>.feed-status,.sage-suite .suite-left>.panel-heading{flex-shrink:0}.sage-suite .suite-left>.feed-scroll{flex:1 1 auto;min-height:100px}.sage-suite .suite-open-sage{padding:10px 14px;flex-shrink:0}.sage-suite .suite-open-sage>.sage-small,.sage-suite .suite-open-sage>p{display:none}.sage-suite .suite-open-sage .primary-button{padding:10px}.sage-suite .maplibregl-ctrl-scale{display:none}.live-mode .workspace-head{padding:15px 24px}.live-mode .workspace-head h1{font-size:25px}.live-mode .workspace-head p{margin-top:4px}.live-mode .map-stage{margin:0}.live-mode .map-location{left:24px}.live-mode .map-controls{right:390px}.live-mode .map-compass{right:399px;bottom:70px}.live-mode .map-legend{left:24px;bottom:24px}.live-mode .maplibregl-ctrl-bottom-left{left:8px!important}.live-alerts{position:absolute;right:16px;top:16px;bottom:16px;width:350px;display:flex;flex-direction:column;background:#18221bf5;border:1px solid #43503f;border-radius:9px;overflow:hidden;box-shadow:0 12px 40px #0003}.live-feed-heading{padding:21px 20px 16px;display:flex;align-items:center;justify-content:space-between;color:#bdcbaa}.live-feed-heading h2{font-family:Garamond,Times New Roman,serif;font-size:29px;font-weight:400;letter-spacing:-.7px;margin-top:6px;color:#e0e5d5}.live-feed-heading h2 span{font:11px var(--mono);margin-left:8px;vertical-align:middle;color:#b9cba7}.live-feed-tabs{display:flex;gap:20px;padding:0 20px;border-bottom:1px solid #364334}.live-feed-tabs button{padding:12px 0;color:#9da993;font-size:11px;border-bottom:2px solid transparent}.live-feed-tabs button[aria-pressed=true]{color:#dfe7d0;border-color:#c5d49f}.live-feed-tabs span{margin-left:4px;font:10px var(--mono)}.live-feed-scroll{overflow-y:auto;flex:1 1;min-height:0}.live-feed-status{font:9px var(--mono);color:#b0bba5;padding:16px 20px}.live-source-gap{margin:0 16px 14px;padding:12px;display:flex;text-align:left;gap:9px;border:1px solid #cbb57830;border-radius:5px;color:#d6be88;font-size:11px;line-height:1.6}.live-source-gap small{display:block;color:#b7b59d;margin-top:4px}.live-quiet{padding:40px 25px 50px;color:#b2c39f;text-align:center}.live-quiet h3{margin:17px 0 10px;font-size:15px;font-weight:500;color:#e0e6d5}.live-quiet p{font-size:12px;line-height:1.8;color:#aab6a2}.live-quiet small{display:block;margin-top:14px;font-size:10px;color:#aab6a2}.live-alert{padding:20px;border-top:1px solid #364334}.live-alert.urgent{border-left:3px solid #ee947f;padding-left:17px}.live-alert-meta{display:flex;justify-content:space-between;align-items:center;gap:8px}.live-alert-meta time{font:9px var(--mono);color:#aab6a2}.live-alert h3{font-size:19px;font-weight:500;margin:14px 0 8px}.live-alert>p{font-size:12px;line-height:1.7;color:#b9c3af}.alert-countdown{margin-top:18px;border-left:2px solid #d0ba80;padding-left:12px}.alert-countdown span{font:8px var(--mono);letter-spacing:1px;color:#c4bc9d;display:block}.alert-countdown b{font:26px var(--mono);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;color:#e4d2a5;display:block;margin:7px 0}.alert-countdown p,.alert-countdown small{font-size:10px;line-height:1.7;color:#afbca3}.alert-countdown small{font-size:9px}.alert-timing{display:flex;gap:8px;margin-top:16px;color:#a9b69f;font-size:10px}.alert-timing b{font-weight:400;margin-left:10px;color:#c8cebd}.live-inspect{display:flex;width:100%;justify-content:space-between;margin-top:18px;padding:10px 0 0;color:#d6dfc4;font-size:11px}.live-feed-footer{border-top:1px solid #364334;padding:14px 20px;display:flex;gap:18px;align-items:center}.live-feed-footer .sage-small{font-size:35px}.live-feed-footer p{font-size:10px;line-height:1.6;color:#aab6a2}.live-history{padding:18px 20px;border-top:1px solid #364334;color:#bbc6ad}.live-history summary{cursor:pointer;font-size:11px}.live-history article{margin-top:16px;font-size:11px;line-height:1.7}.live-history small{color:#a5b396}@media(max-width:960px){.live-mode .map-controls{right:380px}.live-mode .map-legend,.live-mode .map-location{left:16px}.live-mode .mobile-feed-toggle{display:none}}@media(max-width:600px){.live-mode .workspace-head{padding:12px 16px}.live-mode .workspace-head h1{font-size:23px}.live-mode .map-stage{overflow-y:auto;display:flex;flex-direction:column}.live-mode .map-wrapper{position:relative;inset:auto;flex:0 0 230px;min-height:230px}.live-alerts{position:relative;inset:auto;width:auto;margin:0;border-radius:0;border-left:0;border-right:0;flex:1 0 330px;box-shadow:none}.live-feed-scroll{overflow:visible}.live-mode .map-controls{right:12px;top:12px}.live-mode .map-compass{display:none}.live-mode .map-legend{bottom:20px;font-size:7px;gap:8px}.live-mode .map-location{top:15px}.live-feed-footer{display:none}.live-quiet{padding:24px}.live-mode .head-actions{gap:0}.live-mode .app-shell{min-height:0}}.map-first.app-shell{display:block;position:relative;min-height:0;height:100dvh;isolation:isolate}.map-first .map-stage,.map-first .workspace{position:absolute;inset:0;display:block;overflow:hidden}.map-first .map-stage{margin:0;border:0}.map-first .map-wrapper{position:absolute;inset:0;min-height:0}.map-first .topbar{position:absolute;inset:20px 20px auto;z-index:20;height:54px;padding:0;background:none;border:0;pointer-events:none}.map-first .topbar>*{pointer-events:auto}.map-first .brand{padding:6px 17px 6px 8px;background:#142217ed;border:1px solid #a7bd8f30;border-radius:40px;box-shadow:0 6px 24px #0003;gap:8px}.map-first .brand-name{width:108px;height:38px}.map-first .brand-mark{width:35px;height:35px}.map-first .bottom-bar,.map-first .brand-divider,.map-first .brand-subtitle,.map-first .connected-pill,.map-first .metrics,.map-first .topbar-center{display:none}.map-first .topbar-actions{gap:8px}.map-first .topbar-actions button{background:#142217ed;border:1px solid #a7bd8f30;border-radius:30px;min-height:42px;box-shadow:0 6px 24px #0003}.map-first .topbar-actions .icon-button{width:42px}.map-first .topbar-actions .secondary-button{padding:0 18px;font-size:11px}.map-first .workspace-head{position:absolute;left:50%;top:25px;transform:translateX(-50%);z-index:15;background:none;padding:0;pointer-events:none}.map-first .workspace-head>div:first-child{display:none}.map-first .head-actions{pointer-events:auto;gap:8px}.map-first .coordinate-search{background:#142217ed;border-radius:30px;padding:12px 16px;border-color:#a7bd8f30;box-shadow:0 6px 24px #0003}.map-first .head-actions>.icon-button{background:#142217ed;border:1px solid #a7bd8f30;border-radius:50%;width:42px;height:42px}.map-first .navrail{position:absolute;z-index:25;left:50%;right:auto;top:auto;bottom:28px;transform:translateX(-50%);display:flex;flex-direction:row;width:max-content;height:auto;padding:6px;gap:3px;border:1px solid #a7bd8f30;border-radius:40px;background:#142217ed;box-shadow:0 8px 32px #0005;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.map-first .navrail button{width:auto;min-width:74px;height:47px;flex-direction:row;gap:8px;padding:0 15px;border-radius:30px;font-size:11px;color:#c1cdb9}.map-first .navrail button svg{width:17px;height:17px}.map-first .navrail button.active{background:#c2d6a5;color:#1c2b19}.map-first .nav-spacer,.map-first .navrail button:before{display:none}.map-first .map-controls{top:100px;right:20px;border-radius:24px;padding:5px;background:#142217ed;border-color:#a7bd8f30;box-shadow:0 6px 24px #0003}.map-first .map-controls button{width:34px;height:38px;border-radius:20px}.map-first .map-compass{right:36px;bottom:105px}.map-first .map-legend{left:20px;bottom:28px;border:0;background:#142217d9;border-radius:20px;font-size:8px;max-width:260px;flex-wrap:wrap;gap:6px}.map-first .maplibregl-ctrl-bottom-left{left:8px!important}.map-live-label{position:absolute;z-index:3;top:91px;left:26px;font:10px var(--mono);color:#e0e9d3;text-shadow:0 1px 5px #000;background:#142217bb;padding:9px 13px;border-radius:20px}.map-first .map-alert-overlay{position:absolute;z-index:18;right:76px;top:91px;bottom:105px;width:350px}.map-first .live-alerts{position:absolute;inset:0;width:100%;margin:0;border:1px solid #a7bd8f30;border-radius:18px;background:#18251af5;box-shadow:0 12px 45px #0005}.map-first .close-map-alerts{position:absolute;z-index:2;right:14px;top:19px;background:#263624;border-radius:50%}.map-first .live-feed-heading>svg{visibility:hidden}.map-first .live-feed-scroll{overflow-y:auto}.map-first .suite-left{top:92px;bottom:178px;left:20px;border-radius:16px}.map-first .suite-right{top:92px;bottom:178px;right:76px;border-radius:16px}.map-first .forecast-panel{bottom:100px;left:20px;right:76px;border-radius:16px}.map-first .sage-wordmark{font-size:27px;margin-left:4px}.map-first.sage-open .map-legend{display:none}@media(max-width:960px){.map-first .coordinate-search{display:none}.map-first .workspace-head{left:auto;right:185px;transform:none}.map-first .suite-right{right:76px}.map-first .map-legend{max-width:180px}.map-first .navrail button{min-width:65px;padding:0 12px}}@media(max-width:600px){.map-first .topbar{inset:14px 14px auto;height:46px}.map-first .brand{padding:4px 12px 4px 5px;gap:5px}.map-first .brand-name{width:92px;height:34px}.map-first .brand-mark{width:31px;height:31px}.map-first .topbar-actions .secondary-button{font-size:9px;padding:0 11px;min-height:38px}.map-first .topbar-actions .icon-button{width:38px;min-height:38px}.map-first .workspace-head{top:77px;right:14px}.map-first .head-actions>.icon-button{width:38px;height:38px}.map-first .mobile-feed-toggle{display:none}.map-first .navrail{bottom:max(24px,env(safe-area-inset-bottom));padding:5px;gap:2px;max-width:calc(100% - 24px)}.map-first .navrail button{min-width:0;width:61px;height:49px;flex-direction:column;padding:5px 4px;gap:5px;font-size:9px}.map-first .map-controls{top:126px;right:14px;padding:2px}.map-first .map-controls button{width:32px;height:35px}.map-first .map-live-label{left:16px;top:77px;font-size:9px}.map-first .map-legend{display:none}.map-first .map-alert-overlay{inset:124px 12px 99px;width:auto}.map-first .live-alerts{display:flex;flex:initial}.map-first .live-feed-footer{display:none}.map-first .suite-left{left:12px;right:62px;top:126px;bottom:196px;width:auto;max-height:none}.map-first .suite-left .feed-scroll{max-height:none}.map-first .suite-right.mobile-open{left:12px;right:12px;top:126px;bottom:196px;width:auto}.map-first .forecast-panel{left:12px;right:12px;bottom:96px;height:88px}.map-first .sage-wordmark{font-size:21px}.map-first .maplibregl-ctrl-attrib{max-width:100vw;font-size:7px!important}}.change-alerts{padding:16px 20px;border-top:1px solid #364334;border-bottom:1px solid #364334}.change-actions,.change-heading{display:flex;align-items:center;justify-content:space-between;gap:12px}.change-heading h3{font-size:14px;color:#e0e6d5;text-wrap:balance}.change-heading span{font:11px var(--mono);margin-left:6px}.change-actions button,.change-heading button{font-size:11px;color:#d6dfc4;min-height:36px}.change-rules,.change-summary{font-size:11px;color:#aab6a2;line-height:1.7}.change-card{padding:16px 0;border-bottom:1px solid #364334;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.change-card h4{font-size:14px;margin:12px 0 6px;text-wrap:balance}.change-card strong{font-size:11px;color:#c5d49f;font-weight:500}.change-card p{font-size:12px;color:#b9c3af;line-height:1.7;margin-top:6px;text-wrap:pretty;overflow-wrap:anywhere}.change-actions{margin-top:8px}.change-actions span{font-size:10px;color:#aab6a2}.change-rules{margin-top:12px}.change-rules summary{cursor:pointer;min-height:32px}.change-rules p{margin:8px 0}.change-alerts button:focus-visible,.change-rules summary:focus-visible{outline:2px solid #c5d49f;outline-offset:3px}.sage-lab{height:100dvh;min-height:650px;background:#101b18;color:#e5e8df}.sage-lab-header{display:flex;align-items:center;gap:22px;padding:20px 24px;border-bottom:1px solid #344139;flex-shrink:0}.sage-lab-header h1{font-size:22px;font-weight:500;margin:4px 0 0;letter-spacing:-.5px}.sage-lab-header>div{flex:1 1}.sage-lab-body{display:grid;grid-template-columns:280px minmax(300px,1fr) 330px}.sage-config,.sage-results{background:#16221e;overflow:auto}.sage-config{padding:22px 18px;border-right:1px solid #344139}.sage-results{border-left:1px solid #344139;display:flex;flex-direction:column}.sage-section-title{display:flex;align-items:center;gap:9px;color:#e2bd7e}.sage-section-title h2{font-size:18px;font-weight:500;margin:0}.sage-config fieldset{border:0;padding:0;margin:20px 0 0;min-width:0}.sage-building-search,.sage-config label{display:flex;flex-direction:column;gap:7px;font-size:11px;color:#bdc9c1;margin-bottom:14px}.sage-building-search input,.sage-config input:not([type=checkbox]),.sage-config select{width:100%;min-width:0;background:#0f1b17;border:1px solid #48564c;border-radius:6px;padding:10px;color:#e9eee7;font:inherit;font-size:13px}.sage-field-pair{display:grid;grid-template-columns:1fr 1fr;gap:10px}.sage-config .sage-checkbox{flex-direction:row;align-items:center;gap:9px;line-height:1.5}.sage-checkbox input{accent-color:#e2bd7e;width:16px;height:16px}.sage-assumptions{border-top:1px solid #344139;padding-top:14px;margin-top:5px}.sage-assumptions summary,.sage-building-detail summary{font-size:12px;cursor:pointer;color:#e2bd7e;margin-bottom:14px}.sage-run-button{width:100%;justify-content:space-between;margin-top:4px;min-height:42px}.sage-config fieldset:disabled{opacity:.6}.sage-run-state{font-size:11px;color:#bccbbc;line-height:1.65;display:flex;gap:9px;margin-top:18px;min-height:38px}.sage-run-state .spinner{width:16px;height:16px;flex-shrink:0}.sage-model-note{border-top:1px solid #344139;padding-top:18px;margin-top:16px;font-size:11px;line-height:1.7;color:#aabaae}.sage-model-note strong{color:#d8e2d8}.sage-model-note p{margin:8px 0}.sage-map-column{display:flex;flex-direction:column;min-width:0;min-height:0}.sage-map-wrap{position:relative;flex:1 1;min-height:360px}.sage-map-intro{position:absolute;left:28px;bottom:88px;pointer-events:none;padding:20px;background:linear-gradient(100deg,#11201eed,#11201e99);border-left:2px solid #d5b779}.sage-map-intro h2{font-size:25px;max-width:300px;font-weight:450}.sage-map-intro p{font-size:12px;line-height:1.7;color:#c4cdc5}.sage-map-stats{position:absolute;top:14px;left:14px;right:65px;display:flex;gap:10px;flex-wrap:wrap;pointer-events:none}.sage-map-stats span{display:flex;gap:6px;align-items:center;background:#14231feb;padding:9px 11px;border:1px solid #4a5547;border-radius:5px;font-size:11px}.sage-map-stats svg{color:#e2bd7e}.sage-timeline{padding:16px 22px;background:#14211b;border-top:1px solid #344139}.sage-timeline>div{display:flex;justify-content:space-between;gap:10px;font-size:12px}.sage-timeline p,.sage-timeline span{font-size:10px;color:#b4c1b6}.sage-timeline input{width:100%;margin:18px 0 8px;accent-color:#e0b875}.sage-timeline p{margin:0}.sage-result-scroll{padding:20px;overflow:auto;flex:1 1}.sage-result-scroll h2{font-size:20px;font-weight:500;margin:8px 0 14px}.sage-result-scroll h3{font-size:13px;margin:24px 0 12px}.sage-result-scroll ul{padding-left:17px}.sage-result-scroll details p,.sage-result-scroll li{font-size:11px;line-height:1.7;color:#bcc9bf;margin-bottom:8px}.sage-result-scroll .provider-row{padding:14px 0}.sage-result-scroll .provider-row p{font-size:11px}.sage-result-scroll .provider-row a{color:#e2bd7e;font-size:12px}.sage-result-scroll .provider-row small{font-size:9px;color:#9aaa9e;overflow-wrap:anywhere}.sage-building-detail{padding-bottom:22px;border-bottom:1px solid #3e4b40;margin-bottom:20px}.sage-building-detail .detail-grid b{font-size:23px}.sage-building-detail .detail-grid{margin-top:18px}.sage-exposure-extra{display:flex;gap:9px;font-size:11px;line-height:1.65;color:#c5d1c7;margin:12px 0}.sage-exposure-extra svg{flex-shrink:0;color:#dfb97d;margin-top:2px}.sage-building-list{display:flex;flex-direction:column}.sage-building-list button{display:flex;text-align:left;justify-content:space-between;gap:8px;padding:13px 8px;border-bottom:1px solid #334438;background:transparent;color:#dde5db}.sage-building-list button.selected{background:#2a3d31;border-left:2px solid #d4b77d}.sage-building-list strong{font-size:11px;font-weight:500}.sage-building-list small{display:block;font-size:10px;color:#aebdad;margin-top:5px}.sage-building-list button>b{font-size:11px;color:#e5c28b;white-space:nowrap}.sage-result-empty{padding:50px 24px;color:#abbdb0;line-height:1.8}.sage-result-empty svg{color:#d5b779}.sage-result-empty h2{font-size:20px;font-weight:400;color:#e4e9df;line-height:1.4}.sage-result-empty p{font-size:12px}.sage-lab :focus-visible{outline:2px solid #f1cf8c;outline-offset:3px}.sage-lab button{cursor:pointer}.sage-lab button:disabled{cursor:wait}.sage-lab .small-source{line-height:1.65}@media(max-width:1150px){.sage-lab-body{grid-template-columns:250px minmax(250px,1fr) 290px}.sage-lab-header{padding:16px;gap:12px}.sage-lab-header h1{font-size:18px}.sage-lab-header>.badge{display:none}.sage-result-scroll{padding:16px}}@media(max-width:900px){.sage-lab{height:auto;min-height:100dvh}.sage-lab-body{grid-template-columns:250px minmax(0,1fr);flex:initial}.sage-map-column{height:620px}.sage-results{grid-column:1/-1;max-height:none;border-top:1px solid #344139}.sage-result-scroll{overflow:visible}.sage-building-list{max-height:350px;overflow:auto}.sage-lab-header{flex-wrap:wrap}.sage-lab-header h1{font-size:16px}.sage-config{max-height:620px}}@media(max-width:600px){.sage-lab-body{display:flex;flex-direction:column}.sage-config{max-height:none;padding:20px}.sage-config form{margin-top:12px}.sage-config .sage-model-note{display:none}.sage-map-column{height:560px;flex:none}.sage-lab-header{gap:10px}.sage-lab-header>div{min-width:190px}.sage-lab-header h1{font-size:16px}.sage-lab-header .eyebrow{font-size:9px}.sage-map-stats{right:55px;gap:6px}.sage-map-stats span{font-size:10px}.sage-map-intro{left:14px;bottom:78px}.sage-building-search input,.sage-config input:not([type=checkbox]),.sage-config select{font-size:16px}}.sage-conversation{padding:20px;border-bottom:1px solid #43503f}.sage-conversation-heading{display:flex;align-items:center;justify-content:space-between;gap:12px}.sage-conversation-heading h3{font:28px Garamond,Times New Roman,serif;color:#e0e5d5}.sage-conversation-heading>span{font:8px var(--mono);color:#b0bfa0}.sage-conversation-intro{font-size:12px;line-height:1.7;color:#becab4;margin:12px 0}.sage-prompts{display:grid;gap:8px;margin:16px 0}.sage-prompts button{display:flex;justify-content:space-between;gap:12px;text-align:left;font-size:11px;line-height:1.6;padding:11px 12px;border:1px solid #48553f;border-radius:5px;color:#d4dec8;background:#bfd59608}.sage-conversation button:disabled,.sage-conversation textarea:disabled{opacity:.5;cursor:not-allowed}.sage-conversation label{display:block;font-size:11px;color:#c3ceb9;margin:15px 0 8px}.sage-conversation textarea{resize:vertical;min-height:80px;width:100%;padding:12px;background:#141f18;border:1px solid #526248;border-radius:5px;color:#e0e5d5;font-family:inherit;font-size:13px;line-height:1.6}.sage-conversation :is(button,textarea,summary):focus-visible{outline:2px solid #d6dbaa;outline-offset:3px}.sage-composer-actions{display:flex;align-items:center;gap:15px;margin-top:10px}.sage-composer-actions>button{font-size:11px;min-height:38px}.sage-conversation-caption{font-size:10px;line-height:1.6;color:#a7b69b;margin-top:14px}.sage-exchange{border-top:1px solid #43503f;padding:16px 0}.sage-exchange h4{font-size:12px;line-height:1.6;font-weight:500;color:#e1e5d5;margin-bottom:12px}.sage-answer{white-space:pre-wrap;overflow-wrap:anywhere;font-size:12px;line-height:1.85;color:#c9d3be}.sage-exchange details{margin-top:14px;font-size:10px;line-height:1.7;color:#aebda1}.sage-exchange summary{cursor:pointer}.sage-exchange details p{margin-top:10px}.sage-exchange details b{font-weight:500;color:#c7d1bc}[data-evidence=observed]{--evidence-color:#85d9ca;--evidence-bg:#85d9ca0c}[data-evidence=derived]{--evidence-color:#9abfff;--evidence-bg:#9abfff0c}[data-evidence=simulated]{--evidence-color:#d3adff;--evidence-bg:#d3adff0c}.evidence-badge{display:inline-flex;align-items:center;gap:6px;color:var(--evidence-color);font:500 9px var(--mono);letter-spacing:.3px;line-height:1.5;white-space:normal}.evidence-badge>span:first-child{font-size:12px}.evidence-badge-detail{font-size:8px;letter-spacing:0}.evidence-key{flex-shrink:0;margin:0 27px 14px}.evidence-key-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.evidence-key-cards>button{display:grid;grid-template-columns:1fr auto;gap:4px 10px;text-align:left;padding:10px 13px;background:var(--evidence-bg);border:1px solid color-mix(in srgb,var(--evidence-color) 24%,transparent);border-top:2px solid var(--evidence-color);border-radius:5px}.evidence-key-cards>button[data-evidence=derived]{border-top-style:double}.evidence-key-cards>button[data-evidence=simulated]{border-top-style:dashed}.evidence-key-cards>button>span:nth-child(2){grid-column:1;font-size:10px;color:#aebbb9}.evidence-key-cards small{grid-column:2;grid-row:1/3;align-self:center;color:var(--evidence-color)}.evidence-key-cards button[aria-expanded=true]{background:color-mix(in srgb,var(--evidence-color) 13%,#14201d)}.evidence-demo-note,.evidence-explanation{padding:9px 12px;line-height:1.6;font-size:11px;background:#14201d;border-left:2px solid var(--evidence-color,#d3adff);margin-top:8px;color:#c7d1c9}.evidence-demo-note{color:#d3adff}.evidence-card{border-left:2px solid var(--evidence-color);background:var(--evidence-bg)}.evidence-card>.evidence-badge,.metric .evidence-badge{margin-bottom:8px}.panel-heading>.evidence-badge{flex-shrink:0}.sage-lab>.evidence-key{margin-top:12px}.sage-lab{display:flex;flex-direction:column}.sage-lab-body{flex:1 1;min-height:0}.sage-building-detail .detail-grid .evidence-badge{margin-bottom:5px}.sage-exposure-extra{flex-wrap:wrap}.sage-timeline>.evidence-badge{margin-bottom:6px}.live-alert>.evidence-badge{margin:8px 0}.alert-countdown>.evidence-badge{margin-bottom:6px}.forecast-intro>.evidence-badge{margin-bottom:4px}@media(max-width:680px){.evidence-key{margin:0 12px 10px}.evidence-key-cards{gap:5px}.evidence-key-cards>button{padding:8px;gap:3px}.evidence-key-cards>button>span:nth-child(2){font-size:8px;line-height:1.4}.evidence-key-cards .evidence-badge{font-size:8px}.evidence-demo-note,.evidence-explanation{font-size:10px}.evidence-badge-detail{display:none}}.map-first .layer-menu{top:100px;right:76px;max-height:calc(100% - 210px);border-radius:16px}.map-first .map-alert-overlay{max-height:600px}.map-first .head-actions>.primary-button{border-radius:24px}@media(max-width:600px){.map-first .layer-menu{top:126px;right:60px;width:min(260px,calc(100vw - 76px));max-height:calc(100dvh - 235px)}.map-first .head-actions>.primary-button{font-size:9px;padding:10px}.map-first .map-alert-overlay{top:auto;height:min(560px,calc(100dvh - 223px))}}.evidence-key{padding-top:3px}.layer-row>.evidence-badge{margin-left:auto}.terrain-feature>.evidence-badge{margin-bottom:10px}.intelligence-panel .evidence-table .evidence-badge{display:flex;margin-bottom:4px}.watch-select>.evidence-badge{margin-top:10px}.sage-conversation>.evidence-badge{margin:8px 0}.modal-body>.evidence-badge{margin-bottom:12px}@media(max-width:900px){.sage-lab-body{flex:initial}}.app-shell.map-first .workspace>.evidence-key{position:absolute;z-index:25;top:94px;left:24px;right:76px;margin:0;max-width:900px;padding:0;pointer-events:auto}.app-shell.map-first .evidence-key-cards>button{background:#152521f5;box-shadow:0 4px 16px #0002}.app-shell.map-first .evidence-explanation{background:#14231ff7;box-shadow:0 8px 20px #0003}.app-shell.map-first .network-summary,.app-shell.map-first .suite-left,.app-shell.map-first .suite-right{top:176px}.app-shell.map-first .map-alert-overlay{top:176px;max-height:calc(100% - 276px)}@media(max-width:1100px){.app-shell.map-first .workspace>.evidence-key{top:145px}.app-shell.map-first .network-summary,.app-shell.map-first .suite-left,.app-shell.map-first .suite-right{top:222px}.app-shell.map-first .map-alert-overlay{top:222px;max-height:calc(100% - 322px)}}@media(max-width:600px){.app-shell.map-first .workspace>.evidence-key{top:137px;left:12px;right:12px}.app-shell.map-first .network-summary,.app-shell.map-first .suite-left,.app-shell.map-first .suite-right.mobile-open{top:211px}.app-shell.map-first .map-alert-overlay{top:211px;height:calc(100% - 311px);max-height:none}.app-shell.map-first .evidence-key-cards>button{min-height:55px}.app-shell.map-first .network-summary{max-height:calc(100% - 320px);overflow:auto}}.network-summary>.evidence-badge{display:flex;margin-bottom:10px}.network-summary>.eyebrow{display:block}.forecast-intro .evidence-badge{display:inline-flex;flex-direction:row;white-space:nowrap}.app-shell.map-first .map-controls{right:20px;top:176px}@media(max-width:1100px){.app-shell.map-first .map-controls{top:222px}}@media(max-width:600px){.app-shell.map-first .map-controls{top:211px;right:14px}}.sage-map-wrap .map-controls{right:16px;top:104px}.sage-map-wrap .layer-menu{right:58px;top:104px}.sage-map-wrap .map-legend{left:16px;bottom:48px;gap:10px}.sage-map-wrap .maplibregl-ctrl-bottom-left{left:10px!important}.sage-map-wrap .map-warning{left:16px;top:80px}.sage-building-detail .detail-grid>div>.evidence-badge{display:flex;width:max-content;margin-bottom:7px}.sage-map-stats>.evidence-badge{align-self:center}@media(max-width:600px){.sage-map-wrap .map-legend{left:12px;bottom:48px}.sage-map-wrap .map-controls{top:118px}.sage-map-wrap .layer-menu{top:118px;right:58px}}.app-shell.map-first .map-alert-overlay,.app-shell.map-first .network-summary,.app-shell.map-first .suite-left,.app-shell.map-first .suite-right{top:104px}.app-shell.map-first .map-alert-overlay{max-height:calc(100% - 204px)}.app-shell.map-first .map-controls{top:104px}.change-card details,.signal-evidence{font-size:11px;line-height:1.6;margin:10px 0;color:#bcc9bb}.change-card summary,.signal-evidence summary,.source-key summary{cursor:pointer;padding:5px 0}.source-key{margin:18px 0}.source-key .evidence-key{margin:12px 0}.monitor-announcement{position:fixed;z-index:100;bottom:100px;left:50%;transform:translateX(-50%);display:flex;align-items:center;gap:14px;width:max-content;max-width:calc(100vw - 32px);padding:16px 18px;border:1px solid #b6bd86;border-radius:12px;background:#20352e;box-shadow:0 8px 32px #0005;color:#edf1df;font-size:13px}.monitor-announcement>svg{flex-shrink:0}.monitor-announcement>div{min-width:0}.monitor-announcement p{font-size:11px;margin-top:5px;overflow-wrap:anywhere}.monitor-announcement button{padding:9px;min-height:40px;color:#e0d5a0}.monitor-announcement strong{font-weight:500}.monitor-announcement :focus-visible{outline:2px solid #e0d5a0;outline-offset:3px}@media(max-width:1100px){.app-shell.map-first .map-alert-overlay,.app-shell.map-first .map-controls,.app-shell.map-first .network-summary,.app-shell.map-first .suite-left,.app-shell.map-first .suite-right{top:147px}}@media(max-width:600px){.app-shell.map-first .map-alert-overlay{top:137px;height:calc(100% - 237px);max-height:none}.app-shell.map-first .map-controls,.app-shell.map-first .network-summary,.app-shell.map-first .suite-left,.app-shell.map-first .suite-right.mobile-open{top:137px}.app-shell.map-first .navrail button:last-child{display:flex}.monitor-announcement{bottom:92px;gap:8px;padding:12px;font-size:12px}}.prevention-card-actions{display:flex;gap:8px;align-items:center}.prevention-card-actions .secondary-button{flex:1 1}.prevention-area .sage-conversation{margin:14px 0 0;padding:12px 0 0;border-top:1px solid var(--border,#35443b)}.prevention-plan{padding:24px}.prevention-plan>section{margin:22px 0}.prevention-plan h3{font-size:14px;color:#a9bbb0}.plan-card{padding:16px;margin:10px 0;border:1px solid #35443b;border-radius:10px;background:#182820}.plan-card h4{margin:0;font-size:15px}.plan-card li,.plan-card p{font-size:13px;line-height:1.6;color:#c3cec7}.plan-card details{margin:12px 0;font-size:12px}.plan-card summary{cursor:pointer}.plan-card small{color:#a9bbb0}.plan-card button{margin-top:8px}.exposure-counts{margin:10px 0;font-size:11px}.exposure-counts>div{display:flex;justify-content:space-between;gap:12px;margin:7px 0}.exposure-counts dt{display:flex;align-items:center;gap:6px}.exposure-counts dd{margin:0;white-space:nowrap}.exposure-counts i,.exposure-swatch{display:inline-block;width:8px;height:8px;border-radius:50%;flex-shrink:0}.exposure-places{list-style:none;padding:0;margin:0}.exposure-places li{padding:8px 0;border-bottom:1px solid #ffffff14}.exposure-places button{text-align:left;color:inherit;font-size:12px}.exposure-places small{display:block;color:#a6b7b0;margin-top:4px;font-size:10px}.exposure-summary{margin:10px 0}.exposure-layer-status{font-size:11px;line-height:1.5;padding:8px 12px;color:#bcc9c2}.exposure-layer-status a{text-decoration:underline}.layer-menu{max-height:calc(100% - 60px);overflow-y:auto}.satellite-lab{--sl-line:#34463d;min-height:100dvh;background:#142019;color:#e3e9de;font-size:13px}.sl-header{display:flex;align-items:center;gap:32px;padding:24px 32px;border-bottom:1px solid var(--sl-line)}.sl-header h1{font:40px Garamond,Georgia,serif;margin-top:5px;letter-spacing:-1px}.sl-back{display:flex;align-items:center;gap:8px;color:#d5ddc7;text-decoration:none;font-size:16px}.sl-caption{margin-left:auto;color:#aabca7}.sl-controls{display:flex;align-items:end;gap:20px;padding:20px 32px}.sl-controls form>div{display:flex;gap:8px}.satellite-lab label{display:grid;gap:8px;color:#b7c8b1;font-size:11px}.satellite-lab input:not([type=range]),.satellite-lab select{background:#1c2b22;color:#e3e9de;border:1px solid #50614c;border-radius:5px;padding:10px 12px;min-height:40px;max-width:100%}.sl-controls p{margin-bottom:12px;color:#aabca7}.sl-tabs{display:flex;gap:24px;padding:0 32px;border-bottom:1px solid var(--sl-line);overflow-x:auto}.sl-tabs button{padding:15px 0;white-space:nowrap;color:#aabca7;border-bottom:2px solid transparent;font-size:13px}.sl-tabs button[aria-pressed=true]{color:#edf0d3;border-color:#c6d9a0}.sl-split{display:grid;grid-template-columns:minmax(0,1fr) 370px;min-height:660px}.sl-map-section{min-width:0;display:flex;flex-direction:column}.sl-map{height:590px;position:relative;flex:1 1;min-height:450px}.sl-map>.terrain-map{height:100%}.sl-map-label{position:absolute;top:20px;left:20px;display:flex;align-items:center;gap:10px;pointer-events:none;background:#152019ec;border:1px solid #61765d;padding:12px 16px;font:9px var(--mono);line-height:1.7;z-index:2}.sl-map-label strong{font:14px var(--sans);color:#edf0d3}.sl-panel{padding:28px;border-left:1px solid var(--sl-line);max-height:800px;overflow:auto}.sl-content h2,.sl-panel h2{font:32px Garamond,Georgia,serif;margin:10px 0}.sl-content p,.sl-panel p{line-height:1.75;color:#afc0aa;margin:12px 0}.sl-panel label{margin:20px 0}.sl-timeline{display:flex;align-items:center;gap:20px;padding:20px 24px;background:#1c2b22;border-top:1px solid var(--sl-line)}.sl-timeline label{flex:1 1}.sl-timeline input{width:100%;accent-color:#c6d9a0}.sl-timeline>span{font:10px var(--mono);color:#bfceb4;line-height:1.8}.sl-source{border-top:1px solid var(--sl-line);padding:16px 0;overflow-wrap:anywhere}.sl-source>span{float:right;font:10px var(--mono);color:#c6d9a0}.sl-source p{font-size:11px;margin-bottom:0}.sl-note{font-size:11px;color:#abbda3!important;line-height:1.8}.sl-error{padding:12px;border:1px solid #bf7663;background:#492a2233;color:#ffc0ab!important;line-height:1.6}.sl-empty{padding:40px;color:#b3c1ac;line-height:1.8}.sl-downloads{display:flex;flex-wrap:wrap;gap:8px;margin:20px 0}.sl-pass-chart{margin:24px 0;border-top:1px solid var(--sl-line);padding-top:18px}.sl-pass-chart h3{font-size:13px;font-weight:500}.sl-pass-chart p{font-size:11px}.sl-pass-chart b{font:10px var(--mono);display:block;margin:18px 0 8px;color:#c6d9a0}.sl-bars{display:flex;gap:10px;overflow-x:auto;align-items:end;padding-bottom:10px}.sl-bars>div{min-width:52px;display:flex;flex-direction:column;align-items:center;justify-content:end;min-height:100px}.sl-bars i{display:block;background:#abc785;width:22px;border-radius:2px 2px 0 0}.sl-bars span{font:10px var(--mono);margin-top:5px}.sl-bars small{font:8px var(--mono);max-width:68px;line-height:1.5;text-align:center;color:#aabca7;margin-top:5px}.sl-content{padding:32px;max-width:1500px;margin:auto;min-height:640px}.sl-section-title{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:24px}.sl-section-title p{max-width:650px}.sl-table{max-width:100%;overflow:auto;border:1px solid var(--sl-line);border-radius:6px}.sl-table table{width:100%;border-collapse:collapse;text-align:left;white-space:nowrap}.sl-table td,.sl-table th{padding:14px;border-bottom:1px solid var(--sl-line);font:11px var(--mono)}.sl-table th{color:#c5d4b8;background:#1c2b22}.sl-table caption{text-align:left;padding:14px;color:#b2c2a8;font-size:11px}.sl-imagery-controls{display:grid;grid-template-columns:1fr 1fr auto;align-items:end;gap:16px}.sl-imagery-controls label{min-width:0}.sl-raster-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:24px;margin:24px 0}.sl-raster-grid article{padding:20px;background:#1c2b22;border:1px solid var(--sl-line);border-radius:8px}.sl-raster-grid h3{font-size:16px;font-weight:500;margin-bottom:18px}.sl-raster{aspect-ratio:1;background:repeating-conic-gradient(#213329 0 25%,#263c2e 0 50%) 0 0/16px 16px}.sl-raster img{width:100%;height:100%;object-fit:contain;image-rendering:pixelated}.sl-raster-grid p{font-size:11px}.sl-legend{display:flex;justify-content:space-between;border-top:5px solid transparent;border-image:linear-gradient(90deg,#b55d40,#5cb787) 1;padding-top:7px;font:10px var(--mono);color:#becdb1}.sl-assets{margin-top:24px;border-top:1px solid var(--sl-line);padding-top:18px}.sl-assets summary{cursor:pointer}.sl-assets a{display:inline-block;margin:10px 20px 10px 0}.sl-footer{padding:20px 32px;border-top:1px solid var(--sl-line);color:#aabca7;font-size:11px;line-height:1.8}.sl-footer a{margin-left:12px}.satellite-lab .primary-button{background:#c6d9a0;border-color:#c6d9a0}.satellite-lab .secondary-button{border-color:#50614c}.satellite-lab :focus-visible{outline:2px solid #e1dbaa;outline-offset:4px}@media(max-width:1000px){.sl-split{grid-template-columns:minmax(0,1fr) 320px}.sl-imagery-controls{grid-template-columns:1fr 1fr}.sl-imagery-controls button{justify-self:start}.sl-controls{flex-wrap:wrap}.sl-controls p{display:none}}@media(max-width:700px){.sl-header{padding:18px;gap:20px}.sl-header h1{font-size:30px}.sl-caption{display:none}.sl-content,.sl-controls{padding:20px}.sl-controls{gap:12px}.sl-controls form{width:100%}.sl-controls input{min-width:0;width:100%}.sl-tabs{padding:0 20px;gap:22px}.sl-split{display:flex;flex-direction:column}.sl-map{height:450px;flex:none}.sl-panel{border-left:0;border-top:1px solid var(--sl-line);max-height:none;padding:24px}.sl-section-title{display:block}.sl-section-title button{margin-top:14px}.sl-imagery-controls{display:flex;flex-direction:column;align-items:stretch}.sl-raster-grid{grid-template-columns:1fr}.sl-timeline{padding:16px;gap:12px}.sl-timeline>span{font-size:8px}.sl-footer{padding:20px}.satellite-lab input:not([type=range]),.satellite-lab select{font-size:16px}}@media(prefers-reduced-motion:reduce){.satellite-lab *{transition:none!important;scroll-behavior:auto!important}}.satellite-lab .map-controls{right:18px;top:20px}.satellite-lab .layer-menu{right:62px;top:20px}.satellite-lab .map-legend{left:16px;bottom:30px}.satellite-lab .map-warning{left:16px;bottom:65px}.satellite-lab .map-legend{display:none}.sl-header{padding:16px 32px}.sl-header h1{font-size:30px;margin:0}.sl-content{min-height:0}.sl-section-title{margin-bottom:20px}.sl-section-title h2{font-size:28px}.sl-scene-preview{margin:24px 0 0;max-width:640px}.sl-scene-preview img{display:block;width:100%;max-height:460px;object-fit:contain;background:#0d1711;border-radius:6px}.sl-scene-preview figcaption{color:#afc0aa;font-size:11px;line-height:1.6;margin-top:10px}.sl-no-data{display:grid;gap:12px;margin:24px 0}.sl-no-data p{margin:0 0 8px}.sl-assets summary,.sl-pass-chart summary,.sl-raster-grid summary{cursor:pointer;color:#b7c8b1;font-size:12px}.sl-assets p{font-size:12px}.sl-pass-chart{margin:20px 0}.sl-pass-chart details{margin-top:10px}.satellite-lab button:disabled{opacity:.45;cursor:not-allowed}.sl-raster-grid summary{margin-top:12px}.sl-imagery-controls .primary-button{min-height:40px;white-space:nowrap}.sl-content>.sl-assets{max-width:800px}@media(max-width:700px){.sl-header{padding:16px 20px}.sl-header h1{font-size:26px}.sl-scene-preview img{max-height:340px}}.app-shell.shared-map-shell>.shared-map-surface{position:absolute;inset:0;z-index:auto}.app-shell.shared-map-shell>.ginger-o2-workspace,.app-shell.shared-map-shell>.satellite-lab,.app-shell.shared-map-shell>.workspace{pointer-events:none;background:transparent}.app-shell.shared-map-shell .map-stage{pointer-events:none}.app-shell.shared-map-shell .ginger-workspace-toolbar,.app-shell.shared-map-shell .map-stage>:not(.map-loading),.app-shell.shared-map-shell .sage-config,.app-shell.shared-map-shell .sage-lab-header,.app-shell.shared-map-shell .sage-results,.app-shell.shared-map-shell .sage-timeline,.app-shell.shared-map-shell .workspace-head{pointer-events:auto}.app-shell.shared-map-shell .sage-lab-body,.app-shell.shared-map-shell .sage-map-column,.app-shell.shared-map-shell .sage-map-wrap{pointer-events:none;background:transparent}.app-shell.shared-map-shell .shared-map-surface .layer-menu{top:100px;right:76px;max-height:calc(100dvh - 210px);overflow:auto;z-index:25;pointer-events:auto}.app-shell.shared-map-shell .shared-map-surface .map-controls{z-index:24;pointer-events:auto}.app-shell.shared-map-shell .shared-map-surface .map-warning{top:78px;left:20px;pointer-events:none}.app-shell.shared-map-shell .shared-map-surface .sage-wind-card{left:20px;bottom:190px;max-height:30dvh;overflow:auto;pointer-events:auto}.app-shell.shared-map-shell>.satellite-lab{position:absolute;inset:0;height:100%;padding:0;overflow:hidden;color:var(--text)}.app-shell.shared-map-shell .sl-header{position:absolute;top:25px;left:50%;transform:translateX(-50%);padding:0;border:0;background:none;pointer-events:auto}.app-shell.shared-map-shell .sl-header .sl-back{display:none}.app-shell.shared-map-shell .sl-controls{position:absolute;top:88px;left:20px;right:76px;pointer-events:auto}.app-shell.shared-map-shell .satellite-lab>nav{position:absolute;top:145px;left:20px;right:76px;pointer-events:auto}.app-shell.shared-map-shell .satellite-lab>main{position:absolute;top:202px;right:76px;bottom:108px;width:min(430px,calc(100vw - 96px));padding:0;pointer-events:none;overflow:visible}.app-shell.shared-map-shell .sl-content,.app-shell.shared-map-shell .sl-panel{max-height:100%;overflow:auto;background:#18251af5;border:1px solid #a7bd8f30;border-radius:16px;padding:20px;pointer-events:auto;color:#e5e8df}.app-shell.shared-map-shell .sl-split{display:block;height:100%;border:0}.app-shell.shared-map-shell .sl-map-section{position:static;background:none;border:0}.app-shell.shared-map-shell .sl-map{height:0;min-height:0;background:none}.app-shell.shared-map-shell .sl-map-label{position:fixed;left:20px;top:205px;bottom:auto;width:max-content;background:#18251af5;color:#e5e8df;pointer-events:none}.app-shell.shared-map-shell .sl-timeline{position:fixed;bottom:104px;left:20px;right:526px;background:#18251af5;border:1px solid #a7bd8f30;border-radius:16px;pointer-events:auto;color:#e5e8df}.app-shell.shared-map-shell .satellite-lab footer{display:none}.app-shell.shared-map-shell>.workspace.incident-workspace{inset:92px 76px 106px auto;width:min(440px,calc(100vw - 96px));border-radius:16px;background:#f3f5ef;overflow:auto;pointer-events:auto;z-index:3}.app-shell.shared-map-shell .replay-shell{padding:18px;min-height:100%;height:auto}.app-shell.shared-map-shell .replay-heading{position:static;transform:none;display:block;padding:0 0 16px}.app-shell.shared-map-shell .replay-heading>div:first-child,.app-shell.shared-map-shell .replay-layout{display:block}.app-shell.shared-map-shell .replay-sidebar{width:auto;border:0;padding:0 0 16px}.app-shell.shared-map-shell .replay-content{padding:0;overflow:visible}.app-shell.shared-map-shell .replay-map-toolbar{flex-wrap:wrap;gap:10px}.app-shell.shared-map-shell .replay-evaluation,.app-shell.shared-map-shell .replay-map-pair{grid-template-columns:1fr}.app-shell.shared-map-shell .replay-comparison summary{cursor:pointer;padding:12px 0}@media(max-width:700px){.app-shell.shared-map-shell .sl-header{top:80px;left:20px;transform:none}.app-shell.shared-map-shell .sl-controls{top:114px;left:12px;right:62px;flex-wrap:wrap}.app-shell.shared-map-shell .satellite-lab>nav{top:200px;left:12px;right:12px;overflow:auto}.app-shell.shared-map-shell .satellite-lab>main{top:auto;bottom:99px;right:62px;width:calc(100vw - 74px);height:40dvh}.app-shell.shared-map-shell .sl-map-label{display:none}.app-shell.shared-map-shell .sl-timeline{left:12px;right:62px;bottom:calc(40dvh + 107px)}.app-shell.shared-map-shell>.workspace.incident-workspace{inset:auto 62px 99px 12px;width:auto;height:48dvh}.app-shell.shared-map-shell .shared-map-surface .layer-menu{right:62px;width:min(270px,calc(100vw - 76px))}}.app-shell.shared-map-shell .sl-controls{background:#18251af5;border:1px solid #a7bd8f30;border-radius:16px;padding:10px 16px}.app-shell.shared-map-shell .sl-tabs{background:#18251af5;border:1px solid #a7bd8f30;border-radius:16px;padding:0 16px;width:max-content;max-width:calc(100% - 96px)}.app-shell.shared-map-shell .sl-imagery-controls{display:flex;flex-direction:column;align-items:stretch}.app-shell.shared-map-shell .sl-raster-grid{grid-template-columns:1fr}.app-shell.shared-map-shell .sl-content{min-height:0}.app-shell.shared-map-shell .replay-shell{background:#18251af5}.app-shell.shared-map-shell .replay-heading h1{font-size:22px;letter-spacing:0}.app-shell.shared-map-shell .replay-heading-actions{margin-top:12px}.app-shell.shared-map-shell .replay-empty{min-height:240px;padding:16px 0}.app-shell.shared-map-shell .replay-content{min-width:0}.app-shell.shared-map-shell .sl-controls{right:auto;width:max-content;max-width:calc(100vw - 96px);gap:14px;align-items:end}.app-shell.shared-map-shell .satellite-lab>nav{top:174px}.app-shell.shared-map-shell .satellite-lab>main{top:234px}.app-shell.shared-map-shell .sl-map-label{top:235px}@media(max-width:700px){.app-shell.shared-map-shell .sl-controls{left:12px;right:62px;width:auto;max-width:none;padding:8px 12px;gap:8px}.app-shell.shared-map-shell .sl-controls form{width:auto;flex:1 1;min-width:0}.app-shell.shared-map-shell .sl-controls input{width:100%;min-width:0}.app-shell.shared-map-shell .sl-controls form>div{display:flex;gap:6px}.app-shell.shared-map-shell .sl-controls form button{white-space:nowrap;padding:8px}.app-shell.shared-map-shell .sl-controls>label{max-width:85px}.app-shell.shared-map-shell .sl-controls>.icon-button{display:none}.app-shell.shared-map-shell .satellite-lab>nav{top:214px;max-width:calc(100vw - 24px);gap:14px}.app-shell.shared-map-shell .sl-tabs button{white-space:nowrap;font-size:11px;padding:12px 0}.app-shell.shared-map-shell .satellite-lab>main{top:auto}}.app-shell.shared-map-shell .replay-shell{--rp-ink:#e5e8df;--rp-muted:#b9c9ae;--rp-paper:#18251a;--rp-line:#a7bd8f30;--rp-green:#c2d6a5;color:var(--rp-ink)}.app-shell.shared-map-shell .replay-heading-actions a,.app-shell.shared-map-shell .replay-heading-actions button{background:#263624;color:#e5e8df;border-color:#a7bd8f30}.app-shell.shared-map-shell .replay-protocol{margin-top:20px;padding-top:20px}.app-shell.shared-map-shell .replay-shell h1,.app-shell.shared-map-shell .replay-shell h2,.app-shell.shared-map-shell .replay-shell h3{color:#e5e8df}.app-shell.shared-map-shell .replay-content{padding:16px 0}.app-shell.shared-map-shell.simulation-mode>.ginger-o2-workspace{background:transparent}.app-shell.shared-map-shell .simulation-preparation{background:none}.app-shell.shared-map-shell .mapping-grid,.app-shell.shared-map-shell .mapping-sweep,.app-shell.shared-map-shell .mapping-target{display:none}@media(max-width:700px){.app-shell.shared-map-shell .satellite-lab>nav{right:62px;width:auto;max-width:none}}.workspace-map-host[hidden]{display:none}.workspace-map-host>.app-shell{background:transparent;pointer-events:none;isolation:auto}.workspace-map-host>.app-shell .modal-backdrop,.workspace-map-host>.app-shell .monitor-announcement,.workspace-map-host>.app-shell .navrail,.workspace-map-host>.app-shell .topbar{pointer-events:auto}.workspace-map-host>.r-workspace{background:transparent;pointer-events:none}.workspace-map-host .modal-overlay,.workspace-map-host .r-footer,.workspace-map-host .r-header,.workspace-map-host .r-layer-anchor,.workspace-map-host .r-mobile-nav,.workspace-map-host .r-panel,.workspace-map-host .r-timeline{pointer-events:auto}.workspace-map-host.receptivity-map-host .shared-map-surface .map-controls{top:245px;left:355px;right:auto}.workspace-map-host.receptivity-map-host .shared-map-surface .layer-menu{top:245px;left:405px;right:auto}.workspace-map-host.receptivity-map-host .shared-map-surface .map-legend{display:none}.workspace-map-host.receptivity-map-host .shared-map-surface .map-warning{top:auto;bottom:160px;left:355px}.workspace-map-host.receptivity-map-host .maplibregl-ctrl-bottom-left{bottom:30px!important}@media(max-width:1250px){.workspace-map-host.receptivity-map-host .shared-map-surface .map-controls{left:300px}.workspace-map-host.receptivity-map-host .shared-map-surface .layer-menu{left:350px}}@media(max-width:1050px){.workspace-map-host.receptivity-map-host .shared-map-surface .map-controls{left:270px}.workspace-map-host.receptivity-map-host .shared-map-surface .layer-menu{left:315px}}@media(max-width:759px){.workspace-map-host.receptivity-map-host .shared-map-surface .map-controls{top:240px;left:auto;right:17px}.workspace-map-host.receptivity-map-host .shared-map-surface .layer-menu{top:240px;left:auto;right:62px;max-height:calc(100dvh - 400px)}.workspace-map-host.receptivity-map-host .shared-map-surface .map-warning{left:17px;right:17px;bottom:180px}.workspace-map-host.receptivity-map-host .maplibregl-ctrl-bottom-left{bottom:180px!important}}.workspace-map-host .modal{pointer-events:auto}.navrail .workspace-home-link{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;color:inherit;text-decoration:none;font-size:9px;padding:12px 5px;border-radius:8px}.navrail .workspace-home-link:hover{background:#334532}.navrail .workspace-home-link:focus-visible{outline:2px solid #c4d9a9}.workspace-map-host.receptivity-map-host .shared-map-surface .layer-menu,.workspace-map-host.receptivity-map-host .shared-map-surface .map-controls{top:274px}@media(max-width:759px){.workspace-map-host.receptivity-map-host .shared-map-surface .layer-menu,.workspace-map-host.receptivity-map-host .shared-map-surface .map-controls{top:273px}}