#trail-mapper-root{--color-argentina:#74acdf;--color-bolivia:#d4a574;--color-chile:#e85d75;--color-colombia:#fdb462;--color-ecuador:#b3de69;--color-peru:#bc80bd;--text-h1:var(--wp--preset--font-size--2-x-large);--text-h2:var(--wp--preset--font-size--x-large);--text-h3:var(--wp--preset--font-size--large);--text-body:var(--wp--preset--font-size--medium);--text-small:var(--wp--preset--font-size--small);--text-tiny:var(--wp--preset--font-size--x-small);--space-xs:var(--wp--preset--spacing--10);--space-sm:var(--wp--preset--spacing--20);--space-md:var(--wp--preset--spacing--30);--space-lg:var(--wp--preset--spacing--40);--space-xl:var(--wp--preset--spacing--50);--space-2xl:var(--wp--preset--spacing--70);--header-height:clamp(3.5rem,6vh,4.5rem);--left-panel-width:clamp(16rem,22vw,26rem);--bottom-panel-height:auto;--background:var(--wp--custom--color--surface--raised);--surface:var(--wp--preset--color--linen-dune);--surface-sunken:var(--wp--custom--color--surface--sunken);--border:var(--wp--custom--color--border--subtle);--border-strong:var(--wp--custom--color--border--default);--text-primary:var(--wp--preset--color--deep-grove);--text-secondary:var(--wp--custom--color--text--secondary);--text-muted:var(--wp--custom--color--text--muted);--text-accent:var(--wp--preset--color--harvest-gold);--text-olive:var(--wp--preset--color--olive-canopy);--radius-sm:var(--wp--custom--border-radius--sm);--radius-md:var(--wp--custom--border-radius--md);--radius-lg:var(--wp--custom--border-radius--lg);--radius-full:var(--wp--custom--border-radius--pill);--shadow-sm:var(--wp--preset--shadow--sm);--shadow-md:var(--wp--preset--shadow--md);--shadow-lg:var(--wp--preset--shadow--lg);--shadow-xl:var(--wp--preset--shadow--lg);--transition-fast:var(--wp--custom--transition--fast) var(--wp--custom--transition--easing);--transition-base:var(--wp--custom--transition--base) var(--wp--custom--transition--easing);--transition-slow:var(--wp--custom--transition--slow) var(--wp--custom--transition--easing)}*,:after,:before{box-sizing:border-box;margin:0;padding:0;transition-duration:var(--transition-base);transition-property:background,color,border,box-shadow,transform}#trail-mapper-root{display:grid;grid-template-areas:"header" "main" "bottom";grid-template-columns:1fr;grid-template-rows:var(--header-height) 1fr var(--bottom-panel-height);margin:auto;position:relative;width:100%}@media(min-width:1200px){#trail-mapper-root{grid-template-areas:"header" "main" "bottom";max-width:1200px}}.mapper-header{align-items:center;background:var(--surface);border-bottom:1px solid var(--border-strong);display:flex;grid-area:header;padding:0 var(--space-xl);position:sticky;top:0;z-index:100}.mapper-main{display:grid;grid-area:main;grid-template-columns:var(--left-panel-width) 1fr;grid-template-rows:1fr;overflow:hidden;position:relative}#left-panel,.left-panel{background:var(--background);border-right:1px solid var(--border);overflow-x:hidden;overflow-y:auto;padding:0;position:relative;width:100%}.panel-content{padding:var(--space-lg)}.panel-content,.panel-content>*{box-sizing:border-box;max-width:100%}.map-container{height:calc(100vh - var(--header-height));position:relative;width:100%}@media(min-width:768px){.map-container{height:auto}}#map{height:100%;width:100%}.bottom-panel{background:var(--surface);border-top:1px solid var(--border);grid-area:bottom;padding:var(--space-sm) 0}@media(min-width:768px){.bottom-panel{padding:var(--space-lg)}}.header-content{align-items:center;display:flex;gap:var(--space-md);justify-content:space-between;width:100%}.header-logo{flex:1 1 auto;min-width:0}.mapper-eyebrow{align-items:center;color:var(--text-accent);display:inline-flex;font-family:var(--wp--preset--font-family--body);font-size:.7rem;font-weight:var(--wp--custom--font-weight--medium);gap:var(--wp--preset--spacing--30);letter-spacing:var(--wp--custom--letter-spacing--lockup);text-transform:uppercase}.mapper-eyebrow-rule{background:var(--text-accent);display:inline-block;height:1px;width:28px}.header-controls{align-items:center;display:flex;gap:var(--space-sm)}.btn-info,.btn-toggle-panel{align-items:center;background:transparent;border:1px solid var(--border-strong);border-radius:var(--radius-full);color:var(--text-primary);cursor:pointer;display:none;font-family:var(--wp--preset--font-family--body);font-size:var(--text-tiny);font-weight:var(--wp--custom--font-weight--medium);gap:.4rem;letter-spacing:var(--wp--custom--letter-spacing--100);padding:.55rem 1rem;text-transform:uppercase;transition:background var(--transition-fast),border-color var(--transition-fast),color var(--transition-fast)}.btn-info:focus-visible,.btn-info:hover,.btn-toggle-panel:focus-visible,.btn-toggle-panel:hover{background:var(--text-accent);border-color:var(--text-accent);color:var(--text-primary)}.btn-info{align-items:center;border-radius:var(--radius-full);display:flex;font-size:1rem;height:2.25rem;justify-content:center;padding:0;width:2.25rem}.noscroll{overflow:hidden}.filter-section{margin-bottom:var(--space-lg);max-width:100%;padding:0}.filter-section:last-child{margin-bottom:0}.filter-section .section-title{align-items:center;border-bottom:1px solid var(--border);color:var(--text-olive);display:flex;font-family:var(--wp--preset--font-family--body);font-size:var(--text-tiny);font-weight:var(--wp--custom--font-weight--medium);justify-content:space-between;letter-spacing:var(--wp--custom--letter-spacing--300);margin:0 0 var(--space-md);padding-bottom:var(--space-sm);text-transform:uppercase}.filter-section.region-filter-section,.filter-section.statistics-section{display:none}.country-filter-section,.map-layers-section,.quick-filters-section,.region-filter-section,.search-section,.segment-type-section,.size-filters-section{margin-bottom:var(--space-lg)}.actions-section,.statistics-section{margin-bottom:0}.segment-type-section{display:none}.country-filters{display:flex;flex-direction:column;gap:var(--space-xs);margin-top:var(--space-sm)}.search-wrapper{position:relative}.search-input{background:var(--background);border:1px solid var(--border-strong);border-radius:var(--radius-sm);color:var(--text-primary);font-family:var(--wp--preset--font-family--body);font-size:var(--text-small);padding:.65rem 2.25rem .65rem .9rem;transition:border-color var(--transition-fast),box-shadow var(--transition-fast);width:100%}.search-input::-moz-placeholder{color:var(--text-muted)}.search-input::placeholder{color:var(--text-muted)}.search-input:focus{border-color:var(--text-accent);box-shadow:0 0 0 3px var(--wp--custom--color--focus--ring);outline:none}.btn-clear-search{background:transparent;border:0;border-radius:var(--radius-sm);color:var(--text-muted);cursor:pointer;font-size:1.25rem;line-height:1;padding:.2rem .35rem;position:absolute;right:.5rem;top:50%;transform:translateY(-50%);transition:color var(--transition-fast)}.btn-clear-search:focus-visible,.btn-clear-search:hover{color:var(--text-accent)}.quick-filters{display:flex;flex-direction:column;gap:var(--space-sm)}.btn-quick-filter{background:transparent;border:1px solid var(--border-strong);border-radius:var(--radius-full);color:var(--text-primary);cursor:pointer;font-family:var(--wp--preset--font-family--body);font-size:var(--text-tiny);font-weight:var(--wp--custom--font-weight--medium);letter-spacing:var(--wp--custom--letter-spacing--100);padding:.55rem .9rem;text-align:center;text-transform:uppercase;transition:background var(--transition-fast),border-color var(--transition-fast),color var(--transition-fast)}.btn-quick-filter:focus-visible,.btn-quick-filter:hover{border-color:var(--text-accent);color:var(--text-accent)}.btn-quick-filter.active{background:var(--text-accent);border-color:var(--text-accent);color:var(--wp--custom--color--ink--strong)}.checkbox-wrapper{align-items:center;display:flex;font-size:.8rem;gap:var(--space-sm)}.checkbox-wrapper .custom-checkbox{align-items:center;border:2px solid var(--border);border-radius:var(--radius-sm);display:flex;height:1.25rem;justify-content:center;transition:all var(--transition-fast);width:1.25rem}.checkbox-wrapper .custom-checkbox.checked{background:var(--wp--preset--color--deep-grove,#2563eb);border-color:transparent}.checkbox-wrapper .custom-checkbox.checked:after{color:var(--wp--preset--color--linen-dune);content:"\13";font-size:.75rem}.checkbox-wrapper label{cursor:pointer;font-size:var(--text-sm)}.accordion-header{align-items:center;background:transparent;border:none;cursor:pointer;display:flex;font-family:var(--wp--preset--font-family--body);justify-content:space-between;padding:var(--space-sm) 0;text-align:left;transition:color var(--transition-fast);width:100%}.accordion-header:focus-visible,.accordion-header:hover{color:var(--text-accent)}.accordion-header .accordion-icon{color:var(--text-accent);display:inline-block;font-size:.625rem;transition:transform var(--transition-base)}.accordion-header[aria-expanded=false] .accordion-icon{transform:rotate(-90deg)}.accordion-content,.filter-content{max-height:2000px;opacity:1;overflow:hidden;transition:max-height var(--transition-base) ease-out,opacity var(--transition-base) ease-out,padding var(--transition-base) ease-out}.accordion-content[aria-hidden=true],.filter-content[aria-hidden=true]{max-height:0!important;opacity:0;padding:0!important;visibility:hidden}.country-checkbox-wrapper{align-items:center;border-radius:var(--radius-sm);cursor:pointer;display:flex;gap:var(--space-sm);padding:.4rem .5rem;transition:background var(--transition-fast)}.country-checkbox-wrapper:hover{background:var(--surface-sunken)}.country-checkbox-wrapper input[type=checkbox]{accent-color:var(--text-accent);cursor:pointer;height:1rem;width:1rem}.country-checkbox-wrapper .country-flag{font-size:1.25rem;line-height:1}.country-checkbox-wrapper .country-name{color:var(--text-primary);flex:1;font-family:var(--wp--preset--font-family--body);font-size:var(--text-small);font-weight:var(--wp--custom--font-weight--regular)}.country-checkbox-wrapper .country-count{color:var(--text-muted);font-family:var(--wp--preset--font-family--body);font-size:var(--text-tiny);letter-spacing:var(--wp--custom--letter-spacing--100)}.radio-wrapper{align-items:center;cursor:pointer;display:flex;gap:var(--space-sm);padding:.35rem 0}.radio-wrapper input[type=radio]{accent-color:var(--text-accent);cursor:pointer;height:1rem;width:1rem}.radio-wrapper .radio-label{color:var(--text-primary);cursor:pointer;font-family:var(--wp--preset--font-family--body);font-size:var(--text-small)}.range-filter{margin-bottom:var(--space-md)}.range-filter:last-child{margin-bottom:0}.range-label{align-items:center;color:var(--text-primary);display:flex;font-size:var(--text-body);font-weight:600;justify-content:space-between;margin-bottom:var(--space-sm)}.range-values{color:var(--text-secondary);font-size:var(--text-small);font-weight:500}.range-slider-wrapper{display:flex;flex-direction:column;gap:var(--space-xs);padding:.3rem}input[type=range]{-webkit-appearance:none;background:transparent;margin:.3rem;width:100%}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;background:var(--wp--preset--color--deep-grove,#2563eb);border-radius:50%;box-shadow:var(--shadow-md);cursor:pointer;height:1.25rem;margin-top:-.5rem;width:1.25rem}input[type=range]::-webkit-slider-runnable-track{background:var(--border);border-radius:var(--radius-full);height:.5rem;width:100%}input[type=range]::-moz-range-thumb{background:var(--wp--preset--color--deep-grove,#2563eb);border:none;border-radius:50%;box-shadow:var(--shadow-md);cursor:pointer;height:1.25rem;width:1.25rem}input[type=range]::-moz-range-track{background:var(--border);border-radius:var(--radius-full);height:.5rem;width:100%}.actions-section,.country-filter-actions,.filter-actions{border-top:1px solid var(--border);display:flex;gap:var(--space-sm);margin-top:var(--space-md);padding-top:var(--space-md)}.btn-clear-filters,.btn-filter-action,.btn-reset-filters{background:transparent;border:0;border-bottom:1px solid color-mix(in srgb,var(--text-primary) 22%,transparent);border-radius:0;color:var(--text-primary);cursor:pointer;flex:1;font-family:var(--wp--preset--font-family--body);font-size:var(--text-tiny);font-weight:var(--wp--custom--font-weight--medium);letter-spacing:var(--wp--custom--letter-spacing--100);padding:.4rem .8rem;text-align:center;text-transform:uppercase;transition:color var(--transition-fast),border-color var(--transition-fast)}.btn-clear-filters:focus-visible,.btn-clear-filters:hover,.btn-filter-action:focus-visible,.btn-filter-action:hover,.btn-reset-filters:focus-visible,.btn-reset-filters:hover{border-bottom-color:var(--text-accent);color:var(--text-accent)}.region-select{background:var(--background);border:1px solid var(--border);border-radius:var(--radius-md);cursor:pointer;font-size:var(--text-body);padding:var(--space-sm) var(--space-md);transition:all var(--transition-fast);width:100%}.region-select:focus{border-color:transparent;outline:2px solid var(--wp--preset--color--deep-grove,#2563eb)}.map-layers-section .checkbox-wrapper{align-items:center;min-height:2rem;padding-left:3.5rem;position:relative}.map-layers-section .checkbox-wrapper input[type=checkbox]{height:0;opacity:0;position:absolute;width:0}.map-layers-section .checkbox-wrapper input[type=checkbox]+span:before{background:var(--border);border-radius:var(--radius-full);content:"";cursor:pointer;height:1.5rem;left:0;position:absolute;top:50%;transform:translateY(-50%);transition:background var(--transition-base);width:3rem}.map-layers-section .checkbox-wrapper input[type=checkbox]+span:after{background:var(--wp--custom--color--surface--raised);border-radius:50%;box-shadow:var(--shadow-md);content:"";cursor:pointer;height:1rem;left:.25rem;position:absolute;top:50%;transform:translateY(-50%);transition:transform var(--transition-base);width:1rem}.map-layers-section .checkbox-wrapper input[type=checkbox]:checked+span:before{background:var(--wp--preset--color--deep-grove,#2563eb)}.map-layers-section .checkbox-wrapper input[type=checkbox]:checked+span:after{transform:translateY(-50%) translateX(1.5rem)}.map-layers-section .checkbox-wrapper input[type=checkbox]:focus+span:before{outline:2px solid var(--wp--preset--color--deep-grove,#2563eb);outline-offset:2px}.map-layers-section .checkbox-wrapper span{cursor:pointer;padding-left:4rem;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none}.filter-checkbox,.layer-checkbox{accent-color:var(--wp--preset--color--deep-grove,#2563eb);cursor:pointer;height:1.25rem;width:1.25rem}.statistics-section{border-top:2px solid var(--border);margin-top:var(--space-lg);padding-top:var(--space-lg)}.stats-chart{align-items:center;background:var(--surface);border:1px dashed var(--border);border-radius:var(--radius-md);color:var(--text-muted);display:flex;font-size:var(--text-small);justify-content:center;margin-top:var(--space-md);min-height:100px}.statistics-grid{display:grid;gap:var(--space-md);grid-template-columns:repeat(2,1fr);margin-top:var(--space-md)}.stat-item{background:var(--surface);border-radius:var(--radius-md);display:flex;flex-direction:column;gap:var(--space-xs);padding:var(--space-sm)}.stat-label{color:var(--text-secondary);font-size:var(--text-small);font-weight:500}.stat-value{color:var(--text-primary);font-size:var(--text-h3);font-weight:700}.summary-panel{background:var(--surface);border-radius:var(--radius-md);margin-top:var(--space-md);padding:var(--space-md)}.summary-stat{border-bottom:1px solid var(--border);display:flex;justify-content:space-between;padding:var(--space-xs) 0}.summary-stat:last-child{border-bottom:none}.country-cards-container{display:flex;gap:var(--space-md);justify-content:center;scroll-behavior:smooth;scrollbar-color:var(--border) transparent;scrollbar-width:thin}.country-card{align-items:center;background:var(--background);border:2px solid var(--border);border-radius:var(--radius-lg);cursor:pointer;display:flex;flex-direction:column;gap:var(--space-sm);min-width:clamp(7rem,12vw,11rem);padding:var(--space-lg);position:relative;transition:all var(--transition-base)}.country-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.country-card.active{background:linear-gradient(135deg,color-mix(in srgb,var(--country-color) 8%,transparent),color-mix(in srgb,var(--country-color) 3%,transparent));border-color:var(--country-color)}.country-card.active .country-count{color:var(--country-color);font-weight:800}.country-card .country-flag{filter:drop-shadow(0 2px 4px rgba(0,0,0,.1));font-size:clamp(2.5rem,5vw,3.5rem);line-height:1}.country-card .country-code{color:var(--text-secondary);font-size:var(--wp--preset--font-size--x-small);font-weight:700;letter-spacing:.1em;text-transform:uppercase}.country-card .country-count{color:var(--text-primary);font-size:clamp(1.75rem,3.5vw,2.25rem);font-weight:700;line-height:1;transition:color var(--transition-base)}.country-card .country-bar{background:var(--country-color);border-radius:var(--radius-sm);margin-top:auto;min-height:.375rem;opacity:.6;transition:all var(--transition-base);width:100%}.country-card:hover .country-bar{opacity:1;transform:scaleY(1.3)}.leaflet-popup-content-wrapper{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-xl);overflow:hidden;padding:0}.leaflet-popup-tip{box-shadow:var(--shadow-md)}.segment-popup{min-width:clamp(16rem,32vw,22rem);padding:var(--space-lg)}.segment-popup .popup-header{align-items:flex-start;border-bottom:2px solid var(--border);display:flex;gap:var(--space-md);justify-content:space-between;margin-bottom:var(--space-md);padding-bottom:var(--space-sm)}.segment-popup .popup-header h3{font-size:var(--text-h3);line-height:1.3;margin:0}.segment-popup .popup-header .popup-id{background:var(--surface);border-radius:var(--radius-sm);color:var(--text-muted);font-family:SF Mono,Monaco,Courier New,monospace;font-size:var(--wp--preset--font-size--x-small);padding:.125rem .375rem}.segment-popup .popup-body{display:flex;flex-direction:column;gap:var(--space-sm);margin-bottom:var(--space-md)}.segment-popup .popup-body .popup-row{align-items:baseline;border-bottom:1px solid var(--border);display:flex;gap:var(--space-md);justify-content:space-between;padding:var(--space-xs) 0}.segment-popup .popup-body .popup-row:last-child{border-bottom:none}.segment-popup .popup-body .popup-label{color:var(--text-secondary);flex-shrink:0;font-size:var(--text-small);font-weight:600;min-width:6rem}.segment-popup .popup-body .popup-value{color:var(--text-primary);font-size:var(--text-small);font-weight:500;text-align:right}.segment-popup .popup-footer{border-top:2px solid var(--border);display:flex;gap:var(--space-sm);padding-top:var(--space-sm)}.segment-popup .popup-footer .popup-btn{background:var(--wp--preset--color--deep-grove,#2563eb);border:none;border-radius:var(--radius-md);box-shadow:var(--shadow-sm);color:var(--wp--preset--color--linen-dune);cursor:pointer;flex:1;font-size:var(--text-small);font-weight:600;padding:var(--space-sm) var(--space-md);transition:all var(--transition-fast)}.segment-popup .popup-footer .popup-btn:hover{background:color-mix(in srgb,var(--wp--preset--color--deep-grove,#2563eb) 80%,#000);box-shadow:var(--shadow-md);transform:translateY(-1px)}.segment-popup .popup-footer .popup-btn:active{box-shadow:var(--shadow-sm);transform:translateY(0)}.loading-overlay{align-items:center;backdrop-filter:blur(8px);background:hsla(0,0%,100%,.97);display:flex;inset:0;justify-content:center;position:absolute;z-index:2000}.loading-overlay .spinner{animation:spin .8s linear infinite;border:.3rem solid var(--border);border-radius:50%;border-top-color:var(--wp--preset--color--deep-grove,#2563eb);height:3.5rem;width:3.5rem}@keyframes spin{to{transform:rotate(1turn)}}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.88;transform:scale(1.08)}}.marker-dot.selected{animation:pulse 1.5s ease-in-out infinite}@media(max-width:48rem){.btn-info,.btn-toggle-panel{display:flex}.mapper-main{grid-template-columns:1fr;position:relative}#left-panel,.left-panel{box-shadow:var(--shadow-xl);height:calc(100vh - var(--header-height));left:0;max-width:90vw;position:fixed;top:var(--header-height);transform:translateX(-100%);transition:transform var(--transition-base);width:100%;z-index:1000}#left-panel.open,.left-panel.open{transform:translateX(0);z-index:1001}.bottom-panel{height:auto;max-height:none;min-height:5rem;overflow-x:hidden;padding:var(--space-md)}.country-cards-container{flex-wrap:wrap;gap:var(--space-sm);justify-content:center}.country-card{flex:0 0 auto;min-width:4rem;padding:var(--space-sm)}.country-card .country-flag{font-size:1.5rem}.country-card .country-count{font-size:1.2rem}.statistics-grid{grid-template-columns:1fr}}@media(min-width:48rem)and (max-width:64rem){.mapper-main{grid-template-columns:clamp(14rem,18vw,20rem) 1fr}}@media(min-width:64rem){.country-card:hover .country-bar{transform:scaleY(1.5)}}:focus{outline:2px solid var(--wp--preset--color--deep-grove,#2563eb);outline-offset:2px}@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important}}
