:root{--bg:#f4f5f1;--panel:#fff;--ink:#182018;--muted:#687268;--line:#dfe4dc;--accent:#245c39;--amber:#a36712;--red:#9f3434}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}.shell{max-width:1220px;margin:0 auto;padding:28px}.topbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:28px}.brand{font-size:22px;font-weight:750;letter-spacing:-.03em}.badge{display:inline-block;padding:6px 10px;border-radius:999px;background:#e4ede5;color:var(--accent);font-size:12px;font-weight:700}.hero{display:grid;grid-template-columns:1.5fr 1fr;grid-gap:18px;gap:18px;margin-bottom:18px}.panel{background:var(--panel);border:1px solid var(--line);border-radius:18px;padding:22px;box-shadow:0 8px 28px rgba(27,43,30,.05)}h1{font-size:42px;line-height:1.05;letter-spacing:-.045em;margin:0 0 14px}h2{font-size:20px;margin:0 0 16px}.lead{font-size:18px;color:var(--muted);max-width:730px;line-height:1.5}.metrics{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:10px;gap:10px}.metric{padding:14px;border:1px solid var(--line);border-radius:14px}.metric strong{display:block;font-size:28px}.metric span{color:var(--muted);font-size:12px}.toolbar{display:flex;gap:10px;align-items:center;flex-wrap:wrap;margin-bottom:14px}.table{width:100%;border-collapse:collapse}.table td,.table th{text-align:left;padding:13px 10px;border-bottom:1px solid var(--line);vertical-align:top}.table th{font-size:12px;color:var(--muted);text-transform:uppercase;letter-spacing:.05em}.score{display:inline-grid;place-items:center;width:42px;height:42px;border-radius:50%;background:#e6efe7;color:var(--accent);font-weight:800}.score.low,.score.medium{background:#f5ead6;color:var(--amber)}.tiny{font-size:12px;color:var(--muted)}.signals{display:flex;gap:6px;flex-wrap:wrap;margin-top:7px}.signal{font-size:11px;padding:4px 7px;border-radius:999px;background:#eef1ec;color:#445044}.grid2{display:grid;grid-template-columns:1fr 1fr;grid-gap:18px;gap:18px}.empty{padding:36px;text-align:center;color:var(--muted)}.investigation-header{display:grid;grid-template-columns:auto 1fr;grid-gap:18px;gap:18px;margin:18px 0}.investigation-header .badge{margin-left:8px}.investigation-grid{margin-bottom:18px}.signal-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:12px;gap:12px}.signal-card{border:1px solid var(--line);border-radius:12px;padding:12px}.signal-card span{display:block;color:var(--muted);font-size:12px}.signal-card strong{font-size:24px}.signal-track{height:5px;background:#edf0eb;border-radius:99px;margin-top:8px;overflow:hidden}.signal-track i{display:block;height:100%;background:var(--accent)}.signal-track i.inverse{background:var(--red)}.button-link{display:inline-block;margin-top:12px;padding:9px 12px;border:1px solid var(--line);border-radius:10px;font-size:13px;font-weight:700}.checklist,.timeline{list-style:none;padding:0;margin:0}.timeline li{border-left:2px solid #d7e4d8;padding:0 0 20px 18px;margin-left:6px}.timeline-heading{display:flex;justify-content:space-between;gap:12px}.timeline-heading span{color:var(--accent);font-size:12px}.checklist p,.timeline p{color:var(--muted);line-height:1.45}.checklist li{display:flex;gap:12px;padding:12px 0;border-bottom:1px solid var(--line)}.task-state{display:grid;place-items:center;min-width:28px;height:28px;border-radius:50%;background:#eef1ec;color:var(--muted)}.task-state.completed{background:#e4ede5;color:var(--accent)}.explorer{display:grid;grid-gap:18px;gap:18px}.explorer-heading{display:flex;justify-content:space-between;gap:18px;align-items:flex-start}.explorer-heading h2{margin-bottom:5px}.explorer-heading>strong{color:var(--accent)}.filters{display:grid;grid-template-columns:2fr repeat(5,1fr);grid-gap:10px;gap:10px}.filters label{display:grid;grid-gap:5px;gap:5px;color:var(--muted);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.filters input,.filters select{width:100%;min-width:0;border:1px solid var(--line);border-radius:10px;background:#fbfcfa;color:var(--ink);padding:10px;font:inherit;text-transform:none;letter-spacing:0}.map-panel{padding:0;overflow:hidden}.map-loading,.opportunity-map{height:470px;width:100%}.map-loading{display:grid;place-items:center;color:var(--muted);background:#eef1ec}.map-popup{display:grid;grid-gap:5px;gap:5px;min-width:190px}.map-popup span{color:#687268}.map-popup a{color:var(--accent);font-weight:700;margin-top:5px}.map-legend{display:flex;gap:20px;padding:12px 18px;font-size:12px;color:var(--muted)}.map-legend span{display:flex;gap:7px;align-items:center}.map-legend i{width:10px;height:10px;border-radius:50%}.priority-dot{background:var(--accent)}.standard-dot{background:var(--amber)}.intelligence-strip{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:12px;gap:12px;margin-bottom:18px}.intelligence-strip>div{padding-right:12px;border-right:1px solid var(--line)}.intelligence-strip>div:last-child{border:0}.intelligence-strip span{display:block;color:var(--muted);font-size:11px;text-transform:uppercase;letter-spacing:.04em}.intelligence-strip strong{display:block;margin-top:5px}.source-intelligence{margin-bottom:18px}.source-intelligence p{color:var(--muted);line-height:1.55}@media(max-width:980px){.filters{grid-template-columns:repeat(3,1fr)}.filters label:first-child{grid-column:span 2}.intelligence-strip{grid-template-columns:repeat(2,1fr)}}@media(max-width:820px){.grid2,.hero{grid-template-columns:1fr}.metrics{grid-template-columns:repeat(3,1fr)}.filters,.signal-grid{grid-template-columns:1fr}.filters label:first-child{grid-column:auto}.intelligence-strip{grid-template-columns:1fr}.intelligence-strip>div{border-right:0;border-bottom:1px solid var(--line);padding-bottom:10px}.map-loading,.opportunity-map{height:380px}h1{font-size:34px}.shell{padding:16px}.table{display:block;overflow-x:auto}}.analyst-metrics{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:12px;gap:12px}.analyst-metric{padding:16px 18px}.analyst-metric strong{display:block;color:var(--accent);font-size:28px}.analyst-metric span{color:var(--muted);font-size:12px}.sprint3-filters{grid-template-columns:2fr repeat(6,1fr)}.readiness-track{width:74px;height:5px;margin:6px 0;overflow:hidden;border-radius:99px;background:#edf0eb}.readiness-track i{display:block;height:100%;border-radius:inherit;background:var(--accent)}.readiness-badge{display:block;margin-top:8px;color:var(--accent);font-size:11px;font-weight:700}.next-actions,.priority-reasons{margin-bottom:18px}.intelligence-strip{grid-template-columns:repeat(5,1fr)}.evidence-facts{display:grid;grid-gap:0;gap:0;margin:0}.evidence-facts div{display:flex;justify-content:space-between;gap:18px;padding:10px 0;border-bottom:1px solid var(--line)}.evidence-facts dt{color:var(--muted)}.evidence-facts dd{margin:0;text-align:right;font-weight:700}.gap-list{display:grid;grid-gap:8px;gap:8px;padding-left:20px}.action-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:12px;gap:12px}.action-grid article{min-height:150px;padding:16px;border:1px solid var(--line);border-radius:12px}.action-grid article strong{display:block;margin-top:10px}.action-grid article p{color:var(--muted);line-height:1.45}.action-priority{padding:3px 7px;border-radius:99px;background:#eef1ec;color:var(--muted);font-size:10px;font-weight:800;text-transform:uppercase}.action-priority.high{background:#f5ead6;color:var(--amber)}.constraint-state{display:inline-flex;align-items:center;border-radius:999px;padding:5px 10px;font-size:10px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.constraint-state.pending{background:#f1eee7;color:#685f50}.constraint-state.clear{background:#dff4e8;color:#17613d}.constraint-state.flagged{background:#fee7dd;color:#9b3d1f}.constraint-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:12px;gap:12px;margin:16px 0}.constraint-list article{border:1px solid var(--line);border-radius:14px;padding:14px;background:#fcfbf8;display:grid;grid-gap:5px;gap:5px}.constraint-list article span{color:var(--muted);font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.05em}.constraint-list article small{color:var(--muted)}.constraint-warning{margin-top:16px;padding:12px 14px;background:#fff7df;border-left:3px solid #d59b25;color:#5d4a20;font-size:13px;line-height:1.5}@media (max-width:1080px){.sprint3-filters{grid-template-columns:repeat(3,1fr)}.sprint3-filters label:first-child{grid-column:span 2}.intelligence-strip{grid-template-columns:repeat(2,1fr)}}@media (max-width:820px){.action-grid,.analyst-metrics,.sprint3-filters{grid-template-columns:1fr}.sprint3-filters label:first-child{grid-column:auto}}.leaflet-image-layer,.leaflet-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane,.leaflet-pane>canvas,.leaflet-pane>svg,.leaflet-tile,.leaflet-tile-container,.leaflet-zoom-box{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-bottom,.leaflet-top{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-pan-anim .leaflet-tile,.leaflet-zoom-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-control,.leaflet-popup-pane{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:grabbing}.leaflet-image-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-image-layer.leaflet-interactive,.leaflet-marker-icon.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078A8}.leaflet-zoom-box{border:2px dotted #38f;background:rgba(255,255,255,.5)}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px rgba(0,0,0,.65);border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:black}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:focus,.leaflet-bar a:hover{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px rgba(0,0,0,.4);background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(/_next/static/media/layers.ef6db872.png);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(/_next/static/media/layers-2x.9859cd12.png);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(/_next/static/media/marker-icon.d577052a.png)}.leaflet-container .leaflet-control-attribution{background:#fff;background:rgba(255,255,255,.8);margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:focus,.leaflet-control-attribution a:hover{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;box-sizing:border-box;background:rgba(255,255,255,.8);text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers{box-shadow:none}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-layers{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:white;color:#333;box-shadow:0 3px 14px rgba(0,0,0,.4)}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:focus,.leaflet-container a.leaflet-popup-close-button:hover{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678,M12=0.70710678,M21=-0.70710678,M22=0.70710678)}.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px rgba(0,0,0,.4)}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before,.leaflet-tooltip-top:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}