.dashboard-header{background:var(--surface);border-bottom:1px solid var(--border);box-shadow:var(--shadow-sm);z-index:200;justify-content:space-between;align-items:center;height:54px;padding:0 22px;display:flex;position:relative}.logo{align-items:center;gap:9px;text-decoration:none;display:flex}.logo-mark{background:linear-gradient(135deg,#6b6560,#4a4440);border-radius:7px;justify-content:center;align-items:center;width:30px;height:30px;font-size:15px;display:flex;box-shadow:0 2px 8px #00000026}.logo-text{color:#4a4440;letter-spacing:.3px;font-family:Fraunces,serif;font-size:17px;font-weight:700}.logo-text .dot{color:#6b6560}.header-center{align-items:center;gap:8px;display:flex}.header-label{color:var(--text-muted);font-size:11px;font-weight:500}.city-select{appearance:none;background:var(--surface2);border:1px solid var(--border2);color:var(--text);cursor:pointer;border-radius:7px;min-width:185px;padding:5px 28px 5px 10px;font-size:13px;font-weight:500}.city-select:focus{border-color:var(--orange);outline:none;box-shadow:0 0 0 3px #e85d261a}.mode-toggle{background:var(--surface2);border:1px solid var(--border);border-radius:7px;display:flex;overflow:hidden}.mode-btn{color:var(--text-muted);background:0 0;border:0;align-items:center;gap:4px;padding:5px 11px;font-size:12px;font-weight:500;transition:all .2s;display:flex}.mode-btn.active{color:#fff;background:#a85535}.menu-wrap{position:relative}.menu-btn{background:var(--surface);border:1px solid var(--border);border-radius:7px;flex-direction:column;justify-content:center;align-items:center;gap:4px;width:32px;height:32px;transition:border-color .2s;display:flex}.menu-btn:hover{border-color:var(--orange)}.menu-btn span{background:var(--text-muted);border-radius:2px;width:14px;height:1.5px;display:block}.dropdown-menu{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-lg);z-index:300;min-width:195px;animation:.15s dropIn;display:none;position:absolute;top:calc(100% + 6px);right:0}.dropdown-menu.open{display:block}@keyframes dropIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.menu-item{border-bottom:1px solid var(--border);color:var(--text);align-items:center;gap:8px;padding:10px 14px;font-size:13px;display:flex}.menu-item:last-child{border-bottom:0}.menu-divider{background:var(--border);height:1px;margin:3px 0}.page{gap:12px;padding:14px 22px 24px;display:grid}.scenario-bar{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm);align-items:center;gap:12px;padding:9px 15px;display:flex}.scenario-label{color:var(--text-muted);letter-spacing:1px;text-transform:uppercase;white-space:nowrap;font-size:10px;font-weight:600}.scenario-tabs{gap:4px;display:flex}.scenario-tab{background:var(--surface2);border:1px solid var(--border);color:var(--text-muted);border-radius:5px;padding:4px 11px;font-size:11px;font-weight:500;transition:all .2s}.scenario-tab:hover{border-color:var(--orange);color:var(--orange)}.scenario-tab.active{background:var(--orange);border-color:var(--orange);color:#fff}.scenario-desc{color:var(--text-muted);margin-left:auto;font-size:11px;font-style:italic}.data-status,.mode-notice{border-radius:var(--radius);color:#6f4631;background:#fffaf5;border:1px solid #f0d5c4;padding:9px 12px;font-size:12px}.mode-notice{color:#425466;background:#f6f8fb;border-color:#d7e0ea}.content-row{grid-template-columns:minmax(0,1fr) minmax(360px,1fr);gap:12px;min-height:0;display:grid}.left-col{flex-direction:column;gap:10px;min-width:0;display:flex}.kpi-row{grid-template-columns:repeat(3,1fr);gap:7px;display:grid}.kpi-card,.speedo-card,.chart-card,.map-panel,.report-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm);animation:.4s both fadeUp}.kpi-card{padding:9px 10px 8px;position:relative;overflow:hidden}.kpi-accent{border-radius:var(--radius) var(--radius) 0 0;height:2px;position:absolute;top:0;left:0;right:0}.kpi-label{color:var(--text-muted);letter-spacing:.8px;text-transform:uppercase;margin:2px 0 3px;font-size:8.5px;font-weight:600}.kpi-value{letter-spacing:-.8px;font-family:Fraunces,serif;font-size:28px;font-weight:700;line-height:1}.kpi-value-orange{color:var(--orange)}.kpi-value-amber{color:var(--amber)}.kpi-value-red{color:var(--red)}.kpi-unit{color:var(--text-muted);font-family:DM Sans,sans-serif;font-size:9px;font-weight:400}.kpi-sub{margin-top:4px}.badge{border-radius:3px;padding:1px 5px;font-size:8px;font-weight:600;display:inline-flex}.badge-red{color:var(--red);background:#fde8e8}.badge-orange{color:var(--orange);background:#fff3ed}.badge-amber{color:var(--amber);background:#fffbeb}.speedo-row{grid-template-columns:1fr 1fr;gap:10px;display:grid}.speedo-card{flex-direction:column;align-items:center;padding:22px 22px 20px;display:flex}.speedo-title{text-align:center;margin-bottom:4px;font-family:Fraunces,serif;font-size:18px;font-weight:700;line-height:1.25}.speedo-subtitle{color:#4a4038;letter-spacing:.01em;text-align:center;margin-bottom:8px;font-size:13px;font-weight:600}.speedo-range,.pct-label-row{color:var(--text-muted);font-size:12px;font-weight:600}.speedo-svg{width:100%;max-height:200px;display:block;overflow:visible}.speedo-range{justify-content:space-between;width:100%;margin-top:6px;padding:0 4px;display:flex}.speedo-value{text-align:center;margin-top:8px;font-family:Fraunces,serif;font-size:22px;font-weight:700}.pct-section{width:100%;margin-top:14px}.pct-label-row{justify-content:space-between;margin-bottom:6px;display:flex}.pct-highlight{color:var(--orange);font-size:13px;font-weight:700}.pct-track{background:linear-gradient(90deg,#d1fae5,#fde68a,#fed7aa,#fca5a5);border-radius:4px;height:8px;position:relative}.pct-needle{background:var(--orange);border-radius:2px;width:3px;height:16px;transition:left .8s cubic-bezier(.34,1.56,.64,1);position:absolute;top:-4px;transform:translate(-50%);box-shadow:0 0 6px #e85d2680}.chart-card{flex-direction:column;flex:1;min-height:0;padding:13px 14px;display:flex}.chart-title-main{font-family:Fraunces,serif;font-size:12px;font-weight:600}.chart-subtitle-sm,.chart-note{color:var(--text-muted);margin-bottom:6px;font-size:9px}.tab-bar{background:var(--surface2);border:1px solid var(--border);border-radius:7px;gap:3px;margin-bottom:8px;padding:3px;display:flex}.tab-btn{color:var(--text-muted);text-align:center;background:0 0;border:0;border-radius:5px;flex:1;padding:4px 6px;font-size:10px;font-weight:500}.tab-btn.active{background:var(--surface);box-shadow:var(--shadow-sm);color:var(--text)}.tab-panel{flex-direction:column;flex:1;min-height:0;display:none}.tab-panel.active{display:flex}.time-controls{gap:3px;margin-bottom:5px;display:flex}.time-btn{background:var(--surface2);border:1px solid var(--border);color:var(--text-muted);border-radius:4px;padding:3px 7px;font-size:9px;font-weight:500}.time-btn.active{background:var(--orange-light);border-color:var(--orange);color:var(--orange)}.chart-legend{color:var(--text-muted);flex-wrap:wrap;gap:5px 10px;margin-bottom:5px;font-size:9px;display:flex}.legend-row{align-items:center;gap:4px;display:flex}.leg-bar{background:var(--orange);opacity:.7;border-radius:2px;width:11px;height:8px}.leg-bar.muted{opacity:.5}.leg-bar.tropical{background:#6366f1}.leg-dash{border-top:2px dashed var(--red);width:16px;height:0}.tropical-dash{border-color:#7c3aed}.legend-line-rcp45,.legend-line-rcp85{width:16px;height:0;display:inline-block}.legend-line-rcp45{border-top:2px solid #3b82f6}.legend-line-rcp85{border-top:2px solid #dc2626}.chart-svg-wrap{flex:1;min-height:100px;position:relative}.chart-svg{width:100%}.chart-axis-labels{color:var(--text-light);justify-content:space-between;margin-top:2px;padding:0 30px 0 32px;font-size:8px;display:flex}.future-axis{padding:0 8px 0 34px}.neuland-legend{color:var(--text-muted);flex-wrap:wrap;gap:10px;margin-top:5px;font-size:8.5px;display:flex}.neuland-legend span{align-items:center;gap:3px;display:inline-flex}.neuland-legend i{border-radius:50%;width:8px;height:8px;display:inline-block}.map-panel{box-shadow:var(--shadow);flex-direction:column;min-height:840px;display:flex;position:relative;overflow:hidden}.map-header{border-bottom:1px solid var(--border);flex-shrink:0;justify-content:space-between;align-items:center;padding:11px 14px 9px;display:flex}.panel-title{color:var(--text-muted);letter-spacing:1px;text-transform:uppercase;font-size:11px;font-weight:600}.map-header-meta{color:var(--text-muted);font-size:10px}.map-container{cursor:default;background:#e8e4de;flex:auto;min-height:640px;position:relative;overflow:hidden}.maplibre-shell{position:absolute;inset:0}.maplibre-shell .maplibregl-ctrl-bottom-left,.maplibre-shell .maplibregl-ctrl-bottom-right{z-index:12}.map-empty-state{border:1px solid var(--border);box-shadow:var(--shadow);color:var(--text-muted);z-index:11;background:#ffffffeb;border-radius:10px;flex-direction:column;align-items:flex-start;gap:4px;max-width:260px;padding:12px 14px;font-size:11px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.map-empty-state strong{color:var(--text);font-size:13px}.map-container.dragging{cursor:grabbing}.map-img{object-fit:contain;object-position:center center;transition:filter .3s,transform .2s;display:block}.map-ctrl-group{z-index:10;flex-direction:column;gap:5px;display:flex;position:absolute;top:10px;right:10px}.map-ctrl-btn,.map-layer-btn{border:1px solid var(--border);box-shadow:var(--shadow-sm);background:#ffffffed;border-radius:6px;justify-content:center;align-items:center;width:30px;height:30px;font-size:13px;transition:all .15s;display:flex}.map-layer-btn{z-index:10;position:absolute;top:10px;left:10px}.map-ctrl-btn:hover,.map-layer-btn:hover{background:var(--orange-light);border-color:var(--orange)}.map-ctrl-btn.spaced,.map-zoom-pair{margin-top:4px}.map-zoom-pair{flex-direction:column;display:flex}.map-zoom-pair .map-ctrl-btn:first-child{border-bottom:0;border-radius:6px 6px 0 0}.map-zoom-pair .map-ctrl-btn:last-child{border-radius:0 0 6px 6px}.layer-panel,.baselayer-panel,.legend-panel{border:1px solid var(--border);box-shadow:var(--shadow);z-index:20;background:#fffffff7;border-radius:8px;animation:.15s dropIn;display:none;position:absolute;overflow:hidden}.layer-panel.open,.baselayer-panel.open,.legend-panel.open{display:block}.layer-panel{width:150px;top:48px;left:10px}.layer-panel-header,.bl-header{border-bottom:1px solid var(--border);color:var(--text-muted);letter-spacing:1px;text-transform:uppercase;justify-content:space-between;align-items:center;padding:7px 10px;font-size:10px;font-weight:600;display:flex}.layer-panel-header button,.bl-header button{color:inherit;background:0 0;border:0;font-size:14px}.layer-item,.bl-item{border:0;border-bottom:1px solid var(--surface2);color:var(--text);text-align:left;background:0 0;align-items:center;gap:6px;width:100%;padding:7px 10px;font-size:11px;display:flex}.layer-item.active{color:#0f766e;background:#0f766e14}.layer-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.heat-dot{background:#e85d26}.city-dot{background:#3b82f6}.base-dot{background:#6b7280}.baselayer-panel{width:175px;top:10px;right:48px}.bl-item{gap:8px;font-size:12px}.bl-item.active{background:var(--orange-light);color:var(--orange)}.bl-swatch{border:1px solid var(--border);border-radius:3px;flex-shrink:0;width:20px;height:13px}.bl-heat{background:linear-gradient(135deg,#4c1d95,#1e40af,#f97316)}.bl-light{background:#f5f5f0;border-color:#ccc}.bl-satellite{background:#2d4a2d}.bl-dark{background:#1a1a2e}.legend-panel{padding:10px 12px;bottom:40px;left:10px}.legend-panel-title{color:var(--text-muted);letter-spacing:1px;text-transform:uppercase;margin-bottom:6px;font-size:9px;font-weight:600}.leg2{color:var(--text);align-items:center;gap:6px;margin-bottom:3px;font-size:10px;display:flex}.leg-sw{border-radius:2px;flex-shrink:0;width:12px;height:12px}.leg-sw-0{background:#3b0764}.leg-sw-1{background:#1e40af}.leg-sw-2{background:#3b82f6}.leg-sw-3{background:#22c55e}.leg-sw-4{background:#fde047}.leg-sw-5{background:#f97316}.leg-sw-6{background:#ef4444}.leg-sw-7{background:#dc2626}.leg-sw-8{background:#7f1d1d}.map-scalebar{border:1px solid var(--border2);color:var(--text-muted);z-index:10;background:#ffffffeb;border-radius:4px;align-items:center;gap:5px;padding:3px 8px;font-size:9px;display:flex;position:absolute;bottom:10px;right:10px}.scalebar-graphic{border:1px solid var(--text-muted);background:linear-gradient(90deg,#1c1916 50%,#fff 50%);width:34px;height:7px}.map-info-strip{background:var(--surface2);border-top:1px solid var(--border);color:var(--text-muted);flex-shrink:0;justify-content:space-between;padding:8px 13px;font-size:10px;display:flex}.report-card{padding:16px}.report-card-header{justify-content:space-between;align-items:center;gap:16px;display:flex}.report-eyebrow{color:var(--text-muted);letter-spacing:1px;text-transform:uppercase;font-size:10px;font-weight:600}.report-card h2,.report-content h3{font-family:Fraunces,serif;font-weight:700}.report-actions{gap:8px;display:flex}.primary-action,.secondary-action{border-radius:7px;padding:8px 12px;font-size:12px;font-weight:600}.primary-action{background:var(--orange);border:1px solid var(--orange);color:#fff}.primary-action:disabled{cursor:not-allowed;opacity:.55}.secondary-action{background:var(--surface2);border:1px solid var(--border);color:var(--text-muted)}.report-error,.report-loading,.report-placeholder{background:var(--surface2);border:1px solid var(--border);color:#3d342e;border-radius:8px;margin-top:12px;padding:10px 12px;font-size:13.5px;line-height:1.6}.report-error{color:#9f1239;background:#fff1f2;border-color:#fecdd3}.report-content{color:#332c27;overflow-wrap:break-word;gap:14px;margin-top:16px;display:grid}.report-title-row{justify-content:space-between;align-items:center;gap:10px;display:flex}.prototype-badge{color:var(--orange);text-transform:uppercase;background:#fff3ed;border:1px solid #ffd3bd;border-radius:999px;padding:3px 8px;font-size:10px;font-weight:700}.report-section h4,.committee-box h4{color:#514741;letter-spacing:1px;text-transform:uppercase;margin-bottom:5px;font-size:10.5px}.report-section p,.committee-box p,.risk-card p,.measure-grid p,.priority-list p{color:#3d342e;overflow-wrap:break-word;white-space:normal;font-size:13.5px;line-height:1.6}.risk-grid,.measure-grid{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.risk-card,.measure-grid article,.priority-list article,.committee-box{background:var(--surface2);border:1px solid var(--border);border-radius:8px;padding:10px}.risk-card span,.measure-grid span{color:#5e534c;letter-spacing:.7px;text-transform:uppercase;font-size:9.5px;font-weight:600;display:block}.risk-card strong,.measure-grid strong,.priority-list strong{color:#221d19;margin:3px 0;font-size:14px;display:block}.priority-list{gap:8px;display:grid}.priority-list ul,.two-col-report ul{color:#3d342e;margin-top:5px;margin-left:16px;font-size:13.5px;line-height:1.6}.two-col-report{grid-template-columns:1fr 1fr;gap:14px;display:grid}.decision-brief{gap:16px}.data-status-badge{color:#9a3412;background:#fff7ed;border:1px solid #fed7aa;border-radius:999px;max-width:520px;padding:5px 10px;font-size:11px;font-weight:700;line-height:1.35}.snapshot-card,.classification-card,.workflow-card,.monitoring-card{border:1px solid var(--border);background:#fffdfb;border-radius:10px;padding:12px}.snapshot-card h4,.workflow-card h4,.monitoring-card h4,.report-section-title{color:#514741;letter-spacing:1px;text-transform:uppercase;margin-bottom:8px;font-size:10.5px}.snapshot-card ul,.workflow-card ol,.roadmap-column ul{color:#332c27;margin-left:18px;font-size:13.5px;line-height:1.55}.snapshot-card li+li,.workflow-card li+li,.roadmap-column li+li{margin-top:5px}.classification-card{grid-template-columns:130px 130px 1fr;align-items:start;gap:12px;display:grid;position:relative;overflow:hidden}.classification-card:before{content:"";border-radius:10px 0 0 10px;width:4px;position:absolute;top:0;bottom:0;left:0}.classification-card.risk-low:before{background:#16a34a}.classification-card.risk-moderate:before{background:#d97706}.classification-card.risk-elevated:before{background:#ea580c}.classification-card.risk-high:before{background:#dc2626}.classification-card.risk-severe:before{background:#7f1d1d}.classification-card strong{color:#221d19;font-family:Fraunces,serif;font-size:22px;line-height:1.1;display:block}.classification-card p{color:#3d342e;font-size:13.5px;line-height:1.55}.section-kicker{color:#6a6058;letter-spacing:.8px;text-transform:uppercase;margin-bottom:4px;font-size:9.5px;font-weight:700;display:block}.evidence-list{flex-wrap:wrap;grid-column:1/-1;gap:6px;display:flex}.evidence-list span{background:var(--surface2);border:1px solid var(--border);color:#514741;border-radius:999px;padding:3px 8px;font-size:11.5px}.response-line{color:#514741;border-top:1px solid #e7e2dc;margin-top:8px;padding-top:8px;font-size:12.5px;line-height:1.45}.action-grid,.roadmap-grid{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.action-card,.roadmap-column{background:var(--surface2);border:1px solid var(--border);border-radius:8px;padding:10px}.action-card strong,.roadmap-column strong{color:#221d19;margin:6px 0 4px;font-size:14px;display:block}.action-card p{color:#3d342e;font-size:13px;line-height:1.5}.action-card span{color:#5e534c;margin-top:7px;font-size:11.5px;display:block}.urgency-pill{text-transform:uppercase;border-radius:999px;padding:2px 7px;font-size:10px;font-weight:700;display:inline-flex}.urgency-immediate{color:#991b1b;background:#fee2e2}.urgency-short-term{color:#9a3412;background:#ffedd5}.urgency-medium-term{color:#92400e;background:#fef3c7}.workflow-card ol{counter-reset:workflow;margin-left:0;list-style:none}.workflow-card li{counter-increment:workflow;padding-left:34px;position:relative}.workflow-card li:before{background:var(--orange);color:#fff;content:counter(workflow);border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:11px;font-weight:700;display:flex;position:absolute;top:0;left:0}.monitoring-card>div{grid-template-columns:repeat(2,1fr);gap:8px;display:grid}.monitoring-card article{background:var(--surface2);border:1px solid var(--border);border-radius:8px;padding:9px}.monitoring-card strong{color:#221d19;font-size:13px;display:block}.monitoring-card span{color:#514741;margin-top:3px;font-size:12.5px;line-height:1.45;display:block}.data-caveat-footer{border-top:1px solid var(--border);color:#7c7169;overflow-wrap:break-word;padding-top:10px;font-size:11.5px;line-height:1.5}@keyframes fadeUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (max-width:980px){.dashboard-header{flex-wrap:wrap;gap:10px;height:auto;padding:12px 16px}.header-center,.scenario-bar{flex-wrap:wrap}.scenario-desc{width:100%;margin-left:0}.content-row{grid-template-columns:1fr}.map-panel{min-height:690px}.map-container{min-height:500px}}@media (max-width:680px){.page{padding:12px}.header-center{align-items:stretch;width:100%}.city-select{flex:1;min-width:0}.scenario-tabs,.tab-bar,.report-actions{flex-wrap:wrap}.kpi-row,.speedo-row,.risk-grid,.action-grid,.roadmap-grid,.monitoring-card>div,.classification-card,.measure-grid,.two-col-report{grid-template-columns:1fr}.report-card-header,.report-title-row{flex-direction:column;align-items:flex-start}}.site-gate{box-sizing:border-box;background:linear-gradient(160deg,#f4f1ec 0%,#e8e4dc 45%,#ddd8cf 100%);justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.site-gate-card{background:var(--surface,#fff);border:1px solid var(--border,#d6d0c8);box-shadow:var(--shadow-md,0 12px 40px #00000014);border-radius:14px;width:100%;max-width:400px;padding:32px 28px}.site-gate-title{color:#3a3530;letter-spacing:.02em;margin:0 0 8px;font-family:Fraunces,serif;font-size:1.35rem;font-weight:700}.site-gate-lead{color:#5c5650;margin:0 0 22px;font-size:.92rem;line-height:1.45}.site-gate-form{flex-direction:column;gap:10px;display:flex}.site-gate-label{color:#4a4440;letter-spacing:.04em;text-transform:uppercase;font-size:.8rem;font-weight:600}.site-gate-input{box-sizing:border-box;color:#2a2622;background:#faf9f7;border:1px solid #c9c2b8;border-radius:8px;width:100%;padding:12px 14px;font-size:1rem}.site-gate-input:focus{outline-offset:1px;border-color:#8b7d6b;outline:2px solid #8b7d6b40}.site-gate-input:disabled{opacity:.65}.site-gate-error{color:#a33;margin:4px 0 0;font-size:.85rem}.site-gate-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#5c5348,#3f3932);border:none;border-radius:8px;margin-top:6px;padding:12px 18px;font-size:.95rem;font-weight:600;transition:opacity .15s,transform .1s}.site-gate-button:hover:not(:disabled){opacity:.92}.site-gate-button:disabled{cursor:not-allowed;opacity:.65}.climate-dashboard{color:#2f2924;background:radial-gradient(circle at 0 0,#e85d2614,#0000 32rem),linear-gradient(#faf9f7 0%,#f5f1ea 100%);min-height:100vh}.climate-topbar{z-index:250;background:#fffdfaf0;border-bottom:1px solid #ddd5cc;grid-template-columns:auto auto minmax(460px,1fr) auto;align-items:center;gap:14px;padding:12px 22px;display:grid;position:sticky;top:0;box-shadow:0 8px 30px #43362b14}.climate-brand{color:#29231f;align-items:center;gap:10px;text-decoration:none;display:flex}.climate-brand-logo,.climate-brand-mark{color:#fffaf4;letter-spacing:.04em;background:linear-gradient(135deg,#4f4439,#8a5137);border-radius:10px;justify-content:center;align-items:center;width:48px;height:48px;font-family:Fraunces,serif;font-size:13px;font-weight:700;display:flex}.climate-brand-logo{color:#ecfeff;background:#ffffffeb;border:1px solid #0891b229;border-radius:12px;position:relative;overflow:hidden;box-shadow:0 10px 26px #0891b233}.climate-brand-logo img{object-fit:contain;width:100%;height:100%;padding:0;display:block;transform:scale(1.12)}.climate-brand-logo .logo-terrain,.climate-brand-logo .logo-contour,.climate-brand-logo .logo-grid{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round}.climate-brand-logo .logo-terrain{stroke-width:2.7px}.climate-brand-logo .logo-contour{opacity:.72;stroke-width:1.8px}.climate-brand-logo .logo-contour-two{opacity:.46}.climate-brand-logo .logo-grid{opacity:.16;stroke-width:1px}.climate-brand-logo .logo-node{fill:currentColor;opacity:.95}.climate-brand-logo .logo-node-one{opacity:.7}.climate-brand strong{letter-spacing:-.03em;white-space:nowrap;font-family:Plus Jakarta Sans,DM Sans,sans-serif;font-size:18px;font-weight:800;line-height:1;display:block}.version-switch{background:#f0ebe4;border:1px solid #d8cfc5;border-radius:999px;padding:3px;display:flex}.version-switch button{color:#6b6057;white-space:nowrap;background:0 0;border:0;border-radius:999px;align-items:center;gap:6px;padding:6px 12px;font-size:11px;font-weight:700;display:inline-flex}.version-switch-icon{stroke-width:2.25px;width:14px;height:14px}.version-switch button.active{color:#8a3d22;background:#fffdfb;box-shadow:0 2px 10px #4e40341f}.selector-grid{grid-template-columns:minmax(160px,.8fr) minmax(170px,.9fr) minmax(280px,1.5fr) minmax(115px,.6fr);gap:8px;display:grid}.selector-grid label{gap:3px;display:grid}.selector-grid label>span{color:#756a61;letter-spacing:.08em;text-transform:uppercase;font-size:9px;font-weight:800}.selector-grid select,.selector-grid .select-trigger{appearance:none;color:#332c27;background:#fffdfb;border:1px solid #d8cfc5;border-radius:8px;justify-content:center;align-items:center;width:100%;min-width:0;height:32px;padding:7px 10px;font-size:12px;font-weight:600}.selector-grid select:focus,.selector-grid .select-trigger:focus,.selector-grid .select-trigger[data-state=open]{border-color:#c85427;outline:none;box-shadow:inset 0 0 0 1px #c85427,0 1px 2px #4e403414}.select-content,[data-slot=select-content].select-content{color:#332c27;z-index:1000;background:#fffdfb;border:1px solid #d8cfc5;border-radius:12px;padding:10px;overflow:hidden;box-shadow:0 14px 38px #43362b24}.select-content-dossier,[data-slot=select-content].select-content-dossier{color:#f8fafc;background:#0f172a;border:1px solid #94a3b847;box-shadow:0 18px 48px #00000073}.select-content [data-slot=select-viewport],[data-slot=select-content] [data-slot=select-viewport]{padding:4px}.select-content:not(.select-content-dossier) [role=option],.select-content:not(.select-content-dossier) [data-slot=select-item]{color:#332c27;cursor:pointer;border-radius:10px;min-height:36px;padding:10px 42px 10px 16px;font-size:12.5px;font-weight:600}.select-content-dossier [role=option],.select-content-dossier [data-slot=select-item]{color:#e2e8f0;cursor:pointer;border-radius:10px;min-height:36px;padding:10px 42px 10px 16px;font-size:12.5px;font-weight:600}.select-content [data-slot=select-item-indicator]{right:14px}.select-content:not(.select-content-dossier) [role=option]:focus,.select-content:not(.select-content-dossier) [role=option][data-highlighted],.select-content:not(.select-content-dossier) [data-slot=select-item]:focus,.select-content:not(.select-content-dossier) [data-slot=select-item][data-highlighted]{color:#0f766e;background:#f4fbfb}.select-content-dossier [role=option]:focus,.select-content-dossier [role=option][data-highlighted],.select-content-dossier [data-slot=select-item]:focus,.select-content-dossier [data-slot=select-item][data-highlighted]{color:#bae6fd;background:#22d3ee1f}.selector-grid .select-trigger svg,.city-select svg{display:none}.toolbar-actions{justify-content:flex-end;align-items:center;gap:8px;display:flex}.toolbar-actions .primary-action,.toolbar-actions .secondary-action{white-space:nowrap}.climate-page{gap:16px;max-width:1580px;margin:0 auto;padding:18px 0 34px;display:grid}.climate-status{color:#684832;background:#fffaf3;border-color:#ebd3bd}.executive-kpis{grid-template-columns:1.05fr repeat(4,1fr);gap:10px;display:grid}.climate-kpi-card{background:#fffdfaf5;border:1px solid #ddd5cc;border-radius:14px;min-width:0;padding:14px;box-shadow:0 8px 24px #43362b0f}.climate-kpi-card>span,.section-eyebrow,.section-heading>span{color:#7a6e64;letter-spacing:.1em;text-transform:uppercase;font-size:10px;font-weight:800;display:block}.climate-kpi-card strong{color:#271f1a;letter-spacing:-.03em;margin-top:8px;font-family:Fraunces,serif;font-size:27px;line-height:1.05;display:block}.climate-kpi-card small{color:#776c63;font-family:DM Sans,sans-serif;font-size:11px;font-weight:600}.climate-kpi-card p{color:#5f554d;margin-top:8px;font-size:12px;line-height:1.45}.climate-kpi-card.priority{background:linear-gradient(145deg,#fffdfb,#fff4e9);border-left:4px solid #d97706}.climate-kpi-card.priority.high{border-left-color:#c2410c}.climate-kpi-card.priority.elevated{border-left-color:#e85d26}.climate-kpi-card.priority.moderate,.climate-kpi-card.priority.screening{border-left-color:#d97706}.climate-kpi-card.projection dl{border-top:1px solid #ebe4dc;gap:7px;margin-top:10px;padding-top:10px;display:grid}.climate-kpi-card.projection dl div{justify-content:space-between;align-items:baseline;gap:8px;display:flex}.climate-kpi-card dt{color:#81766d;font-size:10.5px}.climate-kpi-card dd{color:#3c332d;text-align:right;font-size:11px;font-weight:800}.cockpit-hero-grid{grid-template-columns:minmax(620px,1.55fr) minmax(360px,.85fr);align-items:start;gap:16px;display:grid}.cockpit-map-area,.evidence-map-shell,.brief-panel,.snapshot-panel,.scenario-narrative,.module-section,.dossier-cover{min-width:0}.cockpit-side-rail{gap:12px;display:grid}.snapshot-panel,.scenario-narrative,.module-section,.dossier-cover{background:#fffdfaf5;border:1px solid #ddd5cc;border-radius:16px;padding:16px;box-shadow:0 8px 24px #43362b0d}.snapshot-panel h2,.section-heading h2,.dossier-cover h1{color:#2b241f;letter-spacing:-.03em;font-family:Fraunces,serif;font-weight:700}.snapshot-panel h2{margin-top:5px;font-size:28px;line-height:1.05}.snapshot-panel p,.section-heading p,.dossier-cover p,.scenario-narrative p{color:#5b5149;margin-top:8px;font-size:13px;line-height:1.6}.snapshot-metrics{grid-template-columns:repeat(3,1fr);gap:8px;margin-top:14px;display:grid}.snapshot-metrics span{color:#74685f;background:#f6f0e9;border:1px solid #e5dbd0;border-radius:10px;padding:9px;font-size:10px}.snapshot-metrics strong{color:#3a302a;font-family:Fraunces,serif;font-size:18px;line-height:1.05;display:block}.brief-note{color:#8a3d22;background:#fff7ed;border:1px solid #fed7aa;border-radius:10px;margin-top:12px;padding:10px;font-size:12px;line-height:1.5}.scenario-narrative{border-left:4px solid #c16a3c}.scenario-narrative strong{color:#281f1a;margin-top:5px;font-family:Fraunces,serif;font-size:24px;display:block}.scenario-narrative em{color:#7a4c30;background:#f4eee6;border-radius:999px;margin-top:10px;padding:4px 9px;font-size:11px;font-style:normal;font-weight:800;display:inline-flex}.brief-panel .report-card{border-radius:16px;box-shadow:0 8px 24px #43362b0d}.brief-panel.compact .report-card{padding:14px}.brief-panel.compact .report-card-header,.brief-panel.compact .report-title-row{flex-direction:column;align-items:flex-start}.brief-panel.compact .risk-grid,.brief-panel.compact .measure-grid,.brief-panel.compact .action-grid,.brief-panel.compact .roadmap-grid,.brief-panel.compact .monitoring-card>div,.brief-panel.compact .classification-card{grid-template-columns:1fr}.brief-panel.compact .report-actions{width:100%}.brief-panel.compact .report-actions button{flex:1}.brief-skeleton strong{color:#2f2721;font-family:Fraunces,serif;font-size:18px;display:block}.brief-skeleton p{color:#5e534c;margin-top:4px;font-size:13px}.brief-skeleton div{flex-wrap:wrap;gap:6px;margin-top:12px;display:flex}.brief-skeleton span{color:#665a51;background:#fffdfb;border:1px solid #e1d8ce;border-radius:999px;padding:4px 8px;font-size:11px;font-weight:700}.module-section{gap:14px;display:grid}.section-heading{max-width:860px}.section-heading h2{margin-top:4px;font-size:25px;line-height:1.15}.m1-grid{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.m1-card,.exposure-card{background:#fffdfb;border:1px solid #e2d9cf;border-radius:13px;padding:14px}.m1-card h3,.exposure-card strong{color:#2f2721;margin-top:9px;font-size:15px;display:block}.m1-card p,.exposure-card p{color:#625850;margin-top:7px;font-size:12.5px;line-height:1.55}.m1-card div{border-top:1px solid #eee6de;margin-top:12px;padding-top:10px}.m1-card div strong{color:#7b4b31;letter-spacing:.08em;text-transform:uppercase;font-size:10px;display:block}.m1-card div span{color:#50463f;margin-top:4px;font-size:12px;line-height:1.45;display:block}.status-chip,.exposure-status{color:#754c32;background:#f4eee6;border:1px solid #e3d6c9;border-radius:999px;padding:4px 8px;font-size:10px;font-weight:800;display:inline-flex}.exposure-grid{grid-template-columns:repeat(4,1fr);gap:10px;display:grid}.exposure-available{color:#286341;background:#eaf7ef;border-color:#c9e8d3}.exposure-planned,.exposure-pending{color:#9a4b18;background:#fff7ed;border-color:#fed7aa}.exposure-requires-municipal-data,.exposure-requires-external-dataset{color:#65574d;background:#f4f1ed;border-color:#ddd4cb}.workflow-section{background:linear-gradient(145deg,#fffdfb,#faf4ed)}.formula-card{color:#fff7ed;background:#2f2924;border-radius:14px;padding:16px;font-family:Fraunces,serif;font-size:20px;line-height:1.3}.validation-steps{counter-reset:validation;grid-template-columns:repeat(3,1fr);gap:10px;list-style:none;display:grid}.validation-steps li{color:#443a33;counter-increment:validation;background:#fffdfb;border:1px solid #e2d9cf;border-radius:12px;min-height:72px;padding:13px 13px 13px 48px;font-size:13px;line-height:1.45;position:relative}.validation-steps li:before{color:#fff;content:counter(validation);background:#c85427;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:12px;font-weight:800;display:flex;position:absolute;top:14px;left:14px}.methodology-card summary{color:#2e2620;cursor:pointer;font-family:Fraunces,serif;font-size:22px;font-weight:700}.method-grid{grid-template-columns:repeat(3,1fr);gap:10px;margin-top:14px;display:grid}.method-grid div{background:#f7f2ec;border:1px solid #e3d9ce;border-radius:11px;padding:11px}.method-grid dt{color:#7b6e63;letter-spacing:.08em;text-transform:uppercase;font-size:10px;font-weight:800}.method-grid dd{color:#342c26;margin-top:4px;font-size:12.5px;line-height:1.45}.climate-echarts-suite{gap:16px;display:grid}.echarts-story-card{background:linear-gradient(145deg,#fffffffb,#f9fdfef5),radial-gradient(circle at 12% 0,#14b8a60e,#0000 26rem);border:1px solid #dbeaf0;border-radius:22px;padding:18px;position:relative;overflow:hidden;box-shadow:0 18px 50px #0f766e0b}.echarts-story-card:before{content:"";opacity:.85;background:linear-gradient(90deg,#14b8a6,#8fd3df,#0f766e);height:3px;position:absolute;inset:0 0 auto}.echarts-card-heading{flex-direction:column;align-items:flex-start;gap:4px;margin-bottom:14px;display:flex}.echarts-card-heading.compact{margin-bottom:10px}.echarts-card-heading>span,.echarts-card-heading.compact span{color:#0f766e;letter-spacing:.12em;text-transform:uppercase;align-items:center;gap:6px;font-size:10px;font-weight:900;display:inline-flex}.echarts-card-heading h3{color:#0f172a;letter-spacing:-.04em;font-family:Fraunces,serif;font-size:clamp(24px,2.5vw,34px);line-height:1.02}.echarts-card-heading p{color:#475569;max-width:960px;font-size:12.5px;line-height:1.55}.echarts-metric-legend{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-bottom:14px;display:grid}.echarts-metric-legend-card{background:#ffffffd6;border:1px solid #e1edf1;border-radius:16px;align-items:center;gap:10px;min-width:0;padding:10px;display:flex;box-shadow:inset 0 1px #fffc}.echarts-metric-legend-card>span{color:#fff;border-radius:999px;flex:none;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.echarts-metric-legend-card strong,.echarts-rank-card strong,.echarts-mini-panel header strong,.echarts-period-grid strong{color:#0f172a;font-size:13px;line-height:1.15;display:block}.echarts-metric-legend-card em,.echarts-mini-panel header em{color:#64748b;margin-top:3px;font-size:10.5px;font-style:normal;line-height:1.35;display:block}.echarts-current-layout{grid-template-columns:minmax(0,1fr) 260px;gap:14px;display:grid}.echarts-panel{width:100%;min-height:280px}.echarts-panel.tall{background:#ffffff8c;border:1px solid #e1edf1;border-radius:18px;min-height:430px}.echarts-panel.mini{min-height:360px}.echarts-panel.future{min-height:390px}.echarts-benchmark-rail{gap:10px;display:grid}.echarts-rank-card{background:linear-gradient(145deg,#fff,#fbfeff);border:1px solid #e1edf1;border-radius:18px;padding:13px}.echarts-rank-card>span{background:#fff;border:1px solid #e1edf1;border-radius:999px;justify-content:center;align-items:center;width:34px;height:34px;margin-bottom:9px;display:inline-flex}.echarts-rank-card p{color:#0f172a;font-variant-numeric:tabular-nums;margin-top:6px;font-family:Fraunces,serif;font-size:22px;font-weight:800;line-height:1.05}.echarts-rank-card em{color:#0f766e;margin-top:7px;font-size:10.5px;font-style:normal;font-weight:800;display:block}.echarts-trend-grid,.echarts-future-grid{grid-template-columns:1fr;gap:12px;display:grid}.echarts-mini-panel{background:#ffffffc7;border:1px solid #e1edf1;border-radius:18px;min-width:0;padding:14px}.echarts-mini-panel header{align-items:center;gap:9px;margin-bottom:8px;display:flex}.echarts-mini-panel header>span{border-radius:999px;flex:none;justify-content:center;align-items:center;width:32px;height:32px;display:inline-flex}.echarts-period-card{background:#fff;border:1px solid #e1edf1;border-radius:18px;margin-top:12px;padding:14px}.echarts-period-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.echarts-period-grid article{background:#fbfeff;border:1px solid #e1edf1;border-radius:14px;padding:11px}.echarts-period-grid article>div{align-items:center;gap:7px;margin-bottom:9px;display:flex}.echarts-period-grid p{color:#64748b;border-top:1px solid #e1edf1;justify-content:space-between;align-items:center;margin:0;padding:7px 0 0;font-size:11px;display:flex}.echarts-period-grid p+p{margin-top:7px}.echarts-period-grid b{color:#0f172a;font-variant-numeric:tabular-nums}.echarts-scenario-ribbon{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:12px;display:flex}.echarts-scenario-ribbon span{color:#475569;background:0 0;border:1px solid #e1edf1;border-radius:999px;align-items:center;gap:6px;padding:6px 10px;font-size:11px;font-weight:900;display:inline-flex}.echarts-scenario-ribbon i{background:var(--scenario-color);border-radius:999px;width:8px;height:8px;display:inline-block}.echarts-scenario-ribbon strong{color:#8a4058;background:#be82911f;border:1px solid #be829147;border-radius:999px;padding:6px 10px;font-size:11px;font-weight:900}.echarts-scenario-ribbon em,.echarts-source-note{color:#75695f;font-size:11px;font-style:normal}.echarts-source-note{background:#fbfeff;border:1px solid #e1edf1;border-radius:13px;margin-top:12px;padding:10px 12px}.echarts-empty-state{color:#8a3d22;background:#fff7ed;border:1px solid #fed7aa;border-radius:16px;align-items:center;gap:10px;padding:16px;display:flex}.chart-evidence-section .chart-card{box-shadow:none}.dossier-page{max-width:1420px}.dossier-cover{background:linear-gradient(135deg,#fffdfafa,#fff4e8f2),radial-gradient(circle at 100% 100%,#e85d261f,#0000 24rem);grid-template-columns:minmax(0,1fr) 420px;align-items:stretch;gap:28px;padding:26px;display:grid}.dossier-cover h1{max-width:780px;margin-top:8px;font-size:clamp(34px,4vw,58px);line-height:.98}.dossier-cover p{max-width:760px;font-size:15px}.dossier-cover-meta{background:#fffdfac7;border:1px solid #e1d7cc;border-radius:15px;grid-template-columns:1fr 1fr;gap:10px;padding:14px;display:grid}.dossier-cover-meta span{color:#786c62;letter-spacing:.08em;text-transform:uppercase;background:#f8f2eb;border:1px solid #e6dbcf;border-radius:12px;padding:11px;font-size:10px;font-weight:800}.dossier-cover-meta strong{color:#302822;letter-spacing:-.02em;text-transform:none;margin-top:4px;font-family:Fraunces,serif;font-size:18px;display:block}.dossier-main-grid{grid-template-columns:minmax(0,1.1fr) minmax(400px,.9fr);align-items:start;gap:16px;display:grid}.dossier-evidence-column{gap:14px;display:grid;position:sticky;top:108px}.dossier-process-grid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.map-subtitle{color:#5f554d;max-width:720px;margin-top:4px;font-size:12px;line-height:1.35}.map-chip-row{background:#fffdfb;border-bottom:1px solid #ddd5cc;flex-wrap:wrap;gap:6px;padding:8px 12px;display:flex}.map-chip-row span{color:#665a51;background:#f3eee8;border:1px solid #e2d8ce;border-radius:999px;padding:4px 8px;font-size:10px;font-weight:700}.legend-range-label{color:#6b6057;margin-bottom:5px;font-size:10px;font-weight:700}.map-note{color:#704b32;background:#fff8ee;border-top:1px solid #eed8bf;padding:9px 13px;font-size:11.5px;line-height:1.45}.map-fallback{background:linear-gradient(90deg,#ffffff2e 1px,#0000 1px) 0 0/42px 42px,linear-gradient(0deg,#ffffff2e 1px,#0000 1px) 0 0/42px 42px,radial-gradient(circle at 68% 38%,#dc26269e,#0000 11rem),radial-gradient(circle at 36% 58%,#f973168f,#0000 13rem),radial-gradient(circle at 24% 24%,#2f7d5959,#0000 12rem),#d9d2c7;position:absolute;inset:0;overflow:hidden}.fallback-zone{filter:blur(.3px);border:1px solid #ffffff80;border-radius:48% 52% 45% 55%;position:absolute}.zone-one{background:#e85d267a;width:34%;height:38%;top:22%;left:45%;transform:rotate(-12deg)}.zone-two{background:#d977065c;width:37%;height:34%;top:48%;left:18%;transform:rotate(16deg)}.zone-three{background:#2f7d5938;width:30%;height:28%;top:16%;left:10%;transform:rotate(8deg)}.fallback-boundary{border:2px dashed #3c332d7a;border-radius:44% 56% 48% 52%;width:72%;height:72%;position:absolute;top:13%;left:14%;transform:rotate(-7deg)}.fallback-label{color:#5a4c42;background:#fffdfaeb;border:1px solid #d7cec3;border-radius:999px;padding:6px 10px;font-size:11px;font-weight:800;position:absolute;top:18px;left:18px}.muted-layer{color:#81776d;opacity:.78}.ensemble-band-key{background:#d9770629;border:1px solid #d9770652;border-radius:2px;width:18px;height:9px;display:inline-block}@media (max-width:1280px){.climate-topbar{grid-template-columns:1fr auto}.selector-grid{order:3;grid-column:1/-1}.toolbar-actions{grid-column:2}.executive-kpis{grid-template-columns:repeat(3,1fr)}.cockpit-hero-grid,.dossier-main-grid,.dossier-process-grid,.dossier-cover{grid-template-columns:1fr}.dossier-evidence-column{position:static}}@media (max-width:900px){.climate-topbar,.selector-grid,.executive-kpis,.m1-grid,.exposure-grid,.validation-steps,.method-grid,.snapshot-metrics,.dossier-cover-meta{grid-template-columns:1fr}.climate-topbar{position:relative}.toolbar-actions,.version-switch{justify-self:stretch}.toolbar-actions{flex-wrap:wrap;grid-column:1/-1;justify-content:flex-start}.version-switch button{flex:1}.climate-page{padding:14px 12px 26px}}.kpi-status-dot,.m1-marker,.exposure-dot,.m1-step,.m1-progress,.snapshot-badge-row,.kpi-meta-row{display:none}.premium-console{--console-bg:#06111f;--console-bg-2:#0b1220;--console-panel:#fff1;--console-panel-strong:#ffffff1a;--console-border:#ffffff21;--console-border-strong:#22d3ee59;--console-text:#f8fafc;--console-muted:#94a3b8;--console-subtle:#64748b;--console-heat:#ff6b35;--console-amber:#f59e0b;--console-cyan:#22d3ee;--console-blue:#38bdf8;--console-emerald:#10b981;color:var(--console-text);background:linear-gradient(#94a3b80b 1px,#0000 1px) 0 0/44px 44px,linear-gradient(90deg,#94a3b80b 1px,#0000 1px) 0 0/44px 44px,radial-gradient(circle at 0 0,#22d3ee2e,#0000 32%),radial-gradient(circle at 75% 15%,#ff6b3529,#0000 30%),linear-gradient(135deg,#06111f 0%,#0b1220 45%,#111827 100%);font-family:Plus Jakarta Sans,DM Sans,sans-serif}.premium-console:before{content:"";pointer-events:none;z-index:0;background:radial-gradient(circle,#22d3ee29,#0000 42%);width:520px;height:520px;position:fixed;top:120px;right:-160px}.premium-console .climate-topbar,.premium-console .climate-page{z-index:1;position:relative}.premium-console .climate-topbar{-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);background:#06111fd1;border-bottom:1px solid #94a3b82e;box-shadow:0 18px 55px #00000052}.premium-console .climate-brand{color:var(--console-text)}.premium-console .climate-brand-logo{background:#06111fd1;border-color:#94a3b82e;box-shadow:inset 0 1px #ffffff0f}.premium-console .climate-brand-logo img{filter:none;mix-blend-mode:normal}.premium-console .climate-brand-mark{color:#fff;background:radial-gradient(circle at 30% 20%,#22d3eeb8,#0000 36%),linear-gradient(135deg,#ff6b35,#0ea5e9);border:1px solid #fff3;font-family:Plus Jakarta Sans,sans-serif;box-shadow:0 0 28px #22d3ee3d,0 12px 28px #ff6b3529}.premium-console .climate-brand strong{color:var(--console-text);letter-spacing:-.03em;font-family:Plus Jakarta Sans,sans-serif;font-size:17px;font-weight:800}.premium-console .version-switch{background:#ffffff0f;border:1px solid #ffffff24;box-shadow:inset 0 1px #ffffff0f}.premium-console .version-switch button{color:var(--console-muted)}.premium-console .version-switch button.active{color:#bae6fd;background:linear-gradient(135deg,#22d3ee29,#38bdf817);border:1px solid #22d3ee52;box-shadow:0 0 24px #22d3ee1f}.premium-console .selector-grid label>span{color:var(--console-subtle)}.premium-console .selector-grid select,.premium-console .selector-grid .select-trigger{color:var(--console-text);background:#0f172ac7;border:1px solid #94a3b838;box-shadow:inset 0 1px #ffffff0a}.premium-console .selector-grid select:focus,.premium-console .selector-grid .select-trigger:focus,.premium-console .selector-grid .select-trigger[data-state=open]{border-color:var(--console-cyan);box-shadow:inset 0 0 0 1px var(--console-cyan), 0 0 18px #22d3ee24}.premium-console .primary-action{color:#fff7ed;background:linear-gradient(135deg,#ff6b35,#f97316);border:1px solid #ffffff1f;box-shadow:0 12px 32px #ff6b353d}.premium-console .secondary-action{color:#bae6fd;background:#22d3ee1a;border:1px solid #22d3ee59}.premium-console .menu-btn{background:#ffffff0f;border-color:#ffffff24}.premium-console .menu-btn span{background:var(--console-muted)}.premium-console .dropdown-menu{background:#0f172af5;border-color:#ffffff1f;box-shadow:0 24px 60px #00000073}.premium-console .menu-item{color:var(--console-text);border-color:#ffffff14}.premium-console .climate-page{gap:18px;max-width:1500px;padding-top:22px}.premium-console .climate-status,.premium-console .mode-notice{color:#cbd5e1;background:#22d3ee14;border:1px solid #22d3ee38;box-shadow:0 18px 45px #0000002e}.premium-console .climate-status strong,.premium-console .mode-notice strong{color:var(--console-cyan)}.premium-console .dossier-cover,.premium-console .snapshot-panel,.premium-console .scenario-narrative,.premium-console .module-section,.premium-console .report-card,.premium-console .climate-kpi-card{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border:1px solid var(--console-border);background:linear-gradient(#ffffff17,#ffffff0b);box-shadow:0 24px 80px #00000059}.premium-console .dossier-cover{padding:30px;position:relative;overflow:hidden}.premium-console .section-eyebrow,.premium-console .section-heading>span,.premium-console .climate-kpi-card>span,.premium-console .report-eyebrow{color:var(--console-cyan);letter-spacing:.14em;font-family:Plus Jakarta Sans,sans-serif}.premium-console .dossier-cover h1,.premium-console .snapshot-panel h2,.premium-console .section-heading h2,.premium-console .report-card h2,.premium-console .report-content h3{color:var(--console-text);letter-spacing:-.05em;font-family:Plus Jakarta Sans,sans-serif;font-weight:800}.premium-console .dossier-cover h1{text-wrap:balance;max-width:850px}.premium-console .dossier-cover p,.premium-console .snapshot-panel p,.premium-console .section-heading p,.premium-console .scenario-narrative p{color:var(--console-muted)}.premium-console .dossier-cover-meta{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#0206176b;border-color:#ffffff1f}.premium-console .dossier-cover-meta span{color:var(--console-subtle);background:#ffffff0e;border-color:#ffffff1c}.premium-console .dossier-cover-meta strong{color:var(--console-text);font-family:Plus Jakarta Sans,sans-serif}.premium-console .executive-kpis{gap:12px}.premium-console .climate-kpi-card{border-radius:20px;padding:16px;transition:border-color .18s,box-shadow .18s,transform .18s;position:relative;overflow:hidden}.premium-console .climate-kpi-card:before{background:linear-gradient(90deg, var(--console-heat), #22d3eeb8);content:"";height:2px;position:absolute;top:0;left:0;right:0}.premium-console .climate-kpi-card:hover{border-color:#22d3ee47;transform:translateY(-2px);box-shadow:0 28px 90px #0000006b,0 0 34px #22d3ee14}.premium-console .kpi-status-dot{background:var(--console-emerald);border-radius:50%;width:8px;height:8px;display:block;position:absolute;top:15px;right:14px;box-shadow:0 0 16px #10b981a6}.premium-console .climate-kpi-card.priority .kpi-status-dot{background:var(--console-heat);box-shadow:0 0 18px #ff6b35b8}.premium-console .climate-kpi-card strong{color:var(--console-heat);font-variant-numeric:tabular-nums;font-family:Plus Jakarta Sans,sans-serif;font-size:32px;font-weight:800}.premium-console .climate-kpi-card small,.premium-console .climate-kpi-card p{color:var(--console-muted)}.premium-console .kpi-meta-row{flex-wrap:wrap;gap:6px;margin-top:11px;display:flex}.premium-console .kpi-meta-row em{color:#bae6fd;background:#22d3ee1a;border:1px solid #22d3ee3d;border-radius:999px;padding:3px 7px;font-size:10px;font-style:normal;font-weight:700}.premium-console .climate-kpi-card.projection dl{border-color:#ffffff1c}.premium-console .climate-kpi-card dd{color:#e2e8f0;font-variant-numeric:tabular-nums}.premium-console .dossier-evidence-column{top:112px}.premium-console .snapshot-panel{border-radius:24px;padding:18px}.premium-console .snapshot-badge-row{flex-wrap:wrap;gap:8px;margin-top:10px;display:flex}.premium-console .risk-priority-badge,.premium-console .confidence-badge{border-radius:999px;padding:6px 10px;font-size:11px;font-weight:800}.premium-console .risk-priority-badge{color:#fed7aa;background:#ff6b351f;border:1px solid #ff6b355c}.premium-console .confidence-badge{color:#bae6fd;background:#22d3ee1a;border:1px solid #22d3ee59}.premium-console .snapshot-metrics span{color:var(--console-muted);background:#ffffff0e;border-color:#ffffff1f}.premium-console .snapshot-metrics strong{color:var(--console-text);font-variant-numeric:tabular-nums;font-family:Plus Jakarta Sans,sans-serif}.premium-console .brief-note{color:#fed7aa;background:#ff6b351a;border-color:#ff6b3547}.premium-console .scenario-narrative{border-left:0;border-radius:22px;position:relative;overflow:hidden}.premium-console .scenario-narrative:before{background:linear-gradient(180deg, var(--console-cyan), var(--console-heat));content:"";width:3px;position:absolute;inset:0 auto 0 0}.premium-console .scenario-narrative strong{color:var(--console-text);font-family:Plus Jakarta Sans,sans-serif;font-size:28px}.premium-console .scenario-narrative em{color:#bae6fd;background:#22d3ee1a;border:1px solid #22d3ee52}.premium-console .echarts-story-card{background:linear-gradient(#ffffff14,#ffffff0a),radial-gradient(circle at 15% 0,#22d3ee1f,#0000 24rem);border-color:#94a3b82e;box-shadow:0 28px 90px #00000061}.premium-console .echarts-card-heading h3,.premium-console .echarts-metric-legend-card strong,.premium-console .echarts-rank-card strong,.premium-console .echarts-mini-panel header strong,.premium-console .echarts-period-grid strong{color:#f8fafc;font-family:Plus Jakarta Sans,sans-serif}.premium-console .echarts-card-heading p,.premium-console .echarts-metric-legend-card em,.premium-console .echarts-mini-panel header em,.premium-console .echarts-scenario-ribbon em,.premium-console .echarts-source-note{color:#94a3b8}.premium-console .echarts-card-heading>span,.premium-console .echarts-card-heading.compact span{color:#22d3ee}.premium-console .echarts-metric-legend-card,.premium-console .echarts-mini-panel,.premium-console .echarts-period-card,.premium-console .echarts-period-grid article,.premium-console .echarts-scenario-ribbon span,.premium-console .echarts-source-note,.premium-console .echarts-panel.tall{background:#0206176b;border-color:#94a3b829}.premium-console .echarts-rank-card{background:#0206177a;border-color:#94a3b829}.premium-console .echarts-rank-card>span{background:#ffffff0f;border-color:#94a3b82e}.premium-console .echarts-rank-card p,.premium-console .echarts-period-grid b{color:#e2e8f0;font-family:Plus Jakarta Sans,sans-serif}.premium-console .echarts-rank-card em,.premium-console .echarts-period-grid p{color:#94a3b8}.premium-console .echarts-period-grid p{border-color:#94a3b829}.premium-console .echarts-empty-state{color:#fed7aa;background:#ff6b351a;border-color:#ff6b3547}.premium-console .map-panel{background:#020617ad;border:1px solid #22d3ee38;border-radius:26px;min-height:930px;box-shadow:0 30px 90px #0000007a,inset 0 0 0 1px #ffffff0a}.premium-console .map-container{min-height:700px}.premium-console .map-panel:before{content:"";pointer-events:none;z-index:2;border:1px solid #22d3ee3d;border-radius:26px;position:absolute;inset:8px}.premium-console .map-header{z-index:3;background:linear-gradient(#0f172aeb,#0f172aa8);border-bottom-color:#ffffff1a;padding:14px 16px;position:relative}.premium-console .panel-title{color:var(--console-text);letter-spacing:.12em;font-family:Plus Jakarta Sans,sans-serif;font-size:13px}.premium-console .map-subtitle,.premium-console .map-header-meta{color:var(--console-muted)}.premium-console .map-header-meta{color:#fed7aa;background:#ff6b351f;border:1px solid #ff6b354d;border-radius:999px;padding:5px 9px}.premium-console .map-chip-row{z-index:3;background:#0f172ac7;border-bottom-color:#ffffff1a;position:relative}.premium-console .map-chip-row span{color:#bae6fd;background:#22d3ee1a;border-color:#22d3ee3d}.premium-console .map-container{background:#07111f}.premium-console .map-img{filter:saturate(1.05)contrast(1.04)}.premium-console .map-layer-btn,.premium-console .map-ctrl-btn,.premium-console .layer-panel,.premium-console .baselayer-panel,.premium-console .legend-panel,.premium-console .map-scalebar{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);color:var(--console-text);background:#0f172ab8;border-color:#ffffff29;box-shadow:0 14px 34px #00000052}.premium-console .map-layer-btn,.premium-console .map-ctrl-btn{background:#e2e8f0eb;border-color:#bae6fdad;box-shadow:0 14px 34px #00000061,0 0 0 1px #22d3ee1a;color:#0f172a!important}.premium-console .map-layer-btn svg,.premium-console .map-ctrl-btn svg{color:#0f172a;stroke-width:2.35px}.premium-console .map-layer-btn:hover,.premium-console .map-ctrl-btn:hover{background:#cffafef5;border-color:#22d3eec7;color:#0f172a!important}.premium-console .layer-panel-header,.premium-console .bl-header,.premium-console .legend-panel-title{color:var(--console-cyan);border-color:#ffffff1a}.premium-console .layer-item,.premium-console .bl-item,.premium-console .leg2{color:var(--console-text);border-color:#ffffff14}.premium-console .bl-item.active{color:#bae6fd;background:#22d3ee1f}.premium-console .legend-range-label,.premium-console .map-info-strip,.premium-console .map-note{color:var(--console-muted)}.premium-console .map-info-strip{background:#0f172ae6;border-top-color:#ffffff1a}.premium-console .map-note{color:#fed7aa;background:#ff6b3517;border-top-color:#ff6b353d}.premium-console .fallback-label{color:#bae6fd;background:#0f172ac2;border-color:#22d3ee47}.premium-console .report-card{color:var(--console-text);border-radius:24px}.premium-console .ai-report-block{background:linear-gradient(#ffffff13,#ffffff0a),radial-gradient(circle at 100% 0,#22d3ee14,#0000 18rem);border:1px solid #ffffff1c;border-radius:20px;gap:14px;padding:14px;display:grid}.premium-console .ai-report-block-header{align-items:flex-start;gap:12px;display:flex}.premium-console .ai-report-block-header>span{background:linear-gradient(135deg, var(--console-cyan), var(--console-blue));color:#03111f;border-radius:12px;flex:none;justify-content:center;align-items:center;width:34px;height:34px;font-size:13px;font-weight:900;display:inline-flex;box-shadow:0 0 24px #22d3ee38}.premium-console .ai-report-block-header h4{color:var(--console-text);letter-spacing:-.03em;font-size:18px;font-weight:850}.premium-console .ai-report-block-header p,.premium-console .ai-report-placeholder-note{color:var(--console-muted);margin-top:2px;font-size:13px;line-height:1.55}.premium-console .ai-report-placeholder-note{color:#bae6fd;background:#22d3ee14;border:1px dashed #22d3ee5c;border-radius:14px;padding:11px 13px}.premium-console .report-card-header{border-bottom:1px solid #ffffff1a;padding-bottom:14px}.premium-console .report-placeholder,.premium-console .report-loading,.premium-console .report-error{color:var(--console-muted);background:#ffffff0e;border-color:#ffffff1f}.premium-console .brief-skeleton strong,.premium-console .report-card h2,.premium-console .report-section-title,.premium-console .snapshot-card h4,.premium-console .workflow-card h4,.premium-console .monitoring-card h4,.premium-console .committee-box h4{color:var(--console-text);font-family:Plus Jakarta Sans,sans-serif}.premium-console .brief-skeleton p,.premium-console .classification-card p,.premium-console .risk-card p,.premium-console .measure-grid p,.premium-console .action-card p,.premium-console .committee-box p,.premium-console .data-caveat-footer{color:var(--console-muted)}.premium-console .brief-skeleton span,.premium-console .data-status-badge,.premium-console .evidence-list span{color:#bae6fd;background:#22d3ee1a;border-color:#22d3ee47}.premium-console .snapshot-card,.premium-console .classification-card,.premium-console .workflow-card,.premium-console .monitoring-card,.premium-console .committee-box,.premium-console .risk-card,.premium-console .measure-grid article,.premium-console .action-card,.premium-console .roadmap-column{background:#ffffff0e;border-color:#ffffff1c}.premium-console .classification-card:before{background:linear-gradient(180deg, var(--console-heat), var(--console-amber))}.premium-console .classification-card strong,.premium-console .risk-card strong,.premium-console .measure-grid strong,.premium-console .action-card strong,.premium-console .roadmap-column strong,.premium-console .monitoring-card strong{color:var(--console-text)}.premium-console .risk-card>span,.premium-console .measure-grid span,.premium-console .section-kicker,.premium-console .action-card span,.premium-console .monitoring-card span{color:var(--console-muted)}.premium-console .response-line{color:#cbd5e1;border-top-color:#ffffff1a}.premium-console .workflow-card li:before{background:linear-gradient(135deg, var(--console-cyan), var(--console-blue));color:#03111f}.premium-console .committee-box{border-color:#ff6b3547;box-shadow:inset 0 0 0 1px #ff6b3514}.premium-console .module-section{border-radius:24px;padding:18px}.premium-console .m1-grid{gap:14px}.premium-console .m1-card{background:#ffffff0e;border:1px solid #ffffff1c;border-left:3px solid #22d3eea6;border-radius:18px;padding:16px;position:relative;overflow:hidden}.premium-console .m1-card:nth-child(2){border-left-color:#ff6b35c7}.premium-console .m1-card:nth-child(3){border-left-color:#10b981b8}.premium-console .m1-card:nth-child(4){border-left-color:#f59e0bbd}.premium-console .m1-step{color:#94a3b86b;font-size:42px;font-weight:800;line-height:1;display:block;position:absolute;top:10px;right:14px}.premium-console .m1-marker{background:linear-gradient(135deg, var(--console-cyan), var(--console-blue));border-radius:10px;width:24px;height:24px;margin-bottom:13px;display:block;box-shadow:0 0 22px #22d3ee3d}.premium-console .m1-card h3,.premium-console .exposure-card strong{color:var(--console-text)}.premium-console .m1-card p,.premium-console .m1-card div span,.premium-console .exposure-card p{color:var(--console-muted)}.premium-console .m1-card div{border-color:#ffffff1a}.premium-console .m1-card div strong{color:var(--console-cyan)}.premium-console .m1-progress{background:#ffffff14;border-radius:999px;height:5px;margin-top:13px;display:block;overflow:hidden}.premium-console .m1-progress span{background:linear-gradient(90deg, var(--console-cyan), var(--console-heat));border-radius:inherit;height:100%;display:block}.premium-console .status-chip,.premium-console .exposure-status{color:#bae6fd;background:#22d3ee1a;border-color:#22d3ee42}.premium-console .exposure-grid{gap:12px}.premium-console .exposure-card{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;min-height:138px;padding:14px;transition:border-color .18s,transform .18s;position:relative}.premium-console .exposure-card:hover{border-color:#22d3ee47;transform:translateY(-2px)}.premium-console .exposure-dot{background:var(--console-amber);border-radius:50%;width:8px;height:8px;display:block;position:absolute;top:16px;right:14px;box-shadow:0 0 14px #f59e0b73}.premium-console .exposure-planned,.premium-console .exposure-pending{color:#fed7aa;background:#ff6b351f;border-color:#ff6b354d}.premium-console .exposure-requires-municipal-data,.premium-console .exposure-requires-external-dataset{color:#cbd5e1;background:#94a3b81a;border-color:#94a3b838}.premium-console .workflow-section{background:linear-gradient(#ffffff17,#ffffff0b)}.premium-console .formula-card{color:var(--console-text);background:radial-gradient(circle at 0 0,#22d3ee29,#0000 42%),linear-gradient(135deg,#ff6b3529,#22d3ee1a);border:1px solid #22d3ee3d;font-family:Plus Jakarta Sans,sans-serif}.premium-console .validation-steps{gap:12px;position:relative}.premium-console .validation-steps li{color:#dbeafe;background:#ffffff0e;border-color:#ffffff1c}.premium-console .validation-steps li:before{background:linear-gradient(135deg, var(--console-heat), var(--console-amber));color:#fff7ed;box-shadow:0 0 18px #ff6b354d}.premium-console .chart-card{color:var(--console-text);background:#ffffff0e;border-color:#ffffff1c}.premium-console .speedo-card{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border:1px solid var(--console-border);color:var(--console-text);background:linear-gradient(#ffffff12,#ffffff09);border-radius:20px;box-shadow:0 24px 80px #00000059}.premium-console .speedo-title{color:var(--console-text);letter-spacing:-.01em;font-family:Plus Jakarta Sans,sans-serif;font-weight:700}.premium-console .speedo-subtitle{color:#cbd5e1;font-family:Plus Jakarta Sans,sans-serif;font-weight:600}.premium-console .speedo-range,.premium-console .pct-label-row{color:var(--console-muted);font-family:Plus Jakarta Sans,sans-serif}.premium-console .speedo-value{color:var(--console-text);font-variant-numeric:tabular-nums;font-family:Plus Jakarta Sans,sans-serif;font-weight:800}.premium-console .pct-highlight{color:var(--console-cyan)}.premium-console .pct-track{background:linear-gradient(90deg,#10b9818c,#f59e0b99,#ff6b35bf,#e11d48cc);border:1px solid #ffffff14}.premium-console .pct-needle{background:var(--console-cyan);box-shadow:0 0 10px #22d3ee8c}.premium-console .speedo-svg line{stroke:var(--console-cyan)}.premium-console .speedo-svg circle{fill:#ffffffa6}.premium-console .chart-title-main{color:var(--console-text);font-family:Plus Jakarta Sans,sans-serif;font-size:14px}.premium-console .chart-subtitle-sm,.premium-console .chart-note,.premium-console .chart-legend,.premium-console .chart-axis-labels,.premium-console .neuland-legend{color:var(--console-muted)}.premium-console .tab-bar,.premium-console .time-btn{background:#0f172a9e;border-color:#ffffff1c}.premium-console .tab-btn,.premium-console .time-btn{color:var(--console-muted)}.premium-console .tab-btn.active,.premium-console .time-btn.active{box-shadow:none;color:#bae6fd;background:#22d3ee1f;border-color:#22d3ee57}.premium-console .chart-svg line{stroke:#94a3b829}.premium-console .chart-svg text{fill:#94a3b8}.premium-console .methodology-card{background:#02061770;border-color:#94a3b829}.premium-console .methodology-card summary{color:var(--console-text);font-family:Plus Jakarta Sans,sans-serif}.premium-console .method-grid div{background:#ffffff0b;border-color:#ffffff1a}.premium-console .method-grid dt{color:var(--console-cyan)}.premium-console .method-grid dd{color:#cbd5e1}@media (max-width:1280px){.premium-console .dossier-main-grid{grid-template-columns:1fr}}@media (max-width:900px){.premium-console .climate-topbar{position:relative}.premium-console .map-panel{min-height:750px}.premium-console .map-container{min-height:520px}}.brief-panel,.brief-panel .report-card{width:100%}.chart-card{min-height:360px}.chart-svg-wrap{min-height:260px}.chart-svg{min-height:250px}.chart-svg text{font-size:10px;font-weight:700}.chart-legend,.chart-note,.chart-axis-labels,.neuland-legend{font-size:11px}.chart-title-main{font-size:15px}.chart-subtitle-sm{font-size:11px;line-height:1.45}.m1-marker,.climate-cockpit .m1-marker,.premium-console .m1-marker{display:none}.m1-card{padding-top:18px}.dossier-main-grid{grid-template-columns:1fr}.dossier-evidence-column{grid-template-columns:minmax(320px,.55fr) minmax(620px,1.45fr);gap:16px;display:grid;position:static}.premium-console .dossier-main-grid{grid-template-columns:1fr}.premium-console .dossier-evidence-column{grid-template-columns:minmax(360px,.55fr) minmax(680px,1.45fr);position:static}.premium-console .dossier-process-grid{grid-template-columns:1fr}.premium-console .dossier-process-grid .module-section{width:100%}.premium-console .dossier-process-grid .m1-grid{grid-template-columns:repeat(4,minmax(0,1fr))}@media (max-width:1100px){.dossier-evidence-column,.premium-console .dossier-evidence-column{grid-template-columns:1fr}.premium-console .dossier-process-grid .m1-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:720px){.premium-console .dossier-process-grid .m1-grid{grid-template-columns:1fr}}.premium-console{--console-heat:#22d3ee;--console-amber:#10b981;--console-cyan:#67e8f9;--console-blue:#38bdf8;--console-emerald:#34d399;background:linear-gradient(#94a3b80e 1px,#0000 1px) 0 0/44px 44px,linear-gradient(90deg,#94a3b80e 1px,#0000 1px) 0 0/44px 44px,radial-gradient(circle at 0 0,#22d3ee2e,#0000 32%),radial-gradient(circle at 75% 15%,#10b98126,#0000 30%),linear-gradient(135deg,#06111f 0%,#0b1220 45%,#111827 100%);font-size:15px}.premium-console .primary-action{color:#ecfeff;background:linear-gradient(135deg,#0891b2,#2563eb);border-color:#67e8f947;box-shadow:0 12px 32px #22d3ee2e}.premium-console .climate-brand-mark{background:radial-gradient(circle at 30% 20%,#ffffff59,#0000 36%),linear-gradient(135deg,#0e7490,#2563eb);box-shadow:0 0 28px #22d3ee38,0 12px 28px #2563eb29}.premium-console .climate-kpi-card:before,.premium-console .m1-progress span,.premium-console .formula-card,.premium-console .validation-steps li:before,.premium-console .workflow-card li:before,.premium-console .classification-card:before{background:linear-gradient(135deg,#22d3ee,#2563eb)}.premium-console .climate-kpi-card.priority:before{background:linear-gradient(90deg,#22d3ee,#10b981)}.premium-console .climate-kpi-card.priority .kpi-status-dot,.premium-console .kpi-status-dot{background:#34d399;box-shadow:0 0 18px #34d39994}.premium-console .climate-kpi-card strong{color:#67e8f9}.premium-console .map-header-meta,.premium-console .brief-note,.premium-console .risk-priority-badge,.premium-console .map-note,.premium-console .committee-box,.premium-console .exposure-planned,.premium-console .exposure-pending{color:#bae6fd;background:#22d3ee1a;border-color:#22d3ee47}.premium-console .committee-box{box-shadow:inset 0 0 0 1px #22d3ee14}.premium-console .formula-card{background:radial-gradient(circle at 0 0,#22d3ee29,#0000 42%),linear-gradient(135deg,#22d3ee24,#2563eb1f)}.premium-console .zone-one{background:#22d3ee80}.premium-console .zone-two{background:#10b98161}.premium-console .map-fallback{background:linear-gradient(90deg,#22d3ee12 1px,#0000 1px) 0 0/42px 42px,linear-gradient(0deg,#22d3ee12 1px,#0000 1px) 0 0/42px 42px,radial-gradient(circle at 68% 38%,#22d3ee9e,#0000 11rem),radial-gradient(circle at 36% 58%,#10b9816b,#0000 13rem),radial-gradient(circle at 24% 24%,#3b82f647,#0000 12rem),#07111f}.premium-console .report-card{font-size:15px}.premium-console .report-card h2{font-size:26px}.premium-console .report-content h3{font-size:22px}.premium-console .report-section-title,.premium-console .snapshot-card h4,.premium-console .workflow-card h4,.premium-console .monitoring-card h4,.premium-console .committee-box h4{font-size:12px}.premium-console .snapshot-card ul,.premium-console .workflow-card ol,.premium-console .roadmap-column ul,.premium-console .risk-card p,.premium-console .measure-grid p,.premium-console .action-card p,.premium-console .committee-box p,.premium-console .classification-card p,.premium-console .monitoring-card span,.premium-console .data-caveat-footer{color:#dbeafe;font-size:14px;line-height:1.65}.premium-console .monitoring-card article,.premium-console .roadmap-column,.premium-console .action-card,.premium-console .risk-card,.premium-console .measure-grid article,.premium-console .snapshot-card,.premium-console .classification-card,.premium-console .workflow-card{color:#e2e8f0;background:#0f172a9e;border-color:#94a3b82e}.premium-console .monitoring-card strong,.premium-console .roadmap-column strong,.premium-console .action-card strong,.premium-console .risk-card strong,.premium-console .measure-grid strong,.premium-console .classification-card strong{color:#f8fafc;font-size:15px}.premium-console .section-heading p,.premium-console .snapshot-panel p,.premium-console .scenario-narrative p,.premium-console .dossier-cover p,.premium-console .m1-card p,.premium-console .m1-card div span,.premium-console .exposure-card p,.premium-console .map-subtitle,.premium-console .map-info-strip,.premium-console .map-note{font-size:13px;line-height:1.6}.premium-console .climate-kpi-card p,.premium-console .climate-kpi-card dt,.premium-console .climate-kpi-card dd{color:#d8e3f0;font-size:12px}.premium-console .climate-kpi-card p{font-weight:600}.premium-console .climate-kpi-card dt{color:#9fb2c7}.premium-console .climate-kpi-card dd{color:#f8fafc}.premium-console .m1-card p,.premium-console .m1-card div span,.premium-console .exposure-card p,.premium-console .section-heading p,.premium-console .scenario-narrative p,.premium-console .snapshot-panel p,.premium-console .map-subtitle,.premium-console .map-info-strip,.premium-console .map-note,.premium-console .report-placeholder,.premium-console .report-loading,.premium-console .brief-skeleton p,.premium-console .chart-subtitle-sm{color:#cbd5e1;font-size:13.5px;line-height:1.65}.premium-console .m1-card div strong,.premium-console .exposure-card strong,.premium-console .status-chip,.premium-console .exposure-status{font-size:12px}.premium-console .m1-step{color:#cbd5e18c}.premium-console .chart-note,.premium-console .chart-legend,.premium-console .chart-axis-labels,.premium-console .neuland-legend{color:#dbeafe}.premium-console .status-chip,.premium-console .exposure-status,.premium-console .data-status-badge,.premium-console .evidence-list span,.premium-console .brief-skeleton span,.premium-console .kpi-meta-row em,.premium-console .map-chip-row span{font-size:11px}.premium-console .chart-card{min-height:400px}.premium-console .chart-svg-wrap{min-height:285px}.premium-console .chart-svg{min-height:280px}.premium-console .chart-svg text{fill:#cbd5e1;font-size:11px;font-weight:800}.premium-console .chart-legend,.premium-console .chart-note,.premium-console .chart-axis-labels,.premium-console .neuland-legend{color:#cbd5e1;font-size:12px}.premium-console .tab-btn,.premium-console .time-btn{font-size:12px}.premium-console .heat-dot,.premium-console .leg-sw-5,.premium-console .leg-sw-6,.premium-console .leg-sw-7,.premium-console .leg-sw-8{background:#38bdf8}.premium-console .bl-heat{background:linear-gradient(135deg,#0f172a,#0e7490,#38bdf8)}.premium-console .chart-svg rect[fill=\#e85d26],.premium-console .chart-svg rect[fill=\#f97316],.premium-console .chart-svg rect[fill=\#ef4444],.premium-console .chart-svg rect[fill=\#dc2626]{fill:#22d3ee!important}.premium-console .chart-svg polyline[stroke=\#dc2626],.premium-console .chart-svg polyline[stroke=\#f59e0b],.premium-console .chart-svg line[stroke=\#c53030],.premium-console .chart-svg line[stroke=\#dc2626],.premium-console .chart-svg line[stroke=\#7c3aed]{stroke:#38bdf8!important}.premium-console .chart-svg circle[fill=\#f59e0b],.premium-console .chart-svg circle[fill=\#dc2626],.premium-console .chart-svg circle[fill=\#ef4444]{fill:#10b981!important}.premium-console .leg-bar{background:#22d3ee}.premium-console .leg-dash,.premium-console .tropical-dash{border-color:#38bdf8}.climate-cockpit{--cockpit-bg:#f8fafc;--cockpit-panel:#fff;--cockpit-panel-soft:#f1f5f9;--cockpit-border:#e2e8f0;--cockpit-border-strong:#cbd5e1;--cockpit-text:#0f172a;--cockpit-muted:#64748b;--cockpit-subtle:#94a3b8;--cockpit-primary:#0f766e;--cockpit-primary-2:#0891b2;--cockpit-blue:#2563eb;--cockpit-emerald:#059669;--cockpit-amber:#d97706;--cockpit-red:#dc2626;color:var(--cockpit-text);background:radial-gradient(circle at 12% 0,#0ea5e921,#0000 30rem),radial-gradient(circle at 88% 8%,#10b9811f,#0000 28rem),linear-gradient(#f8fafc 0%,#eef6f7 100%);font-family:Plus Jakarta Sans,DM Sans,sans-serif}.climate-cockpit .climate-topbar{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffdb;border-bottom:1px solid #cbd5e1d1;box-shadow:0 12px 34px #0f172a0f}.climate-cockpit .climate-brand{color:var(--cockpit-text)}.climate-cockpit .climate-brand-mark{color:#fff;background:radial-gradient(circle at 30% 20%,#ffffff7a,#0000 34%),linear-gradient(135deg,#0f766e,#0284c7);border-radius:12px;font-family:Plus Jakarta Sans,sans-serif;box-shadow:0 10px 24px #0e74902e}.climate-cockpit .climate-brand strong{color:var(--cockpit-text);letter-spacing:-.04em;font-family:Plus Jakarta Sans,sans-serif;font-weight:800}.climate-cockpit .version-switch{border:1px solid var(--cockpit-border);background:#f1f5f9;box-shadow:inset 0 1px #ffffffb3}.climate-cockpit .version-switch button{color:var(--cockpit-muted)}.climate-cockpit .version-switch button.active{color:#0f766e;background:#fff;border:1px solid #dbeafe;box-shadow:0 8px 20px #0f172a14}.climate-cockpit .selector-grid label>span{color:#475569;font-family:Plus Jakarta Sans,sans-serif}.climate-cockpit .selector-grid select,.climate-cockpit .selector-grid .select-trigger{color:var(--cockpit-text);background:#fff;border:1px solid #d1d5db;border-radius:10px;box-shadow:0 1px 2px #0f172a0a}.climate-cockpit .selector-grid select:focus,.climate-cockpit .selector-grid .select-trigger:focus,.climate-cockpit .selector-grid .select-trigger[data-state=open]{border-color:#0891b2;box-shadow:inset 0 0 0 1px #0891b2,0 1px 2px #0f172a14}.climate-cockpit .primary-action{color:#fff;background:linear-gradient(135deg,#0f766e,#0891b2);border:1px solid #0f766e47;box-shadow:0 14px 28px #0891b22e}.climate-cockpit .secondary-action{border:1px solid var(--cockpit-border);color:#0f766e;background:#fff}.climate-cockpit .menu-btn{border-color:var(--cockpit-border);background:#fff}.climate-cockpit .menu-btn:hover{border-color:#0891b2}.climate-cockpit .menu-btn span{background:#475569}.climate-cockpit .dropdown-menu{border-color:var(--cockpit-border);box-shadow:0 18px 45px #0f172a24}.climate-cockpit .climate-page{gap:18px}.climate-cockpit .climate-status{color:#164e63;background:linear-gradient(135deg,#f0fdfaeb,#eff6ffeb);border:1px solid #bae6fd}.climate-cockpit .climate-status strong{color:#0f766e}.climate-cockpit .mode-notice{border-color:var(--cockpit-border);color:var(--cockpit-muted);background:#f8fafc}.climate-cockpit .climate-kpi-card,.climate-cockpit .snapshot-panel,.climate-cockpit .scenario-narrative,.climate-cockpit .module-section,.climate-cockpit .report-card,.climate-cockpit .map-panel{background:#ffffffeb;border:1px solid #e2e8f0f2;box-shadow:0 16px 42px #0f172a12}.climate-cockpit .climate-kpi-card{border-radius:18px;padding:16px;transition:border-color .18s,box-shadow .18s,transform .18s;position:relative;overflow:hidden}.climate-cockpit .climate-kpi-card:hover{border-color:#0891b259;transform:translateY(-1px);box-shadow:0 20px 50px #0f172a1a}.climate-cockpit .climate-kpi-card:before{content:"";background:linear-gradient(90deg,#0f766e,#38bdf8);height:3px;position:absolute;top:0;left:0;right:0}.climate-cockpit .climate-kpi-card.priority{background:radial-gradient(circle at 100% 0,#0ea5e91f,#0000 10rem),#fff;border-left:0}.climate-cockpit .climate-kpi-card.priority:before{background:linear-gradient(90deg,#0f766e,#f59e0b)}.climate-cockpit .climate-kpi-card>span,.climate-cockpit .section-eyebrow,.climate-cockpit .section-heading>span,.climate-cockpit .report-eyebrow{color:#0f766e;letter-spacing:.12em;font-family:Plus Jakarta Sans,sans-serif}.climate-cockpit .climate-kpi-card strong{color:#0f172a;font-variant-numeric:tabular-nums;font-family:Plus Jakarta Sans,sans-serif;font-size:30px;font-weight:800}.climate-cockpit .climate-kpi-card small,.climate-cockpit .climate-kpi-card p{color:var(--cockpit-muted);font-family:Plus Jakarta Sans,sans-serif}.climate-cockpit .climate-kpi-card.projection dl{border-color:var(--cockpit-border)}.climate-cockpit .climate-kpi-card dd{color:#0f766e}.climate-cockpit .snapshot-panel,.climate-cockpit .scenario-narrative,.climate-cockpit .module-section{border-radius:20px}.climate-cockpit .snapshot-panel h2,.climate-cockpit .section-heading h2,.climate-cockpit .report-card h2,.climate-cockpit .report-content h3{color:var(--cockpit-text);letter-spacing:-.04em;font-family:Plus Jakarta Sans,sans-serif;font-weight:800}.climate-cockpit .snapshot-panel p,.climate-cockpit .section-heading p,.climate-cockpit .scenario-narrative p{color:var(--cockpit-muted)}.climate-cockpit .snapshot-badge-row{flex-wrap:wrap;gap:8px;margin-top:10px;display:flex}.climate-cockpit .risk-priority-badge,.climate-cockpit .confidence-badge{border-radius:999px;padding:5px 9px;font-size:11px;font-weight:800}.climate-cockpit .risk-priority-badge{color:#0e7490;background:#ecfeff;border:1px solid #a5f3fc}.climate-cockpit .confidence-badge{color:#047857;background:#f0fdf4;border:1px solid #bbf7d0}.climate-cockpit .snapshot-metrics span{border:1px solid var(--cockpit-border);color:var(--cockpit-muted);background:#f8fafc;border-radius:14px}.climate-cockpit .snapshot-metrics strong{color:#0f172a;font-family:Plus Jakarta Sans,sans-serif}.climate-cockpit .brief-note{color:#155e75;background:#ecfeff;border-color:#a5f3fc}.climate-cockpit .scenario-narrative{border-left:0;position:relative;overflow:hidden}.climate-cockpit .scenario-narrative:before{content:"";background:linear-gradient(#0f766e,#38bdf8);width:4px;position:absolute;inset:0 auto 0 0}.climate-cockpit .scenario-narrative strong{color:#0f172a;font-family:Plus Jakarta Sans,sans-serif;font-weight:800}.climate-cockpit .scenario-narrative em{color:#0f766e;background:#f0fdfa;border:1px solid #99f6e4}.climate-cockpit .map-panel{border-radius:22px;min-height:840px;overflow:hidden}.climate-cockpit .map-container{min-height:640px}.climate-cockpit .map-header{border-bottom-color:var(--cockpit-border);background:linear-gradient(135deg,#fff,#f8fafc)}.climate-cockpit .panel-title{color:var(--cockpit-text);font-family:Plus Jakarta Sans,sans-serif}.climate-cockpit .map-subtitle,.climate-cockpit .map-header-meta{color:var(--cockpit-muted)}.climate-cockpit .map-header-meta{color:#0f766e;background:#f0fdfa;border:1px solid #99f6e4;border-radius:999px;padding:5px 9px;font-weight:800}.climate-cockpit .map-chip-row{border-bottom-color:var(--cockpit-border);background:#f8fafc}.climate-cockpit .map-chip-row span{border-color:var(--cockpit-border);color:#0f766e;background:#fff}.climate-cockpit .map-container{background:#dbeafe}.climate-cockpit .map-layer-btn,.climate-cockpit .map-ctrl-btn,.climate-cockpit .layer-panel,.climate-cockpit .baselayer-panel,.climate-cockpit .legend-panel,.climate-cockpit .map-scalebar{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:var(--cockpit-text);background:#fffffff0;border-color:#cbd5e1f2}.climate-cockpit .map-layer-btn:hover,.climate-cockpit .map-ctrl-btn:hover{background:#ecfeff;border-color:#67e8f9}.climate-cockpit .layer-panel-header,.climate-cockpit .bl-header,.climate-cockpit .legend-panel-title{color:#0f766e;font-family:Plus Jakarta Sans,sans-serif}.climate-cockpit .legend-range-label,.climate-cockpit .map-info-strip{color:var(--cockpit-muted)}.climate-cockpit .map-info-strip{border-top-color:var(--cockpit-border);background:#f8fafc}.climate-cockpit .map-note{color:#115e59;background:#f0fdfa;border-top-color:#99f6e4}.climate-cockpit .map-fallback{background:linear-gradient(90deg,#0e749017 1px,#0000 1px) 0 0/42px 42px,linear-gradient(0deg,#0e749017 1px,#0000 1px) 0 0/42px 42px,radial-gradient(circle at 68% 38%,#0ea5e980,#0000 11rem),radial-gradient(circle at 36% 58%,#14b8a675,#0000 13rem),radial-gradient(circle at 24% 24%,#10b98147,#0000 12rem),#e0f2fe}.climate-cockpit .fallback-label{color:#0e7490;background:#ffffffeb;border-color:#bae6fd}.climate-cockpit .m1-card,.climate-cockpit .exposure-card,.climate-cockpit .snapshot-card,.climate-cockpit .classification-card,.climate-cockpit .workflow-card,.climate-cockpit .monitoring-card,.climate-cockpit .risk-card,.climate-cockpit .measure-grid article,.climate-cockpit .action-card,.climate-cockpit .roadmap-column,.climate-cockpit .committee-box{border:1px solid var(--cockpit-border);background:#fff;border-radius:16px}.climate-cockpit .m1-card{position:relative}.climate-cockpit .m1-step{color:#cbd5e1;font-size:28px;font-weight:800;line-height:1;display:block;position:absolute;top:12px;right:14px}.climate-cockpit .m1-marker{background:linear-gradient(135deg,#0f766e,#38bdf8);border-radius:10px;width:22px;height:22px;margin-bottom:10px;display:block}.climate-cockpit .m1-card h3,.climate-cockpit .exposure-card strong,.climate-cockpit .risk-card strong,.climate-cockpit .measure-grid strong,.climate-cockpit .action-card strong,.climate-cockpit .roadmap-column strong,.climate-cockpit .monitoring-card strong{color:var(--cockpit-text);font-family:Plus Jakarta Sans,sans-serif}.climate-cockpit .m1-card p,.climate-cockpit .m1-card div span,.climate-cockpit .exposure-card p,.climate-cockpit .risk-card p,.climate-cockpit .measure-grid p,.climate-cockpit .action-card p,.climate-cockpit .committee-box p{color:var(--cockpit-muted)}.climate-cockpit .m1-card div,.climate-cockpit .response-line,.climate-cockpit .data-caveat-footer{border-color:var(--cockpit-border)}.climate-cockpit .m1-card div strong,.climate-cockpit .report-section-title,.climate-cockpit .snapshot-card h4,.climate-cockpit .workflow-card h4,.climate-cockpit .monitoring-card h4,.climate-cockpit .committee-box h4{color:#0f766e;font-family:Plus Jakarta Sans,sans-serif}.climate-cockpit .m1-progress{background:#e2e8f0;border-radius:999px;height:5px;margin-top:12px;display:block;overflow:hidden}.climate-cockpit .m1-progress span{border-radius:inherit;background:linear-gradient(90deg,#0f766e,#38bdf8);height:100%;display:block}.climate-cockpit .status-chip,.climate-cockpit .exposure-status,.climate-cockpit .data-status-badge,.climate-cockpit .evidence-list span,.climate-cockpit .brief-skeleton span{color:#0f766e;background:#f0fdfa;border-color:#99f6e4}.climate-cockpit .exposure-card{min-height:132px;position:relative}.climate-cockpit .exposure-dot{background:#0f766e;border-radius:50%;width:8px;height:8px;display:block;position:absolute;top:16px;right:14px;box-shadow:0 0 0 4px #0f766e1a}.climate-cockpit .exposure-planned,.climate-cockpit .exposure-pending{color:#92400e;background:#fffbeb;border-color:#fde68a}.climate-cockpit .exposure-requires-municipal-data,.climate-cockpit .exposure-requires-external-dataset{border-color:var(--cockpit-border);color:#475569;background:#f8fafc}.climate-cockpit .workflow-section{background:#ffffffeb}.climate-cockpit .formula-card{color:#ecfeff;background:radial-gradient(circle at 0 0,#0ea5e929,#0000 42%),linear-gradient(135deg,#0f172a,#134e4a);border:1px solid #0e74903d;font-family:Plus Jakarta Sans,sans-serif}.climate-cockpit .validation-steps li{border-color:var(--cockpit-border);color:var(--cockpit-text);background:#fff}.climate-cockpit .validation-steps li:before,.climate-cockpit .workflow-card li:before{color:#fff;background:linear-gradient(135deg,#0f766e,#0891b2)}.climate-cockpit .report-card{border-radius:20px}.climate-cockpit .report-placeholder,.climate-cockpit .report-loading,.climate-cockpit .report-error{border-color:var(--cockpit-border);color:var(--cockpit-muted);background:#f8fafc}.climate-cockpit .brief-skeleton strong,.climate-cockpit .classification-card strong{color:var(--cockpit-text);font-family:Plus Jakarta Sans,sans-serif}.climate-cockpit .classification-card:before{background:linear-gradient(#0f766e,#38bdf8)}.climate-cockpit .classification-card p,.climate-cockpit .monitoring-card span,.climate-cockpit .action-card span,.climate-cockpit .response-line,.climate-cockpit .data-caveat-footer{color:var(--cockpit-muted)}.climate-cockpit .chart-card{border-color:var(--cockpit-border);background:#fff;border-radius:18px}.climate-cockpit .chart-title-main{color:var(--cockpit-text);font-family:Plus Jakarta Sans,sans-serif;font-size:14px}.climate-cockpit .chart-subtitle-sm,.climate-cockpit .chart-note,.climate-cockpit .chart-legend,.climate-cockpit .chart-axis-labels,.climate-cockpit .neuland-legend{color:var(--cockpit-muted)}.climate-cockpit .tab-bar{border-color:var(--cockpit-border);background:#f1f5f9}.climate-cockpit .tab-btn{color:var(--cockpit-muted)}.climate-cockpit .tab-btn.active,.climate-cockpit .time-btn.active{color:#0f766e;background:#fff;border-color:#bae6fd;box-shadow:0 8px 18px #0f172a0f}.climate-cockpit .time-btn{border-color:var(--cockpit-border);color:var(--cockpit-muted);background:#fff}.climate-cockpit .leg-bar,.climate-cockpit .chart-svg rect[fill=\#e85d26]{fill:#0891b2;background:#0891b2}.climate-cockpit .leg-dash,.climate-cockpit .tropical-dash{border-color:#0f766e}.climate-cockpit .chart-svg line[stroke=\#c53030]{stroke:#0f766e}.climate-cockpit{font-size:15px}.climate-cockpit .data-status,.climate-cockpit .mode-notice{font-size:13px;line-height:1.6}.climate-cockpit .selector-grid label>span,.climate-cockpit .climate-kpi-card>span,.climate-cockpit .section-eyebrow,.climate-cockpit .section-heading>span,.climate-cockpit .report-eyebrow{font-size:10.5px}.climate-cockpit .selector-grid select,.climate-cockpit .selector-grid .select-trigger,.climate-cockpit .version-switch button,.climate-cockpit .primary-action,.climate-cockpit .secondary-action{font-size:13px}.climate-cockpit .climate-kpi-card p,.climate-cockpit .climate-kpi-card dt,.climate-cockpit .climate-kpi-card dd,.climate-cockpit .snapshot-panel p,.climate-cockpit .section-heading p,.climate-cockpit .scenario-narrative p,.climate-cockpit .map-subtitle,.climate-cockpit .map-info-strip,.climate-cockpit .map-note,.climate-cockpit .m1-card p,.climate-cockpit .m1-card div span,.climate-cockpit .exposure-card p,.climate-cockpit .risk-card p,.climate-cockpit .measure-grid p,.climate-cockpit .action-card p,.climate-cockpit .committee-box p,.climate-cockpit .report-placeholder,.climate-cockpit .report-loading,.climate-cockpit .brief-skeleton p{color:#334155;font-size:13.5px;line-height:1.65}.climate-cockpit .climate-kpi-card dt{color:#64748b}.climate-cockpit .climate-kpi-card dd{color:#0f766e;font-weight:800}.climate-cockpit .snapshot-metrics span,.climate-cockpit .status-chip,.climate-cockpit .exposure-status,.climate-cockpit .data-status-badge,.climate-cockpit .evidence-list span,.climate-cockpit .brief-skeleton span,.climate-cockpit .map-chip-row span{font-size:11.5px}.climate-cockpit .m1-card h3,.climate-cockpit .exposure-card strong,.climate-cockpit .risk-card strong,.climate-cockpit .measure-grid strong,.climate-cockpit .action-card strong,.climate-cockpit .roadmap-column strong,.climate-cockpit .monitoring-card strong{font-size:15px}.climate-cockpit .m1-marker{display:none}.climate-cockpit .chart-card{min-height:420px}.climate-cockpit .chart-title-main{font-size:16px}.climate-cockpit .chart-subtitle-sm{color:#334155;font-size:13px;line-height:1.55}.climate-cockpit .chart-legend,.climate-cockpit .chart-note,.climate-cockpit .chart-axis-labels,.climate-cockpit .neuland-legend{color:#334155;font-size:12.5px}.climate-cockpit .tab-btn,.climate-cockpit .time-btn{font-size:13px}.climate-cockpit .chart-svg-wrap{min-height:300px}.climate-cockpit .chart-svg{min-height:290px}.climate-cockpit .chart-svg text{fill:#475569;font-size:11px;font-weight:800}.climate-cockpit .cockpit-tab-shell{grid-template-columns:280px minmax(0,1fr);align-items:start;gap:18px;display:grid}.climate-cockpit .cockpit-side-tabs{background:linear-gradient(#fffffff0,#f8fafcf0),radial-gradient(circle at 0 0,#0891b21f,#0000 16rem);border:1px solid #e2e8f0f2;border-radius:22px;gap:8px;padding:10px;display:grid;position:sticky;top:76px;box-shadow:0 16px 42px #0f172a12}.climate-cockpit .cockpit-side-tab{color:var(--cockpit-muted);cursor:pointer;text-align:left;background:#ffffffb8;border:1px solid #0000;border-radius:16px;gap:3px;padding:13px 14px;transition:background .18s,border-color .18s,box-shadow .18s,color .18s,transform .18s;display:grid;position:relative}.climate-cockpit .cockpit-side-tab:hover{color:#0f766e;background:#fff;border-color:#bae6fd;transform:translateY(-1px)}.climate-cockpit .cockpit-side-tab.active{color:#0f766e;background:radial-gradient(circle at 100% 0,#0ea5e921,#0000 9rem),#fff;border-color:#99f6e4;box-shadow:0 14px 30px #0f172a14}.climate-cockpit .cockpit-side-tab.active:before{content:"";background:linear-gradient(#0f766e,#38bdf8);border-radius:999px;width:4px;position:absolute;inset:12px auto 12px 0}.climate-cockpit .cockpit-side-tab span{color:#0891b2;letter-spacing:.16em;text-transform:uppercase;font-size:10px;font-weight:900}.climate-cockpit .cockpit-side-tab strong{color:#0f172a;letter-spacing:-.02em;font-size:14px;font-weight:850}.climate-cockpit .cockpit-side-tab em{color:#64748b;font-size:12px;font-style:normal;line-height:1.4}.climate-cockpit .cockpit-tab-content{min-width:0}.climate-cockpit .cockpit-tab-panel{gap:18px;min-width:0;animation:.28s both fadeUp;display:grid}.climate-cockpit .tab-panel-heading{background:linear-gradient(135deg,#fffffff0,#f0fdfae6),radial-gradient(circle at 100% 0,#38bdf81f,#0000 18rem);border:1px solid #e2e8f0f2;border-radius:20px;padding:18px 20px;box-shadow:0 16px 42px #0f172a0f}.climate-cockpit .tab-panel-heading span,.climate-cockpit .ai-chat-placeholder>span{color:#0f766e;letter-spacing:.14em;text-transform:uppercase;margin-bottom:5px;font-size:10.5px;font-weight:900;display:block}.climate-cockpit .tab-panel-heading h1,.climate-cockpit .ai-chat-placeholder h1{color:#0f172a;letter-spacing:-.05em;font-size:clamp(24px,2.6vw,36px);font-weight:850;line-height:1.05}.climate-cockpit .tab-panel-heading p,.climate-cockpit .ai-chat-placeholder p{color:#334155;max-width:860px;margin-top:8px;font-size:14px;line-height:1.65}.climate-cockpit .ai-report-block{border:1px solid var(--cockpit-border);background:linear-gradient(#fff,#f8fafc),radial-gradient(circle at 100% 0,#0891b214,#0000 18rem);border-radius:18px;gap:14px;padding:14px;display:grid}.climate-cockpit .ai-report-block-header{align-items:flex-start;gap:12px;display:flex}.climate-cockpit .ai-report-block-header>span{color:#fff;background:linear-gradient(135deg,#0f766e,#0891b2);border-radius:12px;flex:none;justify-content:center;align-items:center;width:34px;height:34px;font-size:13px;font-weight:900;display:inline-flex;box-shadow:0 10px 22px #0891b22e}.climate-cockpit .ai-report-block-header h4{color:#0f172a;letter-spacing:-.03em;font-size:18px;font-weight:850}.climate-cockpit .ai-report-block-header p,.climate-cockpit .ai-report-placeholder-note{color:#475569;margin-top:2px;font-size:13px;line-height:1.55}.climate-cockpit .ai-report-placeholder-note{color:#115e59;background:#f0fdfa;border:1px dashed #5eead4;border-radius:14px;padding:11px 13px}@media (max-width:1180px){.climate-cockpit .cockpit-tab-shell{grid-template-columns:1fr}.climate-cockpit .cockpit-side-tabs{display:flex;position:static;overflow-x:auto}.climate-cockpit .cockpit-side-tab{flex:0 0 230px}.echarts-current-layout,.echarts-trend-grid,.echarts-future-grid{grid-template-columns:1fr}.echarts-benchmark-rail,.echarts-metric-legend,.echarts-period-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:720px){.climate-cockpit .cockpit-side-tab{flex-basis:210px}.climate-cockpit .ai-report-block-header{display:grid}.echarts-story-card{border-radius:18px;padding:14px}.echarts-benchmark-rail,.echarts-metric-legend,.echarts-period-grid{grid-template-columns:1fr}.echarts-panel.tall,.echarts-panel.future{min-height:340px}}
