@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-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-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"]{--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}.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}
/* 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;
		}
	}
.scard{display:flex;align-items:center;gap:0.85rem;padding:0.7rem;text-decoration:none;color:var(--text-primary);background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);transition:var(--transition-fast)}.scard:hover{transform:translateY(-2px);border-color:var(--primary);box-shadow:var(--shadow-lg)}.scard:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.scard__thumb{flex:0 0 auto;width:5rem;height:5rem;border-radius:var(--radius);overflow:hidden;background:var(--bg-tertiary);display:flex;align-items:center;justify-content:center;color:var(--text-muted)}.scard__thumb img{width:100%;height:100%;object-fit:cover;display:block}.scard__glyph{width:1.7rem;height:1.7rem}.scard__glyph--fill{fill:currentColor;stroke:none}.scard__body{min-width:0;display:flex;flex-direction:column;justify-content:center;gap:0.25rem}.scard__meta{display:flex;align-items:center;gap:0.4rem;min-width:0;font-family:var(--font-mono);font-size:0.68rem;line-height:1.2;color:var(--text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.scard__badge{flex:0 0 auto;font-size:0.6rem;font-weight:700;letter-spacing:0.06em;text-transform:uppercase;padding:0.1rem 0.4rem;border-radius:var(--radius-full);color:var(--text-on-primary);background:var(--secondary)}.scard__act{display:inline-flex;align-items:center;gap:0.15rem;flex:0 0 auto;color:var(--text-secondary)}.scard__act-ic{fill:currentColor;stroke:none}.scard__act-n{font-weight:700;font-variant-numeric:tabular-nums}.scard__author{overflow:hidden;text-overflow:ellipsis}.scard__title{font-family:var(--font-display);font-weight:700;font-size:1.1rem;line-height:1.2;color:var(--text-primary);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.scard__desc{font-size:0.85rem;line-height:1.4;color:var(--text-muted);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.scard--compact{gap:0.65rem;padding:0.6rem;border-radius:var(--radius)}.scard--compact .scard__thumb{width:3.4rem;height:3.4rem;border-radius:var(--radius-sm)}.scard--compact .scard__glyph{width:1.4rem;height:1.4rem}.scard--compact .scard__meta{font-size:0.64rem;gap:0.35rem}.scard--compact .scard__title{font-size:0.92rem;-webkit-line-clamp:1}.scard--compact .scard__desc{display:none}
.ex-body{margin:0;height:100dvh;overflow:hidden;background:var(--bg-primary);color:var(--text-primary);position:relative}.ex-ink-probe{display:none}.ex-map{position:absolute;inset:0;z-index:0;background:var(--bg-tertiary)}.ex-empty{position:fixed;left:50%;top:50%;transform:translate(-50%,-50%);z-index:700;max-width:20rem;text-align:center;padding:0.85rem 1.1rem;font-size:0.85rem;line-height:1.4;color:var(--text-secondary);background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius,12px);box-shadow:0 12px 32px -16px rgba(0,0,0,0.4)}.ex-empty__txt{margin:0 0 0.6rem}.ex-empty__link{display:inline-block;font-size:0.82rem;font-weight:600;color:var(--primary);text-decoration:none}.ex-empty__link:hover{text-decoration:underline}.ex-sheet{position:fixed;left:0;right:0;bottom:calc(0.6rem + var(--rt-reserve-bottom,0rem) + env(safe-area-inset-bottom));z-index:750;pointer-events:none}.ex-cards{display:flex;gap:0.6rem;overflow-x:auto;overscroll-behavior-x:contain;padding:0.2rem 0.9rem;-webkit-overflow-scrolling:touch;scrollbar-width:none}.ex-cards::-webkit-scrollbar{display:none}@media (pointer:coarse){.ex-cards{scroll-snap-type:x mandatory;scroll-padding-inline:0.9rem}}.ex-cards.is-dragging{user-select:none}.ex-cards.is-dragging .scard{cursor:grabbing}.ex-cards.has-more-end{mask-image:linear-gradient(to right,#000 calc(100% - 2rem),transparent)}.ex-cards.has-more-start{mask-image:linear-gradient(to left,#000 calc(100% - 2rem),transparent)}.ex-cards.has-more-start.has-more-end{mask-image:linear-gradient(to right,transparent,#000 2rem,#000 calc(100% - 2rem),transparent)}.ex-cards>.scard{pointer-events:auto;flex:0 0 auto;width:15rem;scroll-snap-align:start;box-shadow:var(--shadow-lg)}.ex-cards>.scard:hover{box-shadow:var(--shadow-xl)}.leaflet-bar a.ex-locate{display:flex;align-items:center;justify-content:center}.ex-locate.is-locating{opacity:0.55;pointer-events:none}@media (min-width:760px){.ex-cards{max-width:52rem;margin-inline:auto}}
.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}
.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}
