@font-face{font-family:'Inter';font-style:normal;font-weight:100 900;font-display:swap;src:url('/static/fonts/inter-var.woff2') format('woff2');unicode-range:U+0000,U+0020-007E,U+00A0-00AC,U+00AE-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+2002,U+2009,U+200B,U+2013-2014,U+2018-201A,U+201C-201E,U+2022,U+2026,U+2032-2033,U+2039-203A,U+2044,U+20AC,U+2122,U+2191,U+2193,U+2212,U+FEFF}@font-face{font-family:'Space Grotesk';font-style:normal;font-weight:300 700;font-display:swap;src:url('/static/fonts/space-grotesk-var.woff2') format('woff2');unicode-range:U+000D,U+0020-007E,U+00A0-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+2009,U+200B,U+2013-2014,U+2018-201A,U+201C-201E,U+2022,U+2026,U+2032-2033,U+2039-203A,U+2044,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215}@font-face{font-family:'Archivo';font-style:normal;font-weight:100 900;font-display:swap;src:url('/static/fonts/archivo-var.woff2') format('woff2');unicode-range:U+000D,U+0020-007E,U+00A0-00FF,U+0102,U+0131,U+0152-0153,U+02BC,U+02C6,U+02DA,U+02DC,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+2009,U+2013-2014,U+2018-201A,U+201C-201E,U+2022,U+2026,U+2032-2033,U+2039-203A,U+2044,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF}@font-face{font-family:'Space Mono';font-style:normal;font-weight:400;font-display:swap;src:url('/static/fonts/space-mono-400.woff2') format('woff2');unicode-range:U+0020-007E,U+00A0-00AC,U+00AE-00FF,U+0102,U+0131,U+0152-0153,U+02C6,U+02DA,U+02DC,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+2013-2014,U+2018-201A,U+201C-201E,U+2022,U+2026,U+2032-2033,U+2039-203A,U+2044,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215}@font-face{font-family:'Space Mono';font-style:normal;font-weight:700;font-display:swap;src:url('/static/fonts/space-mono-700.woff2') format('woff2');unicode-range:U+0020-007E,U+00A0-00AC,U+00AE-00FF,U+0102,U+0131,U+0152-0153,U+02C6,U+02DA,U+02DC,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+2013-2014,U+2018-201A,U+201C-201E,U+2022,U+2026,U+2032-2033,U+2039-203A,U+2044,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215}@font-face{font-family:'Fraunces';font-style:normal;font-weight:400 700;font-display:swap;src:url('/static/fonts/fraunces.woff2') format('woff2');unicode-range:U+0020-007E,U+00A0-00FF,U+0131,U+0152-0153,U+02BC,U+02C6,U+02DA,U+02DC,U+0300-0301,U+0303-0304,U+0308,U+2013-2014,U+2018-201A,U+201C-201E,U+2022,U+2026,U+2032-2033,U+2039-203A,U+2044,U+20AC,U+2122,U+2212,U+2215}

:root {
    --brand-primary:       #FF1A1A;
    --brand-primary-rgb:   255, 26, 26;
    --brand-primary-dark:  #CC0F14;
    --brand-primary-light: #FF5A5C;

    --brand-accent:        #CC0F14;
    --brand-accent-rgb:    204, 15, 20;

    --brand-red:           #FF1A1A;
    --brand-red-rgb:       255, 26, 26;

    --brand-ink:           #0A0E17;
    --brand-ink-rgb:       10, 14, 23;

    --brand-surface:       #F4F3EF;
    --brand-surface-rgb:   244, 243, 239;

    --brand-white:         #FFFFFF;
    --brand-white-rgb:     255, 255, 255;
    --brand-black:         #000000;
}
:root{--primary:var(--brand-primary);--primary-rgb:var(--brand-primary-rgb);--primary-dark:var(--brand-primary-dark);--primary-light:var(--brand-primary-light);--secondary:var(--brand-accent);--accent:var(--brand-accent);--gradient-primary:linear-gradient(135deg,var(--brand-primary),var(--brand-accent));--gradient-accent:linear-gradient(135deg,var(--brand-accent),var(--brand-primary));--red:var(--brand-red);--red-rgb:var(--brand-red-rgb);--brand-mark:var(--red);--red-text:#D70015;--font-display:'Archivo','Space Grotesk',system-ui,-apple-system,sans-serif;--font-mono:'Space Mono',ui-monospace,'Fira Code',monospace;--bg-primary:var(--brand-surface);--bg-secondary:var(--brand-white);--bg-tertiary:#E8E7E2;--bg-card:var(--brand-white);--text-primary:var(--brand-ink);--text-secondary:#4A4F5C;--text-muted:#5F6470;--border:#E4E3DE;--border-light:#CDCCC7;--success:#10b981;--success-dark:#059669;--warning:#f59e0b;--error:#ef4444;--danger:#ef4444;--poi-water:#2E93D9;--poi-water-potable:var(--poi-water);--poi-water-unknown:#E0A32E;--poi-water-undrinkable:#78899A;--poi-hut:#B5651D;--poi-view:#7B54C4;--poi-peak:#5C6B73;--poi-bench:#3C7A3C;--poi-picnic:#4CA36A;--poi-wc:#C065AE;--poi-wc-fee:#7B3F8F;--poi-bike:#D9822B;--poi-charge:#6F9A1E;--poi-trail:#8A8F98;--primary-alpha-8:rgba(var(--brand-primary-rgb),0.08);--primary-alpha-15:rgba(var(--brand-primary-rgb),0.15);--error-alpha-15:rgba(239,68,68,0.15);--error-alpha-10:rgba(239,68,68,0.1);--text-on-primary:var(--brand-white);--on-dark-dim:#BDBDBD;--on-dark-faint:#8A8A8A;--header-bg:var(--brand-ink);--section-alt-bg:rgba(var(--brand-ink-rgb),0.04);--section-alt-bg-light:rgba(var(--brand-ink-rgb),0.02);--viz-table-bg:rgba(var(--brand-ink-rgb),0.025);--seo-section-bg:var(--brand-ink);--seo-text:#8A8F9E;--seo-heading:var(--brand-surface);--seo-subheading:#e2e8f0;--seo-highlight-bg:var(--brand-primary);--shadow-xs:0 1px 2px 0 rgb(0 0 0 / 0.05);--shadow-sm:0 1px 3px 0 rgb(0 0 0 / 0.08),0 1px 2px -1px rgb(0 0 0 / 0.08);--shadow:0 4px 6px -1px rgb(0 0 0 / 0.1),0 2px 4px -2px rgb(0 0 0 / 0.1);--shadow-md:0 6px 12px -2px rgb(0 0 0 / 0.12),0 3px 7px -3px rgb(0 0 0 / 0.12);--shadow-lg:0 12px 24px -4px rgb(0 0 0 / 0.15),0 4px 8px -4px rgb(0 0 0 / 0.06);--shadow-xl:0 20px 40px -8px rgb(0 0 0 / 0.2),0 8px 16px -8px rgb(0 0 0 / 0.08);--shadow-glow:0 0 20px rgba(var(--brand-primary-rgb),0.2);--shadow-glow-accent:0 0 30px rgba(var(--brand-accent-rgb),0.2);--glass-bg:rgba(255,255,255,0.6);--glass-border:rgba(255,255,255,0.2);--glass-shadow:0 8px 32px rgb(0 0 0 / 0.06);--radius-sm:0.375rem;--radius:0.625rem;--radius-lg:0.875rem;--radius-xl:1.25rem;--radius-full:9999px;--transition:all 0.25s cubic-bezier(0.22,0.61,0.36,1);--transition-fast:all 0.15s cubic-bezier(0.22,0.61,0.36,1);--transition-slow:all 0.4s cubic-bezier(0.22,0.61,0.36,1);--transition-bounce:all 0.5s cubic-bezier(0.34,1.56,0.64,1);--z-dropdown:100;--z-sticky:200;--z-modal:300;--z-tooltip:400}[data-theme="dark"]{--primary:var(--brand-primary);--primary-rgb:var(--brand-primary-rgb);--primary-dark:var(--brand-primary-dark);--primary-light:var(--brand-primary-light);--secondary:var(--brand-accent);--accent:var(--brand-accent);--gradient-primary:linear-gradient(135deg,var(--brand-primary),var(--brand-accent));--gradient-accent:linear-gradient(135deg,var(--brand-accent),var(--brand-primary));--bg-primary:#0A0E17;--bg-secondary:#141824;--bg-tertiary:#1E2433;--bg-card:#141824;--text-primary:#F4F3EF;--text-secondary:#C8CCD6;--text-muted:#6B7080;--red-text:var(--red);--border:#1E2433;--border-light:#2A3040;--success:#34d399;--success-dark:#10b981;--warning:#fbbf24;--error:#f87171;--danger:#f87171;--poi-water:#4EA9EA;--poi-water-potable:var(--poi-water);--poi-water-unknown:#F0B94E;--poi-water-undrinkable:#8B9DAE;--poi-hut:#CE7C34;--poi-view:#9670DC;--poi-peak:#7B8A93;--poi-bench:#55965A;--poi-picnic:#63BC84;--poi-wc:#D67FC4;--poi-wc-fee:#9A5FB0;--poi-bike:#E89A46;--poi-charge:#92BE38;--poi-trail:#A2A7B0;--primary-alpha-8:rgba(var(--brand-primary-rgb),0.08);--primary-alpha-15:rgba(var(--brand-primary-rgb),0.15);--error-alpha-15:rgba(248,113,113,0.15);--error-alpha-10:rgba(248,113,113,0.1);--text-on-primary:#FFFFFF;--header-bg:#0A0E17;--section-alt-bg:rgba(20,24,36,0.5);--section-alt-bg-light:rgba(20,24,36,0.3);--viz-table-bg:rgba(10,14,23,0.3);--seo-section-bg:#0A0E17;--seo-highlight-bg:#141824;--shadow-xs:0 1px 2px 0 rgb(0 0 0 / 0.1);--shadow-sm:0 1px 3px 0 rgb(0 0 0 / 0.15),0 1px 2px -1px rgb(0 0 0 / 0.12);--shadow:0 4px 6px -1px rgb(0 0 0 / 0.25),0 2px 4px -2px rgb(0 0 0 / 0.2);--shadow-md:0 6px 12px -2px rgb(0 0 0 / 0.3),0 3px 7px -3px rgb(0 0 0 / 0.25);--shadow-lg:0 12px 24px -4px rgb(0 0 0 / 0.35),0 4px 8px -4px rgb(0 0 0 / 0.18);--shadow-xl:0 20px 40px -8px rgb(0 0 0 / 0.45),0 8px 16px -8px rgb(0 0 0 / 0.25);--shadow-glow:0 0 20px rgba(var(--brand-primary-rgb),0.25);--shadow-glow-accent:0 0 30px rgba(var(--brand-accent-rgb),0.2);--glass-bg:rgba(20,24,36,0.6);--glass-border:rgba(30,36,51,0.3);--glass-shadow:0 8px 32px rgba(0,0,0,0.25)}
[data-surface="soft"]{--primary:#4C2A85;--primary-rgb:76,42,133;--primary-dark:#38205F;--primary-light:#B4A2F2;--secondary:#2B5CA8;--secondary-rgb:43,92,168;--accent:#2B5CA8;--gradient-primary:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);--gradient-accent:linear-gradient(135deg,var(--accent),var(--primary));--gradient-cta:linear-gradient(135deg,#B4A2F2 0%,#FFB49A 100%);--primary-alpha-8:rgba(var(--primary-rgb),0.08);--primary-alpha-15:rgba(var(--primary-rgb),0.15);--shadow-glow:0 0 20px rgba(var(--primary-rgb),0.16);--bg-primary:#F4FAFA;--bg-secondary:#FFFFFF;--bg-tertiary:#EDF2F3;--bg-card:#FFFFFF;--text-primary:#18232B;--text-secondary:#4A5560;--text-muted:#6C7680;--border:#E3E8EA;--border-light:#CFD6D9;--pf-violet:#B4A2F2;--pf-sky:#9FC1F0;--pf-coral:#FFB49A;--pf-custard:#FFE39B;--pf-pink:#FFCBD8;--pf-ink:#12312E;--pf-aurora:linear-gradient(115deg,#6B3FA0 0%,#2E5FAC 27%,#4E90D2 45%,#E8593B 74%,#F6A867 100%);--pf-display:'Fraunces',Georgia,'Times New Roman',serif;--brand-mark:var(--pf-aurora);--auth-hero-texture:url("/static/img/route/topo-pattern.svg")}[data-surface="soft"] .rp-layout{--rp-route:#6A3FB5;--rp-route-alt:#9AA8A5;--rp-cursor:#6A3FB5}[data-surface="soft"]{--rp-route:#6A3FB5;--rp-wp-start:var(--secondary);--rp-wp-mid:var(--rp-route);--rp-wp-end:#ef4444}[data-surface="soft"][data-theme="dark"],[data-surface="soft"] [data-ground="ink"]{--primary:#B9A3F5;--primary-rgb:185,163,245;--primary-dark:#9E86EE;--gradient-primary:linear-gradient(135deg,var(--primary),var(--primary-dark));--bg-primary:#0B1013;--bg-secondary:#131A20;--bg-tertiary:#1B242C;--bg-card:#131A20;--text-primary:#EDF1F4;--text-secondary:#A6B0B9;--text-muted:#7C8790;--border:#242E35;--border-light:#303B43;--shadow-glow:0 0 20px rgba(var(--primary-rgb),0.28)}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;scroll-behavior:smooth;background-color:var(--brand-ink)}body{font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:1rem;line-height:1.6;color:var(--text-primary);background-color:var(--bg-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}ul,ol{list-style:none}a{color:inherit;text-decoration:none}img,picture,video,canvas,svg{display:block;max-width:100%;height:auto}[hidden]{display:none}.ic{width:1em;height:1em;flex-shrink:0;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;vertical-align:-0.125em}.rp-svg-sprite{position:absolute;width:0;height:0;overflow:hidden}input,button,textarea,select{font:inherit;color:inherit}button{background:none;border:none;cursor:pointer}fieldset{border:none}table{border-collapse:collapse;border-spacing:0;width:100%}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}:focus-visible{outline:2px solid var(--primary);outline-offset:2px}:focus:not(:focus-visible){outline:none}
h1,h2,h3,h4,h5,h6{font-family:'Space Grotesk','Inter',-apple-system,BlinkMacSystemFont,sans-serif;font-weight:700;line-height:1.15;color:var(--text-primary);margin-bottom:0.5em;font-feature-settings:"ss01","ss02"}h1{font-size:3rem;letter-spacing:-0.035em}h2{font-size:2.25rem;letter-spacing:-0.03em}h3{font-size:1.5rem;letter-spacing:-0.02em}h4{font-size:1.125rem}h5{font-size:1rem}h6{font-size:0.875rem}p{margin-bottom:1rem;color:var(--text-secondary)}a{color:var(--primary);transition:var(--transition-fast)}a:hover{color:var(--primary-dark)}strong,b{font-weight:600}small{font-size:0.875rem;color:var(--text-muted)}code{font-family:'Fira Code','Monaco','Consolas',monospace;font-size:0.875em;background:var(--bg-tertiary);padding:0.2em 0.4em;border-radius:var(--radius-sm)}pre{font-family:'Fira Code','Monaco','Consolas',monospace;font-size:0.875rem;background:var(--bg-tertiary);padding:1rem;border-radius:var(--radius);overflow-x:auto}pre code{background:none;padding:0}.text-primary{color:var(--text-primary)}.text-secondary{color:var(--text-secondary)}.text-muted{color:var(--text-muted)}.text-success{color:var(--success)}.text-warning{color:var(--warning)}.text-error{color:var(--error)}.text-center{text-align:center}.text-right{text-align:right}.text-sm{font-size:0.875rem}.text-xs{font-size:0.75rem}.text-lg{font-size:1.125rem}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:0.5rem;padding:0.625rem 1.25rem;font-size:0.875rem;font-weight:500;line-height:1.5;border-radius:var(--radius);border:1px solid transparent;cursor:pointer;transition:var(--transition-fast);white-space:nowrap;text-decoration:none;color:var(--text-primary)}.btn:disabled{opacity:0.6;cursor:not-allowed}.btn-primary{background:var(--gradient-primary);color:white;border-color:transparent;box-shadow:0 4px 15px rgba(var(--primary-rgb),0.3);position:relative;overflow:hidden}.btn-primary::before{content:'';position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,0.2),transparent);opacity:0;transition:opacity 0.3s ease}.btn-primary:hover:not(:disabled)::before{opacity:1}.btn-primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 20px rgba(var(--primary-rgb),0.4)}.btn-primary i.fa-arrow-right,.btn-primary i.fa-paper-plane{transition:transform 0.3s cubic-bezier(0.22,0.61,0.36,1)}.btn-primary:hover:not(:disabled) i.fa-arrow-right{transform:translateX(4px)}.btn-secondary{background:var(--bg-tertiary);color:var(--text-primary);border-color:var(--border)}.btn-secondary:hover:not(:disabled){background:var(--border)}.btn-outline{background:transparent;color:var(--text-primary);border-color:var(--border)}.btn-outline:hover:not(:disabled){background:var(--bg-tertiary)}.btn-success{background:var(--success);color:white;border-color:var(--success)}.btn-success:hover:not(:disabled){filter:brightness(0.9)}.btn-danger{background:var(--error);color:white;border-color:var(--error)}.btn-danger:hover:not(:disabled){filter:brightness(0.9)}.btn-warning{background:var(--warning);color:var(--brand-ink);border-color:var(--warning)}.btn-warning:hover:not(:disabled){filter:brightness(0.9)}.btn-ghost{background:transparent;color:var(--text-secondary);border-color:transparent}.btn-ghost:hover:not(:disabled){background:var(--bg-tertiary);color:var(--text-primary)}.btn-sm{padding:0.375rem 0.75rem;font-size:0.8125rem}.btn-lg{padding:1rem 2.25rem;font-size:1.05rem;font-weight:600}.btn-icon{width:2.25rem;height:2.25rem;padding:0}.btn-icon.btn-sm{width:1.75rem;height:1.75rem}.btn-icon.btn-lg{width:2.75rem;height:2.75rem}.btn i,.btn svg{font-size:0.875em}.btn-group{display:inline-flex;gap:0.5rem}.btn-group-vertical{flex-direction:column}.btn.btn-whatsapp{background:#25D366;color:#ffffff;border-color:#25D366}.btn.btn-whatsapp:hover:not(:disabled){background:#128C7E;border-color:#128C7E}.btn-toggle-password{position:absolute;right:0.75rem;top:50%;transform:translateY(-50%);background:transparent;border:none;color:var(--text-secondary);cursor:pointer;padding:0.25rem;font-size:0.875rem;transition:var(--transition-fast)}.btn-toggle-password:hover{color:var(--text-primary)}
.card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow);margin-bottom:1.5rem;overflow:hidden;transition:transform 0.3s cubic-bezier(0.22,0.61,0.36,1),box-shadow 0.3s cubic-bezier(0.22,0.61,0.36,1),border-color 0.3s ease}.card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:var(--primary)}.card-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid var(--border);background:var(--bg-secondary)}.card-header h2,.card-header h3{display:flex;align-items:center;gap:0.5rem;font-size:1.125rem;font-weight:600;margin:0}.card-header h2 i,.card-header h3 i{color:var(--primary)}.card-body{padding:1.5rem}.card-footer{display:flex;align-items:center;justify-content:flex-end;gap:1rem;padding:1rem 1.5rem;border-top:1px solid var(--border);background:var(--bg-tertiary)}.card-flush{border:none;box-shadow:none}.card-bordered{border:2px solid var(--border)}.card-compact .card-header{padding:0.875rem 1.25rem}.card-compact .card-body{padding:1.25rem}.info-card{background:var(--bg-tertiary);border-color:var(--border)}.info-card .card-body h3{display:flex;align-items:center;gap:0.5rem;font-size:1rem;color:var(--text-primary);margin-bottom:1rem}.info-card .card-body h3 i{color:var(--warning)}.stats-card{text-align:center;padding:1.5rem}.stats-card .stat-value{font-size:2rem;font-weight:700;color:var(--text-primary);line-height:1.2}.stats-card .stat-label{font-size:0.875rem;color:var(--text-muted);margin-top:0.25rem}.stats-card .stat-change{display:inline-flex;align-items:center;gap:0.25rem;font-size:0.8125rem;margin-top:0.5rem;padding:0.25rem 0.5rem;border-radius:var(--radius-sm)}.stats-card .stat-change.positive{background:rgba(16,185,129,0.1);color:var(--success)}.stats-card .stat-change.negative{background:rgba(239,68,68,0.1);color:var(--error)}.card-clickable{cursor:pointer;transition:var(--transition-fast)}.card-clickable:hover{border-color:var(--primary);box-shadow:var(--shadow)}.card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.steps-list{display:flex;flex-direction:column;gap:1rem}.step-item{display:flex;align-items:flex-start;gap:1rem}.step-num{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;background:var(--primary);color:white;font-weight:600;font-size:0.875rem;border-radius:50%;flex-shrink:0}.step-content{display:flex;flex-direction:column;padding-top:0.25rem}.step-content strong{color:var(--text-primary);font-size:0.9375rem}.step-content span{color:var(--text-muted);font-size:0.8125rem}.distribution-fill{flex:1}.distribution-row{display:flex;justify-content:space-between;margin-bottom:0.25rem}.distribution-pct{color:var(--text-muted);font-size:0.875rem}@media (max-width:768px){.card-header{flex-direction:column;align-items:flex-start;gap:0.75rem;padding:1rem}.card-header .card-actions{width:100%}.card-body{padding:1rem}.card-footer{padding:0.75rem 1rem;flex-wrap:wrap}.card-header h2,.card-header h3{font-size:1rem}}
/* required styles */

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
	}
.leaflet-container {
	overflow: hidden;
	}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	  -webkit-user-drag: none;
	}
/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::selection {
	background: transparent;
}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
	image-rendering: -webkit-optimize-contrast;
	}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
	width: 1600px;
	height: 1600px;
	-webkit-transform-origin: 0 0;
	}
.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block;
	}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg {
	max-width: none !important;
	max-height: none !important;
	}
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
	max-width: none !important;
	max-height: none !important;
	width: auto;
	padding: 0;
	}

.leaflet-container img.leaflet-tile {
	/* See: https://bugs.chromium.org/p/chromium/issues/detail?id=600120 */
	mix-blend-mode: plus-lighter;
}

.leaflet-container.leaflet-touch-zoom {
	-ms-touch-action: pan-x pan-y;
	touch-action: pan-x pan-y;
	}
.leaflet-container.leaflet-touch-drag {
	-ms-touch-action: pinch-zoom;
	/* Fallback for FF which doesn't support pinch-zoom */
	touch-action: none;
	touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
	-ms-touch-action: none;
	touch-action: none;
}
.leaflet-container {
	-webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
	-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
	filter: inherit;
	visibility: hidden;
	}
.leaflet-tile-loaded {
	visibility: inherit;
	}
.leaflet-zoom-box {
	width: 0;
	height: 0;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	z-index: 800;
	}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
	-moz-user-select: none;
	}

.leaflet-pane         { z-index: 400; }

.leaflet-tile-pane    { z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane  { z-index: 500; }
.leaflet-marker-pane  { z-index: 600; }
.leaflet-tooltip-pane   { z-index: 650; }
.leaflet-popup-pane   { z-index: 700; }

.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg    { z-index: 200; }

.leaflet-vml-shape {
	width: 1px;
	height: 1px;
	}
.lvml {
	behavior: url(#default#VML);
	display: inline-block;
	position: absolute;
	}


/* control positioning */

.leaflet-control {
	position: relative;
	z-index: 800;
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}
.leaflet-top,
.leaflet-bottom {
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	}
.leaflet-top {
	top: 0;
	}
.leaflet-right {
	right: 0;
	}
.leaflet-bottom {
	bottom: 0;
	}
.leaflet-left {
	left: 0;
	}
.leaflet-control {
	float: left;
	clear: both;
	}
.leaflet-right .leaflet-control {
	float: right;
	}
.leaflet-top .leaflet-control {
	margin-top: 10px;
	}
.leaflet-bottom .leaflet-control {
	margin-bottom: 10px;
	}
.leaflet-left .leaflet-control {
	margin-left: 10px;
	}
.leaflet-right .leaflet-control {
	margin-right: 10px;
	}


/* zoom and fade animations */

.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	-webkit-transition: opacity 0.2s linear;
	   -moz-transition: opacity 0.2s linear;
	        transition: opacity 0.2s linear;
	}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
	}
.leaflet-zoom-animated {
	-webkit-transform-origin: 0 0;
	    -ms-transform-origin: 0 0;
	        transform-origin: 0 0;
	}
svg.leaflet-zoom-animated {
	will-change: transform;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
	   -moz-transition:    -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
	        transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
	}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
	-webkit-transition: none;
	   -moz-transition: none;
	        transition: none;
	}

.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
	}


/* cursors */

.leaflet-interactive {
	cursor: pointer;
	}
.leaflet-grab {
	cursor: -webkit-grab;
	cursor:    -moz-grab;
	cursor:         grab;
	}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
	cursor: crosshair;
	}
.leaflet-popup-pane,
.leaflet-control {
	cursor: auto;
	}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor:    -moz-grabbing;
	cursor:         grabbing;
	}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
	pointer-events: none;
	}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}

/* visual tweaks */

.leaflet-container {
	background: #ddd;
	outline-offset: 1px;
	}
.leaflet-container a {
	color: #0078A8;
	}
.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255,255,255,0.5);
	}


/* general typography */
.leaflet-container {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.5;
	}


/* general toolbar styles */

.leaflet-bar {
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	}
.leaflet-bar a {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	}
.leaflet-bar a,
.leaflet-control-layers-toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	}
.leaflet-bar a:hover,
.leaflet-bar a:focus {
	background-color: #f4f4f4;
	}
.leaflet-bar a:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	}
.leaflet-bar a:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: none;
	}
.leaflet-bar a.leaflet-disabled {
	cursor: default;
	background-color: #f4f4f4;
	color: #bbb;
	}

.leaflet-touch .leaflet-bar a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	}
.leaflet-touch .leaflet-bar a:first-child {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	}
.leaflet-touch .leaflet-bar a:last-child {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	}

/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	font: bold 18px 'Lucida Console', Monaco, monospace;
	text-indent: 1px;
	}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
	font-size: 22px;
	}


/* layers control */

.leaflet-control-layers {
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	background: #fff;
	border-radius: 5px;
	}
.leaflet-control-layers-toggle {
	background-image: url(/static/vendor/leaflet/images/layers.png);
	width: 36px;
	height: 36px;
	}
.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url(/static/vendor/leaflet/images/layers-2x.png);
	background-size: 26px 26px;
	}
.leaflet-touch .leaflet-control-layers-toggle {
	width: 44px;
	height: 44px;
	}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none;
	}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative;
	}
.leaflet-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	color: #333;
	background: #fff;
	}
.leaflet-control-layers-scrollbar {
	overflow-y: scroll;
	overflow-x: hidden;
	padding-right: 5px;
	}
.leaflet-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px;
	}
.leaflet-control-layers label {
	display: block;
	font-size: 13px;
	font-size: 1.08333em;
	}
.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px;
	}

/* Default icon URLs */
.leaflet-default-icon-path { /* used only in path-guessing heuristic, see L.Icon.Default */
	background-image: url(/static/vendor/leaflet/images/marker-icon.png);
	}


/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, 0.8);
	margin: 0;
	}
.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
	line-height: 1.4;
	}
.leaflet-control-attribution a {
	text-decoration: none;
	}
.leaflet-control-attribution a:hover,
.leaflet-control-attribution a:focus {
	text-decoration: underline;
	}
.leaflet-attribution-flag {
	display: inline !important;
	vertical-align: baseline !important;
	width: 1em;
	height: 0.6669em;
	}
.leaflet-left .leaflet-control-scale {
	margin-left: 5px;
	}
.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px;
	}
.leaflet-control-scale-line {
	border: 2px solid #777;
	border-top: none;
	line-height: 1.1;
	padding: 2px 5px 1px;
	white-space: nowrap;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	background: rgba(255, 255, 255, 0.8);
	text-shadow: 1px 1px #fff;
	}
.leaflet-control-scale-line:not(:first-child) {
	border-top: 2px solid #777;
	border-bottom: none;
	margin-top: -2px;
	}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777;
	}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	box-shadow: none;
	}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	border: 2px solid rgba(0,0,0,0.2);
	background-clip: padding-box;
	}


/* popup */

.leaflet-popup {
	position: absolute;
	text-align: center;
	margin-bottom: 20px;
	}
.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	border-radius: 12px;
	}
.leaflet-popup-content {
	margin: 13px 24px 13px 20px;
	line-height: 1.3;
	font-size: 13px;
	font-size: 1.08333em;
	min-height: 1px;
	}
.leaflet-popup-content p {
	margin: 17px 0;
	margin: 1.3em 0;
	}
.leaflet-popup-tip-container {
	width: 40px;
	height: 20px;
	position: absolute;
	left: 50%;
	margin-top: -1px;
	margin-left: -20px;
	overflow: hidden;
	pointer-events: none;
	}
.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;

	margin: -10px auto 0;
	pointer-events: auto;

	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: white;
	color: #333;
	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	}
.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	text-align: center;
	width: 24px;
	height: 24px;
	font: 16px/24px Tahoma, Verdana, sans-serif;
	color: #757575;
	text-decoration: none;
	background: transparent;
	}
.leaflet-container a.leaflet-popup-close-button:hover,
.leaflet-container a.leaflet-popup-close-button:focus {
	color: #585858;
	}
.leaflet-popup-scrolled {
	overflow: auto;
	}

.leaflet-oldie .leaflet-popup-content-wrapper {
	-ms-zoom: 1;
	}
.leaflet-oldie .leaflet-popup-tip {
	width: 24px;
	margin: 0 auto;

	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
	}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
	border: 1px solid #999;
	}


/* div icon */

.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666;
	}


/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
	position: absolute;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #222;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	}
.leaflet-tooltip.leaflet-interactive {
	cursor: pointer;
	pointer-events: auto;
	}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	position: absolute;
	pointer-events: none;
	border: 6px solid transparent;
	background: transparent;
	content: "";
	}

/* Directions */

.leaflet-tooltip-bottom {
	margin-top: 6px;
}
.leaflet-tooltip-top {
	margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
	left: 50%;
	margin-left: -6px;
	}
.leaflet-tooltip-top:before {
	bottom: 0;
	margin-bottom: -12px;
	border-top-color: #fff;
	}
.leaflet-tooltip-bottom:before {
	top: 0;
	margin-top: -12px;
	margin-left: -6px;
	border-bottom-color: #fff;
	}
.leaflet-tooltip-left {
	margin-left: -6px;
}
.leaflet-tooltip-right {
	margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	top: 50%;
	margin-top: -6px;
	}
.leaflet-tooltip-left:before {
	right: 0;
	margin-right: -12px;
	border-left-color: #fff;
	}
.leaflet-tooltip-right:before {
	left: 0;
	margin-left: -12px;
	border-right-color: #fff;
	}

/* Printing */

@media print {
	/* Prevent printers from removing background-images of controls. */
	.leaflet-control {
		-webkit-print-color-adjust: exact;
		print-color-adjust: exact;
		}
	}
.rt-topbar{position:fixed;top:calc(0.9rem + env(safe-area-inset-top));left:calc(0.9rem + env(safe-area-inset-left));z-index:800;display:inline-flex;align-items:center;gap:0.5rem;padding:0.35rem 0.7rem;background:var(--bg-card);background:color-mix(in srgb,var(--bg-card) 86%,transparent);-webkit-backdrop-filter:saturate(1.4) blur(10px);backdrop-filter:saturate(1.4) blur(10px);border:1px solid var(--border);border-radius:999px;box-shadow:0 8px 24px -12px rgba(0,0,0,0.35)}.rt-topbar--utils{left:auto;right:calc(0.9rem + env(safe-area-inset-right));gap:0.4rem;padding:0.25rem 0.3rem}.rt-topbar__brand{display:inline-flex;align-items:center;gap:0.45rem;text-decoration:none;color:var(--text-primary)}.rt-topbar__mark{display:block;width:26px;height:26px}.rt-topbar__name{font-family:var(--font-display);font-weight:800;font-size:0.86rem;letter-spacing:-0.01em;line-height:1;white-space:nowrap}.rt-topbar__meta{padding-left:0.5rem;border-left:1px solid var(--border);font-size:0.72rem;font-weight:600;line-height:1;color:var(--text-muted);text-decoration:none;white-space:nowrap}a.rt-topbar__meta:hover{color:var(--primary)}.rt-lang{display:inline-flex;align-items:center;gap:2px;padding:2px;background:var(--bg-tertiary);border-radius:999px}.rt-lang__opt{padding:0.28rem 0.5rem;border-radius:999px;font-size:0.7rem;font-weight:700;line-height:1;color:var(--text-muted);text-decoration:none;transition:color 0.15s ease,background 0.15s ease}.rt-lang__opt:hover{color:var(--text-primary)}.rt-lang__opt.is-active{background:var(--pf-violet);color:var(--pf-ink)}@media (max-width:380px){.rt-topbar__name{display:none}}.ex-body .leaflet-top,.rp-body .leaflet-top{top:calc(3.4rem + env(safe-area-inset-top))}.rp-body .rt-topbar{position:absolute}@media (max-width:768px){.rp-body .rt-topbar{position:fixed}}.rt-share{display:inline-flex;align-items:center;gap:0.35rem;padding:0.28rem 0.45rem;border:none;background:none;border-radius:999px;color:var(--text-muted);font:inherit;font-size:0.7rem;font-weight:700;line-height:1;cursor:pointer;transition:var(--transition-fast)}.rt-share:hover{color:var(--text-primary)}.rt-share:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.rt-share .ic{width:16px;height:16px}.rt-share__msg:empty{display:none}.rt-share.is-copied{background:var(--pf-violet);color:var(--pf-ink)}
:root{--rt-gap:clamp(0.9rem,2.5vh,1.6rem);--rt-bar-h:3.4rem;--rt-bar-h-min:2rem;--rt-ink:#0F1917;--rt-ink-lit:#1D2E2B;--rt-fillet:1.15rem;--rt-reserve-bottom:calc(var(--rt-bar-h) + var(--rt-gap) * 2);--rt-reserve-right:0rem}@media (max-width:1023px){:root{--rt-reserve-bottom:calc(var(--rt-bar-h-min) + var(--rt-gap))}}.rt-tabbar{position:fixed;left:0;right:0;bottom:var(--rt-gap);display:flex;justify-content:center;padding-bottom:env(safe-area-inset-bottom);z-index:900;pointer-events:none;transition:transform 0.28s cubic-bezier(0.2,0.8,0.2,1),opacity 0.2s ease}@media (max-width:1023px){.rt-tabbar{bottom:0}.rt-tabbar.is-open .rt-tabbar__pill{transform:translateY(calc(-1 * var(--rt-gap)))}.rt-tabbar:not(.is-open) .rt-tabbar__pill{padding:0.18rem;gap:0.05rem;border-radius:var(--rt-fillet) var(--rt-fillet) 0 0;border-bottom-color:transparent;box-shadow:inset 0 1px 0 rgba(255,255,255,0.12),0 -10px 26px -14px rgba(0,0,0,0.6)}.rt-tabbar:not(.is-open) .rt-tab{padding:0.36rem;color:rgba(255,255,255,0.5)}.rt-tabbar:not(.is-open) .rt-tab.is-active{color:var(--pf-ink,#12312E)}.rt-tabbar:not(.is-open) .rt-tab__ic,.rt-tabbar:not(.is-open) .rt-tab__avatar,.rt-tabbar:not(.is-open) .rt-tab__initial{width:15px;height:15px}.rt-tabbar:not(.is-open) .rt-tab__initial{font-size:0.5rem}.rt-tabbar:not(.is-open) .rt-tab.is-active{padding-inline:0.36rem}.rt-tabbar:not(.is-open) .rt-tab.is-active .rt-tab__label{max-width:0;opacity:0;margin-left:0;transition-delay:0s}.rt-tabbar__pill::after{content:'';position:absolute;bottom:0;left:calc(-1 * var(--rt-fillet));right:calc(-1 * var(--rt-fillet));height:var(--rt-fillet);pointer-events:none;opacity:1;transition:opacity 0.18s ease;background:radial-gradient(circle at 0 0,transparent var(--rt-fillet),var(--rt-ink) var(--rt-fillet)) left bottom / var(--rt-fillet) var(--rt-fillet) no-repeat,radial-gradient(circle at 100% 0,transparent var(--rt-fillet),var(--rt-ink) var(--rt-fillet)) right bottom / var(--rt-fillet) var(--rt-fillet) no-repeat}.rt-tabbar.is-open .rt-tabbar__pill::after{opacity:0}.rt-tabbar:not(.is-open) .rt-tabbar__pill:active{transform:translateY(1px) scale(0.975);transition-duration:0.06s}.rt-tabbar:not(.is-open) .rt-tabbar__pill::before{content:'';position:absolute;inset:-0.7rem -0.5rem -0.2rem}}.rt-tabbar__pill{position:relative;pointer-events:auto;transition:transform 0.34s cubic-bezier(0.2,0.9,0.25,1),padding 0.24s ease,gap 0.24s ease,border-radius 0.24s ease,box-shadow 0.24s ease;display:inline-flex;align-items:center;gap:0.15rem;padding:0.3rem;background:var(--pf-aurora,linear-gradient(115deg,#6B3FA0,#2E5FAC,#4E90D2,#E8593B,#F6A867)) top center / 76% 2px no-repeat,linear-gradient(180deg,var(--rt-ink-lit) 0%,var(--rt-ink) calc(100% - var(--rt-fillet)),var(--rt-ink) 100%);border:1px solid rgba(255,255,255,0.09);border-radius:999px;box-shadow:inset 0 1px 0 rgba(255,255,255,0.14),0 18px 40px -16px rgba(0,0,0,0.55)}.rt-tab{display:inline-flex;align-items:center;flex-shrink:0;padding:0.62rem;border-radius:999px;text-decoration:none;color:rgba(255,255,255,0.6);transition:color 0.18s ease,background 0.18s ease,padding 0.18s ease}.rt-tab__ic{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0;transition:width 0.2s ease,height 0.2s ease}.rt-tab__avatar{display:block;width:22px;height:22px;border-radius:50%;object-fit:cover;flex-shrink:0;box-shadow:0 0 0 1.5px rgba(255,255,255,0.25);transition:width 0.2s ease,height 0.2s ease}.rt-tab__initial{display:flex;align-items:center;justify-content:center;width:22px;height:22px;flex-shrink:0;border:1.5px solid currentColor;border-radius:50%;font-family:inherit;font-size:0.62rem;font-weight:700;line-height:1;transition:width 0.2s ease,height 0.2s ease,font-size 0.2s ease}.rt-tab__label{font-family:inherit;font-size:0.82rem;font-weight:600;line-height:1;white-space:nowrap;max-width:0;overflow:hidden;opacity:0;transition:max-width 0.22s ease 0.08s,opacity 0.16s ease 0.1s,margin 0.22s ease 0.08s}.rt-tab:hover{color:#FFF}.rt-tab.is-active{color:var(--pf-ink,#12312E);background:var(--gradient-cta,linear-gradient(135deg,#B4A2F2 0%,#FFB49A 100%));padding-inline:0.7rem 0.85rem;box-shadow:0 2px 14px -3px rgba(255,180,154,0.45)}.rt-tab.is-active .rt-tab__label{max-width:12rem;overflow:visible;opacity:1;margin-left:0.45rem}
.theme-switch{display:inline-flex;align-items:center;gap:2px;padding:2px;border-radius:999px;background:var(--bg-tertiary)}.theme-switch__opt{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:1.7rem;border:none;background:none;color:var(--text-muted);border-radius:999px;cursor:pointer;transition:color 0.2s,background 0.2s}.theme-switch__opt:hover{color:var(--text-primary)}.theme-switch__opt.active{background:var(--pf-violet);color:var(--pf-ink)}.theme-switch__opt svg{width:1rem;height:1rem}
.rs-stats{container-type:inline-size;margin:1rem 0 0}.rs-stats.hidden{display:none}.rs-statgrp-wrap{display:flex;flex-direction:column;gap:0.7rem}@container (min-width:600px){.rs-statgrp-wrap{display:grid;grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:0.9rem}}.rs-statgrp{min-width:0}.rs-statgrp__lbl{font-size:0.6rem;font-weight:700;letter-spacing:0.07em;text-transform:uppercase;color:var(--text-muted);margin:0 0 0.3rem 0.15rem}.rs-statgrp__row{display:grid;grid-template-columns:repeat(auto-fit,minmax(0,1fr));grid-auto-flow:column;gap:0.5rem}.rs-stats .stat{display:flex;flex-direction:column;gap:1px;min-width:0;padding:0.55rem 0.7rem;border:none;border-radius:var(--radius,12px);color:var(--pf-ink);background:var(--pf-violet)}.rs-stats .stat--size{background:var(--pf-violet)}.rs-stats .stat--up{background:var(--pf-coral)}.rs-stats .stat--down{background:var(--pf-sky)}.rs-stats .stat-ic{width:15px;height:15px;margin-bottom:2px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;color:var(--pf-ink);opacity:0.85}.rs-stats .stat-val{font-weight:700;font-size:0.98rem;line-height:1.15;color:var(--pf-ink);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rs-stats .stat-lbl{font-size:0.62rem;color:var(--pf-ink);opacity:0.66;text-transform:uppercase;letter-spacing:0.03em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.rs-body{margin:0;background:var(--bg-primary);color:var(--text-primary);-webkit-text-size-adjust:100%;padding-bottom:calc(2rem + var(--rt-reserve-bottom,0rem) + env(safe-area-inset-bottom));padding-right:var(--rt-reserve-right,0rem);--rs-ridge:0.1}[data-theme="dark"] .rs-body{--rs-ridge:0.16}@supports (mask-image:url("/static/img/route/topo-ridge.svg")){.rs-body::before{content:"";position:fixed;left:0;right:0;bottom:0;height:72vh;z-index:0;pointer-events:none;background:var(--primary);mask-image:url("/static/img/route/topo-ridge.svg");mask-size:100% auto;mask-position:bottom center;mask-repeat:no-repeat;opacity:var(--rs-ridge)}@media (max-width:700px){.rs-body::before{mask-size:195% auto}}.rs-article{position:relative;z-index:1}}.rs-article{max-width:44rem;margin:0 auto;padding:calc(4.4rem + env(safe-area-inset-top)) 1.15rem calc(3.5rem + env(safe-area-inset-bottom))}.rs-unlisted{display:inline-flex;align-items:center;gap:0.45rem;margin:0 0 1.1rem;padding:0.4rem 0.8rem;background:color-mix(in srgb,var(--primary) 9%,var(--bg-secondary));color:var(--text-secondary);border:1px solid var(--border);border-radius:999px;font-size:0.78rem;font-weight:600}.rs-unlisted .ic{width:15px;height:15px;color:var(--primary)}.rs-cover{display:block;width:100%;margin:0 0 1.1rem;padding:0;border:0;border-radius:var(--radius-lg,16px);overflow:hidden;background:var(--bg-tertiary);cursor:zoom-in;-webkit-tap-highlight-color:transparent}.rs-cover:focus-visible{outline:2px solid var(--primary);outline-offset:3px}.rs-cover img{display:block;width:100%;aspect-ratio:16 / 9;object-fit:cover}.rs-kind{display:block;margin:0 0 0.35rem;font-family:var(--font-mono,ui-monospace,monospace);font-size:0.72rem;font-weight:700;letter-spacing:0.12em;text-transform:uppercase;color:var(--primary)}.rs-author{color:var(--text-muted);white-space:nowrap}.rs-author__ic{display:inline-block;width:0.9em;height:0.9em;vertical-align:-0.14em;margin-right:0.18em;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.rs-author__avatar{display:inline-block;width:1.25em;height:1.25em;vertical-align:-0.32em;margin-right:0.22em;border-radius:999px;object-fit:cover;background:var(--bg-tertiary)}.rs-title{margin:0 0 0.7rem;font-family:var(--pf-display,Georgia,serif);font-weight:600;font-size:clamp(1.8rem,6vw,2.8rem);line-height:1.08;letter-spacing:-0.01em;color:var(--text-primary);text-transform:capitalize}.rs-lede{margin:0;font-size:1.08rem;line-height:1.65;color:var(--text-secondary);white-space:pre-wrap}.rs-hero .rs-stats{margin-top:1.4rem}.rs-map{margin:1.1rem 0 0;height:300px;border-radius:var(--radius-lg,16px);overflow:hidden;background:var(--bg-tertiary);border:1px solid var(--border)}.rs-overview{height:360px}.rs-leg-map{height:240px}.leaflet-container{background:var(--bg-tertiary);font:inherit}.leaflet-tooltip.rs-map-tip{background:rgba(255,255,255,0.95);color:#1f2937;border:none;border-radius:6px;padding:1px 6px;font-size:0.6rem;font-weight:700;letter-spacing:0.02em;box-shadow:0 1px 5px rgba(0,0,0,0.3);white-space:nowrap}.leaflet-tooltip.rs-map-tip::before{display:none}.rs-leg{margin-top:3.2rem;padding-top:3.2rem;border-top:1px solid var(--border)}.rs-leg--solo{margin-top:1.6rem;padding-top:0;border-top:none}.rs-leg--sub{margin-top:1.8rem;padding-top:0;border-top:none}.rs-leg-head{display:flex;flex-direction:column;align-items:flex-start;gap:0.4rem;margin-bottom:1.1rem}.rs-leg-head--cont{margin-left:1.1rem;padding-left:0.9rem;border-left:2px solid var(--border)}.rs-leg-n{align-self:flex-start;font-family:var(--font-mono,ui-monospace,monospace);font-size:0.7rem;font-weight:700;letter-spacing:0.1em;text-transform:uppercase;color:var(--primary)}.rs-leg-name{margin:0;font-family:var(--pf-display,Georgia,serif);font-weight:600;font-size:clamp(1.5rem,3.4vw,1.85rem);line-height:1.12;letter-spacing:-0.01em;color:var(--text-primary);text-transform:capitalize}.rs-leg-name--sub{font-size:1.15rem;color:var(--text-secondary)}.rs-leg-cover{margin:0 0 1.1rem}.rs-leg-cover img{aspect-ratio:3 / 2}.rs-leg-title{margin:1.1rem 0 0;font-family:var(--pf-display,Georgia,serif);font-weight:600;font-size:1.2rem;line-height:1.25;color:var(--text-primary)}.rs-leg-desc{margin:0.5rem 0 0;font-size:1rem;line-height:1.6;color:var(--text-secondary);white-space:pre-wrap}.rs-leg-route{margin-top:1.2rem;padding:0.9rem;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg,16px);box-shadow:var(--shadow-sm)}.rs-leg-route .rs-map{margin-top:0}.rs-leg-route .rs-stats{margin-top:0.75rem}.rs-leg-route .rs-elev-wrap{margin-top:0.9rem}.rs-elev-wrap{margin:1rem 0 0}.rs-elev-title{font-size:0.66rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:0.03em;margin-bottom:0.3rem}.rs-elev{width:100%;height:108px;display:block}.rs-series{margin-top:0.6rem;display:flex;flex-direction:column;gap:0.25rem}.rs-series-sum{font-size:0.66rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:0.03em;padding:0.35rem 0;cursor:pointer;list-style:none;display:flex;align-items:center;gap:0.4rem;transition:color var(--transition-fast,0.15s) ease}.rs-series-sum::-webkit-details-marker{display:none}.rs-series-sum::before{content:"";width:0.32rem;height:0.32rem;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:rotate(-45deg);transition:transform var(--transition-fast,0.15s) ease}.rs-series-item[open]>.rs-series-sum::before{transform:rotate(45deg)}.rs-series-sum:hover{color:var(--text)}.rs-series-sum:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.rs-series-canvas{height:92px}.rs-foot{margin-top:2.2rem;padding-top:1.4rem;border-top:1px solid var(--border);text-align:center}.rs-privacy{font-size:0.78rem;color:var(--text-muted);line-height:1.5;margin:0 0 1rem}.rs-cta{display:inline-flex}.rs-actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:0.6rem}.rs-gpx{display:inline-flex;border:1px solid var(--border);color:var(--text-secondary)}.rs-gpx:hover{border-color:var(--primary);color:var(--primary)}.rs-gpx-note{flex-basis:100%;margin:0.1rem 0 0;font-size:0.72rem;color:var(--text-muted)}@media (min-width:620px){.rs-map{height:340px}.rs-overview{height:420px}.rs-leg-map{height:300px}}
.rs-gallery{display:grid;gap:0.4rem;grid-template-columns:repeat(2,1fr);margin:1.1rem 0 0}.rs-gallery[data-n="1"]{grid-template-columns:1fr}.rs-gallery__tile{display:block;width:100%;aspect-ratio:1;margin:0;padding:0;border:0;border-radius:var(--radius-sm,10px);overflow:hidden;background:var(--bg-tertiary);box-shadow:inset 0 0 0 1px rgb(0 0 0 / 0.06);cursor:zoom-in;-webkit-tap-highlight-color:transparent}.rs-gallery__tile--lead{grid-column:span 2;aspect-ratio:3 / 2}.rs-gallery[data-n="1"] .rs-gallery__tile--lead{grid-column:span 1}.rs-gallery__tile--video{position:relative;cursor:pointer}.rs-gallery__play{position:absolute;inset:0;display:grid;place-items:center;pointer-events:none;color:#fff;background:radial-gradient(circle at center,rgb(0 0 0 / 0.45) 0,rgb(0 0 0 / 0.28) 28%,rgb(0 0 0 / 0) 62%);filter:drop-shadow(0 1px 2px rgb(0 0 0 / 0.5))}.rs-gallery__play .ic{width:30px;height:30px}.rs-gallery__tile--lead .rs-gallery__play .ic{width:42px;height:42px}.rs-gallery__img{display:block;width:100%;height:100%;object-fit:cover;transition:transform 0.5s cubic-bezier(0.2,0.7,0.3,1)}.rs-gallery__tile:hover .rs-gallery__img,.rs-gallery__tile:focus-visible .rs-gallery__img{transform:scale(1.05)}.rs-gallery__tile:focus-visible{outline:2px solid var(--primary);outline-offset:3px}@media (min-width:41rem){.rs-gallery{grid-template-columns:repeat(4,1fr)}.rs-gallery[data-n="1"]{grid-template-columns:1fr}.rs-gallery[data-n="2"],.rs-gallery[data-n="3"],.rs-gallery[data-n="4"]{grid-template-columns:repeat(2,1fr)}.rs-gallery__tile--lead{grid-row:span 2;aspect-ratio:1}.rs-gallery[data-n="1"] .rs-gallery__tile--lead,.rs-gallery[data-n="3"] .rs-gallery__tile--lead{grid-row:span 1}.rs-gallery[data-n="1"] .rs-gallery__tile--lead{aspect-ratio:3 / 2}.rs-gallery[data-n="3"] .rs-gallery__tile--lead{aspect-ratio:2 / 1}}@media (prefers-reduced-motion:reduce){.rs-gallery__img{transition:none}.rs-gallery__tile:hover .rs-gallery__img,.rs-gallery__tile:focus-visible .rs-gallery__img{transform:none}}
.rs-lb{position:fixed;inset:0;width:100vw;max-width:100vw;height:100dvh;max-height:100dvh;margin:0;padding:0;border:0;background:transparent;overflow:hidden;color:#fff}.rs-lb::backdrop{background:rgb(10 12 11 / 0.94)}.rs-lb__stage{display:flex;align-items:center;justify-content:center;width:100%;height:100%;padding:calc(clamp(0.8rem,4vw,3rem) + env(safe-area-inset-top)) calc(clamp(0.8rem,4vw,3rem) + env(safe-area-inset-right)) calc(clamp(2.4rem,4vw,3rem) + env(safe-area-inset-bottom)) calc(clamp(0.8rem,4vw,3rem) + env(safe-area-inset-left));cursor:zoom-out}.rs-lb__img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;border-radius:var(--radius-sm,10px);box-shadow:0 18px 60px rgb(0 0 0 / 0.55);opacity:0;transition:opacity 0.28s ease;cursor:default}.rs-lb__img.is-ready{opacity:1}.rs-lb__video{max-width:100%;max-height:100%;width:auto;height:auto;border-radius:var(--radius-sm,10px);box-shadow:0 18px 60px rgb(0 0 0 / 0.55);background:#000;cursor:default}.rs-lb__img[hidden],.rs-lb__video[hidden]{display:none}.rs-lb__btn{position:absolute;display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;border:0;border-radius:50%;background:rgb(255 255 255 / 0.13);color:#fff;cursor:pointer;transition:background var(--transition-fast,0.15s) ease}.rs-lb__btn:hover{background:rgb(255 255 255 / 0.26)}.rs-lb__btn:focus-visible{outline:2px solid #fff;outline-offset:2px}.rs-lb__btn[hidden]{display:none}.rs-lb__btn--close{top:calc(0.7rem + env(safe-area-inset-top));right:calc(0.7rem + env(safe-area-inset-right))}.rs-lb__btn--prev,.rs-lb__btn--next{top:50%;transform:translateY(-50%)}.rs-lb__btn--prev{left:calc(0.7rem + env(safe-area-inset-left))}.rs-lb__btn--next{right:calc(0.7rem + env(safe-area-inset-right))}.rs-lb__count{position:absolute;left:50%;bottom:calc(0.85rem + env(safe-area-inset-bottom));transform:translateX(-50%);margin:0;font-family:var(--font-mono,ui-monospace,monospace);font-size:0.76rem;font-weight:600;letter-spacing:0.1em;color:rgb(255 255 255 / 0.55)}.rs-lb__i{color:#fff}.rs-lb__n{color:rgb(255 255 255 / 0.55)}.rs-lb-lock{overflow:hidden}@media (prefers-reduced-motion:reduce){.rs-lb__img{transition:none}}
