header{position:sticky;top:0;z-index:20;height:var(--header-height);display:flex;align-items:center;justify-content:space-between;padding:0 2rem;background:transparent;color:var(--emerald-ink);box-shadow:none;border:none;transition:box-shadow .3s cubic-bezier(.4,0,.2,1),border-color .3s cubic-bezier(.4,0,.2,1)}.glass-overlay{background:#ffffffb3;color:var(--emerald-ink);box-shadow:none;border:none;border-bottom:.125rem solid rgba(255,255,255,.92);-webkit-backdrop-filter:blur(.625rem);backdrop-filter:blur(.625rem)}.brandmark{display:flex;align-items:center;gap:1rem}.brandmark img{height:2.75rem}.brandmark span{font-weight:700;letter-spacing:.08em;color:var(--emerald-ink);text-shadow:0 .0625rem .1875rem rgba(0,0,0,.12)}.tagline{font-size:.8125rem;opacity:.85;color:#102414b3}.header-actions{display:flex;gap:.75rem;flex-wrap:wrap}.ghost-btn,.primary-btn{border-radius:999px;padding:.625rem 1.125rem;font-size:.875rem;font-weight:600;cursor:pointer;border:.0625rem solid rgba(255,255,255,.3);transition:all .3s ease}.ghost-btn{background:#ffffff1f;-webkit-backdrop-filter:blur(.75rem);backdrop-filter:blur(.75rem);border-color:#ffffff40;color:#fff;text-shadow:0 .0625rem .125rem rgba(0,0,0,.1)}.ghost-btn:hover{background:#ffffff38;border-color:#fff6;transform:translateY(-.125rem);box-shadow:0 .375rem 1.25rem #00000026,0 .125rem .5rem #70ad4733}.primary-btn{background:var(--color-surface);color:var(--color-brand-dark);box-shadow:none}.primary-btn:hover{transform:translateY(-1px)}.theme-toggle:hover{background:#00000040}.download-dropdown{position:relative}.download-trigger{display:flex;align-items:center;gap:.5rem}.download-trigger i.fa-chevron-down{font-size:.625rem;transition:transform .3s ease}.download-menu.open+.download-trigger i.fa-chevron-down,.download-trigger:hover i.fa-chevron-down{transform:rotate(180deg)}.download-menu{position:absolute;top:calc(100% + .5rem);right:0;background:#fff;border-radius:.75rem;box-shadow:0 .5rem 2rem #0000001f,0 .125rem .5rem #00000014;min-width:13.75rem;padding:.5rem;opacity:0;visibility:hidden;transform:translateY(-.5rem);transition:all .3s cubic-bezier(.4,0,.2,1);z-index:25;border:.0625rem solid rgba(112,173,71,.1)}.download-menu.open{opacity:1;visibility:visible;transform:translateY(0)}.download-option{display:flex;align-items:center;gap:.75rem;width:100%;padding:.75rem .875rem;border:none;background:transparent;border-radius:.5rem;cursor:pointer;transition:all .2s ease;color:var(--color-text);font-size:.875rem;font-weight:500;text-align:left;font-family:inherit}.download-option:hover{background:var(--emerald-soft);color:var(--emerald);transform:translate(.25rem)}.download-option i{width:1.25rem;text-align:center;font-size:1rem}.download-option:hover i{transform:scale(1.1)}.download-notification{position:fixed;bottom:1.5rem;right:1.5rem;display:flex;align-items:center;gap:.75rem;padding:.875rem 1.25rem;background:#fff;border-radius:.75rem;box-shadow:0 .5rem 2rem #0000001f,0 .125rem .5rem #00000014;border-left:.25rem solid var(--emerald);z-index:10000;transform:translate(25rem);opacity:0;transition:all .3s cubic-bezier(.4,0,.2,1)}.download-notification.show{transform:translate(0);opacity:1}.download-notification.error{border-left-color:#dc2626}.download-notification i{font-size:1.25rem;color:var(--emerald)}.download-notification.error i{color:#dc2626}.download-notification span{font-size:.875rem;font-weight:500;color:var(--color-text)}.map-header-overlay{position:absolute;top:0;left:0;right:0;z-index:999;display:flex;flex-direction:column;align-items:center;pointer-events:none;--controls-gap: .75rem;--controls-extra-offset: 0px;--map-header-safe-width: calc(100vw - var(--filters-safe-offset) - var(--insights-safe-offset) - 2rem)}.map-header-top-row{width:calc(100vw - var(--filters-panel-width) - var(--insights-width) - 2rem);max-width:74rem;min-width:min(42rem,calc(100vw - var(--filters-panel-width) - var(--insights-width) - 2rem));transform:translate(var(--map-header-center-shift));background:#ffffff6b;border:.125rem solid rgba(255,255,255,.92);border-top:none;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow:0 .25rem .75rem #0000001a;backdrop-filter:blur(.625rem);-webkit-backdrop-filter:blur(.625rem);display:flex;align-items:center;justify-content:center;position:relative;padding:.375rem .5rem;pointer-events:auto;transition:width .3s ease,max-width .3s ease,min-width .3s ease,transform .3s ease;scrollbar-width:none;-ms-overflow-style:none}.map-header-top-row::-webkit-scrollbar{display:none;width:0;height:0}body:has(.map-overlay.insights.collapsed) .map-header-top-row{width:calc(100vw - (2 * (max(var(--filters-panel-width),var(--collapsed-panel-width)) + var(--panel-gutter))));max-width:calc(100vw - (2 * (max(var(--filters-panel-width),var(--collapsed-panel-width)) + var(--panel-gutter))));min-width:min(42rem,calc(100vw - (2 * (max(var(--filters-panel-width),var(--collapsed-panel-width)) + var(--panel-gutter)))))}.map-header-overlay:has(.map-header-title-notch) .map-header-top-row{border-bottom-left-radius:2rem;border-bottom-right-radius:2rem}.map-header-controls-row{position:absolute;top:calc(100% + var(--controls-gap) + var(--controls-extra-offset));left:50%;width:calc(100vw - var(--filters-panel-width) - var(--insights-width) - 2rem);max-width:74rem;min-width:min(42rem,calc(100vw - var(--filters-panel-width) - var(--insights-width) - 2rem));transform:translate(calc(-50% + var(--map-header-center-shift)));display:flex;align-items:center;justify-content:space-between;padding:0 1rem;pointer-events:none;transition:top .35s ease,width .3s ease,max-width .3s ease,min-width .3s ease,transform .3s ease}body:has(.map-overlay.insights.collapsed) .map-header-controls-row{width:calc(100vw - (2 * (max(var(--filters-panel-width),var(--collapsed-panel-width)) + var(--panel-gutter))));max-width:calc(100vw - (2 * (max(var(--filters-panel-width),var(--collapsed-panel-width)) + var(--panel-gutter))));min-width:min(42rem,calc(100vw - (2 * (max(var(--filters-panel-width),var(--collapsed-panel-width)) + var(--panel-gutter)))))}.map-header-controls-row>.active-filters-wrapper,.map-header-controls-row>.map-zoom-controls{pointer-events:auto}.map-metrics-center{width:100%;min-width:0;pointer-events:auto}.map-metrics-marquee-viewport{width:100%;touch-action:pan-y}.map-metrics-marquee-clip{width:100%;overflow-x:hidden;overflow-y:visible;scrollbar-width:none;-ms-overflow-style:none}.map-metrics-marquee-clip::-webkit-scrollbar{display:none;width:0;height:0}.map-metrics-marquee-viewport,.map-title-marquee-viewport{scrollbar-width:none}.map-metrics-marquee-viewport::-webkit-scrollbar,.map-title-marquee-viewport::-webkit-scrollbar{display:none}.map-metrics-marquee-viewport[data-marquee-active=true]{cursor:grab;-webkit-user-select:none;user-select:none}.map-metrics-marquee-viewport[data-marquee-active=true]:active{cursor:grabbing}.map-metrics-marquee-track{display:flex;align-items:center;gap:var(--metrics-marquee-gap, 2rem);flex-wrap:nowrap;width:100%;justify-content:center;will-change:transform}.map-metrics-marquee-content{--metrics-side-min: 180px;--metrics-side-fr: 1fr;display:grid;grid-template-columns:minmax(var(--metrics-side-min),var(--metrics-side-fr)) auto minmax(var(--metrics-side-min),var(--metrics-side-fr));align-items:center;min-width:0;margin-top:.35rem;width:100%;pointer-events:auto;flex:0 0 auto}.map-metrics-marquee-viewport[data-marquee-active=true] .map-metrics-marquee-content,.map-metrics-marquee-viewport[data-measuring=true] .map-metrics-marquee-content{width:max-content;grid-template-columns:minmax(var(--metrics-side-min),max-content) auto minmax(var(--metrics-side-min),max-content);min-width:max-content}.map-metrics-marquee-viewport[data-marquee-active=true] .map-metrics-marquee-track,.map-metrics-marquee-viewport[data-measuring=true] .map-metrics-marquee-track{width:max-content;justify-content:flex-start}.map-metrics-marquee-viewport[data-marquee-active=true] .metric-section-left,.map-metrics-marquee-viewport[data-marquee-active=true] .metric-section-center,.map-metrics-marquee-viewport[data-marquee-active=true] .metric-section-right,.map-metrics-marquee-viewport[data-measuring=true] .metric-section-left,.map-metrics-marquee-viewport[data-measuring=true] .metric-section-center,.map-metrics-marquee-viewport[data-measuring=true] .metric-section-right{min-width:max-content}.map-metrics-marquee-content .metric-section-left{grid-column:1;justify-self:end;display:flex;align-items:center;min-width:0;max-width:300px}.map-metrics-marquee-content .metric-section-center{grid-column:2;justify-self:center;display:flex;align-items:center;justify-content:center;min-width:0;max-width:min(400px,var(--center-metric-max-width, 100%))}.map-metrics-marquee-content .metric-section-right{grid-column:3;justify-self:start;display:flex;align-items:center;min-width:0;max-width:280px}.map-header-title-notch-anchor{width:1px;height:1px;margin:0;padding:0;opacity:0;pointer-events:none}.map-header-title-notch{background:#ffffff6b;border:.125rem solid rgba(255,255,255,.92);border-top:none;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow:0 .375rem .9375rem #0000001f;backdrop-filter:blur(.625rem);-webkit-backdrop-filter:blur(.625rem);padding:clamp(.2rem,.25rem,.25rem) clamp(.6rem,.8rem,.9rem) clamp(.3rem,.375rem,.375rem);display:flex;align-items:center;justify-content:center;pointer-events:auto;position:relative;transform:translate(var(--map-header-center-shift));max-width:var(--map-header-safe-width);transition:width .1s ease,max-width .1s ease,min-width .1s ease}.map-title-marquee-viewport{width:100%;overflow:hidden}.map-title-marquee-viewport[data-marquee-active=true]{cursor:grab;-webkit-user-select:none;user-select:none}.map-title-marquee-viewport[data-marquee-active=true]:active{cursor:grabbing}.map-title-marquee-track{display:flex;align-items:center;gap:var(--title-marquee-gap, 2rem);width:100%;justify-content:center;will-change:transform}.map-title-marquee-content{display:inline-flex;align-items:center;flex:0 0 auto}.map-title-marquee-viewport[data-marquee-active=true] .map-title-marquee-track,.map-title-marquee-viewport[data-measuring=true] .map-title-marquee-track{width:max-content;justify-content:flex-start}.map-header-title-notch[data-title-overflow=true]{border-top:.125rem solid rgba(255,255,255,.92);border-top-left-radius:1rem;border-top-right-radius:1rem}.map-header-title-notch.is-sticky{position:fixed;top:0;left:50%;transform:translate(calc(-50% + var(--map-header-center-shift)));z-index:1001;transition:width .1s ease,max-width .1s ease,min-width .1s ease}.map-header-title-notch:before{content:"";position:absolute;top:0;left:1rem;right:1rem;height:.0625rem;background:linear-gradient(to right,transparent,var(--emerald-outline) 20%,var(--emerald-outline) 80%,transparent)}.map-header-title-notch .header-title-content{font-size:calc(clamp(.95rem,1vw,1.125rem) * var(--title-scale, 1));font-weight:600;color:var(--emerald-ink);display:inline-flex;align-items:center;gap:.5rem;flex-wrap:wrap;justify-content:center;white-space:nowrap;overflow:hidden;max-width:100%;line-height:1.3;transition:max-width .1s ease,font-size .22s ease}.metric-item{display:grid;--metric-label-row: clamp(.95rem, 1.05rem, 1.125rem);--metric-value-row: clamp(1.5rem, 1.7rem, 1.875rem);--metric-sub-row: clamp(.95rem, 1.05rem, 1.125rem);grid-template-rows:var(--metric-label-row) var(--metric-value-row) var(--metric-sub-row);align-items:center;justify-items:center;padding:0 clamp(.4rem,.55rem,.625rem);min-width:0;text-align:center}.metric-section-center .metric-item,.metric-item-status{min-width:0}.metric-label{font-size:clamp(.7rem,.8vw,.85rem);font-weight:700;text-transform:capitalize;letter-spacing:clamp(.08em,.12em,.16em);color:var(--emerald-ink);display:flex;align-items:center;justify-content:center;min-height:var(--metric-label-row);line-height:1.2;width:100%;white-space:nowrap}.metric-label-split{gap:.25rem;display:flex;align-items:center;justify-content:center}.metric-value{font-size:clamp(.95rem,1.1vw,1.2rem);font-weight:600;letter-spacing:clamp(.06rem,.09rem,.12rem);color:var(--emerald)!important;display:flex;align-items:center;justify-content:center;min-height:var(--metric-value-row);line-height:1.2;width:100%}.metric-value-split{gap:.25rem;display:flex;align-items:center;justify-content:center;width:100%}.metric-value.metric-main-name-country{font-size:1.2rem;line-height:1.2;font-size:calc(clamp(.95rem,1.1vw + .7rem,1.25rem) * var(--metric-scale, 1));max-width:none;white-space:nowrap}.metric-value.metric-main-name-sector{font-size:1.2rem;line-height:1.2;font-size:calc(clamp(.95rem,1.1vw + .7rem,1.25rem) * var(--metric-scale, 1))}.metric-value-fit{font-size:calc(1.2rem * var(--metric-scale, 1));transition:font-size .2s ease}.metric-item .metric-sub{font-size:clamp(.68rem,.75vw,.8rem);font-weight:450;letter-spacing:clamp(.06rem,.09rem,.12rem);color:var(--emerald-ink);display:flex;align-items:center;justify-content:center;min-height:var(--metric-sub-row);line-height:1.2;width:100%}.status-toggle-row{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;justify-items:center;width:100%;column-gap:.25rem}.metric-item-status .status-toggle-row{grid-row:1 / span 2;align-self:center}.metric-item-status .metric-sub{grid-row:3}.status-toggle-divider{color:#111;font-size:.8rem;font-weight:600;line-height:1;opacity:.7;justify-self:center}.status-toggle-label{font-size:clamp(.7rem,.8vw,.85rem);font-weight:700;text-transform:capitalize;letter-spacing:clamp(.08em,.12em,.16em);color:var(--emerald-ink);line-height:1.2}.status-toggle-value{font-size:clamp(.95rem,1.1vw,1.2rem);font-weight:600;letter-spacing:clamp(.06rem,.09rem,.12rem);color:var(--emerald);line-height:1.2}.metric-separator{width:.125rem;height:2rem;background:var(--emerald-ink);align-self:center;flex-shrink:0;margin:0 .25rem;opacity:.5}.metric-item .status-toggle{cursor:pointer;padding:.25rem .5rem;border-radius:.5rem;-webkit-user-select:none;user-select:none;transition:background-color .16s ease,box-shadow .16s ease,color .16s ease,transform .12s ease,border-color .16s ease;display:inline-flex;flex-direction:column;gap:.1rem;align-items:center;justify-content:center;border:.0625rem solid transparent}.metric-item .status-toggle.hover,.metric-item .status-toggle:hover{background:var(--emerald-soft);border-color:var(--emerald);box-shadow:0 .2rem .6rem #70ad471f;color:var(--emerald-ink)}.metric-item .status-toggle.is-active{background:var(--emerald-soft);color:var(--emerald);border-color:var(--emerald);box-shadow:0 0 0 .075rem var(--emerald),0 .3rem .6rem #70ad4729;transform:translateY(-.03125rem)}.metric-item .status-toggle.is-active .status-toggle-label{color:var(--emerald)}.metric-item .status-toggle:focus-visible{outline:.125rem solid var(--emerald);outline-offset:.125rem}.map-header-overlay .active-filters-wrapper{position:relative;display:flex;flex-direction:column;align-items:flex-start;gap:0}.map-header-overlay .active-filters-content{position:absolute;top:100%;left:0;right:auto;width:max(18.75rem,100%);z-index:999}.active-filters-toggle{display:inline-flex;align-items:center;gap:.375rem;padding:.3125rem .625rem;background:#fffc;border:.0625rem solid var(--emerald-outline);border-radius:1rem;font-size:.8125rem;font-weight:600;letter-spacing:.08em;color:var(--emerald-ink);cursor:pointer;transition:all .2s ease;white-space:nowrap;-webkit-backdrop-filter:blur(.625rem);backdrop-filter:blur(.625rem);box-shadow:.275rem .275rem #70ad47cc}.active-filters-toggle:not(.is-disabled):hover{background:#ffffffe6;border-color:var(--emerald);box-shadow:.345rem .345rem #70ad4773}.active-filters-toggle.is-disabled{opacity:.5;cursor:not-allowed}.active-filters-toggle .toggle-icon{display:flex;align-items:center;justify-content:center;transition:transform .2s ease}.active-filters-toggle[aria-expanded=true] .toggle-icon{transform:rotate(180deg)}.active-filters-toggle .toggle-text{display:inline-flex;align-items:center;font-weight:600;letter-spacing:.08em}.active-filters-toggle .toggle-label{display:inline-block;max-width:6.5rem;overflow:hidden;white-space:nowrap;transition:max-width .22s ease,opacity .22s ease,transform .22s ease}.active-filters-toggle .filters-icon{margin-left:.4em;font-size:1em;transition:margin-left .22s ease}.map-header-overlay.is-title-wide .active-filters-toggle .toggle-label{max-width:0;opacity:0;transform:translate(-.35rem)}.map-header-overlay.is-title-wide .active-filters-toggle .filters-icon{margin-left:0}.active-filters-toggle .filter-count{display:inline-flex;align-items:center;justify-content:center;min-width:1.25rem;height:1.25rem;padding:0 .3125rem;color:var(--emerald);border:.125rem solid var(--emerald);border-radius:999px;font-size:.7rem;font-weight:600}.active-filters-content{background:#ffffffe6;border:.0625rem solid var(--emerald-outline);border-radius:.75rem;box-shadow:0 .5rem 1.5rem #0000001f;padding:.75rem;margin-top:.25rem;opacity:0;visibility:hidden;transform:translateY(-.5rem);transition:all .2s ease;-webkit-backdrop-filter:blur(.625rem);backdrop-filter:blur(.625rem)}.active-filters-content.is-open{opacity:1;visibility:visible;transform:translateY(0)}.active-filters-container{display:flex;flex-direction:column;gap:.5rem}.active-filter-section{display:flex;flex-direction:column;gap:.25rem}.active-filter-section-title{font-size:.85em;font-weight:400;letter-spacing:.04em;color:var(--emerald);text-transform:uppercase;margin-bottom:2px}.active-filter-section-items{display:flex;flex-wrap:wrap;gap:.25rem}.active-filter-section-items .filter-pill{margin-right:6px;margin-bottom:4px}.active-filter-section-separator{border:0;border-top:1px solid #e0e0e0;margin:6px 0}.filter-pill{display:inline-flex;align-items:center;gap:.25rem;padding:.1875rem .5rem;background:var(--emerald-soft);border:.0625rem solid var(--emerald-outline);border-radius:1rem;font-size:.75rem;font-weight:400;letter-spacing:.04em;color:var(--emerald-ink)}.filter-pill-remove{display:grid;place-items:center;width:1rem;height:1rem;padding:0;background:transparent;border:none;border-radius:50%;font-size:.75rem;font-weight:700;line-height:1rem;color:var(--emerald);cursor:pointer;transition:all .15s ease}.filter-pill-remove:hover{background:var(--emerald);color:#fff}.map-header-overlay .map-zoom-controls{display:flex;gap:.25rem;align-items:center}.map-zoom-btn{display:flex;align-items:center;justify-content:center;min-width:2rem;min-height:2rem;width:2rem;height:2rem;background:#fffc;border:.0625rem solid var(--emerald);border-radius:1rem;font-size:1.125rem;font-weight:500;color:var(--emerald-ink);cursor:pointer;transition:all .2s ease;box-shadow:.225rem .225rem #70ad47cc;-webkit-backdrop-filter:blur(.625rem);backdrop-filter:blur(.625rem)}.map-zoom-btn i{font-size:.9rem;line-height:1}.map-zoom-btn:hover{background:#ffffffe6;border-color:var(--emerald);box-shadow:.345rem .345rem #70ad4773}.map-zoom-btn:active{transform:scale(.95)}.header-title-card{background:#ffffffd9;border:.0625rem solid var(--emerald);border-radius:.5rem;box-shadow:.25rem .25rem #70ad47cc;padding:.5rem 1rem;display:inline-flex;align-items:center;gap:.5rem;flex-wrap:wrap;justify-content:center;margin:0 auto}.header-title-card--borderless{border:none;box-shadow:none}.header-title-content{display:inline-flex;letter-spacing:.1rem;align-items:center;font-weight:500;color:var(--emerald-ink);gap:.5rem;flex-wrap:wrap;justify-content:center}.app-footer--floating .floating-footer-card{padding:.0625rem .25rem;border-radius:.1875rem}.app-footer--floating .floating-footer-content{gap:.0625rem;font-size:.8rem;color:var(--emerald-ink);font-weight:500;line-height:1;letter-spacing:.02em}.header-token{display:inline-flex;align-items:center;padding:0;border-radius:0;font-size:1rem;font-weight:600;background:none;border:none;color:inherit;box-shadow:none}.token-separator{display:inline-flex;align-items:center;color:inherit;opacity:.6;font-weight:500;margin:0 .25rem}@media(max-width:1600px){.map-metrics-marquee-content{--metrics-side-min: 170px;--metrics-side-fr: 1fr}.map-header-title-notch .header-title-content{gap:.4rem}}@media(max-width:1400px){.map-metrics-marquee-content{--metrics-side-min: 160px;--metrics-side-fr: .95fr}.map-metrics-marquee-content .metric-section-left{max-width:280px}.map-metrics-marquee-content .metric-section-center{max-width:min(380px,var(--center-metric-max-width, 100%))}.map-metrics-marquee-content .metric-section-right{max-width:260px}.metric-separator{margin:0 .15rem}}@media(max-width:1200px){.map-metrics-marquee-content{--metrics-side-min: 150px;--metrics-side-fr: .9fr}.map-header-top-row{padding:.3rem .4rem}.metric-item{padding:0 .4rem}.map-header-title-notch{padding:.2rem .6rem .3rem}.map-header-title-notch .header-title-content{gap:.35rem}}@media(max-width:1024px){.metric-separator{display:none}.map-header-top-row{padding:.25rem .375rem}.map-header-overlay .active-filters-toggle .toggle-label{max-width:0;opacity:0;transform:translate(-.35rem)}.map-header-overlay .active-filters-toggle .filters-icon{margin-left:0}}@media(max-width:768px){.map-header-title-notch .header-title-content{white-space:normal;word-break:break-word;text-align:center}.metric-item{--metric-label-row: .95rem;--metric-value-row: 1.5rem;--metric-sub-row: .95rem}}.emerald-card .card-head,.emerald-card .card-head.compact{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.emerald-card .card-head .chevron-toggle{margin-left:auto;margin-right:0}.group-arrow-toggle{margin-left:.5rem;transition:transform .25s cubic-bezier(.4,0,.2,1);color:var(--emerald-ink);opacity:.85;display:inline-flex;align-items:center;justify-content:center}.group-arrow-toggle svg{display:block;transition:transform .25s cubic-bezier(.4,0,.2,1)}.group-arrow-toggle.group-arrow-toggle--open svg{transform:rotate(180deg)}.group-arrow-toggle svg path{stroke:var(--emerald, #228b22)}.chevron-toggle{display:inline-flex;align-items:center;justify-content:center;margin-left:.5rem;transition:transform .25s cubic-bezier(.4,0,.2,1);color:var(--emerald-ink);opacity:.85}.chevron-toggle svg{display:block;transition:transform .25s cubic-bezier(.4,0,.2,1);transform:rotate(-90deg)}.chevron-toggle--open svg{transform:rotate(0)}.chevron-toggle svg path{stroke:var(--emerald, #228b22)}.floating-filter-actions .secondary{opacity:1;transform:translateY(0);transition:opacity .35s ease .35s,transform .35s ease .35s}.map-overlay.filters.collapsed .floating-filter-actions .secondary{opacity:0;transform:translateY(20px);transition:opacity .25s ease,transform .25s ease}.collapse-toggle .chevron-icon{display:inline-flex;align-items:center;justify-content:center;width:1rem;height:1rem;transform:rotate(90deg);transition:transform .2s ease}.collapse-toggle[aria-expanded=false] .chevron-icon{transform:rotate(-90deg)}.membership-status-card .card-head{align-items:flex-start;justify-content:left;display:flex}.membership-status-card{display:flex;flex-direction:column;align-items:left;justify-content:center}.membership-status-card .pill-toggle{justify-content:center;width:100%;display:flex}.membership-status-card .pill-toggle.membership-toggle{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));width:100%;border-radius:1rem}.membership-status-card .pill-toggle.membership-toggle button{width:100%;display:inline-flex;align-items:center;justify-content:center;text-align:center;white-space:normal;line-height:1.1;padding:.35rem .4rem;border-top:.0625rem solid rgba(112,173,71,.12);border-right:.0625rem solid rgba(112,173,71,.4)}.membership-status-card .pill-toggle.membership-toggle button:disabled{cursor:not-allowed}.membership-status-card .pill-toggle.membership-toggle button:focus:not(.is-active){background:transparent}.membership-status-card .pill-toggle.membership-toggle button.is-active{color:var(--emerald);font-weight:600}.filter-all-selected{background:var(--emerald-soft);border:.125rem solid var(--emerald);color:var(--emerald);font-weight:700;box-shadow:0 0 .25rem var(--emerald-outline, #228b2233);transition:background .2s,color .2s,border .2s}.mini-btn.filter-all-selected,.mini-btn.filter-all-selected:hover{border:.13rem solid var(--emerald);background-color:var(--emerald-soft)}.map-overlay{position:absolute;top:0;bottom:1.25rem;width:20rem;background:#fffffff2;border-radius:0;padding:1.5rem;border:none;box-shadow:var(--shadow-card);overflow-y:auto;z-index:30;transition:transform .3s ease,opacity .3s ease}.map-overlay.filters{left:0;width:var(--filters-panel-width);background:#ffffff6b;border:.125rem solid rgba(255,255,255,.92);box-shadow:0 .375rem .9375rem #0006;-webkit-backdrop-filter:blur(.625rem);backdrop-filter:blur(.625rem);color:var(--emerald-ink);overflow-y:auto;overflow-x:hidden;padding:.5rem .5rem 3.75rem;transition:width .3s ease,padding .3s ease,opacity .3s ease;border-bottom-right-radius:2rem;bottom:1.25rem}@supports (scrollbar-gutter: stable){.map-overlay.filters{scrollbar-gutter:auto}}@supports (scrollbar-width: thin){.map-overlay.filters{scrollbar-width:thin;scrollbar-color:var(--emerald-outline) transparent}}.map-overlay.filters::-webkit-scrollbar{width:.5rem}.map-overlay.filters::-webkit-scrollbar-track{background:transparent}.map-overlay.filters::-webkit-scrollbar-thumb{background:var(--emerald-outline);border-radius:.25rem}.map-overlay.filters::-webkit-scrollbar-thumb:hover{background:var(--emerald)}.map-overlay.filters.collapsed{width:3.75rem;opacity:.9;overflow:hidden;padding:.5rem}.map-overlay.filters.collapsed .overlay-body{opacity:0;transform:translate(-100%);pointer-events:none;transition:opacity .2s ease,transform .25s ease}.map-overlay.filters.collapsed .overlay-header{min-height:3rem;margin-bottom:.5rem;display:grid;grid-template-columns:1fr;place-items:center}.map-overlay.filters.collapsed .overlay-tools{margin:0;width:100%;display:flex;justify-content:center}.map-overlay.filters.collapsed .collapse-toggle{margin:0}.map-overlay.filters.collapsed .overlay-title{opacity:0;transform:translate(-100%);pointer-events:none;position:absolute;transition:opacity .2s ease,transform .25s ease}.map-overlay.filters.collapsed .floating-filter-actions{opacity:0;pointer-events:none;transition:opacity .25s ease}.map-overlay.filters.collapsed~.floating-filter-actions{opacity:0;pointer-events:none;transition:opacity .25s ease}.map-overlay.filters .overlay-header{justify-content:space-between;gap:.65rem}.overlay-tools{display:flex;align-items:center;gap:.4rem}.map-overlay.filters .overlay-body{display:flex;flex-direction:column;gap:.75rem;padding-top:.3rem;padding-right:0;opacity:1;transform:translate(0);transition:opacity .3s ease,transform .3s ease}.map-overlay.filters:not(.collapsed) .overlay-body{transition-delay:.2s}.overlay-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.5rem;flex-wrap:nowrap;min-height:3rem}.overlay-title{display:inline-flex;align-items:center;gap:.5rem;opacity:1;transform:translate(0);transition:opacity .2s ease .1s,transform .3s ease;min-width:0}.overlay-header h3{margin:0;font-size:1.125rem;font-weight:500;letter-spacing:.1em;flex-shrink:0}.filters-info-btn{display:inline-flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;background:#70ad4714;border:.09375rem solid var(--emerald);border-radius:50%;color:var(--emerald);cursor:pointer;padding:0;transition:all .2s ease}.filters-info-icon{font-size:.95rem;font-weight:700;color:var(--emerald);line-height:1}.filters-info-btn:hover{background:#70ad471a;transform:scale(1.06);border-color:var(--emerald-primary)}.collapse-toggle{border:.0625rem solid var(--emerald);background:#fff;color:var(--emerald-ink);border-radius:1.5rem;width:2.125rem;height:2.125rem;padding:0;display:inline-flex;align-items:center;justify-content:center;font-weight:500;cursor:pointer;box-shadow:.3rem .3rem #70ad47bf;transition:box-shadow .15s ease,background .15s ease,border .15s ease,transform .2s ease}.collapse-toggle:hover{background:#ffffffe0;border:.125rem solid var(--emerald);box-shadow:.345rem .345rem #70ad4773}.filter-group{margin-bottom:.875rem;border-bottom:.0625rem solid rgba(15,23,42,.08);padding-bottom:.875rem}.filter-group:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.filter-group select{width:100%;border-radius:.75rem;border:.0625rem solid var(--emerald);padding:.625rem .75rem;background:#ffffff57;backdrop-filter:blur(.45rem);-webkit-backdrop-filter:blur(.45rem);font-size:.875rem}.emerald-filter-panel,.filter-stack{display:flex;flex-direction:column;gap:.8rem;width:99%;max-width:22.5rem;margin-bottom:0 auto}.emerald-card{position:relative;cursor:pointer;padding:.5rem .7rem;border-radius:1.375rem;background:#fffc;border:.0625rem solid var(--emerald);box-shadow:.275rem .275rem #70ad4759;backdrop-filter:blur(.625rem);-webkit-backdrop-filter:blur(.625rem);overflow:visible;transition:transform .15s,box-shadow .15s,border .1s;width:100%}.emerald-card.tree-filter,.emerald-card.source-filter,.emerald-card.continent-filter,.emerald-card.sector-filter{padding-left:.7rem;padding-right:.7rem}.emerald-card:hover{border:.125rem solid var(--emerald);box-shadow:.45rem .45rem #70ad47cc}.emerald-card:after{content:"";position:absolute;inset:0;border-radius:1.375rem;background:linear-gradient(115deg,rgba(255,255,255,.35),transparent 65%);opacity:.8;pointer-events:none}.emerald-card>*{position:relative;z-index:40}.emerald-card .card-head{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:.35rem;margin-bottom:.85rem;min-height:1.5rem}.emerald-card .card-head.compact{margin-bottom:.55rem;min-height:1.5rem}.emerald-card.tree-filter .card-head{flex-direction:row;align-items:center}article[data-filter-card=continent].emerald-card.tree-filter .card-head{flex-direction:row;align-items:center}article[data-filter-card=continent] .card-head .mini-btn{margin-left:auto}.emerald-card.source-filter .card-head .mini-btn{margin-left:auto}.emerald-card[data-filter-card=sector] .card-head{flex-direction:row;align-items:center}.emerald-card[data-filter-card=sector] .card-head .mini-btn{margin-left:auto}.emerald-card{position:relative}.emerald-card .card-body{display:block;width:100%;max-height:2000px;opacity:1;transform:translateY(0);overflow:visible;transition:max-height .35s ease,opacity .25s ease,transform .35s ease;will-change:max-height,opacity,transform}.emerald-card.collapsed{padding-bottom:.5rem;cursor:pointer}.emerald-card.collapsed .card-head{margin-bottom:0}.emerald-card.collapsed .card-body{max-height:0;opacity:0;transform:translateY(-10px);overflow:hidden;pointer-events:none}.emerald-card .card-head .eyebrow{display:inline-flex;align-items:center;line-height:1;font-size:.75rem;letter-spacing:.12em;text-transform:capitalize;color:var(--emerald-ink);font-weight:500}.timeline-values{display:flex;align-items:center;gap:.35rem;margin-bottom:.65rem}.timeline-pill{min-width:3.875rem;text-align:center;padding:.35rem .55rem;border-radius:999px;background:#ffffff57;border:.0625rem solid var(--emerald);backdrop-filter:blur(.45rem);-webkit-backdrop-filter:blur(.45rem);font-weight:400;letter-spacing:.08em;font-size:.9rem}input.timeline-pill{-moz-appearance:textfield;appearance:none;transition:box-shadow .12s ease,border-color .12s ease}input.timeline-pill:focus{outline:none;border-color:var(--emerald);box-shadow:0 0 0 .375rem #70ad4714}input.timeline-pill::-webkit-outer-spin-button,input.timeline-pill::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.timeline-bridge{flex:1;height:.125rem;background:linear-gradient(90deg,transparent,var(--emerald),transparent)}.timeline-meta{display:flex;justify-content:space-between;align-items:center;font-size:.8rem;margin-top:.65rem;color:#102414b3}.ghost-link{border:none;background:none;color:var(--emerald);font-weight:400;cursor:pointer;letter-spacing:.02em}#emerald-year-slider{margin:.6rem auto;max-width:90%}#emerald-year-slider .noUi-target{background:#10241414;border:none;border-radius:999px;box-shadow:inset 0 .0625rem .125rem #00000014;height:.75rem}#emerald-year-slider .noUi-connect{background:var(--emerald)}#emerald-year-slider .noUi-handle{border-radius:50%;border:.125rem solid #fff;background:var(--emerald);width:1.25rem;height:1.25rem;right:-.625rem;top:-.25rem;box-shadow:0 0 0 .25rem #70ad472e;cursor:grab}#emerald-year-slider .noUi-handle:before,#emerald-year-slider .noUi-handle:after{display:none}.tree-container{display:flex;flex-direction:column;gap:.2rem;box-sizing:border-box;overflow-x:visible;padding:.1rem .3rem}.tree-container.aggregates .tree-children{padding-left:.5rem}.tree-dynamic{display:flex;flex-direction:column;gap:.2rem;max-height:min(85vh,75rem);overflow-y:auto;overflow-x:visible;padding:.1rem .3rem;box-sizing:border-box}.tree-dynamic.is-searching{gap:.35rem}#continent-tree.is-searching .tree-leaf{padding:.7rem;min-height:unset;align-items:center}#continent-tree.is-searching .tree-leaf span{line-height:1.25;display:block;width:100%}#continent-tree.is-searching .tree-leaf input{margin-top:0}.tree-dynamic>*:first-child{margin-top:.1rem}@supports (scrollbar-width: thin){.tree-dynamic{scrollbar-width:thin;scrollbar-color:var(--emerald-outline) transparent}}.tree-dynamic::-webkit-scrollbar{width:8px}.tree-dynamic::-webkit-scrollbar-track{background:transparent;border-radius:999px}.tree-dynamic::-webkit-scrollbar-thumb{background:var(--emerald-outline);border-radius:999px}.tree-dynamic::-webkit-scrollbar-thumb:hover{background:var(--emerald)}.tree-search{display:flex;border:.13rem solid var(--emerald);border-radius:.875rem;padding:.25rem .55rem;background:#70ad471a;backdrop-filter:blur(.45rem);-webkit-backdrop-filter:blur(.45rem);margin:0 0 .35rem}.tree-search input{width:100%;border:none;background:transparent;font-size:.85rem;padding:.2rem;outline:none}.tree-search input::placeholder{color:#102414e6}.tree-parent{border-radius:.875rem;border:.0625rem solid var(--emerald);background:#ffffff57;backdrop-filter:blur(.45rem);-webkit-backdrop-filter:blur(.45rem);padding:.5rem .6rem;transition:border .2s,box-shadow .2s,background .2s;max-width:100%;box-sizing:border-box;margin:0}.tree-parent.has-counter{padding:.6rem;max-width:100%;box-sizing:border-box;margin:0;cursor:pointer}.tree-parent.radio-group{padding:.6rem}.tree-parent:hover{border:.125rem solid var(--emerald);background:linear-gradient(90deg,#70ad471f,#70ad470f);box-shadow:0 .25rem .75rem var(--emerald)}.tree-header{display:flex;align-items:center;justify-content:space-between;gap:.5rem;cursor:pointer;min-height:1.5rem}.tree-header .node-label-text{font-size:.88rem;font-weight:400;color:var(--emerald-ink);letter-spacing:.08em}.node-label{display:flex;gap:.5rem;align-items:center;flex:1;cursor:pointer}.node-label input{width:1rem;height:1rem;min-width:1rem;min-height:1rem;flex-shrink:0;accent-color:var(--emerald);margin:0}.node-label span{display:flex;flex-direction:column;font-size:.88rem;line-height:1.2;font-weight:400;letter-spacing:.08em}.node-label span strong{font-size:.88rem;font-weight:400}.node-label span em{font-style:normal;color:#10241499;font-size:.78rem;white-space:nowrap;display:inline-flex;align-items:baseline;gap:.2rem}.node-label span em span{font-weight:400;color:var(--emerald-ink)}.tree-parent.has-counter .node-label em{display:inline-flex}.tree-parent.radio-group .node-select{display:none}.tree-parent.radio-group .tree-toggle{margin-left:auto}.tree-toggle{width:1.5rem;height:1.5rem;border-radius:.865rem;border:.0625rem solid var(--emerald);background:#ffffff57;backdrop-filter:blur(.45rem);-webkit-backdrop-filter:blur(.45rem);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .2s,background .2s,border .2s,box-shadow .2s}.tree-toggle:hover{background:linear-gradient(90deg,#70ad471f,#70ad470f);border:.125rem solid var(--emerald);box-shadow:0 .25rem .75rem var(--emerald)}.tree-toggle .chevron{width:.48rem;height:.48rem;border-top:.125rem solid var(--emerald);border-right:.125rem solid var(--emerald);transform:rotate(135deg);transition:transform .2s}.tree-toggle[aria-expanded=false] .chevron{transform:rotate(45deg)}.tree-children{list-style:none;padding:0 .2rem;margin:0;border-left:.0625rem dashed rgba(112,173,71,.4);max-height:0;overflow:hidden;transition:max-height .3s;display:flex;flex-direction:column;gap:.25rem}.tree-children[data-open=true]{max-height:18.75rem;width:100%;overflow-y:auto;overflow-x:hidden;margin-top:.25rem;padding-top:.25rem}.aggregate-filter .tree-children[data-open=true]{overflow-x:visible}@supports (scrollbar-width: thin){.tree-children[data-open=true]{scrollbar-width:thin;scrollbar-color:var(--emerald-outline) transparent}}.tree-children[data-open=true]::-webkit-scrollbar{width:.375rem}.tree-children[data-open=true]::-webkit-scrollbar-track{background:transparent;border-radius:999px}.tree-children[data-open=true]::-webkit-scrollbar-thumb{background:var(--emerald-outline);border-radius:999px}.tree-children[data-open=true]::-webkit-scrollbar-thumb:hover{background:var(--emerald)}.tree-children.radio-list{padding-left:.5rem;padding-right:.3rem}.tree-children li{margin:0}.tree-leaf{display:flex;align-items:center;gap:.5rem;padding:.6rem;border-radius:.875rem;border:.0625rem solid var(--emerald);background:#ffffff57;backdrop-filter:blur(.45rem);-webkit-backdrop-filter:blur(.45rem);cursor:pointer;transition:background .2s,box-shadow .2s,border-color .2s,transform .2s;text-transform:none;font-size:.88rem;font-weight:400;letter-spacing:.08em;color:var(--emerald-ink);min-height:1.5rem;max-width:100%;box-sizing:border-box;margin:0}.aggregate-filter .tree-leaf.is-active{border-color:var(--emerald);background:#70ad471f;box-shadow:0 .25rem .75rem #70ad472e}.tree-children .tree-leaf{margin:0;padding:.6rem;font-size:.85rem;border-radius:.875rem}.tree-leaf span{text-transform:none;white-space:normal;overflow:visible;text-overflow:unset;word-break:break-word;letter-spacing:.08em}.tree-leaf input{width:1rem;height:1rem;min-width:1rem;min-height:1rem;flex-shrink:0;accent-color:var(--emerald);margin:0}.aggregate-filter .aggregate-radio{appearance:none;width:1.05rem;height:1.05rem;border:.125rem solid var(--emerald);border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:#fff;margin:0;transition:border-color .2s ease,box-shadow .2s ease}.aggregate-filter .aggregate-radio:after{content:"";width:.45rem;height:.45rem;border-radius:50%;background:var(--emerald);opacity:0;transition:opacity .2s ease}.aggregate-filter .aggregate-radio:checked:after{opacity:1}.aggregate-filter .aggregate-radio:focus-visible{outline:none;box-shadow:0 0 0 .2rem #70ad4740}.tree-leaf input:checked+span{font-weight:400;color:var(--emerald-ink)}.tree-leaf:hover{background:linear-gradient(90deg,#70ad471f,#70ad470f);border:.125rem solid var(--emerald);box-shadow:0 .25rem .75rem var(--emerald)}.tree-leaf.active,.tree-leaf:has(input:checked){background:var(--emerald-soft);border-color:var(--emerald);box-shadow:0 0 0 .03125rem var(--emerald),0 .5rem 1.125rem #70ad4729;transform:translateY(-.125rem)}.tree-leaf:has(input:checked) span{color:var(--emerald);font-weight:600}.tree-leaf.radio-leaf input[type=radio]{width:1rem;height:1rem;min-width:1rem;min-height:1rem;accent-color:var(--emerald)}.sector-flat-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.2rem}.sector-flat-list>li{margin:0}.aggregate-placeholder{border:.0625rem solid var(--emerald);border-radius:.85rem;padding:.85rem;background:#ffffff57;backdrop-filter:blur(.45rem);-webkit-backdrop-filter:blur(.45rem);font-size:.85rem;color:#102414cc;line-height:1.4}.aggregate-coming-soon{margin:0}.tree-parent:has(input:checked){background:var(--emerald-soft);border-color:var(--emerald);box-shadow:0 0 0 .03125rem var(--emerald),0 .5rem 1.125rem #70ad4729;transform:translateY(-.125rem)}.tree-parent:has(input:checked) .node-label span,.tree-parent:has(input:checked) .node-label span strong,.tree-parent:has(input:checked) .node-label-text,.tree-parent:has(input:checked) .node-label span em span{color:var(--emerald);font-weight:600}.aggregate-section{padding:.4rem .7rem;border-bottom:1px dashed rgba(112,173,71,.2)}.aggregate-section:last-child{border-bottom:none}.aggregate-section-header{margin-bottom:.35rem}.aggregate-separator{display:block;font-size:.7rem;font-weight:600;text-transform:none;letter-spacing:.05em;color:#10241499;padding:.2rem 0}.drilldown-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.65rem}.drill-column{border-radius:.9rem;border:1px solid var(--emerald);background:#ffffff57;backdrop-filter:blur(7.2px);-webkit-backdrop-filter:blur(7.2px);padding:.5rem}.drill-column h5{margin:0 0 .35rem;font-size:.78rem;letter-spacing:.08em;text-transform:capitalize;color:#102414b3;font-weight:400}.drill-column button{width:100%;background:transparent;border:1px solid transparent;border-radius:.8rem;padding:.4rem .5rem;text-align:left;font-size:.85rem;cursor:pointer;transition:background .2s,border .2s,transform .2s,box-shadow .2s}.drill-column button:hover:not(.is-active){background:linear-gradient(90deg,#70ad471f,#70ad470f);border:2px solid var(--emerald);box-shadow:0 4px 12px var(--emerald)}.drill-column button.is-active{border-color:var(--emerald);background:#70ad472e;box-shadow:0 0 0 .5px var(--emerald),0 4px 16px #70ad473d;transform:translateY(-2px)}.drilldown-toggle{width:100%;border-radius:.85rem;border:1px solid var(--emerald);background:#ffffff57;backdrop-filter:blur(7.2px);-webkit-backdrop-filter:blur(7.2px);padding:.6rem .85rem;font-weight:400;display:flex;align-items:center;justify-content:space-between;cursor:pointer;transition:border .2s,background .2s,box-shadow .2s}.drilldown-toggle:hover{background:linear-gradient(90deg,#70ad471f,#70ad470f);border:2px solid var(--emerald);box-shadow:0 4px 12px var(--emerald)}.drilldown-toggle[aria-expanded=true]{border-color:var(--emerald);background:#70ad4729}.drilldown-toggle .drill-chevron{width:.65rem;height:.65rem;border-top:2px solid var(--emerald-ink);border-right:2px solid var(--emerald-ink);transform:rotate(45deg);transition:transform .25s}.drilldown-toggle[aria-expanded=true] .drill-chevron{transform:rotate(135deg)}.drilldown-panel{max-height:0;overflow:hidden;opacity:0;pointer-events:none;transition:max-height .35s,opacity .25s;position:fixed;top:12vh;right:4vw;width:min(42.5rem,90vw);background:#ffffff57;border:.0625rem solid var(--emerald);box-shadow:0 .25rem 1.875rem #0000001a;backdrop-filter:blur(.45rem);-webkit-backdrop-filter:blur(.45rem);border-radius:1.2rem;padding:1rem;box-shadow:0 2.1875rem 3.4375rem #12201859;z-index:50}.drilldown-panel[data-open=true]{max-height:40.625rem;opacity:1;pointer-events:auto}.drilldown-panel.inline{position:relative;top:auto;right:auto;width:100%;background:#ffffff57;backdrop-filter:blur(.45rem);-webkit-backdrop-filter:blur(.45rem);border-radius:.9rem;padding:.75rem;box-shadow:none;border:.0625rem solid rgba(112,173,71,.12);margin-top:.65rem}.drilldown-panel.inline[data-open=true]{max-height:40rem;opacity:1;pointer-events:auto}.drill-filter{overflow:visible}.floating-filter-actions{position:absolute;left:3.125rem;bottom:1.5rem;display:flex;justify-content:space-between;gap:.5rem;width:13.75rem;z-index:30;pointer-events:auto;opacity:1;transition:opacity .35s ease .1s}.floating-filter-actions button{flex:1;border-radius:1.375rem;border:.0625rem solid var(--emerald);padding:.55rem .7rem;font-weight:500;letter-spacing:.08em;font-size:.875rem;cursor:pointer;transition:background .2s,border .2s,color .2s,box-shadow .2s;box-shadow:.275rem .275rem #70ad47cc;margin-bottom:.5rem;background:#fff;color:var(--emerald-ink)}.floating-filter-actions button.primary{background:var(--emerald);color:#fff;border-color:var(--emerald)}.floating-filter-actions button:hover{border:.125rem solid var(--emerald);box-shadow:.345rem .345rem #70ad4773}.floating-filter-actions button.primary:hover{background:#5d9138}.floating-filter-actions button.secondary:hover{background:#fff;border-color:var(--emerald)}.floating-filter-actions button.secondary:active{background:#f4f9f2;border-color:var(--emerald);box-shadow:.25rem .25rem #70ad4759;color:var(--emerald-ink)}.mini-actions{align-items:center;gap:.4rem;flex-wrap:wrap}.mini-btn{border:.0625rem solid var(--emerald);border-radius:.875rem;background:#ffffff57;backdrop-filter:blur(.45rem);-webkit-backdrop-filter:blur(.45rem);padding:.2rem .8rem;font-size:.75rem;font-weight:400;letter-spacing:.08rem;cursor:pointer;transition:border .2s,background .2s,box-shadow .2s}.mini-btn:hover:not(.filter-all-selected){background:linear-gradient(90deg,#70ad471f,#70ad470f);border:.125rem solid var(--emerald);box-shadow:0 .25rem .75rem var(--emerald)}.pill-toggle{display:inline-flex;border:.09375rem solid var(--emerald);border-radius:.75rem;overflow:hidden;background:#ffffff57;box-shadow:0 .125rem .5rem #70ad4714;backdrop-filter:blur(.45rem);-webkit-backdrop-filter:blur(.45rem);margin:.25em 0;transition:border .2s,box-shadow .2s}.pill-toggle:hover{border:.125rem solid var(--emerald);box-shadow:0 .25rem .75rem var(--emerald)}.pill-toggle button{border:none;background:transparent;padding:.35rem 1.1rem;font-size:.85rem;cursor:pointer;color:var(--emerald-ink);font-weight:400;letter-spacing:.08em;transition:background .2s,color .2s;outline:none;border-right:.0625rem solid rgba(112,173,71,.1);position:relative}.pill-toggle button:last-child{border-right:none}.pill-toggle button.is-active{background:var(--emerald-soft);color:var(--emerald)}.pill-toggle button:hover:not(.is-active),.pill-toggle button:focus:not(.is-active){background:linear-gradient(90deg,#70ad471f,#70ad470f)}@media(max-width:900px){.map-overlay{padding:1.125rem}.drilldown-panel{top:8vh;right:2vw;width:95vw;padding:.8rem}.drilldown-grid{grid-template-columns:1fr;gap:.5rem}.floating-filter-actions{position:static;width:100%;flex-direction:column;margin-top:.8rem}.emerald-card{padding:.7rem}.timeline-values{flex-wrap:wrap}.timeline-pill{min-width:3.4375rem;font-size:.85rem;padding:.3rem .45rem}.tree-parent{padding:.6rem}.tree-children{padding-left:1rem}}.card-head[role=button]{cursor:pointer}.card-head-controls{display:flex;align-items:center}.tree-header--spaced{justify-content:space-between;cursor:pointer}.aggregate-section-title{font-weight:600;font-size:.85rem;padding:.25rem 0}.aggregate-items-grid{display:grid;gap:.35rem}.aggregate-section-item{width:100%}.tree-group-label{font-weight:400;letter-spacing:.08em}.aggregate-filter .tree-group-label{font-size:.9rem;font-weight:400;letter-spacing:.08em}.multinational-logo-responsive{display:flex}@media(max-width:900px){.multinational-logo-responsive{display:none!important}}.multinational-logo-legend{position:absolute;left:-90px;top:-30px;transform:translateY(0);z-index:398;opacity:.9;pointer-events:none;width:80px;height:80px;display:flex;align-items:center;justify-content:center}.multinational-logo-legend img{width:100%;height:100%;object-fit:contain}@media(max-width:900px){.multinational-logo-legend{left:-60px;width:48px;height:48px}}.multinational-logo-float{position:absolute;right:calc(var(--insights-safe-offset) + .5rem);bottom:2.5rem;z-index:398;opacity:.9;pointer-events:none;width:clamp(84px,8vw,120px);height:clamp(84px,8vw,120px);display:flex;align-items:center;justify-content:center;transition:right .3s ease}.multinational-logo-float img{width:100%;height:100%;object-fit:contain}@media(max-width:1024px){.multinational-logo-float{width:clamp(48px,4vw,80px);height:clamp(48px,4vw,80px);bottom:10.5rem;right:calc(var(--insights-safe-offset) + 0rem)}}@media(max-width:900px){.multinational-logo-float{width:clamp(48px,4vw,80px);height:clamp(48px,4vw,80px);bottom:4.5rem;right:calc(var(--insights-safe-offset) + 0rem)}}.enhanced-legend{box-shadow:0 .5rem 2rem #46a0781f,0 .09375rem .5rem #70ad4714;border:.125rem solid var(--emerald-primary);background:linear-gradient(120deg,#f5fbf0 60%,#eaf6e7);padding:1.25rem 2rem;border-radius:1.125rem;display:flex;gap:1.125rem;align-items:center;min-width:13.75rem;font-size:.9375rem}.enhanced-legend .legend-item{font-weight:500;color:var(--emerald-ink);background:#70ad4712;border-radius:.375rem;padding:.375rem .75rem;transition:background .2s}.enhanced-legend .legend-item:hover{background:#70ad472e}.enhanced-legend .legend-swatch{width:1.125rem;height:1.125rem;border-radius:.375rem;border:.125rem solid var(--emerald-outline);box-shadow:0 .125rem .375rem #70ad471f}.hero-map{padding:0;min-height:100vh;position:relative;background:#fff;width:100%}.map-surface{position:relative;border-radius:0;min-height:100vh;height:100vh;z-index:5;background:#fff;box-shadow:none;padding:0;overflow:hidden}.multinational-logo-container{position:absolute;top:57rem;left:24%;transform:translate(-50%);z-index:1;pointer-events:none;display:flex;justify-content:center;align-items:center}.multinational-logo{max-width:120px;height:auto;opacity:.9;filter:drop-shadow(0 .25rem .75rem rgba(0,0,0,.15))}.eyebrow{text-transform:capitalize;letter-spacing:.3em;font-size:.75rem;margin:0;opacity:.75;font-weight:400}.map-container{margin-top:0;margin-bottom:1.125rem;height:100%;min-height:inherit;border-radius:0;border:none;z-index:0}.maplibregl-map{background:#fff;border-radius:0;filter:none;z-index:30}.maplibregl-canvas{outline:none}.maplibregl-canvas-container{will-change:auto!important}.maplibregl-canvas{image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;will-change:contents}#map{transform:translateZ(0);-webkit-transform:translateZ(0);backface-visibility:hidden;-webkit-backface-visibility:hidden;perspective:1000px;-webkit-perspective:1000px;will-change:transform}.maplibregl-ctrl-attrib,.maplibregl-ctrl-logo,.maplibregl-control-container .maplibregl-ctrl-attrib,.maplibregl-ctrl-bottom-left,.maplibregl-ctrl-bottom-right{display:none!important}.approvals-basemap{filter:none}.map-tooltip{position:fixed;background:transparent;border:none;box-shadow:none;padding:0;pointer-events:none;z-index:10000;transform:translate(-50%,-100%)}.map-tooltip-card{background:linear-gradient(145deg,#fffffffa,#e8f5eceb);color:var(--emerald-ink);padding:.75rem 1rem;border-radius:.875rem;border:.0625rem solid rgba(13,52,46,.18);box-shadow:0 1.25rem 2.1875rem #0d342e2e;min-width:11.875rem;font-family:var(--font-family);-webkit-backdrop-filter:blur(.25rem);backdrop-filter:blur(.25rem)}.map-tooltip-eyebrow{text-transform:uppercase;letter-spacing:.12em;font-size:.75rem;font-weight:700;color:var(--emerald);margin-bottom:.5rem;display:inline-block}.map-tooltip-eyebrow.map-tooltip-eyebrow--normal{text-transform:none;letter-spacing:.02em}.map-tooltip-title{font-size:1rem;font-weight:700;margin:0 0 .625rem;color:var(--emerald-ink)}.map-tooltip-metrics{display:flex;align-items:center;gap:.875rem}.map-tooltip-metric{display:flex;flex-direction:column;gap:.125rem}.map-tooltip-metric .label{display:block;font-size:.6875rem;text-transform:none;letter-spacing:.04em;color:#102414b3}.map-tooltip-metric .value{display:block;font-size:.9375rem;font-weight:700;color:var(--emerald-ink)}.map-tooltip-divider{width:.0625rem;height:2rem;background:linear-gradient(to bottom,transparent,rgba(18,69,53,.35) 18%,rgba(18,69,53,.35) 82%,transparent)}.legend{display:flex;gap:.875rem;flex-wrap:wrap;color:var(--emerald-ink)}.legend-item{display:inline-flex;align-items:center;gap:.375rem;font-size:.8125rem;color:var(--emerald-ink)}.legend-swatch{width:1rem;height:1rem;border-radius:.25rem;border:.0625rem solid var(--emerald-outline)}.legend-floating{position:absolute;bottom:1.5rem;left:50%;transform:translate(calc(-50% + var(--map-header-center-shift)));background:#ffffff6b;border-radius:1.5rem;padding:1rem 1.5rem;border:.0625rem solid var(--emerald);z-index:10000;color:var(--emerald-ink);-webkit-backdrop-filter:blur(.625rem);backdrop-filter:blur(.625rem);box-shadow:.275rem .275rem #70ad47cc;transition:transform .3s ease}.legend-floating.legend-minimized{padding:0;border-radius:999px;background:transparent;border:none;box-shadow:none;left:50%;transform:translate(calc(-50% + var(--map-header-center-shift)));transition:transform .3s ease}.legend-minimized-pill{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:999px;background:#70ad4726;border:.0625rem solid var(--emerald);color:var(--emerald-ink);font-size:.75rem;letter-spacing:.15em;text-transform:uppercase;font-weight:600;box-shadow:0 .375rem 1.125rem #10241426;margin-left:auto;margin-right:auto}@media(max-width:1200px){.legend-floating{padding:.75rem 1.125rem;border-radius:1.125rem}.legend-item{font-size:.75rem}.legend-swatch{width:.875rem;height:.875rem}.map-surface{padding:0;border-radius:0}}@media(max-width:900px){.hero-map{padding:0}}@media(max-width:1024px){.legend-floating{max-width:calc(100vw - max(var(--filters-safe-offset),calc(var(--filters-panel-width) + var(--panel-gutter))) - max(var(--insights-safe-offset),calc(var(--insights-width) + var(--panel-gutter))) - 2rem);padding:.9rem 1.2rem}.legend-slider-stack{width:100%}}.map-container{width:100%;height:100%}.ui-tooltip{position:fixed;background:transparent;border:none;padding:0;pointer-events:none;z-index:10000;transform:translate(-50%,-100%)}.ui-tooltip__card{background:linear-gradient(145deg,#fffffffa,#e8f5eceb);color:var(--emerald-ink);padding:.375rem .5rem;border-radius:.5rem;border:.0625rem solid rgba(13,52,46,.18);box-shadow:0 .75rem 1.5rem #0d342e29;font-family:var(--font-family);font-size:.75rem;font-weight:400;letter-spacing:.04em;line-height:1.3;max-width:min(18rem,calc(100vw - 2rem));white-space:normal;text-align:left;-webkit-backdrop-filter:blur(.25rem);backdrop-filter:blur(.25rem)}.insights-info-modal{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:99999;display:flex;align-items:center;justify-content:center;animation:fadeSlide .4s ease}.insights-info-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#ffffff4d;backdrop-filter:blur(.75rem);-webkit-backdrop-filter:blur(.75rem);z-index:1}.insights-info-content{position:relative;z-index:2;background:#ffffffeb;border:.125rem solid rgba(255,255,255,.95);border-radius:.75rem;box-shadow:.375rem .375rem #70ad4773;padding:2.5rem 2rem 2rem;max-width:37.5rem;width:90vw;max-height:85vh;overflow-y:auto;text-align:left;animation:slideInFromBottom .4s ease}@supports (scrollbar-width: thin){.insights-info-content{scrollbar-width:thin;scrollbar-color:#70ad47 transparent}}.insights-info-content::-webkit-scrollbar{width:.5rem}.insights-info-content::-webkit-scrollbar-track{background:transparent}.insights-info-content::-webkit-scrollbar-thumb{background-color:#70ad47;border-radius:.25rem;border:.125rem solid transparent;background-clip:padding-box}.insights-info-content::-webkit-scrollbar-thumb:hover{background-color:#5a8a37}.insights-info-close{position:absolute;top:1rem;right:1rem;background:#fff;color:var(--emerald-ink);border:.0625rem solid var(--emerald);border-radius:.75rem;padding:.55rem .7rem;font-size:.875rem;font-weight:400;letter-spacing:.08em;cursor:pointer;box-shadow:.25rem .25rem #70ad4759;transition:all .2s ease;font-family:inherit}.insights-info-close:hover{background:#fff;border-color:var(--emerald);box-shadow:.375rem .375rem #70ad4773}.insights-info-close:active{transform:translateY(0)}.insights-info-body{margin-top:.5rem;width:100%;font-size:.875rem;line-height:1.6;letter-spacing:.04em}.insights-info-body h2{margin:0 0 1rem;font-size:1.75em;color:var(--emerald);font-weight:500;letter-spacing:.1em}.insights-info-body h3{margin-top:1.25rem;margin-bottom:.75rem;font-size:1.3em;font-weight:600}.insights-info-body p{margin:.5rem 0;line-height:1.6}.insights-info-body a{font-weight:500}.map-overlay.insights{right:0;width:22.5rem;padding:.5rem;background:#ffffff6b;border:.125rem solid rgba(255,255,255,.92);box-shadow:0 .375rem .9375rem #0006;backdrop-filter:blur(.625rem);-webkit-backdrop-filter:blur(.625rem);color:#182230;border-bottom-left-radius:2rem;transition:width .3s ease,padding .3s ease,opacity .3s ease;display:flex;flex-direction:column;overflow:hidden}.map-overlay.insights.collapsed{width:3.75rem;padding:.5rem;overflow:hidden}.map-overlay.insights.collapsed .insights-header{grid-template-columns:1fr;padding-right:0;justify-content:center}.map-overlay.insights.collapsed .insights-collapse-toggle{margin:0 auto}.map-overlay.insights.collapsed .insights-header-left{justify-content:center}.map-overlay.insights.collapsed .insights-logo-wrapper{opacity:0;transform:translate(100%);pointer-events:none;transition:opacity .2s ease,transform .25s ease}.map-overlay.insights.collapsed .insight-stack{opacity:0;transform:translate(100%);pointer-events:none;transition:opacity .25s ease,transform .25s ease}@supports (scrollbar-width: thin){.map-overlay.insights{scrollbar-width:none}}.map-overlay.insights::-webkit-scrollbar{display:none}.insights-header{position:relative;display:grid;align-items:center;justify-content:space-between;gap:.2rem;min-height:3rem;margin-bottom:.5rem;padding-right:.75rem;grid-template-columns:auto 1fr auto}.insights-header-left{display:inline-flex;align-items:center;gap:.2rem}.insights-header-right{display:inline-flex;align-items:center;gap:.5rem;justify-self:end}.insights-download-btn{border:.0625rem solid var(--emerald);background:#ffffffd9;color:var(--emerald-ink);border-radius:.625rem;width:2rem;height:2rem;padding:0;cursor:pointer;box-shadow:.275rem .275rem #70ad47bf;transition:box-shadow .15s ease,background .15s ease,border .15s ease,color .15s ease;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.insights-download-btn:hover{background:#fffffff2;border:.0938rem solid var(--emerald);box-shadow:.345rem .345rem #70ad4773;color:var(--emerald)}.insights-download-btn:active{box-shadow:.275rem .275rem #70ad4759;transform:translate(.0625rem,.0625rem)}.insights-download-icon{width:1.25rem;height:1.25rem;stroke:currentColor;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round}.insights-collapse-toggle{border:.0625rem solid var(--emerald);background:#fff;color:var(--emerald-ink);border-radius:1.5rem;width:2.125rem;height:2.125rem;padding:0;display:inline-flex;align-items:center;justify-content:center;font-weight:500;cursor:pointer;box-shadow:.3rem .3rem #70ad47bf;transition:box-shadow .15s ease,background .15s ease,border .15s ease,transform .2s ease;margin-right:.5rem}.insights-collapse-toggle:hover{background:#ffffffe0;border:.125rem solid var(--emerald);box-shadow:.345rem .345rem #70ad4773}.insights-collapse-toggle .chevron-icon{display:inline-flex;align-items:center;justify-content:center;width:1rem;height:1rem;transform:rotate(-90deg);transition:transform .2s ease}.insights-collapse-toggle.is-collapsed .chevron-icon{transform:rotate(90deg)}.insights-label h3,.map-overlay.insights h3{margin:0;text-align:left;font-weight:400}.insights-download{position:relative;margin-left:0;display:inline-flex;align-items:center;justify-self:end}.insights-download-trigger{border:.0625rem solid var(--emerald);background:#ffffffbf;color:var(--emerald-ink);border-radius:1.5rem;width:2.125rem;height:2.125rem;padding:0;font-size:.75rem;font-weight:600;cursor:pointer;box-shadow:.275rem .275rem #70ad4759;transition:box-shadow .15s ease,background .15s ease,border .15s ease;line-height:1;display:inline-flex;align-items:center;justify-content:center}.insights-download-trigger:hover{background:#ffffffe0;border:.125rem solid var(--emerald);box-shadow:.345rem .345rem #70ad4773}.insights-download-trigger .download-icon{width:1rem;height:1rem;display:block}.insights-download-menu{position:absolute;top:calc(100% + .5rem);right:0;background:#ffffffeb;border-radius:1.5rem;box-shadow:0 .5rem 2rem #0000001f,0 .125rem .5rem #00000014;min-width:12.5rem;padding:.5rem;opacity:0;visibility:hidden;transform:translateY(-.5rem);transition:all .2s ease;z-index:12;border:.0625rem solid rgba(112,173,71,.2);pointer-events:none}.insights-download-menu.is-open{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}.insights-download-item{display:flex;align-items:center;width:100%;padding:.65rem .75rem;border:none;background:transparent;border-radius:.5rem;cursor:pointer;transition:all .2s ease;color:var(--emerald-ink);font-size:.8125rem;font-weight:500;text-align:left;font-family:inherit}.insights-download-item:hover{background:var(--emerald-soft);color:var(--emerald);transform:translate(.2rem)}.insights-back-btn{display:none!important;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;padding:0;margin-right:.625rem;background:#ffffff57;color:var(--emerald);border:.09375rem solid var(--emerald-outline);border-radius:.625rem;cursor:pointer;transition:all .3s cubic-bezier(.34,1.56,.64,1);font-size:1rem;box-shadow:0 .25rem 1.875rem #0000001a;position:relative;overflow:hidden;-webkit-backdrop-filter:blur(.45rem);backdrop-filter:blur(.45rem)}.insights-back-btn:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,var(--emerald) 0%,#5a9438 100%);opacity:0;transition:opacity .3s ease;border-radius:inherit}.insights-back-btn:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 50%,rgba(255,255,255,.3) 0%,transparent 70%);opacity:0;transition:opacity .3s ease}.insights-back-btn i{position:relative;z-index:10;transition:transform .3s cubic-bezier(.34,1.56,.64,1)}.insights-back-btn:hover{transform:translate(-.25rem) scale(1.08);border-color:var(--emerald);box-shadow:0 .375rem 1.25rem #70ad4740,0 .125rem .375rem #70ad4726,inset 0 .0625rem #ffffffe6}.insights-back-btn:hover:before{opacity:1}.insights-back-btn:hover:after{opacity:1}.insights-back-btn:hover i{transform:translate(-.125rem);color:#fff}.insights-back-btn:active{transform:translate(-.1875rem) scale(1.02);box-shadow:0 .125rem .5rem #70ad4733,inset 0 .125rem .25rem #0000001a;transition:all .1s ease}.insights-back-btn.visible{display:flex!important;animation:slideInBounce .5s cubic-bezier(.34,1.56,.64,1)}.insights-back-list-btn{display:inline-flex;align-items:center;justify-content:center;width:13.75rem;border-radius:.75rem;border:.0625rem solid var(--emerald);padding:.55rem .7rem;font-weight:400;font-size:.875rem;cursor:pointer;transition:background .2s,border .2s,color .2s,box-shadow .2s;box-shadow:.25rem .25rem #70ad4759;margin-bottom:.5rem;background:#fff;color:var(--emerald-ink);position:relative}.insights-back-list-btn:before{display:none}.insights-back-list-btn:after{display:none}.insights-back-list-btn i{display:none}.insights-back-list-btn:hover{border:.125rem solid var(--emerald);box-shadow:.375rem .375rem #70ad4773}.insights-back-list-btn:hover i{display:none}.insights-back-list-btn:active{background:#f4f9f2;border-color:var(--emerald);box-shadow:.25rem .25rem #70ad4759;color:var(--emerald-ink)}.back-button-item{animation:slideInFromBottom .3s cubic-bezier(.34,1.56,.64,1)}.insights-back-container{display:flex;justify-content:center;padding:0;margin:0;border-top:none;position:absolute;left:0;right:0;bottom:0rem;z-index:5;background:transparent}.insights-logo-wrapper{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;align-items:center;justify-content:center;gap:.5rem;width:max-content;height:3rem;margin:0;opacity:1;transition:opacity .2s ease .1s,transform .3s ease}.insights-logo{height:3.125rem;width:3.125rem;object-fit:cover}.insights-logo.small{height:2.625rem;width:2.625rem}.insights-logo-wrapper.logo-count-2{gap:.45rem;height:3rem}.insights-logo-wrapper.logo-count-3{gap:.3rem;height:2.75rem}.insights-logo-wrapper.logo-count-3 .insights-logo{height:2.375rem;width:2.375rem}.insight-stack{display:flex;flex-direction:column;gap:1rem;flex:1;min-height:0;opacity:1;transform:translate(0);transition:opacity .3s ease,transform .3s ease}.insight-brand{display:flex;flex-direction:column;gap:.4rem;align-items:center;text-align:center;padding:.9rem 1rem;border:.25rem solid rgba(112,173,71,1);border-radius:1.5rem;background:#fff;box-shadow:.275rem .275rem #70ad47;backdrop-filter:blur(.625rem);-webkit-backdrop-filter:blur(.625rem);position:sticky;top:.5rem;z-index:5}.insight-brand:before{content:none}.insight-brand:after{content:"";position:absolute;inset:.125rem;border-radius:inherit;box-shadow:inset 0 0 0 .0625rem #ffffff8c;pointer-events:none}.insight-countries-wrapper{width:100%;margin-top:.375rem;padding-top:.375rem;border-top:.0625rem solid var(--emerald-outline)}.insight-countries-wrapper:empty{display:none}.insight-countries-title{font-size:.625rem;font-weight:600;text-transform:capitalize;letter-spacing:.05em;color:var(--emerald-text-muted);margin:0 0 .375rem}.insight-countries{max-height:calc((1.5em + 1rem)*3);overflow-y:hidden;overflow-x:hidden;width:100%;font-size:.6875rem;line-height:1.5;color:var(--emerald-text-muted);background:transparent}.insight-countries:empty{display:none}.insight-countries.is-scrollable{overflow-y:auto}@supports (scrollbar-gutter: stable){.insight-countries{scrollbar-gutter:stable}}@supports (scrollbar-width: thin){.insight-countries.is-scrollable{scrollbar-width:thin;scrollbar-color:#cfe4b9 transparent}}.insight-countries.is-scrollable::-webkit-scrollbar{width:.5rem}.insight-countries.is-scrollable::-webkit-scrollbar-track{background:transparent}.insight-countries.is-scrollable::-webkit-scrollbar-thumb{background-color:#cfe4b9;border-radius:.25rem}.insight-countries.is-scrollable::-webkit-scrollbar-thumb:hover{background-color:#9fcd77}.insight-country-item{display:grid;grid-template-columns:minmax(0,1fr) 4ch;align-items:center;width:100%;padding:.125rem .25rem;column-gap:.5rem;border:none!important;box-shadow:none!important;background:transparent}.country-flag-small{width:1.875rem;height:1.875rem;object-fit:cover;border-radius:50%;border:none!important;padding:.0625rem;background:#fffc;box-shadow:none!important;flex-shrink:0}.insight-country-meta{display:flex;align-items:center;gap:.5rem;min-width:0}.insight-country-name{text-align:left;min-width:0}.insight-country-year{color:var(--emerald-primary);font-weight:500;text-align:right;font-variant-numeric:tabular-nums;justify-self:end}.insight-label{letter-spacing:.16rem;text-transform:capitalize;color:var(--emerald-ink);font-size:1rem;font-weight:650;margin:0}.insight-sub{margin:0;letter-spacing:.12rem;color:var(--emerald-ink);font-weight:500;font-size:.85rem;cursor:default}.insight-value{font-size:2.75rem;font-weight:700;letter-spacing:.16rem;color:var(--emerald);text-shadow:0 1.25rem 1rem rgba(153,236,97,.2);margin:0;display:inline-flex;align-items:baseline;gap:.1rem}.insight-currency{font-size:2.75rem;font-variant:normal;letter-spacing:.08rem;margin-right:.15rem}.list{list-style:none;padding-left:0;margin:0;display:grid;gap:.625rem}.list li{display:flex;justify-content:space-between;font-size:.875rem}.list span{color:var(--color-muted)}.sector-list-wrapper{display:flex;flex-direction:column;gap:0rem;padding-bottom:0;flex:1;min-height:0;overflow:visible;--list-scrollbar-space: 0rem;--list-scrollbar-pad: 0rem}.sector-list-wrapper[data-scrollable=true]{--list-scrollbar-space: .5rem;--list-scrollbar-pad: .3rem}.sector-list-wrapper.is-country-list{overflow:visible}.sector-list-scroll{flex:1;min-height:0;overflow-y:hidden;overflow-x:hidden}.sector-list-scroll[data-scrollable=true]{overflow-y:auto;padding-right:var(--list-scrollbar-pad)}.sector-list-scroll.is-country-list{padding-bottom:4.5rem}@supports (scrollbar-width: thin){.sector-list-scroll[data-scrollable=true]{scrollbar-width:thin;scrollbar-color:#cfe4b9 transparent}}.sector-list-scroll[data-scrollable=true]::-webkit-scrollbar{width:.5rem}.sector-list-scroll[data-scrollable=true]::-webkit-scrollbar-track{background:transparent}.sector-list-scroll[data-scrollable=true]::-webkit-scrollbar-thumb{background-color:#cfe4b9;border-radius:.25rem}.sector-list-scroll[data-scrollable=true]::-webkit-scrollbar-thumb:hover{background-color:#9fcd77}.sector-list-head{display:grid;grid-template-columns:3fr 1fr .8fr;align-items:center;border-bottom:.125rem solid var(--emerald);padding-bottom:.5rem;padding-left:.35rem;padding-right:calc(.35rem + var(--list-scrollbar-space) + var(--list-scrollbar-pad));margin:0;font-size:.8125rem;text-transform:capitalize;letter-spacing:.08em;color:var(--emerald-ink);font-weight:400;position:sticky;top:0;z-index:3}.insights-list-controls{display:flex;align-items:center;gap:.5rem;width:100%;padding:0;justify-content:space-between}.insights-list-controls .list-toggle{width:100%;margin:-.5rem 0}.sector-list-head--with-year{grid-template-columns:2.4fr .9fr .7fr 1.2fr}.sector-list{display:grid;gap:0;padding:.25rem .35rem 0}.sector-list-wrapper.is-sector-list .sector-list{padding-top:.25rem}.sector-list li{display:grid;grid-template-columns:3fr 1fr .8fr;align-items:center;border-bottom:.0625rem solid var(--emerald-outline);padding:.5rem 0;font-size:.875rem;cursor:pointer;transition:background .2s,transform .15s;border-radius:.4rem;padding-left:0;padding-right:0;margin:0}.sector-list.country-list .sector-list-item,.sector-list .sector-list-item{padding-left:.25rem}.sector-list li:hover{background:#70ad4714;transform:translate(.125rem)}.sector-list li:hover .sector-name,.sector-list li:hover .country-rank,.sector-list li:hover .sector-amount,.sector-list li:hover .sector-percent,.sector-list li:hover .sector-joining-year{color:var(--emerald);font-weight:600}.sector-list li:last-child{border-bottom:none}.sector-list-head span{display:flex;align-items:center;text-align:left;font-weight:400;letter-spacing:.08em}.sector-list-col-joining-year{text-transform:none;font-weight:400;letter-spacing:.08em}.sector-list-head span:nth-child(1){justify-content:flex-start}.sector-list-head span:nth-child(2),.sector-list-head span:nth-child(3),.sector-list-head span:nth-child(4){justify-content:center;text-align:center}.sector-list .legend-label{display:flex;align-items:center;gap:.5rem;justify-content:flex-start}.sector-list.country-list .legend-label{gap:.22rem}.country-rank{font-weight:400;letter-spacing:.08em;color:var(--emerald);min-width:1.25rem;font-size:.9rem}.sector-list.country-list.country-list--with-year .sector-list-item{grid-template-columns:2.4fr .9fr .7fr 1.2fr}.sector-joining-year{display:flex;align-items:center;justify-content:center;text-align:center;font-variant-numeric:tabular-nums;font-weight:400;letter-spacing:.08em;color:var(--emerald-ink)}.sector-list .sector-logo{width:2.375rem;height:2.375rem;object-fit:contain;flex-shrink:0;border:.0625rem solid var(--emerald);border-radius:50%;padding:.125rem .1875rem .1875rem;background:#fffc;box-shadow:.1875rem .1875rem #70ad4773}.sector-list .sector-name{font-weight:400;letter-spacing:.08em;color:var(--color-text);text-align:left;word-break:break-word;white-space:normal;line-height:1.3}.sector-list .sector-amount,.sector-list .sector-percent{display:flex;align-items:center;justify-content:center;text-align:center;font-variant-numeric:tabular-nums;font-weight:400;letter-spacing:.08em;color:var(--emerald-ink)}.sector-list .sector-amount span,.sector-list .sector-percent span{color:inherit}.sector-list-item.is-selected{background:#70ad4726!important;border-color:var(--emerald);transform:none;box-shadow:inset 0 0 0 .125rem var(--emerald);border-radius:1.25rem}.sector-list-item.is-selected .sector-name,.sector-list-item.is-selected .country-rank,.sector-list-item.is-selected .sector-amount,.sector-list-item.is-selected .sector-percent,.sector-list-item.is-selected .sector-joining-year{font-weight:600;color:#111}.sector-list-item.is-selected:hover{background:#70ad4733!important}.sector-list-item.is-selected:hover .sector-name,.sector-list-item.is-selected:hover .country-rank,.sector-list-item.is-selected:hover .sector-amount,.sector-list-item.is-selected:hover .sector-percent,.sector-list-item.is-selected:hover .sector-joining-year{color:#111;font-weight:600}.insights-country-list--pinned{padding-top:.25rem;padding-bottom:.5rem}.insights-country-list--pinned .sector-list-item{border-bottom:none}.insights-country-list--pinned .sector-list-item.is-selected{position:relative;margin-bottom:.75rem}.insights-country-list--pinned .sector-list-item.is-selected:after{content:"";position:absolute;left:0;right:0;bottom:-.5rem;height:.1875rem;background:var(--emerald);border-radius:.125rem}.insights-info-link{color:var(--emerald);text-decoration:underline}.insights-info-intro{margin-bottom:24px}.insights-info-faq-title{color:var(--emerald);margin-top:20px;margin-bottom:12px}.insights-info-faq-list{display:flex;flex-direction:column;gap:16px}.insights-info-faq-question{color:var(--emerald-ink)}.insights-info-faq-answer{margin:4px 0 0;color:var(--color-text-secondary)}.insights-info-faq-accordion{display:flex;flex-direction:column;gap:8px;margin-top:12px}.faq-accordion-item{border:1px solid rgba(93,145,56,.2);border-radius:8px;overflow:hidden;background:#ffffff80;transition:all .2s ease}.faq-accordion-item:hover{border-color:#5d913866;background:#ffffffb3}.faq-accordion-question{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;background:transparent;border:none;cursor:pointer;text-align:left;font-weight:600;font-size:.95rem;color:var(--emerald-ink);transition:all .2s ease}.faq-accordion-question:hover{background:#5d91380d}.faq-accordion-question.is-open{background:#5d913814}.faq-accordion-icon{flex-shrink:0;transition:transform .3s ease;color:var(--emerald)}.faq-accordion-question.is-open .faq-accordion-icon{transform:rotate(180deg)}.faq-accordion-answer{padding:0 16px 16px;animation:fadeIn .3s ease}.faq-accordion-answer p{margin:0;color:var(--color-text-secondary);line-height:1.6;font-size:.9rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.motion-overflow-hidden{overflow:hidden}.motion-overflow-visible{overflow:visible}:root{--color-primary: #0f4d4a;--color-primary-light: #1b5c56;--color-primary-lighter: #2a6f6b;--color-secondary: #4d9a96;--color-secondary-light: #70c5c1;--color-accent: #93f0ec;--color-header-bg: #ffffff;--color-text-primary: #1a1a1a;--color-text-secondary: #6b6b6b;--color-border-light: #e0e0e0;--color-background: #f8f9fa;--emerald: #70ad47;--emerald-ink: #102414;--emerald-soft: rgba(112, 173, 71, .16);--emerald-veil: rgba(112, 173, 71, .08);--emerald-outline: rgba(112, 173, 71, .32);--emerald-glow: rgba(112, 173, 71, .45);--emerald-card: #f5fbf0;--emerald-primary: #70ad47;--emerald-text-muted: rgba(16, 36, 20, .72);--color-brand: #70ad47;--color-brand-dark: #4c7b2f;--color-brand-light: #e4f2da;--color-accent: #24b4b6;--color-surface: #ffffff;--color-surface-soft: #f5f7f9;--color-border: #dfe4ea;--color-text: #182230;--color-muted: #6b7280;--font-family: "Inter", "Segoe UI", Roboto, Helvetica, Arial, system-ui, sans-serif;--font-size-body: .875rem;--font-size-small: .75rem;--font-size-heading: 1.125rem;--font-weight-regular: 400;--font-weight-medium: 500;--font-weight-bold: 700;--spacing-xs: .25rem;--spacing-sm: .5rem;--spacing-md: 1rem;--spacing-lg: 1.5rem;--spacing-xl: 2rem;--header-height: 4.375rem;--sidebar-width: 21.25rem;--insights-width: 22.5rem;--charts-grid-gap: 1.5rem;--filters-panel-width: 21.25rem;--panel-gutter: .75rem;--collapsed-panel-width: 3.75rem;--map-header-center-shift: calc((var(--filters-panel-width) - var(--insights-width)) / 2);--filters-safe-offset: calc(var(--filters-panel-width) + var(--panel-gutter));--insights-safe-offset: calc(var(--insights-width) + var(--panel-gutter));--card-border-radius: .75rem;--card-shadow: 0 .125rem .5rem rgba(0,0,0,.06);--card-padding: 1.25rem;--shadow-soft: 0 25px 80px rgba(15, 23, 42, .18);--shadow-card: 0 12px 35px rgba(15, 23, 42, .18);--legend-color-1: #93f0ec;--legend-color-2: #70c5c1;--legend-color-3: #4d9a96;--legend-color-4: #2a6f6b;--legend-color-5: #1b5c56;--legend-color-6: #0f4d4a;--color-legend-palette-1: #eaf6e7;--color-legend-palette-2: #c6e3bc;--color-legend-palette-3: #98c97e;--color-legend-palette-4: #70ad47;--color-legend-palette-5: #4e7c32;--color-legend-palette-6: #2e4d1a;--color-source-isdb: #2d5a9b;--color-source-itfc: #a52c36;--color-source-icd: #4d9a64;--color-source-other: #ED9121;--color-sector-agriculture: #3fb64c;--color-sector-education: #40c6ea;--color-sector-energy: #0d6b37;--color-sector-finance: #ddcd30;--color-sector-health: #ec1c24;--color-sector-industry: #f89e47;--color-sector-information: #474b4c;--color-sector-publicadmin: #9b762c;--color-sector-realestate: #7e3d19;--color-sector-trade: #68389b;--color-sector-transport: #093b46;--color-sector-water: #2e6eb6}body:has(.map-overlay.filters.collapsed){--filters-safe-offset: calc(var(--collapsed-panel-width) + var(--panel-gutter))}body:has(.map-overlay.insights.collapsed){--insights-safe-offset: calc(var(--collapsed-panel-width) + var(--panel-gutter));--map-header-center-shift: 0px}html{scroll-behavior:smooth}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-height:100vh;background:var(--color-surface);color:var(--color-text);font-family:var(--font-family);transition:background .3s ease,color .3s ease}img{max-width:100%;display:block}#projectGrid{height:31.25rem;width:100%}.section-spacing{padding:1.5rem .75rem 0;background:transparent;z-index:50}.badge{border-radius:999px;padding:.25rem .625rem;font-size:.75rem;margin-top:.375rem;display:inline-flex;gap:.375rem;background:var(--color-brand-light);color:var(--color-brand-dark)}.badge-secondary{background:#24b4b626;color:#0d3c47}.caption{margin:.25rem 0 1rem;color:var(--color-muted);font-size:.875rem}@keyframes fadeSlide{0%{opacity:0;transform:translateY(.75rem)}to{opacity:1;transform:translateY(0)}}.app-loading-overlay{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background:#fffffffa;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:100000}.app-loading-overlay .loading-card{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:0;border-radius:0;border:none;background:transparent;box-shadow:none}.app-loading-overlay .loading-card img{width:160px;height:160px;object-fit:contain}.app-loading-overlay .loading-card .label{color:var(--emerald-ink);font-weight:600;font-size:.9375rem}.app-footer{padding:1.5rem .75rem 2rem;margin-top:2rem;border-top:1px solid var(--color-border-light);display:flex;justify-content:center;font-size:.8125rem;color:var(--color-text-secondary)}.app-footer span{white-space:nowrap}.app-footer--floating{position:fixed;bottom:.125rem;right:.25rem;z-index:1000;padding:0;margin:0;border-top:none;font-size:.8125rem;color:var(--color-text-secondary)}@keyframes slideUp{0%{opacity:0;transform:translateY(.5rem)}to{opacity:1;transform:translateY(0)}}@keyframes slideInBounce{0%{opacity:0;transform:translate(-1.25rem) scale(.8)}60%{opacity:1;transform:translate(.25rem) scale(1.05)}to{opacity:1;transform:translate(0) scale(1)}}@keyframes slideInFromBottom{0%{opacity:0;transform:translateY(.75rem)}to{opacity:1;transform:translateY(0)}}.map-metric,.chart-card,.project-table,.map-overlay.insights,.map-overlay.filters{animation:fadeSlide .7s ease both}.map-metric:nth-child(2){animation-delay:.05s}.map-metric:nth-child(3){animation-delay:.1s}@media(min-width:2300px){html{font-size:20px!important}}@media(min-width:3600px){html{font-size:20px!important}}@media(max-width:1200px){.section-spacing{padding:1.875rem 1.5rem 0}}@media(max-width:900px){.section-spacing{padding:1.875rem 1.25rem 0}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}:root{--responsive-scale-min: .85;--responsive-scale-max: 1.35}html{font-size:clamp(12px,calc(9px + .35vw),21.6px)}@media(max-width:1200px){.map-overlay{position:absolute;margin-top:0;bottom:1.25rem}.legend-gradient-wrapper{width:clamp(14rem,26.25rem,calc(100vw - var(--filters-safe-offset, 22rem) - var(--insights-safe-offset, 23.25rem) - 2rem))}}.maplibregl-map{font:12px/20px Helvetica Neue,Arial,Helvetica,sans-serif;overflow:hidden;position:relative;-webkit-tap-highlight-color:rgb(0,0,0,0)}.maplibregl-canvas{left:0;position:absolute;top:0}.maplibregl-map:fullscreen{height:100%;width:100%}.maplibregl-ctrl-group button.maplibregl-ctrl-compass{touch-action:none}.maplibregl-canvas-container.maplibregl-interactive,.maplibregl-ctrl-group button.maplibregl-ctrl-compass{cursor:grab;-webkit-user-select:none;-moz-user-select:none;user-select:none}.maplibregl-canvas-container.maplibregl-interactive.maplibregl-track-pointer{cursor:pointer}.maplibregl-canvas-container.maplibregl-interactive:active,.maplibregl-ctrl-group button.maplibregl-ctrl-compass:active{cursor:grabbing}.maplibregl-canvas-container.maplibregl-touch-zoom-rotate,.maplibregl-canvas-container.maplibregl-touch-zoom-rotate .maplibregl-canvas{touch-action:pan-x pan-y}.maplibregl-canvas-container.maplibregl-touch-drag-pan,.maplibregl-canvas-container.maplibregl-touch-drag-pan .maplibregl-canvas{touch-action:pinch-zoom}.maplibregl-canvas-container.maplibregl-touch-zoom-rotate.maplibregl-touch-drag-pan,.maplibregl-canvas-container.maplibregl-touch-zoom-rotate.maplibregl-touch-drag-pan .maplibregl-canvas{touch-action:none}.maplibregl-canvas-container.maplibregl-touch-drag-pan.maplibregl-cooperative-gestures,.maplibregl-canvas-container.maplibregl-touch-drag-pan.maplibregl-cooperative-gestures .maplibregl-canvas{touch-action:pan-x pan-y}.maplibregl-ctrl-bottom-left,.maplibregl-ctrl-bottom-right,.maplibregl-ctrl-top-left,.maplibregl-ctrl-top-right{pointer-events:none;position:absolute;z-index:2}.maplibregl-ctrl-top-left{left:0;top:0}.maplibregl-ctrl-top-right{right:0;top:0}.maplibregl-ctrl-bottom-left{bottom:0;left:0}.maplibregl-ctrl-bottom-right{bottom:0;right:0}.maplibregl-ctrl{clear:both;pointer-events:auto;transform:translate(0)}.maplibregl-ctrl-top-left .maplibregl-ctrl{float:left;margin:10px 0 0 10px}.maplibregl-ctrl-top-right .maplibregl-ctrl{float:right;margin:10px 10px 0 0}.maplibregl-ctrl-bottom-left .maplibregl-ctrl{float:left;margin:0 0 10px 10px}.maplibregl-ctrl-bottom-right .maplibregl-ctrl{float:right;margin:0 10px 10px 0}.maplibregl-ctrl-group{background:#fff;border-radius:4px}.maplibregl-ctrl-group:not(:empty){box-shadow:0 0 0 2px #0000001a}@media(forced-colors:active){.maplibregl-ctrl-group:not(:empty){box-shadow:0 0 0 2px ButtonText}}.maplibregl-ctrl-group button{background-color:transparent;border:0;box-sizing:border-box;cursor:pointer;display:block;height:29px;outline:none;padding:0;width:29px}.maplibregl-ctrl-group button+button{border-top:1px solid #ddd}.maplibregl-ctrl button .maplibregl-ctrl-icon{background-position:50%;background-repeat:no-repeat;display:block;height:100%;width:100%}@media(forced-colors:active){.maplibregl-ctrl-icon{background-color:transparent}.maplibregl-ctrl-group button+button{border-top:1px solid ButtonText}}.maplibregl-ctrl button::-moz-focus-inner{border:0;padding:0}.maplibregl-ctrl-attrib-button:focus,.maplibregl-ctrl-group button:focus{box-shadow:0 0 2px 2px #0096ff}.maplibregl-ctrl button:disabled{cursor:not-allowed}.maplibregl-ctrl button:disabled .maplibregl-ctrl-icon{opacity:.25}@media(hover:hover){.maplibregl-ctrl button:not(:disabled):hover{background-color:#0000000d}}.maplibregl-ctrl button:not(:disabled):active{background-color:#0000000d}.maplibregl-ctrl-group button:focus:focus-visible{box-shadow:0 0 2px 2px #0096ff}.maplibregl-ctrl-group button:focus:not(:focus-visible){box-shadow:none}.maplibregl-ctrl-group button:focus:first-child{border-radius:4px 4px 0 0}.maplibregl-ctrl-group button:focus:last-child{border-radius:0 0 4px 4px}.maplibregl-ctrl-group button:focus:only-child{border-radius:inherit}.maplibregl-ctrl button.maplibregl-ctrl-zoom-out .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-zoom-in .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5'/%3E%3C/svg%3E")}@media(forced-colors:active){.maplibregl-ctrl button.maplibregl-ctrl-zoom-out .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-zoom-in .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5'/%3E%3C/svg%3E")}}@media(forced-colors:active)and (prefers-color-scheme:light){.maplibregl-ctrl button.maplibregl-ctrl-zoom-out .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-zoom-in .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5'/%3E%3C/svg%3E")}}.maplibregl-ctrl button.maplibregl-ctrl-fullscreen .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-shrink .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1z'/%3E%3C/svg%3E")}@media(forced-colors:active){.maplibregl-ctrl button.maplibregl-ctrl-fullscreen .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-shrink .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1z'/%3E%3C/svg%3E")}}@media(forced-colors:active)and (prefers-color-scheme:light){.maplibregl-ctrl button.maplibregl-ctrl-fullscreen .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-shrink .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1z'/%3E%3C/svg%3E")}}.maplibregl-ctrl button.maplibregl-ctrl-compass .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='m10.5 14 4-8 4 8z'/%3E%3Cpath fill='%23ccc' d='m10.5 16 4 8 4-8z'/%3E%3C/svg%3E")}@media(forced-colors:active){.maplibregl-ctrl button.maplibregl-ctrl-compass .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='m10.5 14 4-8 4 8z'/%3E%3Cpath fill='%23ccc' d='m10.5 16 4 8 4-8z'/%3E%3C/svg%3E")}}@media(forced-colors:active)and (prefers-color-scheme:light){.maplibregl-ctrl button.maplibregl-ctrl-compass .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='m10.5 14 4-8 4 8z'/%3E%3Cpath fill='%23ccc' d='m10.5 16 4 8 4-8z'/%3E%3C/svg%3E")}}.maplibregl-ctrl button.maplibregl-ctrl-globe .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='none' stroke='%23333' viewBox='0 0 22 22'%3E%3Ccircle cx='11' cy='11' r='8.5'/%3E%3Cpath d='M17.5 11c0 4.819-3.02 8.5-6.5 8.5S4.5 15.819 4.5 11 7.52 2.5 11 2.5s6.5 3.681 6.5 8.5Z'/%3E%3Cpath d='M13.5 11c0 2.447-.331 4.64-.853 6.206-.262.785-.562 1.384-.872 1.777-.314.399-.58.517-.775.517s-.461-.118-.775-.517c-.31-.393-.61-.992-.872-1.777C8.831 15.64 8.5 13.446 8.5 11s.331-4.64.853-6.206c.262-.785.562-1.384.872-1.777.314-.399.58-.517.775-.517s.461.118.775.517c.31.393.61.992.872 1.777.522 1.565.853 3.76.853 6.206Z'/%3E%3Cpath d='M11 7.5c-1.909 0-3.622-.166-4.845-.428-.616-.132-1.08-.283-1.379-.434a1.3 1.3 0 0 1-.224-.138q.07-.058.224-.138c.299-.151.763-.302 1.379-.434C7.378 5.666 9.091 5.5 11 5.5s3.622.166 4.845.428c.616.132 1.08.283 1.379.434.105.053.177.1.224.138q-.07.058-.224.138c-.299.151-.763.302-1.379.434-1.223.262-2.936.428-4.845.428ZM4.486 6.436ZM11 16.5c-1.909 0-3.622-.166-4.845-.428-.616-.132-1.08-.283-1.379-.434a1.3 1.3 0 0 1-.224-.138 1.3 1.3 0 0 1 .224-.138c.299-.151.763-.302 1.379-.434C7.378 14.666 9.091 14.5 11 14.5s3.622.166 4.845.428c.616.132 1.08.283 1.379.434.105.053.177.1.224.138a1.3 1.3 0 0 1-.224.138c-.299.151-.763.302-1.379.434-1.223.262-2.936.428-4.845.428Zm-6.514-1.064ZM11 12.5c-2.46 0-4.672-.222-6.255-.574-.796-.177-1.406-.38-1.805-.59a1.5 1.5 0 0 1-.39-.272.3.3 0 0 1-.047-.064.3.3 0 0 1 .048-.064c.066-.073.189-.167.389-.272.399-.21 1.009-.413 1.805-.59C6.328 9.722 8.54 9.5 11 9.5s4.672.222 6.256.574c.795.177 1.405.38 1.804.59.2.105.323.2.39.272a.3.3 0 0 1 .047.064.3.3 0 0 1-.048.064 1.4 1.4 0 0 1-.389.272c-.399.21-1.009.413-1.804.59-1.584.352-3.796.574-6.256.574Zm-8.501-1.51v.002zm0 .018v.002zm17.002.002v-.002zm0-.018v-.002z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-globe-enabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='none' stroke='%2333b5e5' viewBox='0 0 22 22'%3E%3Ccircle cx='11' cy='11' r='8.5'/%3E%3Cpath d='M17.5 11c0 4.819-3.02 8.5-6.5 8.5S4.5 15.819 4.5 11 7.52 2.5 11 2.5s6.5 3.681 6.5 8.5Z'/%3E%3Cpath d='M13.5 11c0 2.447-.331 4.64-.853 6.206-.262.785-.562 1.384-.872 1.777-.314.399-.58.517-.775.517s-.461-.118-.775-.517c-.31-.393-.61-.992-.872-1.777C8.831 15.64 8.5 13.446 8.5 11s.331-4.64.853-6.206c.262-.785.562-1.384.872-1.777.314-.399.58-.517.775-.517s.461.118.775.517c.31.393.61.992.872 1.777.522 1.565.853 3.76.853 6.206Z'/%3E%3Cpath d='M11 7.5c-1.909 0-3.622-.166-4.845-.428-.616-.132-1.08-.283-1.379-.434a1.3 1.3 0 0 1-.224-.138q.07-.058.224-.138c.299-.151.763-.302 1.379-.434C7.378 5.666 9.091 5.5 11 5.5s3.622.166 4.845.428c.616.132 1.08.283 1.379.434.105.053.177.1.224.138q-.07.058-.224.138c-.299.151-.763.302-1.379.434-1.223.262-2.936.428-4.845.428ZM4.486 6.436ZM11 16.5c-1.909 0-3.622-.166-4.845-.428-.616-.132-1.08-.283-1.379-.434a1.3 1.3 0 0 1-.224-.138 1.3 1.3 0 0 1 .224-.138c.299-.151.763-.302 1.379-.434C7.378 14.666 9.091 14.5 11 14.5s3.622.166 4.845.428c.616.132 1.08.283 1.379.434.105.053.177.1.224.138a1.3 1.3 0 0 1-.224.138c-.299.151-.763.302-1.379.434-1.223.262-2.936.428-4.845.428Zm-6.514-1.064ZM11 12.5c-2.46 0-4.672-.222-6.255-.574-.796-.177-1.406-.38-1.805-.59a1.5 1.5 0 0 1-.39-.272.3.3 0 0 1-.047-.064.3.3 0 0 1 .048-.064c.066-.073.189-.167.389-.272.399-.21 1.009-.413 1.805-.59C6.328 9.722 8.54 9.5 11 9.5s4.672.222 6.256.574c.795.177 1.405.38 1.804.59.2.105.323.2.39.272a.3.3 0 0 1 .047.064.3.3 0 0 1-.048.064 1.4 1.4 0 0 1-.389.272c-.399.21-1.009.413-1.804.59-1.584.352-3.796.574-6.256.574Zm-8.501-1.51v.002zm0 .018v.002zm17.002.002v-.002zm0-.018v-.002z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-terrain .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='%23333' viewBox='0 0 22 22'%3E%3Cpath d='m1.754 13.406 4.453-4.851 3.09 3.09 3.281 3.277.969-.969-3.309-3.312 3.844-4.121 6.148 6.886h1.082v-.855l-7.207-8.07-4.84 5.187L6.169 6.57l-5.48 5.965v.871ZM.688 16.844h20.625v1.375H.688Zm0 0'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-terrain-enabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='%2333b5e5' viewBox='0 0 22 22'%3E%3Cpath d='m1.754 13.406 4.453-4.851 3.09 3.09 3.281 3.277.969-.969-3.309-3.312 3.844-4.121 6.148 6.886h1.082v-.855l-7.207-8.07-4.84 5.187L6.169 6.57l-5.48 5.965v.871ZM.688 16.844h20.625v1.375H.688Zm0 0'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate:disabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23aaa' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath fill='red' d='m14 5 1 1-9 9-1-1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active-error .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e58978' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background-error .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e54e33' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-waiting .maplibregl-ctrl-icon{animation:maplibregl-spin 2s linear infinite}@media(forced-colors:active){.maplibregl-ctrl button.maplibregl-ctrl-geolocate .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate:disabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23999' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath fill='red' d='m14 5 1 1-9 9-1-1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active-error .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e58978' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background-error .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e54e33' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E")}}@media(forced-colors:active)and (prefers-color-scheme:light){.maplibregl-ctrl button.maplibregl-ctrl-geolocate .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate:disabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23666' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath fill='red' d='m14 5 1 1-9 9-1-1z'/%3E%3C/svg%3E")}}@keyframes maplibregl-spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}a.maplibregl-ctrl-logo{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='23' fill='none'%3E%3Cpath fill='%23000' fill-opacity='.4' fill-rule='evenodd' d='M17.408 16.796h-1.827l2.501-12.095h.198l3.324 6.533.988 2.19.988-2.19 3.258-6.533h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.929 5.644h-.098l-2.914-5.644-.757-1.71-.345 1.71zm1.958-3.42-.726 3.663a1.255 1.255 0 0 1-1.232 1.011h-1.827a1.255 1.255 0 0 1-1.229-1.509l2.501-12.095a1.255 1.255 0 0 1 1.23-1.001h.197a1.25 1.25 0 0 1 1.12.685l3.19 6.273 3.125-6.263a1.25 1.25 0 0 1 1.123-.695h.181a1.255 1.255 0 0 1 1.227.991l1.443 6.71a5 5 0 0 1 .314-.787l.009-.016a4.6 4.6 0 0 1 1.777-1.887c.782-.46 1.668-.667 2.611-.667a4.6 4.6 0 0 1 1.7.32l.306.134c.21-.16.474-.256.759-.256h1.694a1.255 1.255 0 0 1 1.212.925 1.255 1.255 0 0 1 1.212-.925h1.711c.284 0 .545.094.755.252.613-.3 1.312-.45 2.075-.45 1.356 0 2.557.445 3.482 1.4q.47.48.763 1.064V4.701a1.255 1.255 0 0 1 1.255-1.255h1.86A1.255 1.255 0 0 1 54.44 4.7v9.194h2.217c.19 0 .37.043.532.118v-4.77c0-.356.147-.678.385-.906a2.42 2.42 0 0 1-.682-1.71c0-.665.267-1.253.735-1.7a2.45 2.45 0 0 1 1.722-.674 2.43 2.43 0 0 1 1.705.675q.318.302.504.683V4.7a1.255 1.255 0 0 1 1.255-1.255h1.744A1.255 1.255 0 0 1 65.812 4.7v3.335a4.8 4.8 0 0 1 1.526-.246c.938 0 1.817.214 2.59.69a4.47 4.47 0 0 1 1.67 1.743v-.98a1.255 1.255 0 0 1 1.256-1.256h1.777c.233 0 .451.064.639.174a3.4 3.4 0 0 1 1.567-.372c.346 0 .861.02 1.285.232a1.25 1.25 0 0 1 .689 1.004 4.7 4.7 0 0 1 .853-.588c.795-.44 1.675-.647 2.61-.647 1.385 0 2.65.39 3.525 1.396.836.938 1.168 2.173 1.168 3.528q-.001.515-.056 1.051a1.255 1.255 0 0 1-.947 1.09l.408.952a1.255 1.255 0 0 1-.477 1.552c-.418.268-.92.463-1.458.612-.613.171-1.304.244-2.049.244-1.06 0-2.043-.207-2.886-.698l-.015-.008c-.798-.48-1.419-1.135-1.818-1.963l-.004-.008a5.8 5.8 0 0 1-.548-2.512q0-.429.053-.843a1.3 1.3 0 0 1-.333-.086l-.166-.004c-.223 0-.426.062-.643.228-.03.024-.142.139-.142.59v3.883a1.255 1.255 0 0 1-1.256 1.256h-1.777a1.255 1.255 0 0 1-1.256-1.256V15.69l-.032.057a4.8 4.8 0 0 1-1.86 1.833 5.04 5.04 0 0 1-2.484.634 4.5 4.5 0 0 1-1.935-.424 1.25 1.25 0 0 1-.764.258h-1.71a1.255 1.255 0 0 1-1.256-1.255V7.687a2.4 2.4 0 0 1-.428.625c.253.23.412.561.412.93v7.553a1.255 1.255 0 0 1-1.256 1.255h-1.843a1.25 1.25 0 0 1-.894-.373c-.228.23-.544.373-.894.373H51.32a1.255 1.255 0 0 1-1.256-1.255v-1.251l-.061.117a4.7 4.7 0 0 1-1.782 1.884 4.77 4.77 0 0 1-2.485.67 5.6 5.6 0 0 1-1.485-.188l.009 2.764a1.255 1.255 0 0 1-1.255 1.259h-1.729a1.255 1.255 0 0 1-1.255-1.255v-3.537a1.255 1.255 0 0 1-1.167.793h-1.679a1.25 1.25 0 0 1-.77-.263 4.5 4.5 0 0 1-1.945.429c-.885 0-1.724-.21-2.495-.632l-.017-.01a5 5 0 0 1-1.081-.836 1.255 1.255 0 0 1-1.254 1.312h-1.81a1.255 1.255 0 0 1-1.228-.99l-.782-3.625-2.044 3.939a1.25 1.25 0 0 1-1.115.676h-.098a1.25 1.25 0 0 1-1.116-.68l-2.061-3.994zM35.92 16.63l.207-.114.223-.15q.493-.356.735-.785l.061-.118.033 1.332h1.678V9.242h-1.694l-.033 1.267q-.133-.329-.526-.658l-.032-.028a3.2 3.2 0 0 0-.668-.428l-.27-.12a3.3 3.3 0 0 0-1.235-.23q-1.136-.001-1.974.493a3.36 3.36 0 0 0-1.3 1.382q-.445.89-.444 2.074 0 1.2.51 2.107a3.8 3.8 0 0 0 1.382 1.381 3.9 3.9 0 0 0 1.893.477q.795 0 1.455-.33zm-2.789-5.38q-.576.675-.575 1.762 0 1.102.559 1.794.576.675 1.645.675a2.25 2.25 0 0 0 .934-.19 2.2 2.2 0 0 0 .468-.29l.178-.161a2.2 2.2 0 0 0 .397-.561q.244-.5.244-1.15v-.115q0-.708-.296-1.267l-.043-.077a2.2 2.2 0 0 0-.633-.709l-.13-.086-.047-.028a2.1 2.1 0 0 0-1.073-.285q-1.052 0-1.629.692zm2.316 2.706c.163-.17.28-.407.28-.83v-.114c0-.292-.06-.508-.15-.68a.96.96 0 0 0-.353-.389.85.85 0 0 0-.464-.127c-.4 0-.56.114-.664.239l-.01.012c-.148.174-.275.45-.275.945 0 .506.122.801.27.99.097.11.266.224.68.224.303 0 .504-.09.687-.269zm7.545 1.705a2.6 2.6 0 0 0 .331.423q.319.33.755.548l.173.074q.65.255 1.49.255 1.02 0 1.844-.493a3.45 3.45 0 0 0 1.316-1.4q.493-.904.493-2.089 0-1.909-.988-2.913-.988-1.02-2.584-1.02-.898 0-1.575.347a3 3 0 0 0-.415.262l-.199.166a3.4 3.4 0 0 0-.64.82V9.242h-1.712v11.553h1.729l-.017-5.134zm.53-1.138q.206.29.48.5l.155.11.053.034q.51.296 1.119.297 1.07 0 1.645-.675.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.435 0-.835.16a2 2 0 0 0-.284.136 2 2 0 0 0-.363.254 2.2 2.2 0 0 0-.46.569l-.082.162a2.6 2.6 0 0 0-.213 1.072v.115q0 .707.296 1.267l.135.211zm.964-.818a1.1 1.1 0 0 0 .367.385.94.94 0 0 0 .476.118c.423 0 .59-.117.687-.23.159-.194.28-.478.28-.95 0-.53-.133-.8-.266-.952l-.021-.025c-.078-.094-.231-.221-.68-.221a1 1 0 0 0-.503.135l-.012.007a.86.86 0 0 0-.335.343c-.073.133-.132.324-.132.614v.115a1.4 1.4 0 0 0 .14.66zm15.7-6.222q.347-.346.346-.856a1.05 1.05 0 0 0-.345-.79 1.18 1.18 0 0 0-.84-.329q-.51 0-.855.33a1.05 1.05 0 0 0-.346.79q0 .51.346.855.345.346.856.346.51 0 .839-.346zm4.337 9.314.033-1.332q.191.403.59.747l.098.081a4 4 0 0 0 .316.224l.223.122a3.2 3.2 0 0 0 1.44.322 3.8 3.8 0 0 0 1.875-.477 3.5 3.5 0 0 0 1.382-1.366q.527-.89.526-2.09 0-1.184-.444-2.073a3.24 3.24 0 0 0-1.283-1.399q-.823-.51-1.942-.51a3.5 3.5 0 0 0-1.527.344l-.086.043-.165.09a3 3 0 0 0-.33.214q-.432.315-.656.707a2 2 0 0 0-.099.198l.082-1.283V4.701h-1.744v12.095zm.473-2.509a2.5 2.5 0 0 0 .566.7q.117.098.245.18l.144.08a2.1 2.1 0 0 0 .975.232q1.07 0 1.645-.675.576-.69.576-1.778 0-1.102-.576-1.777-.56-.691-1.645-.692a2.2 2.2 0 0 0-1.015.235q-.22.113-.415.282l-.15.142a2.1 2.1 0 0 0-.42.594q-.223.479-.223 1.1v.115q0 .705.293 1.26zm2.616-.293c.157-.191.28-.479.28-.967 0-.51-.13-.79-.276-.961l-.021-.026c-.082-.1-.232-.225-.67-.225a.87.87 0 0 0-.681.279l-.012.011c-.154.155-.274.38-.274.807v.115c0 .285.057.499.144.669a1.1 1.1 0 0 0 .367.405c.137.082.28.123.455.123.423 0 .59-.118.686-.23zm8.266-3.013q.345-.13.724-.14l.069-.002q.493 0 .642.099l.247-1.794q-.196-.099-.717-.099a2.3 2.3 0 0 0-.545.063 2 2 0 0 0-.411.148 2.2 2.2 0 0 0-.4.249 2.5 2.5 0 0 0-.485.499 2.7 2.7 0 0 0-.32.581l-.05.137v-1.48h-1.778v7.553h1.777v-3.884q0-.546.159-.943a1.5 1.5 0 0 1 .466-.636 2.5 2.5 0 0 1 .399-.253 2 2 0 0 1 .224-.099zm9.784 2.656.05-.922q0-1.743-.856-2.698-.838-.97-2.584-.97-1.119-.001-2.007.493a3.46 3.46 0 0 0-1.4 1.382q-.493.906-.493 2.106 0 1.07.428 1.975.428.89 1.332 1.432.906.526 2.255.526.973 0 1.668-.185l.044-.012.135-.04q.613-.184.984-.421l-.542-1.267q-.3.162-.642.274l-.297.087q-.51.131-1.3.131-.954 0-1.497-.444a1.6 1.6 0 0 1-.192-.193q-.366-.44-.512-1.234l-.004-.021zm-5.427-1.256-.003.022h3.752v-.138q-.011-.727-.288-1.118a1 1 0 0 0-.156-.176q-.46-.428-1.316-.428-.986 0-1.494.604-.379.45-.494 1.234zm-27.053 2.77V4.7h-1.86v12.095h5.333V15.15zm7.103-5.908v7.553h-1.843V9.242h1.843z'/%3E%3Cpath fill='%23fff' d='m19.63 11.151-.757-1.71-.345 1.71-1.12 5.644h-1.827L18.083 4.7h.197l3.325 6.533.988 2.19.988-2.19L26.839 4.7h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.93 5.644h-.098l-2.913-5.644zm14.836 5.81q-1.02 0-1.893-.478a3.8 3.8 0 0 1-1.381-1.382q-.51-.906-.51-2.106 0-1.185.444-2.074a3.36 3.36 0 0 1 1.3-1.382q.839-.494 1.974-.494a3.3 3.3 0 0 1 1.234.231 3.3 3.3 0 0 1 .97.575q.396.33.527.659l.033-1.267h1.694v7.553H37.18l-.033-1.332q-.279.593-1.02 1.053a3.17 3.17 0 0 1-1.662.444zm.296-1.482q.938 0 1.58-.642.642-.66.642-1.711v-.115q0-.708-.296-1.267a2.2 2.2 0 0 0-.807-.872 2.1 2.1 0 0 0-1.119-.313q-1.053 0-1.629.692-.575.675-.575 1.76 0 1.103.559 1.795.577.675 1.645.675zm6.521-6.237h1.711v1.4q.906-1.597 2.83-1.597 1.596 0 2.584 1.02.988 1.005.988 2.914 0 1.185-.493 2.09a3.46 3.46 0 0 1-1.316 1.399 3.5 3.5 0 0 1-1.844.493q-.954 0-1.662-.329a2.67 2.67 0 0 1-1.086-.97l.017 5.134h-1.728zm4.048 6.22q1.07 0 1.645-.674.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.592 0-1.12.296-.51.28-.822.823-.296.527-.296 1.234v.115q0 .708.296 1.267.313.543.823.855.51.296 1.119.297z'/%3E%3Cpath fill='%23e1e3e9' d='M51.325 4.7h1.86v10.45h3.473v1.646h-5.333zm7.12 4.542h1.843v7.553h-1.843zm.905-1.415a1.16 1.16 0 0 1-.856-.346 1.17 1.17 0 0 1-.346-.856 1.05 1.05 0 0 1 .346-.79q.346-.329.856-.329.494 0 .839.33a1.05 1.05 0 0 1 .345.79 1.16 1.16 0 0 1-.345.855q-.33.346-.84.346zm7.875 9.133a3.17 3.17 0 0 1-1.662-.444q-.723-.46-1.004-1.053l-.033 1.332h-1.71V4.701h1.743v4.657l-.082 1.283q.279-.658 1.086-1.119a3.5 3.5 0 0 1 1.778-.477q1.119 0 1.942.51a3.24 3.24 0 0 1 1.283 1.4q.445.888.444 2.072 0 1.201-.526 2.09a3.5 3.5 0 0 1-1.382 1.366 3.8 3.8 0 0 1-1.876.477zm-.296-1.481q1.069 0 1.645-.675.577-.69.577-1.778 0-1.102-.577-1.776-.56-.691-1.645-.692a2.12 2.12 0 0 0-1.58.659q-.642.641-.642 1.694v.115q0 .71.296 1.267a2.4 2.4 0 0 0 .807.872 2.1 2.1 0 0 0 1.119.313zm5.927-6.237h1.777v1.481q.263-.757.856-1.217a2.14 2.14 0 0 1 1.349-.46q.527 0 .724.098l-.247 1.794q-.149-.099-.642-.099-.774 0-1.416.494-.626.493-.626 1.58v3.883h-1.777V9.242zm9.534 7.718q-1.35 0-2.255-.526-.904-.543-1.332-1.432a4.6 4.6 0 0 1-.428-1.975q0-1.2.493-2.106a3.46 3.46 0 0 1 1.4-1.382q.889-.495 2.007-.494 1.744 0 2.584.97.855.956.856 2.7 0 .444-.05.92h-5.43q.18 1.005.708 1.45.542.443 1.497.443.79 0 1.3-.131a4 4 0 0 0 .938-.362l.542 1.267q-.411.263-1.119.46-.708.198-1.711.197zm1.596-4.558q.016-1.02-.444-1.432-.46-.428-1.316-.428-1.728 0-1.991 1.86z'/%3E%3Cpath d='M5.074 15.948a.484.657 0 0 0-.486.659v1.84a.484.657 0 0 0 .486.659h4.101a.484.657 0 0 0 .486-.659v-1.84a.484.657 0 0 0-.486-.659zm3.56 1.16H5.617v.838h3.017z' style='fill:%23fff;fill-rule:evenodd;stroke-width:1.03600001'/%3E%3Cg style='stroke-width:1.12603545'%3E%3Cpath d='M-9.408-1.416c-3.833-.025-7.056 2.912-7.08 6.615-.02 3.08 1.653 4.832 3.107 6.268.903.892 1.721 1.74 2.32 2.902l-.525-.004c-.543-.003-.992.304-1.24.639a1.87 1.87 0 0 0-.362 1.121l-.011 1.877c-.003.402.104.787.347 1.125.244.338.688.653 1.23.656l4.142.028c.542.003.99-.306 1.238-.641a1.87 1.87 0 0 0 .363-1.121l.012-1.875a1.87 1.87 0 0 0-.348-1.127c-.243-.338-.688-.653-1.23-.656l-.518-.004c.597-1.145 1.425-1.983 2.348-2.87 1.473-1.414 3.18-3.149 3.2-6.226-.016-3.59-2.923-6.684-6.993-6.707m-.006 1.1v.002c3.274.02 5.92 2.532 5.9 5.6-.017 2.706-1.39 4.026-2.863 5.44-1.034.994-2.118 2.033-2.814 3.633-.018.041-.052.055-.075.065q-.013.004-.02.01a.34.34 0 0 1-.226.084.34.34 0 0 1-.224-.086l-.092-.077c-.699-1.615-1.768-2.669-2.781-3.67-1.454-1.435-2.797-2.762-2.78-5.478.02-3.067 2.7-5.545 5.975-5.523m-.02 2.826c-1.62-.01-2.944 1.315-2.955 2.96-.01 1.646 1.295 2.988 2.916 2.999h.002c1.621.01 2.943-1.316 2.953-2.961.011-1.646-1.294-2.988-2.916-2.998m-.005 1.1c1.017.006 1.829.83 1.822 1.89s-.83 1.874-1.848 1.867c-1.018-.006-1.829-.83-1.822-1.89s.83-1.874 1.848-1.868m-2.155 11.857 4.14.025c.271.002.49.305.487.676l-.013 1.875c-.003.37-.224.67-.495.668l-4.14-.025c-.27-.002-.487-.306-.485-.676l.012-1.875c.003-.37.224-.67.494-.668' style='color:%23000;font-style:normal;font-variant:normal;font-weight:400;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:evenodd;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000;solid-opacity:1;vector-effect:none;fill:%23000;fill-opacity:.4;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-9.415-.316C-12.69-.338-15.37 2.14-15.39 5.207c-.017 2.716 1.326 4.041 2.78 5.477 1.013 1 2.081 2.055 2.78 3.67l.092.076a.34.34 0 0 0 .225.086.34.34 0 0 0 .227-.083l.019-.01c.022-.009.057-.024.074-.064.697-1.6 1.78-2.64 2.814-3.634 1.473-1.414 2.847-2.733 2.864-5.44.02-3.067-2.627-5.58-5.901-5.601m-.057 8.784c1.621.011 2.944-1.315 2.955-2.96.01-1.646-1.295-2.988-2.916-2.999-1.622-.01-2.945 1.315-2.955 2.96s1.295 2.989 2.916 3' style='clip-rule:evenodd;fill:%23e1e3e9;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-11.594 15.465c-.27-.002-.492.297-.494.668l-.012 1.876c-.003.371.214.673.485.675l4.14.027c.271.002.492-.298.495-.668l.012-1.877c.003-.37-.215-.672-.485-.674z' style='clip-rule:evenodd;fill:%23fff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;cursor:pointer;display:block;height:23px;margin:0 0 -4px -4px;overflow:hidden;width:88px}a.maplibregl-ctrl-logo.maplibregl-compact{width:14px}@media(forced-colors:active){a.maplibregl-ctrl-logo{background-color:transparent;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='23' fill='none'%3E%3Cpath fill='%23000' fill-opacity='.4' fill-rule='evenodd' d='M17.408 16.796h-1.827l2.501-12.095h.198l3.324 6.533.988 2.19.988-2.19 3.258-6.533h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.929 5.644h-.098l-2.914-5.644-.757-1.71-.345 1.71zm1.958-3.42-.726 3.663a1.255 1.255 0 0 1-1.232 1.011h-1.827a1.255 1.255 0 0 1-1.229-1.509l2.501-12.095a1.255 1.255 0 0 1 1.23-1.001h.197a1.25 1.25 0 0 1 1.12.685l3.19 6.273 3.125-6.263a1.25 1.25 0 0 1 1.123-.695h.181a1.255 1.255 0 0 1 1.227.991l1.443 6.71a5 5 0 0 1 .314-.787l.009-.016a4.6 4.6 0 0 1 1.777-1.887c.782-.46 1.668-.667 2.611-.667a4.6 4.6 0 0 1 1.7.32l.306.134c.21-.16.474-.256.759-.256h1.694a1.255 1.255 0 0 1 1.212.925 1.255 1.255 0 0 1 1.212-.925h1.711c.284 0 .545.094.755.252.613-.3 1.312-.45 2.075-.45 1.356 0 2.557.445 3.482 1.4q.47.48.763 1.064V4.701a1.255 1.255 0 0 1 1.255-1.255h1.86A1.255 1.255 0 0 1 54.44 4.7v9.194h2.217c.19 0 .37.043.532.118v-4.77c0-.356.147-.678.385-.906a2.42 2.42 0 0 1-.682-1.71c0-.665.267-1.253.735-1.7a2.45 2.45 0 0 1 1.722-.674 2.43 2.43 0 0 1 1.705.675q.318.302.504.683V4.7a1.255 1.255 0 0 1 1.255-1.255h1.744A1.255 1.255 0 0 1 65.812 4.7v3.335a4.8 4.8 0 0 1 1.526-.246c.938 0 1.817.214 2.59.69a4.47 4.47 0 0 1 1.67 1.743v-.98a1.255 1.255 0 0 1 1.256-1.256h1.777c.233 0 .451.064.639.174a3.4 3.4 0 0 1 1.567-.372c.346 0 .861.02 1.285.232a1.25 1.25 0 0 1 .689 1.004 4.7 4.7 0 0 1 .853-.588c.795-.44 1.675-.647 2.61-.647 1.385 0 2.65.39 3.525 1.396.836.938 1.168 2.173 1.168 3.528q-.001.515-.056 1.051a1.255 1.255 0 0 1-.947 1.09l.408.952a1.255 1.255 0 0 1-.477 1.552c-.418.268-.92.463-1.458.612-.613.171-1.304.244-2.049.244-1.06 0-2.043-.207-2.886-.698l-.015-.008c-.798-.48-1.419-1.135-1.818-1.963l-.004-.008a5.8 5.8 0 0 1-.548-2.512q0-.429.053-.843a1.3 1.3 0 0 1-.333-.086l-.166-.004c-.223 0-.426.062-.643.228-.03.024-.142.139-.142.59v3.883a1.255 1.255 0 0 1-1.256 1.256h-1.777a1.255 1.255 0 0 1-1.256-1.256V15.69l-.032.057a4.8 4.8 0 0 1-1.86 1.833 5.04 5.04 0 0 1-2.484.634 4.5 4.5 0 0 1-1.935-.424 1.25 1.25 0 0 1-.764.258h-1.71a1.255 1.255 0 0 1-1.256-1.255V7.687a2.4 2.4 0 0 1-.428.625c.253.23.412.561.412.93v7.553a1.255 1.255 0 0 1-1.256 1.255h-1.843a1.25 1.25 0 0 1-.894-.373c-.228.23-.544.373-.894.373H51.32a1.255 1.255 0 0 1-1.256-1.255v-1.251l-.061.117a4.7 4.7 0 0 1-1.782 1.884 4.77 4.77 0 0 1-2.485.67 5.6 5.6 0 0 1-1.485-.188l.009 2.764a1.255 1.255 0 0 1-1.255 1.259h-1.729a1.255 1.255 0 0 1-1.255-1.255v-3.537a1.255 1.255 0 0 1-1.167.793h-1.679a1.25 1.25 0 0 1-.77-.263 4.5 4.5 0 0 1-1.945.429c-.885 0-1.724-.21-2.495-.632l-.017-.01a5 5 0 0 1-1.081-.836 1.255 1.255 0 0 1-1.254 1.312h-1.81a1.255 1.255 0 0 1-1.228-.99l-.782-3.625-2.044 3.939a1.25 1.25 0 0 1-1.115.676h-.098a1.25 1.25 0 0 1-1.116-.68l-2.061-3.994zM35.92 16.63l.207-.114.223-.15q.493-.356.735-.785l.061-.118.033 1.332h1.678V9.242h-1.694l-.033 1.267q-.133-.329-.526-.658l-.032-.028a3.2 3.2 0 0 0-.668-.428l-.27-.12a3.3 3.3 0 0 0-1.235-.23q-1.136-.001-1.974.493a3.36 3.36 0 0 0-1.3 1.382q-.445.89-.444 2.074 0 1.2.51 2.107a3.8 3.8 0 0 0 1.382 1.381 3.9 3.9 0 0 0 1.893.477q.795 0 1.455-.33zm-2.789-5.38q-.576.675-.575 1.762 0 1.102.559 1.794.576.675 1.645.675a2.25 2.25 0 0 0 .934-.19 2.2 2.2 0 0 0 .468-.29l.178-.161a2.2 2.2 0 0 0 .397-.561q.244-.5.244-1.15v-.115q0-.708-.296-1.267l-.043-.077a2.2 2.2 0 0 0-.633-.709l-.13-.086-.047-.028a2.1 2.1 0 0 0-1.073-.285q-1.052 0-1.629.692zm2.316 2.706c.163-.17.28-.407.28-.83v-.114c0-.292-.06-.508-.15-.68a.96.96 0 0 0-.353-.389.85.85 0 0 0-.464-.127c-.4 0-.56.114-.664.239l-.01.012c-.148.174-.275.45-.275.945 0 .506.122.801.27.99.097.11.266.224.68.224.303 0 .504-.09.687-.269zm7.545 1.705a2.6 2.6 0 0 0 .331.423q.319.33.755.548l.173.074q.65.255 1.49.255 1.02 0 1.844-.493a3.45 3.45 0 0 0 1.316-1.4q.493-.904.493-2.089 0-1.909-.988-2.913-.988-1.02-2.584-1.02-.898 0-1.575.347a3 3 0 0 0-.415.262l-.199.166a3.4 3.4 0 0 0-.64.82V9.242h-1.712v11.553h1.729l-.017-5.134zm.53-1.138q.206.29.48.5l.155.11.053.034q.51.296 1.119.297 1.07 0 1.645-.675.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.435 0-.835.16a2 2 0 0 0-.284.136 2 2 0 0 0-.363.254 2.2 2.2 0 0 0-.46.569l-.082.162a2.6 2.6 0 0 0-.213 1.072v.115q0 .707.296 1.267l.135.211zm.964-.818a1.1 1.1 0 0 0 .367.385.94.94 0 0 0 .476.118c.423 0 .59-.117.687-.23.159-.194.28-.478.28-.95 0-.53-.133-.8-.266-.952l-.021-.025c-.078-.094-.231-.221-.68-.221a1 1 0 0 0-.503.135l-.012.007a.86.86 0 0 0-.335.343c-.073.133-.132.324-.132.614v.115a1.4 1.4 0 0 0 .14.66zm15.7-6.222q.347-.346.346-.856a1.05 1.05 0 0 0-.345-.79 1.18 1.18 0 0 0-.84-.329q-.51 0-.855.33a1.05 1.05 0 0 0-.346.79q0 .51.346.855.345.346.856.346.51 0 .839-.346zm4.337 9.314.033-1.332q.191.403.59.747l.098.081a4 4 0 0 0 .316.224l.223.122a3.2 3.2 0 0 0 1.44.322 3.8 3.8 0 0 0 1.875-.477 3.5 3.5 0 0 0 1.382-1.366q.527-.89.526-2.09 0-1.184-.444-2.073a3.24 3.24 0 0 0-1.283-1.399q-.823-.51-1.942-.51a3.5 3.5 0 0 0-1.527.344l-.086.043-.165.09a3 3 0 0 0-.33.214q-.432.315-.656.707a2 2 0 0 0-.099.198l.082-1.283V4.701h-1.744v12.095zm.473-2.509a2.5 2.5 0 0 0 .566.7q.117.098.245.18l.144.08a2.1 2.1 0 0 0 .975.232q1.07 0 1.645-.675.576-.69.576-1.778 0-1.102-.576-1.777-.56-.691-1.645-.692a2.2 2.2 0 0 0-1.015.235q-.22.113-.415.282l-.15.142a2.1 2.1 0 0 0-.42.594q-.223.479-.223 1.1v.115q0 .705.293 1.26zm2.616-.293c.157-.191.28-.479.28-.967 0-.51-.13-.79-.276-.961l-.021-.026c-.082-.1-.232-.225-.67-.225a.87.87 0 0 0-.681.279l-.012.011c-.154.155-.274.38-.274.807v.115c0 .285.057.499.144.669a1.1 1.1 0 0 0 .367.405c.137.082.28.123.455.123.423 0 .59-.118.686-.23zm8.266-3.013q.345-.13.724-.14l.069-.002q.493 0 .642.099l.247-1.794q-.196-.099-.717-.099a2.3 2.3 0 0 0-.545.063 2 2 0 0 0-.411.148 2.2 2.2 0 0 0-.4.249 2.5 2.5 0 0 0-.485.499 2.7 2.7 0 0 0-.32.581l-.05.137v-1.48h-1.778v7.553h1.777v-3.884q0-.546.159-.943a1.5 1.5 0 0 1 .466-.636 2.5 2.5 0 0 1 .399-.253 2 2 0 0 1 .224-.099zm9.784 2.656.05-.922q0-1.743-.856-2.698-.838-.97-2.584-.97-1.119-.001-2.007.493a3.46 3.46 0 0 0-1.4 1.382q-.493.906-.493 2.106 0 1.07.428 1.975.428.89 1.332 1.432.906.526 2.255.526.973 0 1.668-.185l.044-.012.135-.04q.613-.184.984-.421l-.542-1.267q-.3.162-.642.274l-.297.087q-.51.131-1.3.131-.954 0-1.497-.444a1.6 1.6 0 0 1-.192-.193q-.366-.44-.512-1.234l-.004-.021zm-5.427-1.256-.003.022h3.752v-.138q-.011-.727-.288-1.118a1 1 0 0 0-.156-.176q-.46-.428-1.316-.428-.986 0-1.494.604-.379.45-.494 1.234zm-27.053 2.77V4.7h-1.86v12.095h5.333V15.15zm7.103-5.908v7.553h-1.843V9.242h1.843z'/%3E%3Cpath fill='%23fff' d='m19.63 11.151-.757-1.71-.345 1.71-1.12 5.644h-1.827L18.083 4.7h.197l3.325 6.533.988 2.19.988-2.19L26.839 4.7h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.93 5.644h-.098l-2.913-5.644zm14.836 5.81q-1.02 0-1.893-.478a3.8 3.8 0 0 1-1.381-1.382q-.51-.906-.51-2.106 0-1.185.444-2.074a3.36 3.36 0 0 1 1.3-1.382q.839-.494 1.974-.494a3.3 3.3 0 0 1 1.234.231 3.3 3.3 0 0 1 .97.575q.396.33.527.659l.033-1.267h1.694v7.553H37.18l-.033-1.332q-.279.593-1.02 1.053a3.17 3.17 0 0 1-1.662.444zm.296-1.482q.938 0 1.58-.642.642-.66.642-1.711v-.115q0-.708-.296-1.267a2.2 2.2 0 0 0-.807-.872 2.1 2.1 0 0 0-1.119-.313q-1.053 0-1.629.692-.575.675-.575 1.76 0 1.103.559 1.795.577.675 1.645.675zm6.521-6.237h1.711v1.4q.906-1.597 2.83-1.597 1.596 0 2.584 1.02.988 1.005.988 2.914 0 1.185-.493 2.09a3.46 3.46 0 0 1-1.316 1.399 3.5 3.5 0 0 1-1.844.493q-.954 0-1.662-.329a2.67 2.67 0 0 1-1.086-.97l.017 5.134h-1.728zm4.048 6.22q1.07 0 1.645-.674.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.592 0-1.12.296-.51.28-.822.823-.296.527-.296 1.234v.115q0 .708.296 1.267.313.543.823.855.51.296 1.119.297z'/%3E%3Cpath fill='%23e1e3e9' d='M51.325 4.7h1.86v10.45h3.473v1.646h-5.333zm7.12 4.542h1.843v7.553h-1.843zm.905-1.415a1.16 1.16 0 0 1-.856-.346 1.17 1.17 0 0 1-.346-.856 1.05 1.05 0 0 1 .346-.79q.346-.329.856-.329.494 0 .839.33a1.05 1.05 0 0 1 .345.79 1.16 1.16 0 0 1-.345.855q-.33.346-.84.346zm7.875 9.133a3.17 3.17 0 0 1-1.662-.444q-.723-.46-1.004-1.053l-.033 1.332h-1.71V4.701h1.743v4.657l-.082 1.283q.279-.658 1.086-1.119a3.5 3.5 0 0 1 1.778-.477q1.119 0 1.942.51a3.24 3.24 0 0 1 1.283 1.4q.445.888.444 2.072 0 1.201-.526 2.09a3.5 3.5 0 0 1-1.382 1.366 3.8 3.8 0 0 1-1.876.477zm-.296-1.481q1.069 0 1.645-.675.577-.69.577-1.778 0-1.102-.577-1.776-.56-.691-1.645-.692a2.12 2.12 0 0 0-1.58.659q-.642.641-.642 1.694v.115q0 .71.296 1.267a2.4 2.4 0 0 0 .807.872 2.1 2.1 0 0 0 1.119.313zm5.927-6.237h1.777v1.481q.263-.757.856-1.217a2.14 2.14 0 0 1 1.349-.46q.527 0 .724.098l-.247 1.794q-.149-.099-.642-.099-.774 0-1.416.494-.626.493-.626 1.58v3.883h-1.777V9.242zm9.534 7.718q-1.35 0-2.255-.526-.904-.543-1.332-1.432a4.6 4.6 0 0 1-.428-1.975q0-1.2.493-2.106a3.46 3.46 0 0 1 1.4-1.382q.889-.495 2.007-.494 1.744 0 2.584.97.855.956.856 2.7 0 .444-.05.92h-5.43q.18 1.005.708 1.45.542.443 1.497.443.79 0 1.3-.131a4 4 0 0 0 .938-.362l.542 1.267q-.411.263-1.119.46-.708.198-1.711.197zm1.596-4.558q.016-1.02-.444-1.432-.46-.428-1.316-.428-1.728 0-1.991 1.86z'/%3E%3Cpath d='M5.074 15.948a.484.657 0 0 0-.486.659v1.84a.484.657 0 0 0 .486.659h4.101a.484.657 0 0 0 .486-.659v-1.84a.484.657 0 0 0-.486-.659zm3.56 1.16H5.617v.838h3.017z' style='fill:%23fff;fill-rule:evenodd;stroke-width:1.03600001'/%3E%3Cg style='stroke-width:1.12603545'%3E%3Cpath d='M-9.408-1.416c-3.833-.025-7.056 2.912-7.08 6.615-.02 3.08 1.653 4.832 3.107 6.268.903.892 1.721 1.74 2.32 2.902l-.525-.004c-.543-.003-.992.304-1.24.639a1.87 1.87 0 0 0-.362 1.121l-.011 1.877c-.003.402.104.787.347 1.125.244.338.688.653 1.23.656l4.142.028c.542.003.99-.306 1.238-.641a1.87 1.87 0 0 0 .363-1.121l.012-1.875a1.87 1.87 0 0 0-.348-1.127c-.243-.338-.688-.653-1.23-.656l-.518-.004c.597-1.145 1.425-1.983 2.348-2.87 1.473-1.414 3.18-3.149 3.2-6.226-.016-3.59-2.923-6.684-6.993-6.707m-.006 1.1v.002c3.274.02 5.92 2.532 5.9 5.6-.017 2.706-1.39 4.026-2.863 5.44-1.034.994-2.118 2.033-2.814 3.633-.018.041-.052.055-.075.065q-.013.004-.02.01a.34.34 0 0 1-.226.084.34.34 0 0 1-.224-.086l-.092-.077c-.699-1.615-1.768-2.669-2.781-3.67-1.454-1.435-2.797-2.762-2.78-5.478.02-3.067 2.7-5.545 5.975-5.523m-.02 2.826c-1.62-.01-2.944 1.315-2.955 2.96-.01 1.646 1.295 2.988 2.916 2.999h.002c1.621.01 2.943-1.316 2.953-2.961.011-1.646-1.294-2.988-2.916-2.998m-.005 1.1c1.017.006 1.829.83 1.822 1.89s-.83 1.874-1.848 1.867c-1.018-.006-1.829-.83-1.822-1.89s.83-1.874 1.848-1.868m-2.155 11.857 4.14.025c.271.002.49.305.487.676l-.013 1.875c-.003.37-.224.67-.495.668l-4.14-.025c-.27-.002-.487-.306-.485-.676l.012-1.875c.003-.37.224-.67.494-.668' style='color:%23000;font-style:normal;font-variant:normal;font-weight:400;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:evenodd;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000;solid-opacity:1;vector-effect:none;fill:%23000;fill-opacity:.4;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-9.415-.316C-12.69-.338-15.37 2.14-15.39 5.207c-.017 2.716 1.326 4.041 2.78 5.477 1.013 1 2.081 2.055 2.78 3.67l.092.076a.34.34 0 0 0 .225.086.34.34 0 0 0 .227-.083l.019-.01c.022-.009.057-.024.074-.064.697-1.6 1.78-2.64 2.814-3.634 1.473-1.414 2.847-2.733 2.864-5.44.02-3.067-2.627-5.58-5.901-5.601m-.057 8.784c1.621.011 2.944-1.315 2.955-2.96.01-1.646-1.295-2.988-2.916-2.999-1.622-.01-2.945 1.315-2.955 2.96s1.295 2.989 2.916 3' style='clip-rule:evenodd;fill:%23e1e3e9;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-11.594 15.465c-.27-.002-.492.297-.494.668l-.012 1.876c-.003.371.214.673.485.675l4.14.027c.271.002.492-.298.495-.668l.012-1.877c.003-.37-.215-.672-.485-.674z' style='clip-rule:evenodd;fill:%23fff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3C/g%3E%3C/svg%3E")}}@media(forced-colors:active)and (prefers-color-scheme:light){a.maplibregl-ctrl-logo{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='23' fill='none'%3E%3Cpath fill='%23000' fill-opacity='.4' fill-rule='evenodd' d='M17.408 16.796h-1.827l2.501-12.095h.198l3.324 6.533.988 2.19.988-2.19 3.258-6.533h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.929 5.644h-.098l-2.914-5.644-.757-1.71-.345 1.71zm1.958-3.42-.726 3.663a1.255 1.255 0 0 1-1.232 1.011h-1.827a1.255 1.255 0 0 1-1.229-1.509l2.501-12.095a1.255 1.255 0 0 1 1.23-1.001h.197a1.25 1.25 0 0 1 1.12.685l3.19 6.273 3.125-6.263a1.25 1.25 0 0 1 1.123-.695h.181a1.255 1.255 0 0 1 1.227.991l1.443 6.71a5 5 0 0 1 .314-.787l.009-.016a4.6 4.6 0 0 1 1.777-1.887c.782-.46 1.668-.667 2.611-.667a4.6 4.6 0 0 1 1.7.32l.306.134c.21-.16.474-.256.759-.256h1.694a1.255 1.255 0 0 1 1.212.925 1.255 1.255 0 0 1 1.212-.925h1.711c.284 0 .545.094.755.252.613-.3 1.312-.45 2.075-.45 1.356 0 2.557.445 3.482 1.4q.47.48.763 1.064V4.701a1.255 1.255 0 0 1 1.255-1.255h1.86A1.255 1.255 0 0 1 54.44 4.7v9.194h2.217c.19 0 .37.043.532.118v-4.77c0-.356.147-.678.385-.906a2.42 2.42 0 0 1-.682-1.71c0-.665.267-1.253.735-1.7a2.45 2.45 0 0 1 1.722-.674 2.43 2.43 0 0 1 1.705.675q.318.302.504.683V4.7a1.255 1.255 0 0 1 1.255-1.255h1.744A1.255 1.255 0 0 1 65.812 4.7v3.335a4.8 4.8 0 0 1 1.526-.246c.938 0 1.817.214 2.59.69a4.47 4.47 0 0 1 1.67 1.743v-.98a1.255 1.255 0 0 1 1.256-1.256h1.777c.233 0 .451.064.639.174a3.4 3.4 0 0 1 1.567-.372c.346 0 .861.02 1.285.232a1.25 1.25 0 0 1 .689 1.004 4.7 4.7 0 0 1 .853-.588c.795-.44 1.675-.647 2.61-.647 1.385 0 2.65.39 3.525 1.396.836.938 1.168 2.173 1.168 3.528q-.001.515-.056 1.051a1.255 1.255 0 0 1-.947 1.09l.408.952a1.255 1.255 0 0 1-.477 1.552c-.418.268-.92.463-1.458.612-.613.171-1.304.244-2.049.244-1.06 0-2.043-.207-2.886-.698l-.015-.008c-.798-.48-1.419-1.135-1.818-1.963l-.004-.008a5.8 5.8 0 0 1-.548-2.512q0-.429.053-.843a1.3 1.3 0 0 1-.333-.086l-.166-.004c-.223 0-.426.062-.643.228-.03.024-.142.139-.142.59v3.883a1.255 1.255 0 0 1-1.256 1.256h-1.777a1.255 1.255 0 0 1-1.256-1.256V15.69l-.032.057a4.8 4.8 0 0 1-1.86 1.833 5.04 5.04 0 0 1-2.484.634 4.5 4.5 0 0 1-1.935-.424 1.25 1.25 0 0 1-.764.258h-1.71a1.255 1.255 0 0 1-1.256-1.255V7.687a2.4 2.4 0 0 1-.428.625c.253.23.412.561.412.93v7.553a1.255 1.255 0 0 1-1.256 1.255h-1.843a1.25 1.25 0 0 1-.894-.373c-.228.23-.544.373-.894.373H51.32a1.255 1.255 0 0 1-1.256-1.255v-1.251l-.061.117a4.7 4.7 0 0 1-1.782 1.884 4.77 4.77 0 0 1-2.485.67 5.6 5.6 0 0 1-1.485-.188l.009 2.764a1.255 1.255 0 0 1-1.255 1.259h-1.729a1.255 1.255 0 0 1-1.255-1.255v-3.537a1.255 1.255 0 0 1-1.167.793h-1.679a1.25 1.25 0 0 1-.77-.263 4.5 4.5 0 0 1-1.945.429c-.885 0-1.724-.21-2.495-.632l-.017-.01a5 5 0 0 1-1.081-.836 1.255 1.255 0 0 1-1.254 1.312h-1.81a1.255 1.255 0 0 1-1.228-.99l-.782-3.625-2.044 3.939a1.25 1.25 0 0 1-1.115.676h-.098a1.25 1.25 0 0 1-1.116-.68l-2.061-3.994zM35.92 16.63l.207-.114.223-.15q.493-.356.735-.785l.061-.118.033 1.332h1.678V9.242h-1.694l-.033 1.267q-.133-.329-.526-.658l-.032-.028a3.2 3.2 0 0 0-.668-.428l-.27-.12a3.3 3.3 0 0 0-1.235-.23q-1.136-.001-1.974.493a3.36 3.36 0 0 0-1.3 1.382q-.445.89-.444 2.074 0 1.2.51 2.107a3.8 3.8 0 0 0 1.382 1.381 3.9 3.9 0 0 0 1.893.477q.795 0 1.455-.33zm-2.789-5.38q-.576.675-.575 1.762 0 1.102.559 1.794.576.675 1.645.675a2.25 2.25 0 0 0 .934-.19 2.2 2.2 0 0 0 .468-.29l.178-.161a2.2 2.2 0 0 0 .397-.561q.244-.5.244-1.15v-.115q0-.708-.296-1.267l-.043-.077a2.2 2.2 0 0 0-.633-.709l-.13-.086-.047-.028a2.1 2.1 0 0 0-1.073-.285q-1.052 0-1.629.692zm2.316 2.706c.163-.17.28-.407.28-.83v-.114c0-.292-.06-.508-.15-.68a.96.96 0 0 0-.353-.389.85.85 0 0 0-.464-.127c-.4 0-.56.114-.664.239l-.01.012c-.148.174-.275.45-.275.945 0 .506.122.801.27.99.097.11.266.224.68.224.303 0 .504-.09.687-.269zm7.545 1.705a2.6 2.6 0 0 0 .331.423q.319.33.755.548l.173.074q.65.255 1.49.255 1.02 0 1.844-.493a3.45 3.45 0 0 0 1.316-1.4q.493-.904.493-2.089 0-1.909-.988-2.913-.988-1.02-2.584-1.02-.898 0-1.575.347a3 3 0 0 0-.415.262l-.199.166a3.4 3.4 0 0 0-.64.82V9.242h-1.712v11.553h1.729l-.017-5.134zm.53-1.138q.206.29.48.5l.155.11.053.034q.51.296 1.119.297 1.07 0 1.645-.675.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.435 0-.835.16a2 2 0 0 0-.284.136 2 2 0 0 0-.363.254 2.2 2.2 0 0 0-.46.569l-.082.162a2.6 2.6 0 0 0-.213 1.072v.115q0 .707.296 1.267l.135.211zm.964-.818a1.1 1.1 0 0 0 .367.385.94.94 0 0 0 .476.118c.423 0 .59-.117.687-.23.159-.194.28-.478.28-.95 0-.53-.133-.8-.266-.952l-.021-.025c-.078-.094-.231-.221-.68-.221a1 1 0 0 0-.503.135l-.012.007a.86.86 0 0 0-.335.343c-.073.133-.132.324-.132.614v.115a1.4 1.4 0 0 0 .14.66zm15.7-6.222q.347-.346.346-.856a1.05 1.05 0 0 0-.345-.79 1.18 1.18 0 0 0-.84-.329q-.51 0-.855.33a1.05 1.05 0 0 0-.346.79q0 .51.346.855.345.346.856.346.51 0 .839-.346zm4.337 9.314.033-1.332q.191.403.59.747l.098.081a4 4 0 0 0 .316.224l.223.122a3.2 3.2 0 0 0 1.44.322 3.8 3.8 0 0 0 1.875-.477 3.5 3.5 0 0 0 1.382-1.366q.527-.89.526-2.09 0-1.184-.444-2.073a3.24 3.24 0 0 0-1.283-1.399q-.823-.51-1.942-.51a3.5 3.5 0 0 0-1.527.344l-.086.043-.165.09a3 3 0 0 0-.33.214q-.432.315-.656.707a2 2 0 0 0-.099.198l.082-1.283V4.701h-1.744v12.095zm.473-2.509a2.5 2.5 0 0 0 .566.7q.117.098.245.18l.144.08a2.1 2.1 0 0 0 .975.232q1.07 0 1.645-.675.576-.69.576-1.778 0-1.102-.576-1.777-.56-.691-1.645-.692a2.2 2.2 0 0 0-1.015.235q-.22.113-.415.282l-.15.142a2.1 2.1 0 0 0-.42.594q-.223.479-.223 1.1v.115q0 .705.293 1.26zm2.616-.293c.157-.191.28-.479.28-.967 0-.51-.13-.79-.276-.961l-.021-.026c-.082-.1-.232-.225-.67-.225a.87.87 0 0 0-.681.279l-.012.011c-.154.155-.274.38-.274.807v.115c0 .285.057.499.144.669a1.1 1.1 0 0 0 .367.405c.137.082.28.123.455.123.423 0 .59-.118.686-.23zm8.266-3.013q.345-.13.724-.14l.069-.002q.493 0 .642.099l.247-1.794q-.196-.099-.717-.099a2.3 2.3 0 0 0-.545.063 2 2 0 0 0-.411.148 2.2 2.2 0 0 0-.4.249 2.5 2.5 0 0 0-.485.499 2.7 2.7 0 0 0-.32.581l-.05.137v-1.48h-1.778v7.553h1.777v-3.884q0-.546.159-.943a1.5 1.5 0 0 1 .466-.636 2.5 2.5 0 0 1 .399-.253 2 2 0 0 1 .224-.099zm9.784 2.656.05-.922q0-1.743-.856-2.698-.838-.97-2.584-.97-1.119-.001-2.007.493a3.46 3.46 0 0 0-1.4 1.382q-.493.906-.493 2.106 0 1.07.428 1.975.428.89 1.332 1.432.906.526 2.255.526.973 0 1.668-.185l.044-.012.135-.04q.613-.184.984-.421l-.542-1.267q-.3.162-.642.274l-.297.087q-.51.131-1.3.131-.954 0-1.497-.444a1.6 1.6 0 0 1-.192-.193q-.366-.44-.512-1.234l-.004-.021zm-5.427-1.256-.003.022h3.752v-.138q-.011-.727-.288-1.118a1 1 0 0 0-.156-.176q-.46-.428-1.316-.428-.986 0-1.494.604-.379.45-.494 1.234zm-27.053 2.77V4.7h-1.86v12.095h5.333V15.15zm7.103-5.908v7.553h-1.843V9.242h1.843z'/%3E%3Cpath fill='%23fff' d='m19.63 11.151-.757-1.71-.345 1.71-1.12 5.644h-1.827L18.083 4.7h.197l3.325 6.533.988 2.19.988-2.19L26.839 4.7h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.93 5.644h-.098l-2.913-5.644zm14.836 5.81q-1.02 0-1.893-.478a3.8 3.8 0 0 1-1.381-1.382q-.51-.906-.51-2.106 0-1.185.444-2.074a3.36 3.36 0 0 1 1.3-1.382q.839-.494 1.974-.494a3.3 3.3 0 0 1 1.234.231 3.3 3.3 0 0 1 .97.575q.396.33.527.659l.033-1.267h1.694v7.553H37.18l-.033-1.332q-.279.593-1.02 1.053a3.17 3.17 0 0 1-1.662.444zm.296-1.482q.938 0 1.58-.642.642-.66.642-1.711v-.115q0-.708-.296-1.267a2.2 2.2 0 0 0-.807-.872 2.1 2.1 0 0 0-1.119-.313q-1.053 0-1.629.692-.575.675-.575 1.76 0 1.103.559 1.795.577.675 1.645.675zm6.521-6.237h1.711v1.4q.906-1.597 2.83-1.597 1.596 0 2.584 1.02.988 1.005.988 2.914 0 1.185-.493 2.09a3.46 3.46 0 0 1-1.316 1.399 3.5 3.5 0 0 1-1.844.493q-.954 0-1.662-.329a2.67 2.67 0 0 1-1.086-.97l.017 5.134h-1.728zm4.048 6.22q1.07 0 1.645-.674.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.592 0-1.12.296-.51.28-.822.823-.296.527-.296 1.234v.115q0 .708.296 1.267.313.543.823.855.51.296 1.119.297z'/%3E%3Cpath fill='%23e1e3e9' d='M51.325 4.7h1.86v10.45h3.473v1.646h-5.333zm7.12 4.542h1.843v7.553h-1.843zm.905-1.415a1.16 1.16 0 0 1-.856-.346 1.17 1.17 0 0 1-.346-.856 1.05 1.05 0 0 1 .346-.79q.346-.329.856-.329.494 0 .839.33a1.05 1.05 0 0 1 .345.79 1.16 1.16 0 0 1-.345.855q-.33.346-.84.346zm7.875 9.133a3.17 3.17 0 0 1-1.662-.444q-.723-.46-1.004-1.053l-.033 1.332h-1.71V4.701h1.743v4.657l-.082 1.283q.279-.658 1.086-1.119a3.5 3.5 0 0 1 1.778-.477q1.119 0 1.942.51a3.24 3.24 0 0 1 1.283 1.4q.445.888.444 2.072 0 1.201-.526 2.09a3.5 3.5 0 0 1-1.382 1.366 3.8 3.8 0 0 1-1.876.477zm-.296-1.481q1.069 0 1.645-.675.577-.69.577-1.778 0-1.102-.577-1.776-.56-.691-1.645-.692a2.12 2.12 0 0 0-1.58.659q-.642.641-.642 1.694v.115q0 .71.296 1.267a2.4 2.4 0 0 0 .807.872 2.1 2.1 0 0 0 1.119.313zm5.927-6.237h1.777v1.481q.263-.757.856-1.217a2.14 2.14 0 0 1 1.349-.46q.527 0 .724.098l-.247 1.794q-.149-.099-.642-.099-.774 0-1.416.494-.626.493-.626 1.58v3.883h-1.777V9.242zm9.534 7.718q-1.35 0-2.255-.526-.904-.543-1.332-1.432a4.6 4.6 0 0 1-.428-1.975q0-1.2.493-2.106a3.46 3.46 0 0 1 1.4-1.382q.889-.495 2.007-.494 1.744 0 2.584.97.855.956.856 2.7 0 .444-.05.92h-5.43q.18 1.005.708 1.45.542.443 1.497.443.79 0 1.3-.131a4 4 0 0 0 .938-.362l.542 1.267q-.411.263-1.119.46-.708.198-1.711.197zm1.596-4.558q.016-1.02-.444-1.432-.46-.428-1.316-.428-1.728 0-1.991 1.86z'/%3E%3Cpath d='M5.074 15.948a.484.657 0 0 0-.486.659v1.84a.484.657 0 0 0 .486.659h4.101a.484.657 0 0 0 .486-.659v-1.84a.484.657 0 0 0-.486-.659zm3.56 1.16H5.617v.838h3.017z' style='fill:%23fff;fill-rule:evenodd;stroke-width:1.03600001'/%3E%3Cg style='stroke-width:1.12603545'%3E%3Cpath d='M-9.408-1.416c-3.833-.025-7.056 2.912-7.08 6.615-.02 3.08 1.653 4.832 3.107 6.268.903.892 1.721 1.74 2.32 2.902l-.525-.004c-.543-.003-.992.304-1.24.639a1.87 1.87 0 0 0-.362 1.121l-.011 1.877c-.003.402.104.787.347 1.125.244.338.688.653 1.23.656l4.142.028c.542.003.99-.306 1.238-.641a1.87 1.87 0 0 0 .363-1.121l.012-1.875a1.87 1.87 0 0 0-.348-1.127c-.243-.338-.688-.653-1.23-.656l-.518-.004c.597-1.145 1.425-1.983 2.348-2.87 1.473-1.414 3.18-3.149 3.2-6.226-.016-3.59-2.923-6.684-6.993-6.707m-.006 1.1v.002c3.274.02 5.92 2.532 5.9 5.6-.017 2.706-1.39 4.026-2.863 5.44-1.034.994-2.118 2.033-2.814 3.633-.018.041-.052.055-.075.065q-.013.004-.02.01a.34.34 0 0 1-.226.084.34.34 0 0 1-.224-.086l-.092-.077c-.699-1.615-1.768-2.669-2.781-3.67-1.454-1.435-2.797-2.762-2.78-5.478.02-3.067 2.7-5.545 5.975-5.523m-.02 2.826c-1.62-.01-2.944 1.315-2.955 2.96-.01 1.646 1.295 2.988 2.916 2.999h.002c1.621.01 2.943-1.316 2.953-2.961.011-1.646-1.294-2.988-2.916-2.998m-.005 1.1c1.017.006 1.829.83 1.822 1.89s-.83 1.874-1.848 1.867c-1.018-.006-1.829-.83-1.822-1.89s.83-1.874 1.848-1.868m-2.155 11.857 4.14.025c.271.002.49.305.487.676l-.013 1.875c-.003.37-.224.67-.495.668l-4.14-.025c-.27-.002-.487-.306-.485-.676l.012-1.875c.003-.37.224-.67.494-.668' style='color:%23000;font-style:normal;font-variant:normal;font-weight:400;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:evenodd;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000;solid-opacity:1;vector-effect:none;fill:%23000;fill-opacity:.4;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-9.415-.316C-12.69-.338-15.37 2.14-15.39 5.207c-.017 2.716 1.326 4.041 2.78 5.477 1.013 1 2.081 2.055 2.78 3.67l.092.076a.34.34 0 0 0 .225.086.34.34 0 0 0 .227-.083l.019-.01c.022-.009.057-.024.074-.064.697-1.6 1.78-2.64 2.814-3.634 1.473-1.414 2.847-2.733 2.864-5.44.02-3.067-2.627-5.58-5.901-5.601m-.057 8.784c1.621.011 2.944-1.315 2.955-2.96.01-1.646-1.295-2.988-2.916-2.999-1.622-.01-2.945 1.315-2.955 2.96s1.295 2.989 2.916 3' style='clip-rule:evenodd;fill:%23e1e3e9;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-11.594 15.465c-.27-.002-.492.297-.494.668l-.012 1.876c-.003.371.214.673.485.675l4.14.027c.271.002.492-.298.495-.668l.012-1.877c.003-.37-.215-.672-.485-.674z' style='clip-rule:evenodd;fill:%23fff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3C/g%3E%3C/svg%3E")}}.maplibregl-ctrl.maplibregl-ctrl-attrib{background-color:#ffffff80;margin:0;padding:0 5px}@media screen{.maplibregl-ctrl-attrib.maplibregl-compact{background-color:#fff;border-radius:12px;box-sizing:content-box;color:#000;margin:10px;min-height:20px;padding:2px 24px 2px 0;position:relative}.maplibregl-ctrl-attrib.maplibregl-compact-show{padding:2px 28px 2px 8px;visibility:visible}.maplibregl-ctrl-bottom-left>.maplibregl-ctrl-attrib.maplibregl-compact-show,.maplibregl-ctrl-top-left>.maplibregl-ctrl-attrib.maplibregl-compact-show{border-radius:12px;padding:2px 8px 2px 28px}.maplibregl-ctrl-attrib.maplibregl-compact .maplibregl-ctrl-attrib-inner{display:none}.maplibregl-ctrl-attrib-button{background-color:#ffffff80;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill-rule='evenodd' viewBox='0 0 20 20'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E");border:0;border-radius:12px;box-sizing:border-box;cursor:pointer;display:none;height:24px;outline:none;position:absolute;right:0;top:0;width:24px}.maplibregl-ctrl-attrib summary.maplibregl-ctrl-attrib-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;list-style:none}.maplibregl-ctrl-attrib summary.maplibregl-ctrl-attrib-button::-webkit-details-marker{display:none}.maplibregl-ctrl-bottom-left .maplibregl-ctrl-attrib-button,.maplibregl-ctrl-top-left .maplibregl-ctrl-attrib-button{left:0}.maplibregl-ctrl-attrib.maplibregl-compact .maplibregl-ctrl-attrib-button,.maplibregl-ctrl-attrib.maplibregl-compact-show .maplibregl-ctrl-attrib-inner{display:block}.maplibregl-ctrl-attrib.maplibregl-compact-show .maplibregl-ctrl-attrib-button{background-color:#0000000d}.maplibregl-ctrl-bottom-right>.maplibregl-ctrl-attrib.maplibregl-compact:after{bottom:0;right:0}.maplibregl-ctrl-top-right>.maplibregl-ctrl-attrib.maplibregl-compact:after{right:0;top:0}.maplibregl-ctrl-top-left>.maplibregl-ctrl-attrib.maplibregl-compact:after{left:0;top:0}.maplibregl-ctrl-bottom-left>.maplibregl-ctrl-attrib.maplibregl-compact:after{bottom:0;left:0}}@media screen and (forced-colors:active){.maplibregl-ctrl-attrib.maplibregl-compact:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23fff' fill-rule='evenodd' viewBox='0 0 20 20'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E")}}@media screen and (forced-colors:active)and (prefers-color-scheme:light){.maplibregl-ctrl-attrib.maplibregl-compact:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill-rule='evenodd' viewBox='0 0 20 20'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E")}}.maplibregl-ctrl-attrib a{color:#000000bf;text-decoration:none}.maplibregl-ctrl-attrib a:hover{color:inherit;text-decoration:underline}.maplibregl-attrib-empty{display:none}.maplibregl-ctrl-scale{background-color:#ffffffbf;border:2px solid #333;border-top:#333;box-sizing:border-box;color:#333;font-size:10px;padding:0 5px;white-space:nowrap}.maplibregl-popup{display:flex;left:0;pointer-events:none;position:absolute;top:0;will-change:transform}.maplibregl-popup-anchor-top,.maplibregl-popup-anchor-top-left,.maplibregl-popup-anchor-top-right{flex-direction:column}.maplibregl-popup-anchor-bottom,.maplibregl-popup-anchor-bottom-left,.maplibregl-popup-anchor-bottom-right{flex-direction:column-reverse}.maplibregl-popup-anchor-left{flex-direction:row}.maplibregl-popup-anchor-right{flex-direction:row-reverse}.maplibregl-popup-tip{border:10px solid transparent;height:0;width:0;z-index:1}.maplibregl-popup-anchor-top .maplibregl-popup-tip{align-self:center;border-bottom-color:#fff;border-top:none}.maplibregl-popup-anchor-top-left .maplibregl-popup-tip{align-self:flex-start;border-bottom-color:#fff;border-left:none;border-top:none}.maplibregl-popup-anchor-top-right .maplibregl-popup-tip{align-self:flex-end;border-bottom-color:#fff;border-right:none;border-top:none}.maplibregl-popup-anchor-bottom .maplibregl-popup-tip{align-self:center;border-bottom:none;border-top-color:#fff}.maplibregl-popup-anchor-bottom-left .maplibregl-popup-tip{align-self:flex-start;border-bottom:none;border-left:none;border-top-color:#fff}.maplibregl-popup-anchor-bottom-right .maplibregl-popup-tip{align-self:flex-end;border-bottom:none;border-right:none;border-top-color:#fff}.maplibregl-popup-anchor-left .maplibregl-popup-tip{align-self:center;border-left:none;border-right-color:#fff}.maplibregl-popup-anchor-right .maplibregl-popup-tip{align-self:center;border-left-color:#fff;border-right:none}.maplibregl-popup-close-button{background-color:transparent;border:0;border-radius:0 3px 0 0;cursor:pointer;position:absolute;right:0;top:0}.maplibregl-popup-close-button:hover{background-color:#0000000d}.maplibregl-popup-content{background:#fff;border-radius:3px;box-shadow:0 1px 2px #0000001a;padding:15px 10px;pointer-events:auto;position:relative}.maplibregl-popup-anchor-top-left .maplibregl-popup-content{border-top-left-radius:0}.maplibregl-popup-anchor-top-right .maplibregl-popup-content{border-top-right-radius:0}.maplibregl-popup-anchor-bottom-left .maplibregl-popup-content{border-bottom-left-radius:0}.maplibregl-popup-anchor-bottom-right .maplibregl-popup-content{border-bottom-right-radius:0}.maplibregl-popup-track-pointer{display:none}.maplibregl-popup-track-pointer *{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.maplibregl-map:hover .maplibregl-popup-track-pointer{display:flex}.maplibregl-map:active .maplibregl-popup-track-pointer{display:none}.maplibregl-marker{left:0;position:absolute;top:0;transition:opacity .2s;will-change:transform}.maplibregl-user-location-dot,.maplibregl-user-location-dot:before{background-color:#1da1f2;border-radius:50%;height:15px;width:15px}.maplibregl-user-location-dot:before{animation:maplibregl-user-location-dot-pulse 2s infinite;content:"";position:absolute}.maplibregl-user-location-dot:after{border:2px solid #fff;border-radius:50%;box-shadow:0 0 3px #00000059;box-sizing:border-box;content:"";height:19px;left:-2px;position:absolute;top:-2px;width:19px}@keyframes maplibregl-user-location-dot-pulse{0%{opacity:1;transform:scale(1)}70%{opacity:0;transform:scale(3)}to{opacity:0;transform:scale(1)}}.maplibregl-user-location-dot-stale{background-color:#aaa}.maplibregl-user-location-dot-stale:after{display:none}.maplibregl-user-location-accuracy-circle{background-color:#1da1f233;border-radius:100%;height:1px;width:1px}.maplibregl-crosshair,.maplibregl-crosshair .maplibregl-interactive,.maplibregl-crosshair .maplibregl-interactive:active{cursor:crosshair}.maplibregl-boxzoom{background:#fff;border:2px dotted #202020;height:0;left:0;opacity:.5;position:absolute;top:0;width:0}.maplibregl-cooperative-gesture-screen{align-items:center;background:#0006;color:#fff;display:flex;font-size:1.4em;inset:0;justify-content:center;line-height:1.2;opacity:0;padding:1rem;pointer-events:none;position:absolute;transition:opacity 1s ease 1s;z-index:99999}.maplibregl-cooperative-gesture-screen.maplibregl-show{opacity:1;transition:opacity .05s}.maplibregl-cooperative-gesture-screen .maplibregl-mobile-message{display:none}@media(hover:none),(pointer:coarse){.maplibregl-cooperative-gesture-screen .maplibregl-desktop-message{display:none}.maplibregl-cooperative-gesture-screen .maplibregl-mobile-message{display:block}}.maplibregl-pseudo-fullscreen{height:100%!important;left:0!important;position:fixed!important;top:0!important;width:100%!important;z-index:99999}.rc-slider{position:relative;width:100%;height:14px;padding:5px 0;border-radius:6px;touch-action:none;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0)}.rc-slider *{box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0)}.rc-slider-rail{position:absolute;width:100%;height:4px;background-color:#e9e9e9;border-radius:6px}.rc-slider-track,.rc-slider-tracks{position:absolute;height:4px;background-color:#abe2fb;border-radius:6px}.rc-slider-track-draggable{z-index:1;box-sizing:content-box;background-clip:content-box;border-top:5px solid rgba(0,0,0,0);border-bottom:5px solid rgba(0,0,0,0);transform:translateY(-5px)}.rc-slider-handle{position:absolute;z-index:1;width:14px;height:14px;margin-top:-5px;background-color:#fff;border:solid 2px #96dbfa;border-radius:50%;cursor:pointer;cursor:-webkit-grab;cursor:grab;opacity:.8;-webkit-user-select:none;user-select:none;touch-action:pan-x}.rc-slider-handle-dragging.rc-slider-handle-dragging.rc-slider-handle-dragging{border-color:#57c5f7;box-shadow:0 0 0 5px #96dbfa}.rc-slider-handle-dragging.rc-slider-handle-dragging.rc-slider-handle-dragging-delete{opacity:0}.rc-slider-handle:focus{outline:none;box-shadow:none}.rc-slider-handle:focus-visible{border-color:#2db7f5;box-shadow:0 0 0 3px #96dbfa}.rc-slider-handle-click-focused:focus{border-color:#96dbfa;box-shadow:unset}.rc-slider-handle:hover{border-color:#57c5f7}.rc-slider-handle:active{border-color:#57c5f7;box-shadow:0 0 5px #57c5f7;cursor:-webkit-grabbing;cursor:grabbing}.rc-slider-mark{position:absolute;top:18px;left:0;width:100%;font-size:12px}.rc-slider-mark-text{position:absolute;display:inline-block;color:#999;text-align:center;vertical-align:middle;cursor:pointer}.rc-slider-mark-text-active{color:#666}.rc-slider-step{position:absolute;width:100%;height:4px;background:transparent}.rc-slider-dot{position:absolute;bottom:-2px;width:8px;height:8px;vertical-align:middle;background-color:#fff;border:2px solid #e9e9e9;border-radius:50%;cursor:pointer}.rc-slider-dot-active{border-color:#96dbfa}.rc-slider-dot-reverse{margin-right:-4px}.rc-slider-disabled{background-color:#e9e9e9}.rc-slider-disabled .rc-slider-track{background-color:#ccc}.rc-slider-disabled .rc-slider-handle,.rc-slider-disabled .rc-slider-dot{background-color:#fff;border-color:#ccc;box-shadow:none;cursor:not-allowed}.rc-slider-disabled .rc-slider-mark-text,.rc-slider-disabled .rc-slider-dot{cursor:not-allowed!important}.rc-slider-vertical{width:14px;height:100%;padding:0 5px}.rc-slider-vertical .rc-slider-rail{width:4px;height:100%}.rc-slider-vertical .rc-slider-track{bottom:0;left:5px;width:4px}.rc-slider-vertical .rc-slider-track-draggable{border-top:0;border-right:5px solid rgba(0,0,0,0);border-bottom:0;border-left:5px solid rgba(0,0,0,0);transform:translate(-5px)}.rc-slider-vertical .rc-slider-handle{position:absolute;z-index:1;margin-top:0;margin-left:-5px;touch-action:pan-y}.rc-slider-vertical .rc-slider-mark{top:0;left:18px;height:100%}.rc-slider-vertical .rc-slider-step{width:4px;height:100%}.rc-slider-vertical .rc-slider-dot{margin-left:-2px}.rc-slider-tooltip-zoom-down-enter,.rc-slider-tooltip-zoom-down-appear,.rc-slider-tooltip-zoom-down-leave{display:block!important;animation-duration:.3s;animation-fill-mode:both;animation-play-state:paused}.rc-slider-tooltip-zoom-down-enter.rc-slider-tooltip-zoom-down-enter-active,.rc-slider-tooltip-zoom-down-appear.rc-slider-tooltip-zoom-down-appear-active{animation-name:rcSliderTooltipZoomDownIn;animation-play-state:running}.rc-slider-tooltip-zoom-down-leave.rc-slider-tooltip-zoom-down-leave-active{animation-name:rcSliderTooltipZoomDownOut;animation-play-state:running}.rc-slider-tooltip-zoom-down-enter,.rc-slider-tooltip-zoom-down-appear{transform:scale(0);animation-timing-function:cubic-bezier(.23,1,.32,1)}.rc-slider-tooltip-zoom-down-leave{animation-timing-function:cubic-bezier(.755,.05,.855,.06)}@keyframes rcSliderTooltipZoomDownIn{0%{transform:scale(0);transform-origin:50% 100%;opacity:0}to{transform:scale(1);transform-origin:50% 100%}}@keyframes rcSliderTooltipZoomDownOut{0%{transform:scale(1);transform-origin:50% 100%}to{transform:scale(0);transform-origin:50% 100%;opacity:0}}.rc-slider-tooltip{position:absolute;top:-9999px;left:-9999px;visibility:visible;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0)}.rc-slider-tooltip *{box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0)}.rc-slider-tooltip-hidden{display:none}.rc-slider-tooltip-placement-top{padding:4px 0 8px}.rc-slider-tooltip-inner{min-width:24px;height:24px;padding:6px 2px;color:#fff;font-size:12px;line-height:1;text-align:center;text-decoration:none;background-color:#6c6c6c;border-radius:6px;box-shadow:0 0 4px #d9d9d9}.rc-slider-tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.rc-slider-tooltip-placement-top .rc-slider-tooltip-arrow{bottom:4px;left:50%;margin-left:-4px;border-width:4px 4px 0;border-top-color:#6c6c6c}.legend-slider-container{display:flex;flex-direction:column;gap:.5rem}.legend-slider-stack{display:flex;flex-direction:column;gap:.65rem}.legend-mode-toggle{display:inline-flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.25rem;border-radius:999px;background:#70ad471f;border:.0625rem solid rgba(112,173,71,.35)}.legend-mode-options-group{display:inline-flex;align-items:center;gap:.375rem}.legend-mode-separator{color:#70ad4780;font-size:.8125rem;font-weight:300;padding:0 .25rem;-webkit-user-select:none;user-select:none}.legend-mode-option{border:none;background:transparent;color:var(--emerald-ink);padding:.35rem .75rem;border-radius:999px;font-size:.8125rem;letter-spacing:.08em;font-weight:400;cursor:pointer;transition:background .2s ease,color .2s ease,opacity .2s ease}.legend-mode-option.is-active{background:#70ad4740;font-weight:600;color:#111;box-shadow:0 0 0 .0625rem #70ad4799}.legend-mode-option.is-disabled,.legend-mode-option:disabled{opacity:.45;cursor:not-allowed}.legend-mode-option:hover:not(:disabled):not(.is-disabled){color:var(--emerald);font-weight:600;box-shadow:0 0 0 .0625rem #70ad4799}.legend-clear-selection-btn{background:#fff;border:.0625rem solid rgba(112,173,71,.35);color:var(--emerald-ink);white-space:nowrap;font-size:.8125rem;font-weight:400;padding:.25rem .75rem;margin-left:.5rem;border-radius:1.25rem}.legend-clear-selection-btn:hover:not(:disabled){background:#fffffff2;color:var(--emerald)}.legend-clear-selection-btn:active:not(:disabled){background:#f2f8ee}.legend-gradient-wrapper{position:relative;width:26.25rem;max-width:calc(100vw - var(--filters-safe-offset, 22rem) - var(--insights-safe-offset, 23.25rem) - 2rem)}@media(max-width:1024px){.legend-gradient-wrapper{width:23.625rem;max-width:calc(100vw - max(var(--filters-safe-offset),calc(var(--filters-panel-width) + var(--panel-gutter))) - max(var(--insights-safe-offset),calc(var(--insights-width) + var(--panel-gutter))) - 4.5rem)}}.legend-gradient-bar{background:linear-gradient(90deg,#e4f2d3,#70ad47);transition:background .3s}.legend-gradient-bar.sector-priority{background:linear-gradient(90deg,var(--color-sector-health, #ec1c24) 0%,#fbeaea 100%)}.legend-gradient-bar.sector-priority.education{background:linear-gradient(90deg,var(--color-sector-education, #40c6ea) 0%,#eaf6e7 100%)}.legend-gradient-bar.sector-priority.agriculture{background:linear-gradient(90deg,var(--color-sector-agriculture, #3fb64c) 0%,#eaf6e7 100%)}.legend-gradient-bar.sector-priority.energy{background:linear-gradient(90deg,var(--color-sector-energy, #0d6b37) 0%,#eaf6e7 100%)}.legend-gradient-bar.sector-priority.finance{background:linear-gradient(90deg,var(--color-sector-finance, #ddcd30) 0%,#eaf6e7 100%)}.legend-gradient-bar.sector-priority.transport{background:linear-gradient(90deg,var(--color-sector-transport, #093b46) 0%,#eaf6e7 100%)}.legend-gradient-bar{position:relative;height:1.75rem;border-radius:1rem;border:.0625rem solid var(--emerald);background:#ffffff6b;-webkit-backdrop-filter:blur(.625rem);backdrop-filter:blur(.625rem);box-shadow:0 .625rem 1.5rem #162d1e2e;overflow:visible}.legend-handle{position:absolute;top:50%;transform:translate(-50%,-50%);width:1.25rem;height:2.75rem;cursor:ew-resize;z-index:10;transition:transform .08s ease-out;-webkit-user-select:none;user-select:none;will-change:transform}.legend-handle:hover{transform:translate(-50%,-50%) scale(1.1)}.legend-handle:active{transform:translate(-50%,-50%) scale(1.15)}.handle-knob{width:100%;height:100%;background:#ffffff6b;border:.125rem solid var(--emerald);border-radius:.375rem;-webkit-backdrop-filter:blur(.625rem);backdrop-filter:blur(.625rem);box-shadow:0 .125rem .375rem #162d1e40,inset 0 .0625rem .125rem #ffffffb3;position:relative}.handle-knob:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:.1875rem;height:60%;background:#0f4d4a66;border-radius:.125rem}.legend-handle-min{left:0%}.legend-handle-max{left:100%}.legend-ticks{position:relative;margin-top:.5rem;height:1.5rem}.legend-tick{position:absolute;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.25rem}.legend-tick-line{width:.0625rem;height:.375rem;background:var(--emerald-outline)}.legend-tick-label{font-size:.6875rem;font-weight:400;letter-spacing:.08em;color:var(--emerald-ink);white-space:nowrap;text-shadow:0 .0625rem .125rem rgba(245,251,240,.8)}.legend-handle-tooltip{position:absolute;top:-2.5rem;left:50%;transform:translate(-50%);white-space:nowrap;pointer-events:none;opacity:0;transition:opacity .2s ease;z-index:10}.legend-handle.dragging .legend-handle-tooltip{opacity:1}.emerald-slider .rc-slider-rail{height:6px;background:linear-gradient(90deg,#70ad4740,#70ad4773);border-radius:999px}.emerald-slider .rc-slider-track{height:6px;background:var(--emerald, #70ad47);border-radius:999px}.emerald-slider .rc-slider-handle{width:18px;height:18px;margin-top:-6px;border:2px solid var(--emerald, #70ad47);background:#fff;box-shadow:0 4px 12px #70ad4759}.emerald-slider .rc-slider-handle:focus-visible{outline:2px solid var(--emerald, #70ad47)}.emerald-slider .rc-slider-handle:active{box-shadow:0 6px 14px #70ad4773}.legend-gradient-bar .rc-slider{height:100%;padding:0}.legend-gradient-bar .rc-slider-rail,.legend-gradient-bar .rc-slider-track,.legend-gradient-bar .rc-slider-tracks{height:100%;background:transparent;border-radius:.5rem}.legend-gradient-slider,.legend-gradient-slider .rc-slider-rail,.legend-gradient-slider .rc-slider-track,.legend-gradient-slider .rc-slider-tracks{height:1.75rem}.legend-gradient-slider .rc-slider-handle{top:50%!important;margin-top:0!important;transform:translate(-50%,-50%)!important}.legend-gradient-bar .legend-handle{margin-top:0;opacity:1;width:1.5rem;height:2.9rem;border-radius:.5rem;display:flex;align-items:center;justify-content:center;border:none;background:transparent;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:2;pointer-events:auto}.legend-gradient-bar .handle-knob{width:100%;height:100%;border-radius:.5rem;border:.125rem solid var(--emerald, #70ad47);background:#ffffff57;box-shadow:0 .125rem .375rem #162d1e40,inset 0 .0625rem .125rem #ffffffb3;-webkit-backdrop-filter:blur(.1875rem);backdrop-filter:blur(.1875rem);position:relative}.legend-gradient-bar .handle-knob:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:.1875rem;height:60%;background:#0f4d4a66;border-radius:.125rem}.legend-gradient-bar .legend-handle-tooltip{position:absolute;bottom:110%;left:50%;transform:translate(-50%);pointer-events:none;white-space:nowrap}.legend-gradient-bar .rc-slider-step,.legend-gradient-bar .rc-slider-dot{display:none}.emerald-slider .rc-slider-handle[data-tooltip]:after{content:attr(data-tooltip);position:absolute;bottom:145%;left:50%;transform:translate(-50%);padding:.375rem .5rem;border-radius:.5rem;background:linear-gradient(145deg,#fffffffa,#e8f5eceb);color:var(--emerald-ink);pointer-events:none;white-space:nowrap;border:.0625rem solid rgba(13,52,46,.18);box-shadow:0 .75rem 1.5rem #0d342e29;font-family:var(--font-family);font-size:.75rem;font-weight:400;letter-spacing:.04em;line-height:1.3;-webkit-backdrop-filter:blur(.25rem);backdrop-filter:blur(.25rem);opacity:0;transition:opacity .15s ease,transform .15s ease}.emerald-slider .rc-slider-handle.rc-slider-handle-dragging:after{opacity:1;transform:translate(-50%,-.15rem)}.charts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(16.25rem,1fr));gap:1.125rem}.chart-card{border-radius:2rem;padding:1rem 1rem 2.5rem;border:.125rem solid var(--emerald);background:#ffffff57;box-shadow:.375rem .375rem #70ad4759;backdrop-filter:blur(.625rem);-webkit-backdrop-filter:blur(.625rem);margin-bottom:.625rem;position:relative}.chart-logo-corner{position:absolute;bottom:1rem;right:1rem;z-index:20;pointer-events:none}.chart-logo-corner .source-logo{width:2.25rem;height:2.25rem;object-fit:contain}.chart-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:1.375rem}.chart-header h4{margin:0;font-size:1rem;font-weight:500;letter-spacing:.08em}.chart-switcher{position:relative}.chart-actions{display:inline-flex;align-items:center;gap:.625rem;align-self:flex-start;margin-top:.25rem}.chart-type-toggle{display:inline-flex;background:#fffc;border:.125rem solid var(--emerald);border-radius:1.5rem;overflow:hidden;box-shadow:.275rem .275rem #70ad47bf;-webkit-backdrop-filter:blur(.625rem);backdrop-filter:blur(.625rem)}.chart-type-toggle__btn{padding:.25rem .5rem;background:transparent;border:none;border-radius:1.25rem;color:var(--emerald-ink);font-size:.75rem;cursor:pointer;font-weight:400;letter-spacing:.08em}.chart-type-toggle__btn:hover:not(.is-active){color:var(--emerald);font-weight:600}.chart-type-toggle__btn.is-active{background:var(--emerald-soft);font-weight:600}.chart-switcher__toggle{display:inline-flex;align-items:center;justify-content:center;width:auto;height:auto;background:transparent;border:none;color:var(--emerald-ink);border-radius:0;padding:0;box-shadow:none;font-weight:600;line-height:1;cursor:pointer;transition:transform 80ms ease,box-shadow 80ms ease,border 80ms ease}.chart-switcher__toggle:hover{border:none;box-shadow:none}.chart-switcher__toggle:focus-visible{outline:.125rem solid var(--color-border);outline-offset:.125rem}.chart-switcher__toggle[aria-expanded=true]{transform:none;box-shadow:none}.chart-switcher__chevron{display:inline-flex;align-items:center;justify-content:center;width:.75rem;height:.75rem;vertical-align:middle;transform:translateY(.1rem) rotate(45deg);border-top:.1875rem solid var(--emerald);border-right:.1875rem solid var(--emerald);transition:transform .2s ease}.chart-switcher__toggle[aria-expanded=true] .chart-switcher__chevron{transform:translateY(.1rem) rotate(135deg)}.chart-switcher__menu{position:absolute;left:-.5rem;right:auto;top:calc(100% + .1rem);min-width:min(16.25rem,calc(100vw - 2rem));max-width:calc(100vw - 2rem);background:#fff;border:.125rem solid var(--emerald);box-shadow:.25rem .25rem #70ad4759,0 .5rem .9rem #1024141f;border-radius:.75rem;padding:.5rem 0;list-style:none;margin:0;max-height:calc(100vh - 12rem);overflow-y:auto;z-index:10;opacity:0;transform:translateY(-.25rem) scale(.98);transform-origin:top left;visibility:hidden;pointer-events:none;transition:opacity .16s ease,transform .18s ease,visibility 0ms linear .18s}.chart-switcher__menu.is-open{opacity:1;transform:translateY(0) scale(1);visibility:visible;pointer-events:auto;transition:opacity .16s ease,transform .18s ease}.chart-switcher__option{width:100%;display:flex;align-items:center;justify-content:space-between;gap:.625rem;padding:.375rem .625rem;background:transparent;border:none;text-align:left;color:var(--color-text);font-size:.75rem;cursor:pointer}.chart-switcher__menu li:not(:last-child) .chart-switcher__option{border-bottom:1px solid var(--emerald-outline, #70ad47)}.chart-switcher__option:hover,.chart-switcher__option.is-active{background:var(--emerald-soft);color:var(--emerald);font-weight:600}.chart-caption{margin:0;font-size:.8125rem;color:var(--color-muted)}.chart-card canvas{width:100%;min-height:6.25rem;height:7.5rem}.chart-container{width:100%;height:8.75rem;display:flex;align-items:center;justify-content:center;position:relative;margin-top:1.75rem}.chart-container canvas{max-height:100%}.chart-container.is-source-over-time{margin-top:4.5rem}.chart-legend{list-style:none;margin:1rem 0 0;padding:0;display:flex;flex-wrap:wrap;gap:.5rem;align-items:stretch}.chart-legend li{display:flex;flex-direction:column;align-items:center;justify-content:space-between;font-size:.75rem;color:var(--color-text);width:calc(15% - .4rem);min-width:4.375rem;padding:.5rem .375rem;border-radius:.5rem;background:#fff9;border:.0625rem solid var(--color-border);text-align:center;gap:.25rem;font-weight:400;letter-spacing:.08em}.chart-legend li:hover{color:var(--emerald);font-weight:600}.chart-legend .legend-label{display:inline-flex;align-items:center;gap:.375rem}.chart-legend .dot{width:.625rem;height:.625rem;border-radius:999px;display:inline-block;transition:opacity .2s;cursor:pointer}.chart-legend li[style*="opacity: 0.5"]{text-decoration:line-through}.chartjs-tooltip{pointer-events:none;opacity:0;transition:opacity .12s ease;z-index:9999;position:absolute;background:linear-gradient(145deg,#fffffffa,#e8f5eceb);color:var(--emerald-ink);padding:.375rem .5rem;border-radius:.5rem;border:.0625rem solid rgba(13,52,46,.18);box-shadow:0 .75rem 1.5rem #0d342e29;font-family:var(--font-family);font-size:.75rem;font-weight:400;letter-spacing:.04em;line-height:1.3;white-space:nowrap;-webkit-backdrop-filter:blur(.25rem);backdrop-filter:blur(.25rem)}.iciec-breakdown-table{width:100%;margin-top:1.25rem;border-collapse:collapse;font-size:.875rem}.iciec-breakdown-table thead{border-bottom:.125rem solid var(--emerald-outline)}.iciec-breakdown-table th{padding:.625rem .75rem;text-align:left;font-weight:400;letter-spacing:.08em;color:var(--color-text);background:transparent}.iciec-breakdown-table th:nth-child(2),.iciec-breakdown-table th:nth-child(3){text-align:right}.iciec-breakdown-table td{padding:.625rem .75rem;border-bottom:.0625rem solid var(--emerald-outline);font-weight:400;letter-spacing:.08em}.iciec-breakdown-table td:first-child{display:flex;align-items:center;gap:.5rem}.iciec-breakdown-table td:first-child .dot{width:.625rem;height:.625rem;border-radius:999px;display:inline-block;flex-shrink:0}.iciec-breakdown-table td:nth-child(2),.iciec-breakdown-table td:nth-child(3){text-align:right;font-weight:400;letter-spacing:.08em}.iciec-breakdown-table tbody tr:hover{background:var(--emerald-soft)}.iciec-breakdown-table tbody tr:last-child td{border-bottom:none}.source-breakdown-table{width:100%;margin-top:1.25rem;border-collapse:collapse;font-size:.875rem}.source-breakdown-table thead{border-bottom:.125rem solid var(--emerald-outline)}.source-breakdown-table th{padding:.625rem .75rem;text-align:left;font-weight:400;letter-spacing:.08em;color:var(--color-text);background:transparent}.source-breakdown-table th:nth-child(2),.source-breakdown-table th:nth-child(3){text-align:right}.source-breakdown-table td{padding:.625rem .75rem;border-bottom:.0625rem solid var(--emerald-outline);font-weight:400;letter-spacing:.08em}.source-breakdown-table td:first-child{display:flex;align-items:center;gap:.5rem}.source-breakdown-table td:first-child .dot{width:.625rem;height:.625rem;border-radius:999px;display:inline-block;flex-shrink:0}.source-breakdown-table td:first-child .source-logo{width:2.25rem;height:2.25rem;object-fit:contain;flex-shrink:0}.source-breakdown-table td:nth-child(2),.source-breakdown-table td:nth-child(3){text-align:right;font-weight:400;letter-spacing:.08em}.source-breakdown-table tbody tr:hover{background:var(--emerald-soft)}.source-breakdown-table tbody tr:last-child td{border-bottom:none}.status-breakdown-table{width:100%;margin-top:1.25rem;border-collapse:collapse;font-size:.875rem}.status-breakdown-table thead{border-bottom:.125rem solid var(--emerald-outline)}.status-breakdown-table th{padding:.625rem .75rem;text-align:left;font-weight:400;letter-spacing:.08em;color:var(--color-text);background:transparent}.status-breakdown-table th:nth-child(2),.status-breakdown-table th:nth-child(3),.status-breakdown-table th:nth-child(4){text-align:right}.status-breakdown-table td{padding:.625rem .75rem;border-bottom:.0625rem solid var(--emerald-outline);font-weight:400;letter-spacing:.08em}.status-breakdown-table td:first-child{display:flex;align-items:center;gap:.5rem}.status-breakdown-table td:first-child .dot{width:.625rem;height:.625rem;border-radius:999px;display:inline-block;flex-shrink:0}.status-breakdown-table td:nth-child(2),.status-breakdown-table td:nth-child(3),.status-breakdown-table td:nth-child(4){text-align:right;font-weight:400;letter-spacing:.08em}.status-breakdown-table tbody tr:hover{background:var(--emerald-soft)}.status-breakdown-table tbody tr:last-child td{border-bottom:none}.donut{position:relative;width:10rem;height:10rem;margin:0 auto .75rem}.donut svg{width:100%;height:100%}.donut-ring{fill:transparent;stroke:#0f172a1a;stroke-width:14}.donut-segment{fill:transparent;stroke-width:14;stroke-linecap:round}.donut-center{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.donut-center strong{font-size:1.125rem;font-weight:500;letter-spacing:.08em}.donut-center span{color:var(--color-muted);font-size:.8125rem;font-weight:400;letter-spacing:.08em}.donut-legend{list-style:none;padding:0;margin:0;display:grid;gap:.375rem;font-size:.8125rem;color:var(--color-muted);font-weight:400;letter-spacing:.08em}.donut-legend .dot{width:.625rem;height:.625rem;border-radius:999px;display:inline-block}.region-ssa{stroke:#70ad47}.region-asia{stroke:#24b4b6}.region-mena{stroke:#d4a018}.region-lae{stroke:#c84d6b}.sector-energy{stroke:#70ad47}.sector-transport{stroke:#24b4b6}.sector-agri{stroke:#d4a018}.sector-health{stroke:#c84d6b}.mode-project{stroke:#70ad47}.mode-trade{stroke:#24b4b6}.mode-ta{stroke:#d4a018}.hero-metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(12.5rem,1fr));gap:1.125rem}.metric-card{background:var(--color-surface);border-radius:1.25rem;padding:1.25rem;border:.0625rem solid var(--color-border);box-shadow:var(--shadow-soft)}.metric-card h4{margin:0;font-size:.875rem;text-transform:capitalize;letter-spacing:.04em;color:var(--color-muted)}.metric-card strong{display:block;margin:.5rem 0 0;font-size:1.875rem}.metric-card span{margin-top:.625rem;display:inline-flex;align-items:center;gap:.375rem;padding:.25rem .625rem;border-radius:999px;background:var(--color-brand-light);color:var(--color-brand-dark);font-size:1.1875rem}.card{background:var(--color-surface);border-radius:1.75rem;padding:1.75rem;border:.0625rem solid var(--color-border);box-shadow:var(--shadow-soft)}.chart-title-wrapper{display:flex;flex-direction:column;gap:.125rem;flex:1;margin-bottom:.25rem}.chart-title-row{display:flex;align-items:center;gap:.5rem;width:100%}.chart-title-row .chart-type-toggle{margin-left:auto}.chart-header h4{margin:0;font-size:1rem;font-weight:500;letter-spacing:.08em;color:var(--emerald-ink);display:flex;align-items:center;gap:.5rem}.chart-title-logo{width:1.75rem;height:1.75rem;object-fit:contain;flex-shrink:0}.chart-filter-label{margin:0;font-size:.75rem;color:var(--emerald-text-muted);font-weight:400;letter-spacing:.08em;line-height:1.4;word-break:break-word}.charts-filter-label-wrapper{margin-bottom:1rem;text-align:center}.charts-filter-label{display:inline-block;font-size:.9rem;font-weight:500;color:var(--emerald-ink);background:#ffffff80;padding:.5rem 1rem;border-radius:1rem;border:1px solid var(--emerald);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.chart-card{border-radius:2rem;padding:1rem 1rem 2.5rem;border:.125rem solid var(--emerald);background:#ffffff57;box-shadow:.375rem .375rem #70ad4759;backdrop-filter:blur(.625rem);-webkit-backdrop-filter:blur(.625rem);margin-bottom:.625rem;position:relative;overflow:visible}.chart-logo-corner{position:absolute;bottom:1rem;right:1rem;z-index:20;pointer-events:none;background:none}.chart-header h4{margin:0;font-size:1rem;font-weight:500;letter-spacing:.08em;color:var(--color-text, #333)}.chart-filter-label{margin:0;font-size:.75rem;color:var(--emerald-text-muted, #5a7a61);font-weight:400;letter-spacing:.08em;line-height:1.4;word-break:break-word}.chart-container{width:100%;height:8.75rem;display:flex;align-items:center;justify-content:center;position:relative;margin-top:0}.chart-container.is-source-over-time{height:14rem}.legend-item-wrapper{display:flex;align-items:center;gap:.5rem;white-space:nowrap}.chart-breakdown-table .dot{width:.75rem;height:.75rem;border-radius:50%;display:inline-block;flex-shrink:0}.chart-container svg,.chart-container svg *,.chart-container *:focus{outline:none!important}.chart-container .recharts-layer text,.chart-container .recharts-pie-label-text,.chart-container .recharts-pie-label-line{font-weight:500;letter-spacing:.08em}.chart-breakdown-table{width:100%;margin-top:3rem;border-collapse:collapse;font-size:.875rem}.chart-breakdown-table thead,.chart-breakdown-table tbody tr{display:table;width:100%;table-layout:fixed}.chart-breakdown-table tbody{display:block;max-height:10rem;overflow-y:auto;overflow-x:hidden}@supports (scrollbar-width: thin){.chart-breakdown-table tbody{scrollbar-width:thin;scrollbar-color:var(--emerald-outline, rgba(112, 173, 71, .3)) transparent}}.chart-breakdown-table tbody::-webkit-scrollbar{width:.5rem}.chart-breakdown-table tbody::-webkit-scrollbar-track{background:transparent}.chart-breakdown-table tbody::-webkit-scrollbar-thumb{background:var(--emerald-outline, rgba(112, 173, 71, .3));border-radius:.25rem}.chart-breakdown-table tbody::-webkit-scrollbar-thumb:hover{background:var(--emerald, #70ad47)}.chart-breakdown-table tbody tr{cursor:pointer;transition:background .15s ease,opacity .15s ease}.chart-breakdown-table thead{border-bottom:.125rem solid var(--emerald-outline, rgba(112, 173, 71, .3))}.chart-breakdown-table th{padding:.625rem .75rem;text-align:left;font-weight:400;letter-spacing:.08em;color:var(--color-text, #333);background:transparent}.chart-breakdown-table th:nth-child(1),.chart-breakdown-table td:nth-child(1){width:60%}.chart-breakdown-table th:nth-child(2),.chart-breakdown-table td:nth-child(2){width:20%}.chart-breakdown-table th:nth-child(3),.chart-breakdown-table td:nth-child(3){width:20%}.chart-breakdown-table th:nth-child(2),.chart-breakdown-table th:nth-child(3){text-align:center}.chart-breakdown-table td{padding:.625rem .75rem;border-bottom:.0625rem solid var(--emerald-outline, rgba(112, 173, 71, .2));font-weight:400;letter-spacing:.08em}.chart-breakdown-table td:nth-child(2),.chart-breakdown-table td:nth-child(3){text-align:center;font-weight:400;letter-spacing:.08em}.chart-breakdown-table .dot{width:.625rem;height:.625rem;border-radius:999px;display:inline-block;flex-shrink:0}.chart-breakdown-table tbody tr:hover{background:var(--emerald-soft, rgba(112, 173, 71, .1))}.chart-breakdown-table tbody tr:hover td,.chart-breakdown-table tbody tr:hover td .dot,.chart-breakdown-table tbody tr:hover td *{color:var(--emerald);font-weight:600}.chart-breakdown-table tbody tr.is-dimmed{opacity:.55}.chart-breakdown-table tbody tr:focus-visible{outline:.125rem solid var(--emerald, #70ad47);outline-offset:-.125rem}.chart-breakdown-table tbody tr:last-child td{border-bottom:none}.chart-header,.chart-actions,.chart-type-toggle,.chart-switcher{position:relative;z-index:3}.chart-container{position:relative;z-index:1}@media(max-width:768px){.charts-grid{grid-template-columns:1fr}}.chart-full-size{width:100%;height:100%}.chart-empty-state{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#999;font-size:14px}.doughnut-chart-container{width:100%;max-width:500px;max-height:280px}.card.project-table{background:#ffffff57;border:.125rem solid var(--emerald);box-shadow:.375rem .375rem #70ad4759;backdrop-filter:blur(.625rem);-webkit-backdrop-filter:blur(.625rem);border-radius:2rem;padding:1rem;margin-bottom:2rem}.project-table-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem;gap:.75rem}.project-table-actions{display:flex;align-items:center;gap:.6rem;position:relative}.project-columns-trigger{height:2.25rem;padding:0 .9rem;border-radius:1rem;border:.125rem solid var(--emerald);background:#fff;color:var(--emerald-ink);font-size:.875rem;font-weight:600;letter-spacing:.08em;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:.275rem .275rem #70ad47bf;transition:transform .15s ease,box-shadow .15s ease,background .15s ease}.project-columns-trigger:hover{background:#ffffffe6;transform:translate(-.0625rem,-.0625rem);box-shadow:.345rem .345rem #70ad4773}.project-columns-menu{position:absolute;right:0;top:2.75rem;display:flex;flex-direction:column;gap:.5rem;background:#fff;border:.125rem solid var(--emerald);border-radius:.75rem;padding:.75rem;min-width:14rem;box-shadow:.25rem .25rem #70ad4759;z-index:6}.project-columns-item{display:flex;align-items:center;gap:.55rem;font-size:.875rem;color:var(--emerald-ink);cursor:pointer;-webkit-user-select:none;user-select:none;letter-spacing:.04em}.project-columns-item input[type=checkbox]{width:1rem;height:1rem;accent-color:#70AD47}.project-columns-item input[type=checkbox]:disabled{cursor:not-allowed;opacity:.6}.project-table-head h3{margin:0;font-weight:500;letter-spacing:.08em}.ag-theme-quartz{--ag-background-color: #FFFFFF;--ag-foreground-color: #000000;--ag-border-color: #70AD4740;--ag-header-background-color: #70AD4730;--ag-header-foreground-color: #000000;--ag-odd-row-background-color: transparent;--ag-row-hover-color: #70AD4720;--ag-selected-row-background-color: #70AD4740;--ag-range-selection-border-color: #70AD47;--ag-border-radius: 1rem;--ag-wrapper-border-radius: 1rem;--ag-header-height: 2rem;--ag-floating-filter-height: 3rem;--ag-row-height: 2.5rem;--ag-pagination-panel-height: 3rem;--ag-cell-horizontal-padding: 1rem;--ag-header-column-separator-display: none;--ag-column-border: none;--ag-borders: none;--ag-row-border-width: 0;--ag-cell-horizontal-border: none;font-family:var(--font-family);border-radius:1rem;border:none}.ag-theme-quartz{--ag-row-hover-color: #70ad4740 !important}.ag-theme-quartz .ag-floating-filter,.ag-theme-quartz .ag-floating-filter-input,.ag-theme-quartz .ag-floating-filter-full-body,.ag-theme-quartz .ag-filter,.ag-theme-quartz .ag-filter-body,.ag-theme-quartz .ag-filter-wrapper,.ag-theme-quartz .ag-filter-select,.ag-theme-quartz .ag-input-field-input,.ag-theme-quartz .ag-input-field,.ag-theme-quartz .ag-filter-toolpanel-header,.ag-theme-quartz .ag-filter-toolpanel-group{border-radius:1rem!important}.ag-theme-quartz .ag-header{background-color:#70ad4730;font-size:.875rem;font-weight:600;letter-spacing:.08em;color:#000;border-bottom:none}.ag-theme-quartz .ag-header-row{height:var(--ag-header-height)!important}.ag-theme-quartz .ag-header-cell,.ag-theme-quartz .ag-header-group-cell{height:var(--ag-header-height)!important;display:flex;align-items:center}.ag-theme-quartz .ag-floating-filter{height:var(--ag-floating-filter-height)!important}.ag-theme-quartz .ag-floating-filter-body{height:var(--ag-floating-filter-height)!important;display:flex;align-items:center}.ag-theme-quartz .ag-floating-filter-input{height:calc(var(--ag-floating-filter-height) - .75rem)!important;display:flex;align-items:center}.ag-theme-quartz .ag-row{border-bottom:none;border:none}.ag-theme-quartz .ag-row.ag-row-hover{background-color:#70ad4740!important;transition:background-color .1s}.ag-theme-quartz .ag-row-odd{background-color:transparent}.ag-theme-quartz .ag-row-even{background-color:#fff}.ag-theme-quartz .ag-cell{border-right:none;border:none;line-height:1.5;padding:.75rem 1rem;display:flex;align-items:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:400;letter-spacing:.04em;-webkit-user-select:text;user-select:text}.ag-theme-quartz .ag-cell-value{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%;font-weight:400;letter-spacing:.04em;-webkit-user-select:text;user-select:text}.ag-theme-quartz .ag-tooltip{background:linear-gradient(145deg,#fffffffa,#e8f5eceb);color:var(--emerald-ink);padding:.5rem .75rem;border-radius:.75rem;border:.0625rem solid rgba(13,52,46,.18);box-shadow:0 .75rem 1.5rem #0d342e29;font-family:var(--font-family);-webkit-backdrop-filter:blur(.25rem);backdrop-filter:blur(.25rem);pointer-events:none;font-size:.875rem;font-weight:400;letter-spacing:.04em;line-height:1.3;max-width:25rem;word-wrap:break-word;white-space:normal}.ag-theme-quartz .ag-header-cell{border-right:none;border:none}.ag-theme-quartz .ag-pinned-left-header,.ag-theme-quartz .ag-pinned-left-cols-container{border-right:none;box-shadow:.125rem 0 .25rem #70ad471a}.ag-theme-quartz .ag-root-wrapper{border:none;border-radius:1.5rem;overflow:hidden;background:#fff}.ag-theme-quartz .ag-paging-panel{border-top:none;background-color:#70ad4730;color:#000;height:var(--ag-pagination-panel-height);min-height:var(--ag-pagination-panel-height);padding:0 1rem;display:flex;align-items:center}.ag-theme-quartz .ag-icon{color:#70ad47}.project-table table{width:100%;border-collapse:collapse}.project-table th,.project-table td{padding:1rem;border-bottom:.0625rem solid var(--color-border);text-align:left;font-family:var(--font-family);font-size:.875rem}.project-table th{text-transform:capitalize;letter-spacing:.08em;color:var(--color-muted);font-size:.8125rem;font-weight:600}.project-table td{letter-spacing:.04em;font-weight:400}.project-table tr:last-child th,.project-table tr:last-child td{border-bottom:none}.project-download-trigger{width:2.25rem;height:2.25rem;border-radius:1rem;border:.125rem solid var(--emerald);background:#fff;color:var(--emerald-ink);font-size:1rem;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:.275rem .275rem #70ad47bf;transition:transform .15s ease,box-shadow .15s ease,background .15s ease}.project-download-icon{width:1.25rem;height:1.25rem;display:block;stroke:currentColor;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round}.project-download-trigger:hover{background:#ffffffe6;transform:translate(-.0625rem,-.0625rem);box-shadow:.345rem .345rem #70ad4773}.project-download{position:relative}.project-download-menu{position:absolute;right:0;top:2.75rem;display:flex;flex-direction:column;gap:.5rem;background:#fff;border:.125rem solid var(--emerald);border-radius:.75rem;padding:.75rem;min-width:15.6rem;box-shadow:.25rem .25rem #70ad4759;z-index:5;opacity:0;transform:translateY(-.25rem) scale(.98);transform-origin:top right;visibility:hidden;pointer-events:none;transition:opacity .16s ease,transform .18s ease,visibility 0ms linear .18s}.project-download-menu.is-open{opacity:1;transform:translateY(0) scale(1);visibility:visible;pointer-events:auto;transition:opacity .16s ease,transform .18s ease}.project-download-toggle{display:flex;align-items:center;justify-content:center}.project-download-toggle .pill-toggle{width:100%}.project-download-toggle .pill-toggle button{flex:1;padding:.35rem .55rem;font-size:.8rem;line-height:1.2}.project-download-action{border-radius:.65rem;border:.125rem solid var(--emerald);background:#fff;color:var(--emerald-ink);font-size:.875rem;font-weight:600;letter-spacing:.04em;padding:.55rem .75rem;cursor:pointer;box-shadow:.25rem .25rem #70ad4740;transition:transform .15s ease,box-shadow .15s ease,background .15s ease}.project-download-action:hover{background:#ffffffe6;transform:translate(-.0625rem,-.0625rem);box-shadow:.1875rem .1875rem #70ad4740}.project-table-title-wrapper{display:flex;flex-direction:column;gap:.25rem;flex:1}.project-table-title-wrapper h3{margin:0;font-size:1.125rem;font-weight:500;letter-spacing:.08em;color:var(--emerald-ink)}.project-table-filter-label{margin:0;font-size:.75rem;color:var(--emerald-text-muted);font-weight:400;letter-spacing:.08em;line-height:1.4;word-break:break-word}
