.avatar{--avatar-hue: 30;display:inline-grid;place-items:center;flex:none;border-radius:50%;overflow:hidden;font-weight:700;letter-spacing:.02em;color:hsl(var(--avatar-hue) 70% 88%);background:linear-gradient(150deg,hsl(var(--avatar-hue) 42% 28%),hsl(calc(var(--avatar-hue) + 40) 38% 17%));box-shadow:inset 0 0 0 1px #ffffff1a;-webkit-user-select:none;user-select:none}.avatar img{width:100%;height:100%;object-fit:cover}.cm{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60}.cm__scrim{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;background:#0304059e;cursor:default;animation:cm-fade .16s ease}.cm__panel{position:absolute;top:calc(var(--nav-h) + 8px);right:max(18px,calc((100% - var(--content-w)) / 2 + 18px));width:min(380px,calc(100vw - 28px));max-height:calc(100vh - var(--nav-h) - 28px);display:flex;flex-direction:column;padding:12px;gap:8px;border-radius:var(--radius-l);background:var(--bg-elev);border:1px solid var(--line-strong);box-shadow:var(--shadow-3);animation:cm-in .17s cubic-bezier(.2,.9,.3,1)}@keyframes cm-fade{0%{opacity:0}}@keyframes cm-in{0%{opacity:0;transform:translateY(-8px)}}.cm__head{display:flex;align-items:center;gap:10px;padding:2px 4px 2px 8px}.cm__title{font-size:14.5px;font-weight:640;margin-right:auto}.cm__back{font-size:13px;color:var(--fg-3)}.cm__back:hover{color:var(--fg)}.cm__close{width:28px;height:28px;display:grid;place-items:center;border-radius:50%;color:var(--fg-3);font-size:12px}.cm__close:hover{background:var(--surface-2);color:var(--fg)}.cm__option{display:flex;align-items:center;gap:13px;width:100%;padding:13px 14px;text-align:left;border-radius:var(--radius);background:var(--surface);border:1px solid var(--line);transition:background .14s ease,border-color .14s ease}.cm__option:hover{background:var(--surface-2);border-color:var(--line-strong)}.cm__optionIcon{flex:none;width:40px;height:40px;display:grid;place-items:center;border-radius:12px;background:var(--accent-soft);color:var(--accent)}.cm__optionText{display:flex;flex-direction:column;gap:2px;min-width:0}.cm__optionText b{font-size:14.5px;font-weight:640}.cm__optionText small{font-size:12.5px;color:var(--fg-3);line-height:1.35}.cm__optionGo{margin-left:auto;color:var(--fg-3);font-size:15px;flex:none}.cm__search{display:block;padding:0 2px}.cm__search .input{height:40px}.cm__err{margin:0 2px}.cm__trails{list-style:none;margin:0;padding:0 2px;overflow-y:auto;display:flex;flex-direction:column;gap:4px}.cm__trailNote{padding:22px 10px;text-align:center;color:var(--fg-3);font-size:13px}.cm__trailNote .spinner{margin:0 auto}.cm__trail{display:flex;flex-direction:column;gap:2px;width:100%;padding:10px 12px;text-align:left;border-radius:var(--radius-s);transition:background .13s ease}.cm__trail:hover{background:var(--surface-2)}.cm__trailName{font-size:14px;font-weight:580}.cm__trailMeta{font-size:12px;color:var(--fg-3)}@media (max-width: 720px){.cm__panel{top:auto;left:0;right:0;bottom:calc(62px + env(safe-area-inset-bottom));width:auto;max-height:calc(100vh - 90px);border-radius:var(--radius-l) var(--radius-l) 0 0;border-bottom:none;animation-name:cm-up}@keyframes cm-up{0%{opacity:0;transform:translateY(18px)}}}@media (prefers-reduced-motion: reduce){.cm__panel,.cm__scrim{animation:none}}.shell{min-height:100%;display:flex;flex-direction:column}.shell__bar{position:sticky;top:0;z-index:40;background:#0a0b0db8;backdrop-filter:blur(18px) saturate(1.3);-webkit-backdrop-filter:blur(18px) saturate(1.3);border-bottom:1px solid var(--line)}.shell__barInner{max-width:var(--content-w);margin:0 auto;height:var(--nav-h);padding:0 18px;display:flex;align-items:center;gap:22px}.shell__brand{display:flex;align-items:center;gap:8px;font-weight:700;font-size:17px;letter-spacing:-.03em;flex:none}.shell__nav{display:flex;align-items:center;gap:4px;margin-left:auto}.shell__tab{display:flex;align-items:center;gap:8px;height:38px;padding:0 14px;border-radius:99px;color:var(--fg-3);font-size:14px;font-weight:540;transition:color .14s ease,background .14s ease}.shell__tab:hover{color:var(--fg);background:var(--surface)}.shell__tab.is-active{color:var(--fg);background:var(--surface-2)}.shell__tabIcon{display:grid;place-items:center}.shell__tab--auth{display:none}.shell__create{flex:none;margin-left:8px}.shell__tab--create{display:none}.shell__me{display:flex;align-items:center;gap:10px;margin-left:6px;flex:none}.shell__meName{font-size:13px;color:var(--fg-3)}.shell__signin{margin-left:6px}.shell__main{flex:1;min-height:0}@media (max-width: 720px){.shell__bar{backdrop-filter:none;-webkit-backdrop-filter:none;background:#0a0b0df0}.shell__barInner{padding:0 14px;gap:12px}.shell__me,.shell__meName,.shell__barInner>.shell__signin,.shell__barInner>.shell__create{display:none}.shell__tab--auth,.shell__tab--create{display:flex}.shell__createDot{width:34px;height:26px;border-radius:99px;background:var(--accent);color:var(--accent-ink)}.shell__tab--create.is-active .shell__createDot{background:#ffa05e}.shell__nav{position:fixed;left:0;right:0;bottom:0;z-index:40;margin:0;height:62px;padding-bottom:env(safe-area-inset-bottom);justify-content:space-around;gap:0;background:#0a0b0de6;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-top:1px solid var(--line)}.shell__tab{flex-direction:column;gap:3px;height:62px;flex:1;border-radius:0;justify-content:center;background:none!important}.shell__tabLabel{font-size:10.5px;letter-spacing:.01em}.shell__tab.is-active{color:var(--accent)}.shell__main{padding-bottom:62px}}.shell__legal{display:flex;gap:8px;align-items:center;justify-content:center;flex-wrap:wrap;padding:26px 18px calc(26px + var(--nav-h));font-size:12.5px;color:var(--fg-3)}.shell__legal a{color:var(--fg-3);text-decoration:none}.shell__legal a:hover{color:var(--fg-2);text-decoration:underline}@media (min-width: 760px){.shell__legal{padding-bottom:26px}}.maplibregl-map{font:12px/20px Helvetica Neue,Arial,Helvetica,sans-serif;overflow:hidden;position:relative;-webkit-tap-highlight-color:rgb(0 0 0/0)}.maplibregl-canvas{left:0;position:absolute;top:0}.maplibregl-map:fullscreen{height:100%;width:100%}.maplibregl-ctrl-group button.maplibregl-ctrl-compass{touch-action:none}.maplibregl-canvas-container.maplibregl-interactive,.maplibregl-ctrl-group button.maplibregl-ctrl-compass{cursor:grab;-webkit-user-select:none;-moz-user-select:none;user-select:none}.maplibregl-canvas-container.maplibregl-interactive.maplibregl-track-pointer{cursor:pointer}.maplibregl-canvas-container.maplibregl-interactive:active,.maplibregl-ctrl-group button.maplibregl-ctrl-compass:active{cursor:grabbing}.maplibregl-canvas-container.maplibregl-touch-zoom-rotate,.maplibregl-canvas-container.maplibregl-touch-zoom-rotate .maplibregl-canvas{touch-action:pan-x pan-y}.maplibregl-canvas-container.maplibregl-touch-drag-pan,.maplibregl-canvas-container.maplibregl-touch-drag-pan .maplibregl-canvas{touch-action:pinch-zoom}.maplibregl-canvas-container.maplibregl-touch-zoom-rotate.maplibregl-touch-drag-pan,.maplibregl-canvas-container.maplibregl-touch-zoom-rotate.maplibregl-touch-drag-pan .maplibregl-canvas{touch-action:none}.maplibregl-canvas-container.maplibregl-touch-drag-pan.maplibregl-cooperative-gestures,.maplibregl-canvas-container.maplibregl-touch-drag-pan.maplibregl-cooperative-gestures .maplibregl-canvas{touch-action:pan-x pan-y}.maplibregl-ctrl-bottom-left,.maplibregl-ctrl-bottom-right,.maplibregl-ctrl-top-left,.maplibregl-ctrl-top-right{pointer-events:none;position:absolute;z-index:2}.maplibregl-ctrl-top-left{left:0;top:0}.maplibregl-ctrl-top-right{right:0;top:0}.maplibregl-ctrl-bottom-left{bottom:0;left:0}.maplibregl-ctrl-bottom-right{bottom:0;right:0}.maplibregl-ctrl{clear:both;pointer-events:auto;transform:translate(0)}.maplibregl-ctrl-top-left .maplibregl-ctrl{float:left;margin:10px 0 0 10px}.maplibregl-ctrl-top-right .maplibregl-ctrl{float:right;margin:10px 10px 0 0}.maplibregl-ctrl-bottom-left .maplibregl-ctrl{float:left;margin:0 0 10px 10px}.maplibregl-ctrl-bottom-right .maplibregl-ctrl{float:right;margin:0 10px 10px 0}.maplibregl-ctrl-group{background:#fff;border-radius:4px}.maplibregl-ctrl-group:not(:empty){box-shadow:0 0 0 2px #0000001a}@media (forced-colors:active){.maplibregl-ctrl-group:not(:empty){box-shadow:0 0 0 2px ButtonText}}.maplibregl-ctrl-group button{background-color:transparent;border:0;box-sizing:border-box;cursor:pointer;display:block;height:29px;outline:none;padding:0;width:29px}.maplibregl-ctrl-group button+button{border-top:1px solid #ddd}.maplibregl-ctrl button .maplibregl-ctrl-icon{background-position:50%;background-repeat:no-repeat;display:block;height:100%;width:100%}@media (forced-colors:active){.maplibregl-ctrl-icon{background-color:transparent}.maplibregl-ctrl-group button+button{border-top:1px solid ButtonText}}.maplibregl-ctrl button::-moz-focus-inner{border:0;padding:0}.maplibregl-ctrl-attrib-button:focus,.maplibregl-ctrl-group button:focus{box-shadow:0 0 2px 2px #0096ff}.maplibregl-ctrl button:disabled{cursor:not-allowed}.maplibregl-ctrl button:disabled .maplibregl-ctrl-icon{opacity:.25}.maplibregl-ctrl button:not(:disabled):hover{background-color:#0000000d}.maplibregl-ctrl-group button:focus:focus-visible{box-shadow:0 0 2px 2px #0096ff}.maplibregl-ctrl-group button:focus:not(:focus-visible){box-shadow:none}.maplibregl-ctrl-group button:focus:first-child{border-radius:4px 4px 0 0}.maplibregl-ctrl-group button:focus:last-child{border-radius:0 0 4px 4px}.maplibregl-ctrl-group button:focus:only-child{border-radius:inherit}.maplibregl-ctrl button.maplibregl-ctrl-zoom-out .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-zoom-in .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5'/%3E%3C/svg%3E")}@media (forced-colors:active){.maplibregl-ctrl button.maplibregl-ctrl-zoom-out .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-zoom-in .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5'/%3E%3C/svg%3E")}}@media (forced-colors:active) and (prefers-color-scheme:light){.maplibregl-ctrl button.maplibregl-ctrl-zoom-out .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-zoom-in .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5'/%3E%3C/svg%3E")}}.maplibregl-ctrl button.maplibregl-ctrl-fullscreen .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-shrink .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1z'/%3E%3C/svg%3E")}@media (forced-colors:active){.maplibregl-ctrl button.maplibregl-ctrl-fullscreen .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-shrink .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1z'/%3E%3C/svg%3E")}}@media (forced-colors:active) and (prefers-color-scheme:light){.maplibregl-ctrl button.maplibregl-ctrl-fullscreen .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-shrink .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1z'/%3E%3C/svg%3E")}}.maplibregl-ctrl button.maplibregl-ctrl-compass .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='m10.5 14 4-8 4 8z'/%3E%3Cpath fill='%23ccc' d='m10.5 16 4 8 4-8z'/%3E%3C/svg%3E")}@media (forced-colors:active){.maplibregl-ctrl button.maplibregl-ctrl-compass .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='m10.5 14 4-8 4 8z'/%3E%3Cpath fill='%23ccc' d='m10.5 16 4 8 4-8z'/%3E%3C/svg%3E")}}@media (forced-colors:active) and (prefers-color-scheme:light){.maplibregl-ctrl button.maplibregl-ctrl-compass .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='m10.5 14 4-8 4 8z'/%3E%3Cpath fill='%23ccc' d='m10.5 16 4 8 4-8z'/%3E%3C/svg%3E")}}.maplibregl-ctrl button.maplibregl-ctrl-terrain .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='%23333' viewBox='0 0 22 22'%3E%3Cpath d='m1.754 13.406 4.453-4.851 3.09 3.09 3.281 3.277.969-.969-3.309-3.312 3.844-4.121 6.148 6.886h1.082v-.855l-7.207-8.07-4.84 5.187L6.169 6.57l-5.48 5.965v.871ZM.688 16.844h20.625v1.375H.688Zm0 0'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-terrain-enabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='%2333b5e5' viewBox='0 0 22 22'%3E%3Cpath d='m1.754 13.406 4.453-4.851 3.09 3.09 3.281 3.277.969-.969-3.309-3.312 3.844-4.121 6.148 6.886h1.082v-.855l-7.207-8.07-4.84 5.187L6.169 6.57l-5.48 5.965v.871ZM.688 16.844h20.625v1.375H.688Zm0 0'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate:disabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23aaa' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath fill='red' d='m14 5 1 1-9 9-1-1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active-error .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e58978' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background-error .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e54e33' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-waiting .maplibregl-ctrl-icon{animation:maplibregl-spin 2s linear infinite}@media (forced-colors:active){.maplibregl-ctrl button.maplibregl-ctrl-geolocate .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate:disabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23999' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath fill='red' d='m14 5 1 1-9 9-1-1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active-error .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e58978' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background-error .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e54e33' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E")}}@media (forced-colors:active) and (prefers-color-scheme:light){.maplibregl-ctrl button.maplibregl-ctrl-geolocate .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate:disabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23666' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath fill='red' d='m14 5 1 1-9 9-1-1z'/%3E%3C/svg%3E")}}@keyframes maplibregl-spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}a.maplibregl-ctrl-logo{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='23' fill='none'%3E%3Cpath fill='%23000' fill-opacity='.4' fill-rule='evenodd' d='M17.408 16.796h-1.827l2.501-12.095h.198l3.324 6.533.988 2.19.988-2.19 3.258-6.533h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.929 5.644h-.098l-2.914-5.644-.757-1.71-.345 1.71zm1.958-3.42-.726 3.663a1.255 1.255 0 0 1-1.232 1.011h-1.827a1.255 1.255 0 0 1-1.229-1.509l2.501-12.095a1.255 1.255 0 0 1 1.23-1.001h.197a1.25 1.25 0 0 1 1.12.685l3.19 6.273 3.125-6.263a1.25 1.25 0 0 1 1.123-.695h.181a1.255 1.255 0 0 1 1.227.991l1.443 6.71a5 5 0 0 1 .314-.787l.009-.016a4.6 4.6 0 0 1 1.777-1.887c.782-.46 1.668-.667 2.611-.667a4.6 4.6 0 0 1 1.7.32l.306.134c.21-.16.474-.256.759-.256h1.694a1.255 1.255 0 0 1 1.212.925 1.255 1.255 0 0 1 1.212-.925h1.711c.284 0 .545.094.755.252.613-.3 1.312-.45 2.075-.45 1.356 0 2.557.445 3.482 1.4q.47.48.763 1.064V4.701a1.255 1.255 0 0 1 1.255-1.255h1.86A1.255 1.255 0 0 1 54.44 4.7v9.194h2.217c.19 0 .37.043.532.118v-4.77c0-.356.147-.678.385-.906a2.42 2.42 0 0 1-.682-1.71c0-.665.267-1.253.735-1.7a2.45 2.45 0 0 1 1.722-.674 2.43 2.43 0 0 1 1.705.675q.318.302.504.683V4.7a1.255 1.255 0 0 1 1.255-1.255h1.744A1.255 1.255 0 0 1 65.812 4.7v3.335a4.8 4.8 0 0 1 1.526-.246c.938 0 1.817.214 2.59.69a4.47 4.47 0 0 1 1.67 1.743v-.98a1.255 1.255 0 0 1 1.256-1.256h1.777c.233 0 .451.064.639.174a3.4 3.4 0 0 1 1.567-.372c.346 0 .861.02 1.285.232a1.25 1.25 0 0 1 .689 1.004 4.7 4.7 0 0 1 .853-.588c.795-.44 1.675-.647 2.61-.647 1.385 0 2.65.39 3.525 1.396.836.938 1.168 2.173 1.168 3.528q-.001.515-.056 1.051a1.255 1.255 0 0 1-.947 1.09l.408.952a1.255 1.255 0 0 1-.477 1.552c-.418.268-.92.463-1.458.612-.613.171-1.304.244-2.049.244-1.06 0-2.043-.207-2.886-.698l-.015-.008c-.798-.48-1.419-1.135-1.818-1.963l-.004-.008a5.8 5.8 0 0 1-.548-2.512q0-.429.053-.843a1.3 1.3 0 0 1-.333-.086l-.166-.004c-.223 0-.426.062-.643.228-.03.024-.142.139-.142.59v3.883a1.255 1.255 0 0 1-1.256 1.256h-1.777a1.255 1.255 0 0 1-1.256-1.256V15.69l-.032.057a4.8 4.8 0 0 1-1.86 1.833 5.04 5.04 0 0 1-2.484.634 4.5 4.5 0 0 1-1.935-.424 1.25 1.25 0 0 1-.764.258h-1.71a1.255 1.255 0 0 1-1.256-1.255V7.687a2.4 2.4 0 0 1-.428.625c.253.23.412.561.412.93v7.553a1.255 1.255 0 0 1-1.256 1.255h-1.843a1.25 1.25 0 0 1-.894-.373c-.228.23-.544.373-.894.373H51.32a1.255 1.255 0 0 1-1.256-1.255v-1.251l-.061.117a4.7 4.7 0 0 1-1.782 1.884 4.77 4.77 0 0 1-2.485.67 5.6 5.6 0 0 1-1.485-.188l.009 2.764a1.255 1.255 0 0 1-1.255 1.259h-1.729a1.255 1.255 0 0 1-1.255-1.255v-3.537a1.255 1.255 0 0 1-1.167.793h-1.679a1.25 1.25 0 0 1-.77-.263 4.5 4.5 0 0 1-1.945.429c-.885 0-1.724-.21-2.495-.632l-.017-.01a5 5 0 0 1-1.081-.836 1.255 1.255 0 0 1-1.254 1.312h-1.81a1.255 1.255 0 0 1-1.228-.99l-.782-3.625-2.044 3.939a1.25 1.25 0 0 1-1.115.676h-.098a1.25 1.25 0 0 1-1.116-.68l-2.061-3.994zM35.92 16.63l.207-.114.223-.15q.493-.356.735-.785l.061-.118.033 1.332h1.678V9.242h-1.694l-.033 1.267q-.133-.329-.526-.658l-.032-.028a3.2 3.2 0 0 0-.668-.428l-.27-.12a3.3 3.3 0 0 0-1.235-.23q-1.136-.001-1.974.493a3.36 3.36 0 0 0-1.3 1.382q-.445.89-.444 2.074 0 1.2.51 2.107a3.8 3.8 0 0 0 1.382 1.381 3.9 3.9 0 0 0 1.893.477q.795 0 1.455-.33zm-2.789-5.38q-.576.675-.575 1.762 0 1.102.559 1.794.576.675 1.645.675a2.25 2.25 0 0 0 .934-.19 2.2 2.2 0 0 0 .468-.29l.178-.161a2.2 2.2 0 0 0 .397-.561q.244-.5.244-1.15v-.115q0-.708-.296-1.267l-.043-.077a2.2 2.2 0 0 0-.633-.709l-.13-.086-.047-.028a2.1 2.1 0 0 0-1.073-.285q-1.052 0-1.629.692zm2.316 2.706c.163-.17.28-.407.28-.83v-.114c0-.292-.06-.508-.15-.68a.96.96 0 0 0-.353-.389.85.85 0 0 0-.464-.127c-.4 0-.56.114-.664.239l-.01.012c-.148.174-.275.45-.275.945 0 .506.122.801.27.99.097.11.266.224.68.224.303 0 .504-.09.687-.269zm7.545 1.705a2.6 2.6 0 0 0 .331.423q.319.33.755.548l.173.074q.65.255 1.49.255 1.02 0 1.844-.493a3.45 3.45 0 0 0 1.316-1.4q.493-.904.493-2.089 0-1.909-.988-2.913-.988-1.02-2.584-1.02-.898 0-1.575.347a3 3 0 0 0-.415.262l-.199.166a3.4 3.4 0 0 0-.64.82V9.242h-1.712v11.553h1.729l-.017-5.134zm.53-1.138q.206.29.48.5l.155.11.053.034q.51.296 1.119.297 1.07 0 1.645-.675.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.435 0-.835.16a2 2 0 0 0-.284.136 2 2 0 0 0-.363.254 2.2 2.2 0 0 0-.46.569l-.082.162a2.6 2.6 0 0 0-.213 1.072v.115q0 .707.296 1.267l.135.211zm.964-.818a1.1 1.1 0 0 0 .367.385.94.94 0 0 0 .476.118c.423 0 .59-.117.687-.23.159-.194.28-.478.28-.95 0-.53-.133-.8-.266-.952l-.021-.025c-.078-.094-.231-.221-.68-.221a1 1 0 0 0-.503.135l-.012.007a.86.86 0 0 0-.335.343c-.073.133-.132.324-.132.614v.115a1.4 1.4 0 0 0 .14.66zm15.7-6.222q.347-.346.346-.856a1.05 1.05 0 0 0-.345-.79 1.18 1.18 0 0 0-.84-.329q-.51 0-.855.33a1.05 1.05 0 0 0-.346.79q0 .51.346.855.345.346.856.346.51 0 .839-.346zm4.337 9.314.033-1.332q.191.403.59.747l.098.081a4 4 0 0 0 .316.224l.223.122a3.2 3.2 0 0 0 1.44.322 3.8 3.8 0 0 0 1.875-.477 3.5 3.5 0 0 0 1.382-1.366q.527-.89.526-2.09 0-1.184-.444-2.073a3.24 3.24 0 0 0-1.283-1.399q-.823-.51-1.942-.51a3.5 3.5 0 0 0-1.527.344l-.086.043-.165.09a3 3 0 0 0-.33.214q-.432.315-.656.707a2 2 0 0 0-.099.198l.082-1.283V4.701h-1.744v12.095zm.473-2.509a2.5 2.5 0 0 0 .566.7q.117.098.245.18l.144.08a2.1 2.1 0 0 0 .975.232q1.07 0 1.645-.675.576-.69.576-1.778 0-1.102-.576-1.777-.56-.691-1.645-.692a2.2 2.2 0 0 0-1.015.235q-.22.113-.415.282l-.15.142a2.1 2.1 0 0 0-.42.594q-.223.479-.223 1.1v.115q0 .705.293 1.26zm2.616-.293c.157-.191.28-.479.28-.967 0-.51-.13-.79-.276-.961l-.021-.026c-.082-.1-.232-.225-.67-.225a.87.87 0 0 0-.681.279l-.012.011c-.154.155-.274.38-.274.807v.115c0 .285.057.499.144.669a1.1 1.1 0 0 0 .367.405c.137.082.28.123.455.123.423 0 .59-.118.686-.23zm8.266-3.013q.345-.13.724-.14l.069-.002q.493 0 .642.099l.247-1.794q-.196-.099-.717-.099a2.3 2.3 0 0 0-.545.063 2 2 0 0 0-.411.148 2.2 2.2 0 0 0-.4.249 2.5 2.5 0 0 0-.485.499 2.7 2.7 0 0 0-.32.581l-.05.137v-1.48h-1.778v7.553h1.777v-3.884q0-.546.159-.943a1.5 1.5 0 0 1 .466-.636 2.5 2.5 0 0 1 .399-.253 2 2 0 0 1 .224-.099zm9.784 2.656.05-.922q0-1.743-.856-2.698-.838-.97-2.584-.97-1.119-.001-2.007.493a3.46 3.46 0 0 0-1.4 1.382q-.493.906-.493 2.106 0 1.07.428 1.975.428.89 1.332 1.432.906.526 2.255.526.973 0 1.668-.185l.044-.012.135-.04q.613-.184.984-.421l-.542-1.267q-.3.162-.642.274l-.297.087q-.51.131-1.3.131-.954 0-1.497-.444a1.6 1.6 0 0 1-.192-.193q-.366-.44-.512-1.234l-.004-.021zm-5.427-1.256-.003.022h3.752v-.138q-.011-.727-.288-1.118a1 1 0 0 0-.156-.176q-.46-.428-1.316-.428-.986 0-1.494.604-.379.45-.494 1.234zm-27.053 2.77V4.7h-1.86v12.095h5.333V15.15zm7.103-5.908v7.553h-1.843V9.242h1.843z'/%3E%3Cpath fill='%23fff' d='m19.63 11.151-.757-1.71-.345 1.71-1.12 5.644h-1.827L18.083 4.7h.197l3.325 6.533.988 2.19.988-2.19L26.839 4.7h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.93 5.644h-.098l-2.913-5.644zm14.836 5.81q-1.02 0-1.893-.478a3.8 3.8 0 0 1-1.381-1.382q-.51-.906-.51-2.106 0-1.185.444-2.074a3.36 3.36 0 0 1 1.3-1.382q.839-.494 1.974-.494a3.3 3.3 0 0 1 1.234.231 3.3 3.3 0 0 1 .97.575q.396.33.527.659l.033-1.267h1.694v7.553H37.18l-.033-1.332q-.279.593-1.02 1.053a3.17 3.17 0 0 1-1.662.444zm.296-1.482q.938 0 1.58-.642.642-.66.642-1.711v-.115q0-.708-.296-1.267a2.2 2.2 0 0 0-.807-.872 2.1 2.1 0 0 0-1.119-.313q-1.053 0-1.629.692-.575.675-.575 1.76 0 1.103.559 1.795.577.675 1.645.675zm6.521-6.237h1.711v1.4q.906-1.597 2.83-1.597 1.596 0 2.584 1.02.988 1.005.988 2.914 0 1.185-.493 2.09a3.46 3.46 0 0 1-1.316 1.399 3.5 3.5 0 0 1-1.844.493q-.954 0-1.662-.329a2.67 2.67 0 0 1-1.086-.97l.017 5.134h-1.728zm4.048 6.22q1.07 0 1.645-.674.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.592 0-1.12.296-.51.28-.822.823-.296.527-.296 1.234v.115q0 .708.296 1.267.313.543.823.855.51.296 1.119.297z'/%3E%3Cpath fill='%23e1e3e9' d='M51.325 4.7h1.86v10.45h3.473v1.646h-5.333zm7.12 4.542h1.843v7.553h-1.843zm.905-1.415a1.16 1.16 0 0 1-.856-.346 1.17 1.17 0 0 1-.346-.856 1.05 1.05 0 0 1 .346-.79q.346-.329.856-.329.494 0 .839.33a1.05 1.05 0 0 1 .345.79 1.16 1.16 0 0 1-.345.855q-.33.346-.84.346zm7.875 9.133a3.17 3.17 0 0 1-1.662-.444q-.723-.46-1.004-1.053l-.033 1.332h-1.71V4.701h1.743v4.657l-.082 1.283q.279-.658 1.086-1.119a3.5 3.5 0 0 1 1.778-.477q1.119 0 1.942.51a3.24 3.24 0 0 1 1.283 1.4q.445.888.444 2.072 0 1.201-.526 2.09a3.5 3.5 0 0 1-1.382 1.366 3.8 3.8 0 0 1-1.876.477zm-.296-1.481q1.069 0 1.645-.675.577-.69.577-1.778 0-1.102-.577-1.776-.56-.691-1.645-.692a2.12 2.12 0 0 0-1.58.659q-.642.641-.642 1.694v.115q0 .71.296 1.267a2.4 2.4 0 0 0 .807.872 2.1 2.1 0 0 0 1.119.313zm5.927-6.237h1.777v1.481q.263-.757.856-1.217a2.14 2.14 0 0 1 1.349-.46q.527 0 .724.098l-.247 1.794q-.149-.099-.642-.099-.774 0-1.416.494-.626.493-.626 1.58v3.883h-1.777V9.242zm9.534 7.718q-1.35 0-2.255-.526-.904-.543-1.332-1.432a4.6 4.6 0 0 1-.428-1.975q0-1.2.493-2.106a3.46 3.46 0 0 1 1.4-1.382q.889-.495 2.007-.494 1.744 0 2.584.97.855.956.856 2.7 0 .444-.05.92h-5.43q.18 1.005.708 1.45.542.443 1.497.443.79 0 1.3-.131a4 4 0 0 0 .938-.362l.542 1.267q-.411.263-1.119.46-.708.198-1.711.197zm1.596-4.558q.016-1.02-.444-1.432-.46-.428-1.316-.428-1.728 0-1.991 1.86z'/%3E%3Cpath d='M5.074 15.948a.484.657 0 0 0-.486.659v1.84a.484.657 0 0 0 .486.659h4.101a.484.657 0 0 0 .486-.659v-1.84a.484.657 0 0 0-.486-.659zm3.56 1.16H5.617v.838h3.017z' style='fill:%23fff;fill-rule:evenodd;stroke-width:1.03600001'/%3E%3Cg style='stroke-width:1.12603545'%3E%3Cpath d='M-9.408-1.416c-3.833-.025-7.056 2.912-7.08 6.615-.02 3.08 1.653 4.832 3.107 6.268.903.892 1.721 1.74 2.32 2.902l-.525-.004c-.543-.003-.992.304-1.24.639a1.87 1.87 0 0 0-.362 1.121l-.011 1.877c-.003.402.104.787.347 1.125.244.338.688.653 1.23.656l4.142.028c.542.003.99-.306 1.238-.641a1.87 1.87 0 0 0 .363-1.121l.012-1.875a1.87 1.87 0 0 0-.348-1.127c-.243-.338-.688-.653-1.23-.656l-.518-.004c.597-1.145 1.425-1.983 2.348-2.87 1.473-1.414 3.18-3.149 3.2-6.226-.016-3.59-2.923-6.684-6.993-6.707m-.006 1.1v.002c3.274.02 5.92 2.532 5.9 5.6-.017 2.706-1.39 4.026-2.863 5.44-1.034.994-2.118 2.033-2.814 3.633-.018.041-.052.055-.075.065q-.013.004-.02.01a.34.34 0 0 1-.226.084.34.34 0 0 1-.224-.086l-.092-.077c-.699-1.615-1.768-2.669-2.781-3.67-1.454-1.435-2.797-2.762-2.78-5.478.02-3.067 2.7-5.545 5.975-5.523m-.02 2.826c-1.62-.01-2.944 1.315-2.955 2.96-.01 1.646 1.295 2.988 2.916 2.999h.002c1.621.01 2.943-1.316 2.953-2.961.011-1.646-1.294-2.988-2.916-2.998m-.005 1.1c1.017.006 1.829.83 1.822 1.89s-.83 1.874-1.848 1.867c-1.018-.006-1.829-.83-1.822-1.89s.83-1.874 1.848-1.868m-2.155 11.857 4.14.025c.271.002.49.305.487.676l-.013 1.875c-.003.37-.224.67-.495.668l-4.14-.025c-.27-.002-.487-.306-.485-.676l.012-1.875c.003-.37.224-.67.494-.668' style='color:%23000;font-style:normal;font-variant:normal;font-weight:400;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:evenodd;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000;solid-opacity:1;vector-effect:none;fill:%23000;fill-opacity:.4;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-9.415-.316C-12.69-.338-15.37 2.14-15.39 5.207c-.017 2.716 1.326 4.041 2.78 5.477 1.013 1 2.081 2.055 2.78 3.67l.092.076a.34.34 0 0 0 .225.086.34.34 0 0 0 .227-.083l.019-.01c.022-.009.057-.024.074-.064.697-1.6 1.78-2.64 2.814-3.634 1.473-1.414 2.847-2.733 2.864-5.44.02-3.067-2.627-5.58-5.901-5.601m-.057 8.784c1.621.011 2.944-1.315 2.955-2.96.01-1.646-1.295-2.988-2.916-2.999-1.622-.01-2.945 1.315-2.955 2.96s1.295 2.989 2.916 3' style='clip-rule:evenodd;fill:%23e1e3e9;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-11.594 15.465c-.27-.002-.492.297-.494.668l-.012 1.876c-.003.371.214.673.485.675l4.14.027c.271.002.492-.298.495-.668l.012-1.877c.003-.37-.215-.672-.485-.674z' style='clip-rule:evenodd;fill:%23fff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;cursor:pointer;display:block;height:23px;margin:0 0 -4px -4px;overflow:hidden;width:88px}a.maplibregl-ctrl-logo.maplibregl-compact{width:14px}@media (forced-colors:active){a.maplibregl-ctrl-logo{background-color:transparent;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='23' fill='none'%3E%3Cpath fill='%23000' fill-opacity='.4' fill-rule='evenodd' d='M17.408 16.796h-1.827l2.501-12.095h.198l3.324 6.533.988 2.19.988-2.19 3.258-6.533h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.929 5.644h-.098l-2.914-5.644-.757-1.71-.345 1.71zm1.958-3.42-.726 3.663a1.255 1.255 0 0 1-1.232 1.011h-1.827a1.255 1.255 0 0 1-1.229-1.509l2.501-12.095a1.255 1.255 0 0 1 1.23-1.001h.197a1.25 1.25 0 0 1 1.12.685l3.19 6.273 3.125-6.263a1.25 1.25 0 0 1 1.123-.695h.181a1.255 1.255 0 0 1 1.227.991l1.443 6.71a5 5 0 0 1 .314-.787l.009-.016a4.6 4.6 0 0 1 1.777-1.887c.782-.46 1.668-.667 2.611-.667a4.6 4.6 0 0 1 1.7.32l.306.134c.21-.16.474-.256.759-.256h1.694a1.255 1.255 0 0 1 1.212.925 1.255 1.255 0 0 1 1.212-.925h1.711c.284 0 .545.094.755.252.613-.3 1.312-.45 2.075-.45 1.356 0 2.557.445 3.482 1.4q.47.48.763 1.064V4.701a1.255 1.255 0 0 1 1.255-1.255h1.86A1.255 1.255 0 0 1 54.44 4.7v9.194h2.217c.19 0 .37.043.532.118v-4.77c0-.356.147-.678.385-.906a2.42 2.42 0 0 1-.682-1.71c0-.665.267-1.253.735-1.7a2.45 2.45 0 0 1 1.722-.674 2.43 2.43 0 0 1 1.705.675q.318.302.504.683V4.7a1.255 1.255 0 0 1 1.255-1.255h1.744A1.255 1.255 0 0 1 65.812 4.7v3.335a4.8 4.8 0 0 1 1.526-.246c.938 0 1.817.214 2.59.69a4.47 4.47 0 0 1 1.67 1.743v-.98a1.255 1.255 0 0 1 1.256-1.256h1.777c.233 0 .451.064.639.174a3.4 3.4 0 0 1 1.567-.372c.346 0 .861.02 1.285.232a1.25 1.25 0 0 1 .689 1.004 4.7 4.7 0 0 1 .853-.588c.795-.44 1.675-.647 2.61-.647 1.385 0 2.65.39 3.525 1.396.836.938 1.168 2.173 1.168 3.528q-.001.515-.056 1.051a1.255 1.255 0 0 1-.947 1.09l.408.952a1.255 1.255 0 0 1-.477 1.552c-.418.268-.92.463-1.458.612-.613.171-1.304.244-2.049.244-1.06 0-2.043-.207-2.886-.698l-.015-.008c-.798-.48-1.419-1.135-1.818-1.963l-.004-.008a5.8 5.8 0 0 1-.548-2.512q0-.429.053-.843a1.3 1.3 0 0 1-.333-.086l-.166-.004c-.223 0-.426.062-.643.228-.03.024-.142.139-.142.59v3.883a1.255 1.255 0 0 1-1.256 1.256h-1.777a1.255 1.255 0 0 1-1.256-1.256V15.69l-.032.057a4.8 4.8 0 0 1-1.86 1.833 5.04 5.04 0 0 1-2.484.634 4.5 4.5 0 0 1-1.935-.424 1.25 1.25 0 0 1-.764.258h-1.71a1.255 1.255 0 0 1-1.256-1.255V7.687a2.4 2.4 0 0 1-.428.625c.253.23.412.561.412.93v7.553a1.255 1.255 0 0 1-1.256 1.255h-1.843a1.25 1.25 0 0 1-.894-.373c-.228.23-.544.373-.894.373H51.32a1.255 1.255 0 0 1-1.256-1.255v-1.251l-.061.117a4.7 4.7 0 0 1-1.782 1.884 4.77 4.77 0 0 1-2.485.67 5.6 5.6 0 0 1-1.485-.188l.009 2.764a1.255 1.255 0 0 1-1.255 1.259h-1.729a1.255 1.255 0 0 1-1.255-1.255v-3.537a1.255 1.255 0 0 1-1.167.793h-1.679a1.25 1.25 0 0 1-.77-.263 4.5 4.5 0 0 1-1.945.429c-.885 0-1.724-.21-2.495-.632l-.017-.01a5 5 0 0 1-1.081-.836 1.255 1.255 0 0 1-1.254 1.312h-1.81a1.255 1.255 0 0 1-1.228-.99l-.782-3.625-2.044 3.939a1.25 1.25 0 0 1-1.115.676h-.098a1.25 1.25 0 0 1-1.116-.68l-2.061-3.994zM35.92 16.63l.207-.114.223-.15q.493-.356.735-.785l.061-.118.033 1.332h1.678V9.242h-1.694l-.033 1.267q-.133-.329-.526-.658l-.032-.028a3.2 3.2 0 0 0-.668-.428l-.27-.12a3.3 3.3 0 0 0-1.235-.23q-1.136-.001-1.974.493a3.36 3.36 0 0 0-1.3 1.382q-.445.89-.444 2.074 0 1.2.51 2.107a3.8 3.8 0 0 0 1.382 1.381 3.9 3.9 0 0 0 1.893.477q.795 0 1.455-.33zm-2.789-5.38q-.576.675-.575 1.762 0 1.102.559 1.794.576.675 1.645.675a2.25 2.25 0 0 0 .934-.19 2.2 2.2 0 0 0 .468-.29l.178-.161a2.2 2.2 0 0 0 .397-.561q.244-.5.244-1.15v-.115q0-.708-.296-1.267l-.043-.077a2.2 2.2 0 0 0-.633-.709l-.13-.086-.047-.028a2.1 2.1 0 0 0-1.073-.285q-1.052 0-1.629.692zm2.316 2.706c.163-.17.28-.407.28-.83v-.114c0-.292-.06-.508-.15-.68a.96.96 0 0 0-.353-.389.85.85 0 0 0-.464-.127c-.4 0-.56.114-.664.239l-.01.012c-.148.174-.275.45-.275.945 0 .506.122.801.27.99.097.11.266.224.68.224.303 0 .504-.09.687-.269zm7.545 1.705a2.6 2.6 0 0 0 .331.423q.319.33.755.548l.173.074q.65.255 1.49.255 1.02 0 1.844-.493a3.45 3.45 0 0 0 1.316-1.4q.493-.904.493-2.089 0-1.909-.988-2.913-.988-1.02-2.584-1.02-.898 0-1.575.347a3 3 0 0 0-.415.262l-.199.166a3.4 3.4 0 0 0-.64.82V9.242h-1.712v11.553h1.729l-.017-5.134zm.53-1.138q.206.29.48.5l.155.11.053.034q.51.296 1.119.297 1.07 0 1.645-.675.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.435 0-.835.16a2 2 0 0 0-.284.136 2 2 0 0 0-.363.254 2.2 2.2 0 0 0-.46.569l-.082.162a2.6 2.6 0 0 0-.213 1.072v.115q0 .707.296 1.267l.135.211zm.964-.818a1.1 1.1 0 0 0 .367.385.94.94 0 0 0 .476.118c.423 0 .59-.117.687-.23.159-.194.28-.478.28-.95 0-.53-.133-.8-.266-.952l-.021-.025c-.078-.094-.231-.221-.68-.221a1 1 0 0 0-.503.135l-.012.007a.86.86 0 0 0-.335.343c-.073.133-.132.324-.132.614v.115a1.4 1.4 0 0 0 .14.66zm15.7-6.222q.347-.346.346-.856a1.05 1.05 0 0 0-.345-.79 1.18 1.18 0 0 0-.84-.329q-.51 0-.855.33a1.05 1.05 0 0 0-.346.79q0 .51.346.855.345.346.856.346.51 0 .839-.346zm4.337 9.314.033-1.332q.191.403.59.747l.098.081a4 4 0 0 0 .316.224l.223.122a3.2 3.2 0 0 0 1.44.322 3.8 3.8 0 0 0 1.875-.477 3.5 3.5 0 0 0 1.382-1.366q.527-.89.526-2.09 0-1.184-.444-2.073a3.24 3.24 0 0 0-1.283-1.399q-.823-.51-1.942-.51a3.5 3.5 0 0 0-1.527.344l-.086.043-.165.09a3 3 0 0 0-.33.214q-.432.315-.656.707a2 2 0 0 0-.099.198l.082-1.283V4.701h-1.744v12.095zm.473-2.509a2.5 2.5 0 0 0 .566.7q.117.098.245.18l.144.08a2.1 2.1 0 0 0 .975.232q1.07 0 1.645-.675.576-.69.576-1.778 0-1.102-.576-1.777-.56-.691-1.645-.692a2.2 2.2 0 0 0-1.015.235q-.22.113-.415.282l-.15.142a2.1 2.1 0 0 0-.42.594q-.223.479-.223 1.1v.115q0 .705.293 1.26zm2.616-.293c.157-.191.28-.479.28-.967 0-.51-.13-.79-.276-.961l-.021-.026c-.082-.1-.232-.225-.67-.225a.87.87 0 0 0-.681.279l-.012.011c-.154.155-.274.38-.274.807v.115c0 .285.057.499.144.669a1.1 1.1 0 0 0 .367.405c.137.082.28.123.455.123.423 0 .59-.118.686-.23zm8.266-3.013q.345-.13.724-.14l.069-.002q.493 0 .642.099l.247-1.794q-.196-.099-.717-.099a2.3 2.3 0 0 0-.545.063 2 2 0 0 0-.411.148 2.2 2.2 0 0 0-.4.249 2.5 2.5 0 0 0-.485.499 2.7 2.7 0 0 0-.32.581l-.05.137v-1.48h-1.778v7.553h1.777v-3.884q0-.546.159-.943a1.5 1.5 0 0 1 .466-.636 2.5 2.5 0 0 1 .399-.253 2 2 0 0 1 .224-.099zm9.784 2.656.05-.922q0-1.743-.856-2.698-.838-.97-2.584-.97-1.119-.001-2.007.493a3.46 3.46 0 0 0-1.4 1.382q-.493.906-.493 2.106 0 1.07.428 1.975.428.89 1.332 1.432.906.526 2.255.526.973 0 1.668-.185l.044-.012.135-.04q.613-.184.984-.421l-.542-1.267q-.3.162-.642.274l-.297.087q-.51.131-1.3.131-.954 0-1.497-.444a1.6 1.6 0 0 1-.192-.193q-.366-.44-.512-1.234l-.004-.021zm-5.427-1.256-.003.022h3.752v-.138q-.011-.727-.288-1.118a1 1 0 0 0-.156-.176q-.46-.428-1.316-.428-.986 0-1.494.604-.379.45-.494 1.234zm-27.053 2.77V4.7h-1.86v12.095h5.333V15.15zm7.103-5.908v7.553h-1.843V9.242h1.843z'/%3E%3Cpath fill='%23fff' d='m19.63 11.151-.757-1.71-.345 1.71-1.12 5.644h-1.827L18.083 4.7h.197l3.325 6.533.988 2.19.988-2.19L26.839 4.7h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.93 5.644h-.098l-2.913-5.644zm14.836 5.81q-1.02 0-1.893-.478a3.8 3.8 0 0 1-1.381-1.382q-.51-.906-.51-2.106 0-1.185.444-2.074a3.36 3.36 0 0 1 1.3-1.382q.839-.494 1.974-.494a3.3 3.3 0 0 1 1.234.231 3.3 3.3 0 0 1 .97.575q.396.33.527.659l.033-1.267h1.694v7.553H37.18l-.033-1.332q-.279.593-1.02 1.053a3.17 3.17 0 0 1-1.662.444zm.296-1.482q.938 0 1.58-.642.642-.66.642-1.711v-.115q0-.708-.296-1.267a2.2 2.2 0 0 0-.807-.872 2.1 2.1 0 0 0-1.119-.313q-1.053 0-1.629.692-.575.675-.575 1.76 0 1.103.559 1.795.577.675 1.645.675zm6.521-6.237h1.711v1.4q.906-1.597 2.83-1.597 1.596 0 2.584 1.02.988 1.005.988 2.914 0 1.185-.493 2.09a3.46 3.46 0 0 1-1.316 1.399 3.5 3.5 0 0 1-1.844.493q-.954 0-1.662-.329a2.67 2.67 0 0 1-1.086-.97l.017 5.134h-1.728zm4.048 6.22q1.07 0 1.645-.674.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.592 0-1.12.296-.51.28-.822.823-.296.527-.296 1.234v.115q0 .708.296 1.267.313.543.823.855.51.296 1.119.297z'/%3E%3Cpath fill='%23e1e3e9' d='M51.325 4.7h1.86v10.45h3.473v1.646h-5.333zm7.12 4.542h1.843v7.553h-1.843zm.905-1.415a1.16 1.16 0 0 1-.856-.346 1.17 1.17 0 0 1-.346-.856 1.05 1.05 0 0 1 .346-.79q.346-.329.856-.329.494 0 .839.33a1.05 1.05 0 0 1 .345.79 1.16 1.16 0 0 1-.345.855q-.33.346-.84.346zm7.875 9.133a3.17 3.17 0 0 1-1.662-.444q-.723-.46-1.004-1.053l-.033 1.332h-1.71V4.701h1.743v4.657l-.082 1.283q.279-.658 1.086-1.119a3.5 3.5 0 0 1 1.778-.477q1.119 0 1.942.51a3.24 3.24 0 0 1 1.283 1.4q.445.888.444 2.072 0 1.201-.526 2.09a3.5 3.5 0 0 1-1.382 1.366 3.8 3.8 0 0 1-1.876.477zm-.296-1.481q1.069 0 1.645-.675.577-.69.577-1.778 0-1.102-.577-1.776-.56-.691-1.645-.692a2.12 2.12 0 0 0-1.58.659q-.642.641-.642 1.694v.115q0 .71.296 1.267a2.4 2.4 0 0 0 .807.872 2.1 2.1 0 0 0 1.119.313zm5.927-6.237h1.777v1.481q.263-.757.856-1.217a2.14 2.14 0 0 1 1.349-.46q.527 0 .724.098l-.247 1.794q-.149-.099-.642-.099-.774 0-1.416.494-.626.493-.626 1.58v3.883h-1.777V9.242zm9.534 7.718q-1.35 0-2.255-.526-.904-.543-1.332-1.432a4.6 4.6 0 0 1-.428-1.975q0-1.2.493-2.106a3.46 3.46 0 0 1 1.4-1.382q.889-.495 2.007-.494 1.744 0 2.584.97.855.956.856 2.7 0 .444-.05.92h-5.43q.18 1.005.708 1.45.542.443 1.497.443.79 0 1.3-.131a4 4 0 0 0 .938-.362l.542 1.267q-.411.263-1.119.46-.708.198-1.711.197zm1.596-4.558q.016-1.02-.444-1.432-.46-.428-1.316-.428-1.728 0-1.991 1.86z'/%3E%3Cpath d='M5.074 15.948a.484.657 0 0 0-.486.659v1.84a.484.657 0 0 0 .486.659h4.101a.484.657 0 0 0 .486-.659v-1.84a.484.657 0 0 0-.486-.659zm3.56 1.16H5.617v.838h3.017z' style='fill:%23fff;fill-rule:evenodd;stroke-width:1.03600001'/%3E%3Cg style='stroke-width:1.12603545'%3E%3Cpath d='M-9.408-1.416c-3.833-.025-7.056 2.912-7.08 6.615-.02 3.08 1.653 4.832 3.107 6.268.903.892 1.721 1.74 2.32 2.902l-.525-.004c-.543-.003-.992.304-1.24.639a1.87 1.87 0 0 0-.362 1.121l-.011 1.877c-.003.402.104.787.347 1.125.244.338.688.653 1.23.656l4.142.028c.542.003.99-.306 1.238-.641a1.87 1.87 0 0 0 .363-1.121l.012-1.875a1.87 1.87 0 0 0-.348-1.127c-.243-.338-.688-.653-1.23-.656l-.518-.004c.597-1.145 1.425-1.983 2.348-2.87 1.473-1.414 3.18-3.149 3.2-6.226-.016-3.59-2.923-6.684-6.993-6.707m-.006 1.1v.002c3.274.02 5.92 2.532 5.9 5.6-.017 2.706-1.39 4.026-2.863 5.44-1.034.994-2.118 2.033-2.814 3.633-.018.041-.052.055-.075.065q-.013.004-.02.01a.34.34 0 0 1-.226.084.34.34 0 0 1-.224-.086l-.092-.077c-.699-1.615-1.768-2.669-2.781-3.67-1.454-1.435-2.797-2.762-2.78-5.478.02-3.067 2.7-5.545 5.975-5.523m-.02 2.826c-1.62-.01-2.944 1.315-2.955 2.96-.01 1.646 1.295 2.988 2.916 2.999h.002c1.621.01 2.943-1.316 2.953-2.961.011-1.646-1.294-2.988-2.916-2.998m-.005 1.1c1.017.006 1.829.83 1.822 1.89s-.83 1.874-1.848 1.867c-1.018-.006-1.829-.83-1.822-1.89s.83-1.874 1.848-1.868m-2.155 11.857 4.14.025c.271.002.49.305.487.676l-.013 1.875c-.003.37-.224.67-.495.668l-4.14-.025c-.27-.002-.487-.306-.485-.676l.012-1.875c.003-.37.224-.67.494-.668' style='color:%23000;font-style:normal;font-variant:normal;font-weight:400;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:evenodd;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000;solid-opacity:1;vector-effect:none;fill:%23000;fill-opacity:.4;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-9.415-.316C-12.69-.338-15.37 2.14-15.39 5.207c-.017 2.716 1.326 4.041 2.78 5.477 1.013 1 2.081 2.055 2.78 3.67l.092.076a.34.34 0 0 0 .225.086.34.34 0 0 0 .227-.083l.019-.01c.022-.009.057-.024.074-.064.697-1.6 1.78-2.64 2.814-3.634 1.473-1.414 2.847-2.733 2.864-5.44.02-3.067-2.627-5.58-5.901-5.601m-.057 8.784c1.621.011 2.944-1.315 2.955-2.96.01-1.646-1.295-2.988-2.916-2.999-1.622-.01-2.945 1.315-2.955 2.96s1.295 2.989 2.916 3' style='clip-rule:evenodd;fill:%23e1e3e9;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-11.594 15.465c-.27-.002-.492.297-.494.668l-.012 1.876c-.003.371.214.673.485.675l4.14.027c.271.002.492-.298.495-.668l.012-1.877c.003-.37-.215-.672-.485-.674z' style='clip-rule:evenodd;fill:%23fff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3C/g%3E%3C/svg%3E")}}@media (forced-colors:active) and (prefers-color-scheme:light){a.maplibregl-ctrl-logo{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='23' fill='none'%3E%3Cpath fill='%23000' fill-opacity='.4' fill-rule='evenodd' d='M17.408 16.796h-1.827l2.501-12.095h.198l3.324 6.533.988 2.19.988-2.19 3.258-6.533h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.929 5.644h-.098l-2.914-5.644-.757-1.71-.345 1.71zm1.958-3.42-.726 3.663a1.255 1.255 0 0 1-1.232 1.011h-1.827a1.255 1.255 0 0 1-1.229-1.509l2.501-12.095a1.255 1.255 0 0 1 1.23-1.001h.197a1.25 1.25 0 0 1 1.12.685l3.19 6.273 3.125-6.263a1.25 1.25 0 0 1 1.123-.695h.181a1.255 1.255 0 0 1 1.227.991l1.443 6.71a5 5 0 0 1 .314-.787l.009-.016a4.6 4.6 0 0 1 1.777-1.887c.782-.46 1.668-.667 2.611-.667a4.6 4.6 0 0 1 1.7.32l.306.134c.21-.16.474-.256.759-.256h1.694a1.255 1.255 0 0 1 1.212.925 1.255 1.255 0 0 1 1.212-.925h1.711c.284 0 .545.094.755.252.613-.3 1.312-.45 2.075-.45 1.356 0 2.557.445 3.482 1.4q.47.48.763 1.064V4.701a1.255 1.255 0 0 1 1.255-1.255h1.86A1.255 1.255 0 0 1 54.44 4.7v9.194h2.217c.19 0 .37.043.532.118v-4.77c0-.356.147-.678.385-.906a2.42 2.42 0 0 1-.682-1.71c0-.665.267-1.253.735-1.7a2.45 2.45 0 0 1 1.722-.674 2.43 2.43 0 0 1 1.705.675q.318.302.504.683V4.7a1.255 1.255 0 0 1 1.255-1.255h1.744A1.255 1.255 0 0 1 65.812 4.7v3.335a4.8 4.8 0 0 1 1.526-.246c.938 0 1.817.214 2.59.69a4.47 4.47 0 0 1 1.67 1.743v-.98a1.255 1.255 0 0 1 1.256-1.256h1.777c.233 0 .451.064.639.174a3.4 3.4 0 0 1 1.567-.372c.346 0 .861.02 1.285.232a1.25 1.25 0 0 1 .689 1.004 4.7 4.7 0 0 1 .853-.588c.795-.44 1.675-.647 2.61-.647 1.385 0 2.65.39 3.525 1.396.836.938 1.168 2.173 1.168 3.528q-.001.515-.056 1.051a1.255 1.255 0 0 1-.947 1.09l.408.952a1.255 1.255 0 0 1-.477 1.552c-.418.268-.92.463-1.458.612-.613.171-1.304.244-2.049.244-1.06 0-2.043-.207-2.886-.698l-.015-.008c-.798-.48-1.419-1.135-1.818-1.963l-.004-.008a5.8 5.8 0 0 1-.548-2.512q0-.429.053-.843a1.3 1.3 0 0 1-.333-.086l-.166-.004c-.223 0-.426.062-.643.228-.03.024-.142.139-.142.59v3.883a1.255 1.255 0 0 1-1.256 1.256h-1.777a1.255 1.255 0 0 1-1.256-1.256V15.69l-.032.057a4.8 4.8 0 0 1-1.86 1.833 5.04 5.04 0 0 1-2.484.634 4.5 4.5 0 0 1-1.935-.424 1.25 1.25 0 0 1-.764.258h-1.71a1.255 1.255 0 0 1-1.256-1.255V7.687a2.4 2.4 0 0 1-.428.625c.253.23.412.561.412.93v7.553a1.255 1.255 0 0 1-1.256 1.255h-1.843a1.25 1.25 0 0 1-.894-.373c-.228.23-.544.373-.894.373H51.32a1.255 1.255 0 0 1-1.256-1.255v-1.251l-.061.117a4.7 4.7 0 0 1-1.782 1.884 4.77 4.77 0 0 1-2.485.67 5.6 5.6 0 0 1-1.485-.188l.009 2.764a1.255 1.255 0 0 1-1.255 1.259h-1.729a1.255 1.255 0 0 1-1.255-1.255v-3.537a1.255 1.255 0 0 1-1.167.793h-1.679a1.25 1.25 0 0 1-.77-.263 4.5 4.5 0 0 1-1.945.429c-.885 0-1.724-.21-2.495-.632l-.017-.01a5 5 0 0 1-1.081-.836 1.255 1.255 0 0 1-1.254 1.312h-1.81a1.255 1.255 0 0 1-1.228-.99l-.782-3.625-2.044 3.939a1.25 1.25 0 0 1-1.115.676h-.098a1.25 1.25 0 0 1-1.116-.68l-2.061-3.994zM35.92 16.63l.207-.114.223-.15q.493-.356.735-.785l.061-.118.033 1.332h1.678V9.242h-1.694l-.033 1.267q-.133-.329-.526-.658l-.032-.028a3.2 3.2 0 0 0-.668-.428l-.27-.12a3.3 3.3 0 0 0-1.235-.23q-1.136-.001-1.974.493a3.36 3.36 0 0 0-1.3 1.382q-.445.89-.444 2.074 0 1.2.51 2.107a3.8 3.8 0 0 0 1.382 1.381 3.9 3.9 0 0 0 1.893.477q.795 0 1.455-.33zm-2.789-5.38q-.576.675-.575 1.762 0 1.102.559 1.794.576.675 1.645.675a2.25 2.25 0 0 0 .934-.19 2.2 2.2 0 0 0 .468-.29l.178-.161a2.2 2.2 0 0 0 .397-.561q.244-.5.244-1.15v-.115q0-.708-.296-1.267l-.043-.077a2.2 2.2 0 0 0-.633-.709l-.13-.086-.047-.028a2.1 2.1 0 0 0-1.073-.285q-1.052 0-1.629.692zm2.316 2.706c.163-.17.28-.407.28-.83v-.114c0-.292-.06-.508-.15-.68a.96.96 0 0 0-.353-.389.85.85 0 0 0-.464-.127c-.4 0-.56.114-.664.239l-.01.012c-.148.174-.275.45-.275.945 0 .506.122.801.27.99.097.11.266.224.68.224.303 0 .504-.09.687-.269zm7.545 1.705a2.6 2.6 0 0 0 .331.423q.319.33.755.548l.173.074q.65.255 1.49.255 1.02 0 1.844-.493a3.45 3.45 0 0 0 1.316-1.4q.493-.904.493-2.089 0-1.909-.988-2.913-.988-1.02-2.584-1.02-.898 0-1.575.347a3 3 0 0 0-.415.262l-.199.166a3.4 3.4 0 0 0-.64.82V9.242h-1.712v11.553h1.729l-.017-5.134zm.53-1.138q.206.29.48.5l.155.11.053.034q.51.296 1.119.297 1.07 0 1.645-.675.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.435 0-.835.16a2 2 0 0 0-.284.136 2 2 0 0 0-.363.254 2.2 2.2 0 0 0-.46.569l-.082.162a2.6 2.6 0 0 0-.213 1.072v.115q0 .707.296 1.267l.135.211zm.964-.818a1.1 1.1 0 0 0 .367.385.94.94 0 0 0 .476.118c.423 0 .59-.117.687-.23.159-.194.28-.478.28-.95 0-.53-.133-.8-.266-.952l-.021-.025c-.078-.094-.231-.221-.68-.221a1 1 0 0 0-.503.135l-.012.007a.86.86 0 0 0-.335.343c-.073.133-.132.324-.132.614v.115a1.4 1.4 0 0 0 .14.66zm15.7-6.222q.347-.346.346-.856a1.05 1.05 0 0 0-.345-.79 1.18 1.18 0 0 0-.84-.329q-.51 0-.855.33a1.05 1.05 0 0 0-.346.79q0 .51.346.855.345.346.856.346.51 0 .839-.346zm4.337 9.314.033-1.332q.191.403.59.747l.098.081a4 4 0 0 0 .316.224l.223.122a3.2 3.2 0 0 0 1.44.322 3.8 3.8 0 0 0 1.875-.477 3.5 3.5 0 0 0 1.382-1.366q.527-.89.526-2.09 0-1.184-.444-2.073a3.24 3.24 0 0 0-1.283-1.399q-.823-.51-1.942-.51a3.5 3.5 0 0 0-1.527.344l-.086.043-.165.09a3 3 0 0 0-.33.214q-.432.315-.656.707a2 2 0 0 0-.099.198l.082-1.283V4.701h-1.744v12.095zm.473-2.509a2.5 2.5 0 0 0 .566.7q.117.098.245.18l.144.08a2.1 2.1 0 0 0 .975.232q1.07 0 1.645-.675.576-.69.576-1.778 0-1.102-.576-1.777-.56-.691-1.645-.692a2.2 2.2 0 0 0-1.015.235q-.22.113-.415.282l-.15.142a2.1 2.1 0 0 0-.42.594q-.223.479-.223 1.1v.115q0 .705.293 1.26zm2.616-.293c.157-.191.28-.479.28-.967 0-.51-.13-.79-.276-.961l-.021-.026c-.082-.1-.232-.225-.67-.225a.87.87 0 0 0-.681.279l-.012.011c-.154.155-.274.38-.274.807v.115c0 .285.057.499.144.669a1.1 1.1 0 0 0 .367.405c.137.082.28.123.455.123.423 0 .59-.118.686-.23zm8.266-3.013q.345-.13.724-.14l.069-.002q.493 0 .642.099l.247-1.794q-.196-.099-.717-.099a2.3 2.3 0 0 0-.545.063 2 2 0 0 0-.411.148 2.2 2.2 0 0 0-.4.249 2.5 2.5 0 0 0-.485.499 2.7 2.7 0 0 0-.32.581l-.05.137v-1.48h-1.778v7.553h1.777v-3.884q0-.546.159-.943a1.5 1.5 0 0 1 .466-.636 2.5 2.5 0 0 1 .399-.253 2 2 0 0 1 .224-.099zm9.784 2.656.05-.922q0-1.743-.856-2.698-.838-.97-2.584-.97-1.119-.001-2.007.493a3.46 3.46 0 0 0-1.4 1.382q-.493.906-.493 2.106 0 1.07.428 1.975.428.89 1.332 1.432.906.526 2.255.526.973 0 1.668-.185l.044-.012.135-.04q.613-.184.984-.421l-.542-1.267q-.3.162-.642.274l-.297.087q-.51.131-1.3.131-.954 0-1.497-.444a1.6 1.6 0 0 1-.192-.193q-.366-.44-.512-1.234l-.004-.021zm-5.427-1.256-.003.022h3.752v-.138q-.011-.727-.288-1.118a1 1 0 0 0-.156-.176q-.46-.428-1.316-.428-.986 0-1.494.604-.379.45-.494 1.234zm-27.053 2.77V4.7h-1.86v12.095h5.333V15.15zm7.103-5.908v7.553h-1.843V9.242h1.843z'/%3E%3Cpath fill='%23fff' d='m19.63 11.151-.757-1.71-.345 1.71-1.12 5.644h-1.827L18.083 4.7h.197l3.325 6.533.988 2.19.988-2.19L26.839 4.7h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.93 5.644h-.098l-2.913-5.644zm14.836 5.81q-1.02 0-1.893-.478a3.8 3.8 0 0 1-1.381-1.382q-.51-.906-.51-2.106 0-1.185.444-2.074a3.36 3.36 0 0 1 1.3-1.382q.839-.494 1.974-.494a3.3 3.3 0 0 1 1.234.231 3.3 3.3 0 0 1 .97.575q.396.33.527.659l.033-1.267h1.694v7.553H37.18l-.033-1.332q-.279.593-1.02 1.053a3.17 3.17 0 0 1-1.662.444zm.296-1.482q.938 0 1.58-.642.642-.66.642-1.711v-.115q0-.708-.296-1.267a2.2 2.2 0 0 0-.807-.872 2.1 2.1 0 0 0-1.119-.313q-1.053 0-1.629.692-.575.675-.575 1.76 0 1.103.559 1.795.577.675 1.645.675zm6.521-6.237h1.711v1.4q.906-1.597 2.83-1.597 1.596 0 2.584 1.02.988 1.005.988 2.914 0 1.185-.493 2.09a3.46 3.46 0 0 1-1.316 1.399 3.5 3.5 0 0 1-1.844.493q-.954 0-1.662-.329a2.67 2.67 0 0 1-1.086-.97l.017 5.134h-1.728zm4.048 6.22q1.07 0 1.645-.674.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.592 0-1.12.296-.51.28-.822.823-.296.527-.296 1.234v.115q0 .708.296 1.267.313.543.823.855.51.296 1.119.297z'/%3E%3Cpath fill='%23e1e3e9' d='M51.325 4.7h1.86v10.45h3.473v1.646h-5.333zm7.12 4.542h1.843v7.553h-1.843zm.905-1.415a1.16 1.16 0 0 1-.856-.346 1.17 1.17 0 0 1-.346-.856 1.05 1.05 0 0 1 .346-.79q.346-.329.856-.329.494 0 .839.33a1.05 1.05 0 0 1 .345.79 1.16 1.16 0 0 1-.345.855q-.33.346-.84.346zm7.875 9.133a3.17 3.17 0 0 1-1.662-.444q-.723-.46-1.004-1.053l-.033 1.332h-1.71V4.701h1.743v4.657l-.082 1.283q.279-.658 1.086-1.119a3.5 3.5 0 0 1 1.778-.477q1.119 0 1.942.51a3.24 3.24 0 0 1 1.283 1.4q.445.888.444 2.072 0 1.201-.526 2.09a3.5 3.5 0 0 1-1.382 1.366 3.8 3.8 0 0 1-1.876.477zm-.296-1.481q1.069 0 1.645-.675.577-.69.577-1.778 0-1.102-.577-1.776-.56-.691-1.645-.692a2.12 2.12 0 0 0-1.58.659q-.642.641-.642 1.694v.115q0 .71.296 1.267a2.4 2.4 0 0 0 .807.872 2.1 2.1 0 0 0 1.119.313zm5.927-6.237h1.777v1.481q.263-.757.856-1.217a2.14 2.14 0 0 1 1.349-.46q.527 0 .724.098l-.247 1.794q-.149-.099-.642-.099-.774 0-1.416.494-.626.493-.626 1.58v3.883h-1.777V9.242zm9.534 7.718q-1.35 0-2.255-.526-.904-.543-1.332-1.432a4.6 4.6 0 0 1-.428-1.975q0-1.2.493-2.106a3.46 3.46 0 0 1 1.4-1.382q.889-.495 2.007-.494 1.744 0 2.584.97.855.956.856 2.7 0 .444-.05.92h-5.43q.18 1.005.708 1.45.542.443 1.497.443.79 0 1.3-.131a4 4 0 0 0 .938-.362l.542 1.267q-.411.263-1.119.46-.708.198-1.711.197zm1.596-4.558q.016-1.02-.444-1.432-.46-.428-1.316-.428-1.728 0-1.991 1.86z'/%3E%3Cpath d='M5.074 15.948a.484.657 0 0 0-.486.659v1.84a.484.657 0 0 0 .486.659h4.101a.484.657 0 0 0 .486-.659v-1.84a.484.657 0 0 0-.486-.659zm3.56 1.16H5.617v.838h3.017z' style='fill:%23fff;fill-rule:evenodd;stroke-width:1.03600001'/%3E%3Cg style='stroke-width:1.12603545'%3E%3Cpath d='M-9.408-1.416c-3.833-.025-7.056 2.912-7.08 6.615-.02 3.08 1.653 4.832 3.107 6.268.903.892 1.721 1.74 2.32 2.902l-.525-.004c-.543-.003-.992.304-1.24.639a1.87 1.87 0 0 0-.362 1.121l-.011 1.877c-.003.402.104.787.347 1.125.244.338.688.653 1.23.656l4.142.028c.542.003.99-.306 1.238-.641a1.87 1.87 0 0 0 .363-1.121l.012-1.875a1.87 1.87 0 0 0-.348-1.127c-.243-.338-.688-.653-1.23-.656l-.518-.004c.597-1.145 1.425-1.983 2.348-2.87 1.473-1.414 3.18-3.149 3.2-6.226-.016-3.59-2.923-6.684-6.993-6.707m-.006 1.1v.002c3.274.02 5.92 2.532 5.9 5.6-.017 2.706-1.39 4.026-2.863 5.44-1.034.994-2.118 2.033-2.814 3.633-.018.041-.052.055-.075.065q-.013.004-.02.01a.34.34 0 0 1-.226.084.34.34 0 0 1-.224-.086l-.092-.077c-.699-1.615-1.768-2.669-2.781-3.67-1.454-1.435-2.797-2.762-2.78-5.478.02-3.067 2.7-5.545 5.975-5.523m-.02 2.826c-1.62-.01-2.944 1.315-2.955 2.96-.01 1.646 1.295 2.988 2.916 2.999h.002c1.621.01 2.943-1.316 2.953-2.961.011-1.646-1.294-2.988-2.916-2.998m-.005 1.1c1.017.006 1.829.83 1.822 1.89s-.83 1.874-1.848 1.867c-1.018-.006-1.829-.83-1.822-1.89s.83-1.874 1.848-1.868m-2.155 11.857 4.14.025c.271.002.49.305.487.676l-.013 1.875c-.003.37-.224.67-.495.668l-4.14-.025c-.27-.002-.487-.306-.485-.676l.012-1.875c.003-.37.224-.67.494-.668' style='color:%23000;font-style:normal;font-variant:normal;font-weight:400;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:evenodd;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000;solid-opacity:1;vector-effect:none;fill:%23000;fill-opacity:.4;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-9.415-.316C-12.69-.338-15.37 2.14-15.39 5.207c-.017 2.716 1.326 4.041 2.78 5.477 1.013 1 2.081 2.055 2.78 3.67l.092.076a.34.34 0 0 0 .225.086.34.34 0 0 0 .227-.083l.019-.01c.022-.009.057-.024.074-.064.697-1.6 1.78-2.64 2.814-3.634 1.473-1.414 2.847-2.733 2.864-5.44.02-3.067-2.627-5.58-5.901-5.601m-.057 8.784c1.621.011 2.944-1.315 2.955-2.96.01-1.646-1.295-2.988-2.916-2.999-1.622-.01-2.945 1.315-2.955 2.96s1.295 2.989 2.916 3' style='clip-rule:evenodd;fill:%23e1e3e9;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-11.594 15.465c-.27-.002-.492.297-.494.668l-.012 1.876c-.003.371.214.673.485.675l4.14.027c.271.002.492-.298.495-.668l.012-1.877c.003-.37-.215-.672-.485-.674z' style='clip-rule:evenodd;fill:%23fff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3C/g%3E%3C/svg%3E")}}.maplibregl-ctrl.maplibregl-ctrl-attrib{background-color:#ffffff80;margin:0;padding:0 5px}@media screen{.maplibregl-ctrl-attrib.maplibregl-compact{background-color:#fff;border-radius:12px;box-sizing:content-box;color:#000;margin:10px;min-height:20px;padding:2px 24px 2px 0;position:relative}.maplibregl-ctrl-attrib.maplibregl-compact-show{padding:2px 28px 2px 8px;visibility:visible}.maplibregl-ctrl-bottom-left>.maplibregl-ctrl-attrib.maplibregl-compact-show,.maplibregl-ctrl-top-left>.maplibregl-ctrl-attrib.maplibregl-compact-show{border-radius:12px;padding:2px 8px 2px 28px}.maplibregl-ctrl-attrib.maplibregl-compact .maplibregl-ctrl-attrib-inner{display:none}.maplibregl-ctrl-attrib-button{background-color:#ffffff80;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill-rule='evenodd' viewBox='0 0 20 20'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E");border:0;border-radius:12px;box-sizing:border-box;cursor:pointer;display:none;height:24px;outline:none;position:absolute;right:0;top:0;width:24px}.maplibregl-ctrl-attrib summary.maplibregl-ctrl-attrib-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;list-style:none}.maplibregl-ctrl-attrib summary.maplibregl-ctrl-attrib-button::-webkit-details-marker{display:none}.maplibregl-ctrl-bottom-left .maplibregl-ctrl-attrib-button,.maplibregl-ctrl-top-left .maplibregl-ctrl-attrib-button{left:0}.maplibregl-ctrl-attrib.maplibregl-compact .maplibregl-ctrl-attrib-button,.maplibregl-ctrl-attrib.maplibregl-compact-show .maplibregl-ctrl-attrib-inner{display:block}.maplibregl-ctrl-attrib.maplibregl-compact-show .maplibregl-ctrl-attrib-button{background-color:#0000000d}.maplibregl-ctrl-bottom-right>.maplibregl-ctrl-attrib.maplibregl-compact:after{bottom:0;right:0}.maplibregl-ctrl-top-right>.maplibregl-ctrl-attrib.maplibregl-compact:after{right:0;top:0}.maplibregl-ctrl-top-left>.maplibregl-ctrl-attrib.maplibregl-compact:after{left:0;top:0}.maplibregl-ctrl-bottom-left>.maplibregl-ctrl-attrib.maplibregl-compact:after{bottom:0;left:0}}@media screen and (forced-colors:active){.maplibregl-ctrl-attrib.maplibregl-compact:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23fff' fill-rule='evenodd' viewBox='0 0 20 20'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E")}}@media screen and (forced-colors:active) and (prefers-color-scheme:light){.maplibregl-ctrl-attrib.maplibregl-compact:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill-rule='evenodd' viewBox='0 0 20 20'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E")}}.maplibregl-ctrl-attrib a{color:#000000bf;text-decoration:none}.maplibregl-ctrl-attrib a:hover{color:inherit;text-decoration:underline}.maplibregl-attrib-empty{display:none}.maplibregl-ctrl-scale{background-color:#ffffffbf;border:2px solid #333;border-top:#333;box-sizing:border-box;color:#333;font-size:10px;padding:0 5px}.maplibregl-popup{display:flex;left:0;pointer-events:none;position:absolute;top:0;will-change:transform}.maplibregl-popup-anchor-top,.maplibregl-popup-anchor-top-left,.maplibregl-popup-anchor-top-right{flex-direction:column}.maplibregl-popup-anchor-bottom,.maplibregl-popup-anchor-bottom-left,.maplibregl-popup-anchor-bottom-right{flex-direction:column-reverse}.maplibregl-popup-anchor-left{flex-direction:row}.maplibregl-popup-anchor-right{flex-direction:row-reverse}.maplibregl-popup-tip{border:10px solid transparent;height:0;width:0;z-index:1}.maplibregl-popup-anchor-top .maplibregl-popup-tip{align-self:center;border-bottom-color:#fff;border-top:none}.maplibregl-popup-anchor-top-left .maplibregl-popup-tip{align-self:flex-start;border-bottom-color:#fff;border-left:none;border-top:none}.maplibregl-popup-anchor-top-right .maplibregl-popup-tip{align-self:flex-end;border-bottom-color:#fff;border-right:none;border-top:none}.maplibregl-popup-anchor-bottom .maplibregl-popup-tip{align-self:center;border-bottom:none;border-top-color:#fff}.maplibregl-popup-anchor-bottom-left .maplibregl-popup-tip{align-self:flex-start;border-bottom:none;border-left:none;border-top-color:#fff}.maplibregl-popup-anchor-bottom-right .maplibregl-popup-tip{align-self:flex-end;border-bottom:none;border-right:none;border-top-color:#fff}.maplibregl-popup-anchor-left .maplibregl-popup-tip{align-self:center;border-left:none;border-right-color:#fff}.maplibregl-popup-anchor-right .maplibregl-popup-tip{align-self:center;border-left-color:#fff;border-right:none}.maplibregl-popup-close-button{background-color:transparent;border:0;border-radius:0 3px 0 0;cursor:pointer;position:absolute;right:0;top:0}.maplibregl-popup-close-button:hover{background-color:#0000000d}.maplibregl-popup-content{background:#fff;border-radius:3px;box-shadow:0 1px 2px #0000001a;padding:15px 10px;pointer-events:auto;position:relative}.maplibregl-popup-anchor-top-left .maplibregl-popup-content{border-top-left-radius:0}.maplibregl-popup-anchor-top-right .maplibregl-popup-content{border-top-right-radius:0}.maplibregl-popup-anchor-bottom-left .maplibregl-popup-content{border-bottom-left-radius:0}.maplibregl-popup-anchor-bottom-right .maplibregl-popup-content{border-bottom-right-radius:0}.maplibregl-popup-track-pointer{display:none}.maplibregl-popup-track-pointer *{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.maplibregl-map:hover .maplibregl-popup-track-pointer{display:flex}.maplibregl-map:active .maplibregl-popup-track-pointer{display:none}.maplibregl-marker{left:0;position:absolute;top:0;transition:opacity .2s;will-change:transform}.maplibregl-user-location-dot,.maplibregl-user-location-dot:before{background-color:#1da1f2;border-radius:50%;height:15px;width:15px}.maplibregl-user-location-dot:before{animation:maplibregl-user-location-dot-pulse 2s infinite;content:"";position:absolute}.maplibregl-user-location-dot:after{border:2px solid #fff;border-radius:50%;box-shadow:0 0 3px #00000059;box-sizing:border-box;content:"";height:19px;left:-2px;position:absolute;top:-2px;width:19px}@keyframes maplibregl-user-location-dot-pulse{0%{opacity:1;transform:scale(1)}70%{opacity:0;transform:scale(3)}to{opacity:0;transform:scale(1)}}.maplibregl-user-location-dot-stale{background-color:#aaa}.maplibregl-user-location-dot-stale:after{display:none}.maplibregl-user-location-accuracy-circle{background-color:#1da1f233;border-radius:100%;height:1px;width:1px}.maplibregl-crosshair,.maplibregl-crosshair .maplibregl-interactive,.maplibregl-crosshair .maplibregl-interactive:active{cursor:crosshair}.maplibregl-boxzoom{background:#fff;border:2px dotted #202020;height:0;left:0;opacity:.5;position:absolute;top:0;width:0}.maplibregl-cooperative-gesture-screen{align-items:center;background:#0006;color:#fff;display:flex;font-size:1.4em;top:0;right:0;bottom:0;left:0;justify-content:center;line-height:1.2;opacity:0;padding:1rem;pointer-events:none;position:absolute;transition:opacity 1s ease 1s;z-index:99999}.maplibregl-cooperative-gesture-screen.maplibregl-show{opacity:1;transition:opacity .05s}.maplibregl-cooperative-gesture-screen .maplibregl-mobile-message{display:none}@media (hover:none),(width <= 480px){.maplibregl-cooperative-gesture-screen .maplibregl-desktop-message{display:none}.maplibregl-cooperative-gesture-screen .maplibregl-mobile-message{display:block}}.maplibregl-pseudo-fullscreen{height:100%!important;left:0!important;position:fixed!important;top:0!important;width:100%!important;z-index:99999}.om{position:relative;width:100%;height:100%;background:#0a0b0d;overflow:hidden}.om__canvas{position:absolute;top:0;right:0;bottom:0;left:0}.om__loading{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.om-pin{display:flex;align-items:center;gap:9px;padding:0;background:none;border:none;cursor:pointer;font-family:var(--font)}.om-pin--label{pointer-events:auto}.om-pin__label--count b{color:var(--accent);font-variant-numeric:tabular-nums}.om-pin__dot{width:13px;height:13px;flex:none;border-radius:50%;background:var(--accent);box-shadow:0 0 0 3px #0a0b0dd9,0 0 14px #ff8a3db3}.om-pin__label{transform-origin:left center;transition:border-color .16s ease,transform .16s ease;display:flex;flex-direction:column;align-items:flex-start;line-height:1.25;padding:6px 11px;border-radius:10px;background:#0c0e11db;border:1px solid var(--line);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:var(--shadow-2);text-align:left}.om-pin:hover .om-pin__label,.om-pin.is-hot .om-pin__label{border-color:#ff8a3d99;transform:scale(1.04)}.om-pin__label b{color:var(--fg);font-size:13px;font-weight:640;letter-spacing:-.015em;white-space:nowrap}.om-pin__label i{color:var(--fg-3);font-size:11px;font-style:normal;font-variant-numeric:tabular-nums;white-space:nowrap}.tile{display:block;border-radius:var(--radius-l);overflow:hidden;background:var(--surface);box-shadow:var(--shadow-2);transition:transform .22s cubic-bezier(.2,.8,.3,1),box-shadow .22s ease;will-change:transform}.tile:hover{transform:translateY(-3px);box-shadow:var(--shadow-3)}.tile__media{position:relative;aspect-ratio:4 / 5;overflow:hidden;isolation:isolate}@media (min-width: 721px){.tile__media{aspect-ratio:5 / 6}}.tile__img{position:absolute;top:0;right:0;bottom:0;left:0;transition:transform .6s cubic-bezier(.2,.8,.3,1),filter .3s ease;filter:saturate(1.05)}.tile:hover .tile__img{transform:scale(1.045)}.tile__img--empty{background-color:var(--surface-2)}.tile__scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#060709f0,#060709b8 26%,#0607091f 58%,#06070959)}.tile__badges{position:absolute;top:14px;left:14px;display:flex;gap:6px;flex-wrap:wrap}.tile__pill{padding:4px 10px;border-radius:99px;font-size:11.5px;font-weight:620;letter-spacing:.02em;background:#0a0b0d99;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.14);color:var(--fg-2)}.tile__pill--EASY{color:#9ff0c8;border-color:#5ed6a466}.tile__pill--MODERATE{color:#ffd28a;border-color:#ffb02066}.tile__pill--HARD{color:#faa;border-color:#ff6b6b6b}.tile__body{position:absolute;left:0;right:0;bottom:0;padding:18px 18px 17px}.tile__name{font-size:24px;font-weight:680;letter-spacing:-.03em;text-wrap:balance;text-shadow:0 2px 18px rgba(0,0,0,.6)}.tile__region{margin-top:4px;font-size:13px;color:var(--fg-2)}.tile__stats{display:flex;flex-wrap:wrap;gap:6px 14px;margin-top:12px;font-size:12.5px;color:var(--fg-3)}.tile__stat b{color:var(--fg);font-weight:650;font-variant-numeric:tabular-nums}.tile__stat--accent b{color:var(--accent)}.browse{max-width:var(--content-w);margin:0 auto;padding:26px 18px 60px}.browse__head{display:flex;flex-direction:column;gap:18px;margin-bottom:22px}.browse__headTop{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;flex-wrap:wrap}.browse__title{font-size:clamp(30px,6vw,40px);font-weight:700;letter-spacing:-.04em}.browse__sub{margin-top:5px;color:var(--fg-3);font-size:13.5px}.browse__headActions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.browse__toggle{display:flex;padding:3px;border-radius:99px;background:var(--surface);border:1px solid var(--line)}.browse__toggleBtn{display:inline-flex;align-items:center;gap:7px;height:34px;padding:0 15px;border-radius:99px;color:var(--fg-3);font-size:13.5px;font-weight:580;transition:background .15s ease,color .15s ease}.browse__toggleBtn:hover{color:var(--fg)}.browse__toggleBtn.is-on{background:var(--surface-3);color:var(--fg)}.browse__controls{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.browse__search{display:flex;align-items:center;gap:9px;flex:1 1 240px;min-width:0;height:40px;padding:0 14px;border-radius:99px;background:var(--surface);border:1px solid var(--line);color:var(--fg-3);transition:border-color .15s ease}.browse__search:focus-within{border-color:var(--accent);color:var(--fg-2)}.browse__searchInput{flex:1;min-width:0;background:none;border:none;outline:none;font-size:14px;color:var(--fg)}.browse__searchInput::placeholder{color:var(--fg-3)}.browse__sorts{display:flex;gap:6px;flex-wrap:wrap}.browse__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:18px}@media (max-width: 620px){.browse{padding:20px 14px 48px}.browse__grid{grid-template-columns:1fr;gap:16px}.browse__headActions{order:-1;width:100%;justify-content:space-between}}.browse__ghost{border-radius:var(--radius-l);aspect-ratio:5 / 6}.browse__more{display:flex;justify-content:center;margin-top:26px}.browse__error{margin-bottom:16px}.browse__map{position:relative;height:min(72vh,680px);border-radius:var(--radius-l);overflow:hidden;border:1px solid var(--line);box-shadow:var(--shadow-2)}.browse__mapHint{position:absolute;left:14px;bottom:14px;z-index:2;max-width:260px;padding:8px 12px;border-radius:10px;background:#0c0e11d9;border:1px solid var(--line);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);color:var(--fg-3);font-size:12px;line-height:1.4;pointer-events:none}.tm{position:relative;width:100%;height:100%;background:#0a0b0d;overflow:hidden}.tm__canvas{position:absolute;top:0;right:0;bottom:0;left:0}.tm__loading{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.tm-pin{display:block;width:38px;padding:0;background:none;border:none;cursor:pointer}.tm-pin__frame{display:block;width:38px;height:38px;border-radius:10px;overflow:hidden;background:var(--surface-2);box-shadow:0 0 0 2px #0a0b0de6,0 4px 14px #0009;transition:box-shadow .18s ease,transform .18s cubic-bezier(.2,.9,.3,1);transform-origin:bottom center}.tm-pin:hover .tm-pin__frame{transform:scale(1.1)}.tm-pin.is-active .tm-pin__frame{transform:scale(1.18);box-shadow:0 0 0 2px #fff,0 0 0 5px #ff8a3d8c,0 6px 20px #000000b3}.tm-pin__count{position:absolute;top:-7px;right:-7px;min-width:18px;height:18px;padding:0 4px;display:grid;place-items:center;border-radius:99px;background:var(--accent);color:var(--accent-ink);font-size:11.5px;font-weight:750;font-family:var(--font);box-shadow:0 0 0 2px #0a0b0de6}.tm-pin__stem{display:block;width:2px;height:12px;margin:0 auto;background:#ffffffd9;box-shadow:0 0 6px #000c}.tm-pin__at{position:absolute;bottom:-17px;left:50%;transform:translate(-50%);padding:1px 6px;border-radius:99px;background:#0a0b0dd1;color:var(--fg-2);font-family:var(--font);font-size:10px;font-weight:620;font-variant-numeric:tabular-nums;white-space:nowrap;opacity:0;transition:opacity .16s ease}.tm-pin:hover .tm-pin__at,.tm-pin.is-active .tm-pin__at{opacity:1}.tm-cursor{width:0;height:0;pointer-events:none}.tm-cursor__dot,.tm-cursor__ring{position:absolute;border-radius:50%;transform:translate(-50%,-50%)}.tm-cursor__dot{width:13px;height:13px;background:#fff;box-shadow:0 0 0 2px #ff8a3de6,0 0 16px #ffb020e6}.tm-cursor__ring{width:30px;height:30px;border:2px solid rgba(255,176,32,.55);animation:tm-pulse 2.4s ease-out infinite}@keyframes tm-pulse{0%{transform:translate(-50%,-50%) scale(.6);opacity:.9}70%,to{transform:translate(-50%,-50%) scale(1.5);opacity:0}}.tm-pick{width:26px;height:34px;cursor:grab;background:no-repeat center / contain url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 34'%3E%3Cpath d='M13 33C13 33 24 21.5 24 13A11 11 0 1 0 2 13c0 8.5 11 20 11 20z' fill='%23ff8a3d' stroke='%23fff' stroke-width='2'/%3E%3Ccircle cx='13' cy='12.5' r='4' fill='%231a0f05'/%3E%3C/svg%3E");filter:drop-shadow(0 4px 10px rgba(0,0,0,.6))}.tm-pick:active{cursor:grabbing}.cp{max-width:720px;margin:0 auto;padding:24px 18px 60px;display:flex;flex-direction:column;gap:18px}.cp__back{display:inline-block;font-size:13px;color:var(--fg-3);margin-bottom:8px}.cp__back:hover{color:var(--accent)}.cp__title{font-size:clamp(26px,5vw,34px);font-weight:700;letter-spacing:-.035em}.cp__lede{margin-top:6px;color:var(--fg-2);font-size:14.5px}.cp__mapWrap{position:relative;height:clamp(300px,46vh,440px);border-radius:var(--radius-l);overflow:hidden;border:1px solid var(--line);box-shadow:var(--shadow-2)}.cp__readout{position:absolute;left:12px;bottom:12px;z-index:2;display:flex;flex-direction:column;gap:1px;padding:10px 14px;border-radius:12px;background:#0c0e11e0;border:1px solid rgba(255,138,61,.4);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);pointer-events:none}.cp__readoutMain{font-size:21px;font-weight:700;letter-spacing:-.03em;color:var(--accent);font-variant-numeric:tabular-nums}.cp__readoutSub{font-size:12.5px;color:var(--fg-2)}.cp__readoutNote{font-size:11px;color:var(--fg-3);font-style:italic}.cp__form{display:flex;flex-direction:column;gap:18px}.cp__files{display:flex;gap:10px;flex-wrap:wrap}.cp__file{position:relative;width:96px;height:128px;border-radius:var(--radius-s);overflow:hidden;background:var(--surface-2)}.cp__file img{width:100%;height:100%;object-fit:cover}.cp__fileX{position:absolute;top:5px;right:5px;width:22px;height:22px;display:grid;place-items:center;border-radius:50%;background:#060709c7;color:#fff;font-size:11px}.cp__fileX:hover{background:var(--danger)}.cp__add{width:96px;height:128px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;border-radius:var(--radius-s);border:1px dashed var(--line-strong);background:var(--surface);color:var(--fg-3);font-size:12px;transition:border-color .15s ease,color .15s ease}.cp__add span{font-size:24px;line-height:1}.cp__add:hover{border-color:var(--accent);color:var(--accent)}.cp__file.is-bad img{opacity:.35}.cp__fileBusy{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;background:#0607098c}.cp__fileBad{position:absolute;left:0;right:0;bottom:0;padding:4px 6px;text-align:center;font-size:11px;color:#ffb0b0;background:#ff6b6b38}.cp__hint{font-size:12px;color:var(--fg-3)}.cp__photoInfo{padding:13px 15px;border-radius:var(--radius);background:var(--accent-soft);border:1px solid rgba(255,138,61,.38)}.cp__photoInfoHead{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}.cp__fromChip{display:inline-flex;align-items:center;gap:5px;height:22px;padding:0 9px;border-radius:99px;background:var(--accent);color:var(--accent-ink);font-size:11px;font-weight:680;letter-spacing:.02em;text-transform:none}.cp__fromChip:before{content:"📷";font-size:10px}.cp__fromChip--tiny{margin-left:8px;height:18px;padding:0 7px;font-size:10px;vertical-align:middle}.cp__link{color:var(--fg-2);font-size:12.5px;text-decoration:underline;text-underline-offset:2px}.cp__link:hover{color:var(--fg)}.cp__photoFacts{margin:9px 0 0;padding:0;list-style:none;display:flex;flex-direction:column;gap:4px;font-size:13.5px;color:var(--fg-2)}.cp__photoFacts b{color:var(--fg);font-weight:640;font-variant-numeric:tabular-nums}.cp__wrongHike{padding:15px 16px;border-radius:var(--radius);background:#ffb02017;border:1px solid rgba(255,176,32,.4);font-size:13.5px;color:var(--fg-2)}.cp__wrongHikeTitle{font-size:15.5px;font-weight:660;color:var(--fg);margin-bottom:5px}.cp__wrongHike b{color:var(--accent-line);font-variant-numeric:tabular-nums}.cp__wrongHikeActions{display:flex;gap:9px;flex-wrap:wrap;margin-top:12px}.cp__noExif{padding:11px 14px;border-radius:var(--radius-s);background:var(--surface);border:1px solid var(--line);color:var(--fg-2);font-size:13.5px}.cp__snap{color:var(--accent);font-weight:640;text-decoration:underline;font-size:13px}.cp__submit{display:flex;gap:10px;align-items:center}.cp--done{justify-content:center;min-height:60vh}.cp__doneCard{padding:30px 26px;border-radius:var(--radius-l);background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow-2);text-align:center}.cp__doneMark{display:grid;place-items:center;width:46px;height:46px;margin:0 auto 14px;border-radius:50%;background:#5ed6a426;border:1px solid rgba(94,214,164,.4);color:var(--ok);font-size:20px}.cp__doneTitle{font-size:28px;font-weight:700;letter-spacing:-.035em}.cp__doneSub{margin-top:8px;color:var(--fg-2);font-size:14px}.cp__anchorBig{margin:22px auto 20px;padding:18px 22px;max-width:340px;border-radius:var(--radius);background:var(--accent-soft);border:1px solid rgba(255,138,61,.45);display:flex;flex-direction:column;gap:2px}.cp__anchorBig b{font-size:34px;font-weight:720;letter-spacing:-.04em;color:var(--accent);font-variant-numeric:tabular-nums}.cp__anchorBig span{font-size:13px;color:#ffc79a;letter-spacing:.02em}.cp__facts{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px;margin:0 0 22px;text-align:left}.cp__fact{padding:10px 12px;border-radius:var(--radius-s);background:var(--bg-elev);border:1px solid var(--line)}.cp__fact dt{font-size:11px;letter-spacing:.05em;text-transform:uppercase;color:var(--fg-3)}.cp__fact dd{margin:3px 0 0;font-size:14px;font-weight:600;font-variant-numeric:tabular-nums}.cp__doneActions{display:flex;gap:10px;justify-content:center;flex-wrap:wrap}.like{display:inline-flex;align-items:center;gap:7px;color:var(--fg-2);font-size:13.5px;font-weight:600;font-variant-numeric:tabular-nums;transition:color .14s ease}.like:hover{color:var(--fg)}.like.is-on{color:#ff5f7a}.like svg{transition:transform .18s cubic-bezier(.3,1.6,.5,1)}.like:active svg{transform:scale(.88)}.like.is-pop svg{animation:like-pop .42s cubic-bezier(.3,1.6,.5,1)}@keyframes like-pop{0%{transform:scale(1)}40%{transform:scale(1.32)}to{transform:scale(1)}}.like--sm{font-size:12.5px;gap:5px}.mod{position:relative;display:inline-block}.mod__more{display:inline-flex;align-items:center;justify-content:center;min-width:32px;min-height:32px;padding:0 6px;border:0;border-radius:999px;background:transparent;color:var(--fg-3);font-size:20px;line-height:1;letter-spacing:.06em;cursor:pointer}.mod--dark .mod__more{color:#ffffffdb;background:#0000006b}.mod__more:hover{color:var(--fg);background:var(--surface-3)}.mod--dark .mod__more:hover{background:#000000a8}.mod__more:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.mod__menu{position:absolute;top:calc(100% + 6px);right:0;z-index:40;min-width:220px;padding:6px;border:1px solid var(--line);border-radius:var(--radius-s);background:var(--surface-2);box-shadow:var(--shadow-2)}.mod__menu button{display:block;width:100%;padding:9px 10px;border:0;border-radius:6px;background:transparent;color:var(--fg);font:inherit;font-size:14px;text-align:left;cursor:pointer}.mod__menu button:hover:not(:disabled){background:var(--surface-3)}.mod__menu button:disabled{opacity:.5;cursor:default}.mod__danger{color:var(--danger)!important}.mod__signin{margin:0;padding:9px 10px;font-size:13px;color:var(--fg-3)}.mod__notice{position:absolute;top:calc(100% + 6px);right:0;z-index:39;width:max-content;max-width:300px;margin:0;padding:10px 12px;border:1px solid var(--line);border-radius:var(--radius-s);background:var(--surface-2);box-shadow:var(--shadow-2);color:var(--fg-2);font-size:13px;line-height:1.45;text-align:left;white-space:normal}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:120;display:grid;place-items:center;padding:20px}.modal__scrim{position:absolute;top:0;right:0;bottom:0;left:0;border:0;background:#000000b8;cursor:default}.modal__panel{position:relative;width:min(520px,100%);max-height:min(86vh,780px);overflow-y:auto;padding:22px;border:1px solid var(--line);border-radius:var(--radius);background:var(--bg-elev);box-shadow:var(--shadow-3);text-align:left}.modal__title{margin:0 0 8px;font-size:19px;font-weight:700;color:var(--fg)}.modal__body{margin:0 0 16px;font-size:14px;line-height:1.55;color:var(--fg-2)}.modal__actions{display:flex;gap:10px;justify-content:flex-end;margin-top:18px;flex-wrap:wrap}.mod__reasons{display:grid;gap:8px;margin:0;padding:0;border:0}.mod__reason{display:flex;gap:11px;align-items:flex-start;padding:11px 12px;border:1px solid var(--line);border-radius:var(--radius-s);background:var(--surface);cursor:pointer}.mod__reason.is-on{border-color:var(--accent);background:var(--accent-soft)}.mod__reason input{margin-top:3px;accent-color:var(--accent)}.mod__reason span{display:block}.mod__reason b{display:block;font-size:14px;font-weight:600;color:var(--fg)}.mod__reason i{display:block;margin-top:2px;font-size:12.5px;font-style:normal;line-height:1.4;color:var(--fg-3)}.mod__noteLabel{display:block;margin-top:16px;font-size:13px;font-weight:600;color:var(--fg-2)}.mod__note{display:block;width:100%;margin-top:6px;padding:10px 12px;border:1px solid var(--line);border-radius:var(--radius-s);background:var(--surface);color:var(--fg);font:inherit;font-size:14px;resize:vertical}.mod__note:focus-visible{outline:2px solid var(--accent);outline-offset:1px}.mod__counter{margin:6px 0 0;font-size:12px;color:var(--fg-3);text-align:right}.mod__aside{margin:16px 0 0;padding-top:14px;border-top:1px solid var(--line);font-size:12.5px;line-height:1.5;color:var(--fg-3)}.linklike{padding:0;border:0;background:none;color:var(--accent);font:inherit;text-decoration:underline;cursor:pointer}.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}.blocks{margin-top:34px;padding:18px 20px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);text-align:left}.blocks__title{margin:0;font-size:16px;font-weight:700;color:var(--fg)}.blocks__note{margin:6px 0 14px;font-size:13px;line-height:1.5;color:var(--fg-3)}.blocks__row{display:flex;gap:12px;align-items:center;padding:10px 0;border-top:1px solid var(--line)}.blocks__id{display:flex;gap:10px;align-items:center;flex:1;min-width:0;color:inherit;text-decoration:none}.blocks__name{display:block;font-size:14px;font-weight:600;color:var(--fg)}.blocks__meta{display:block;font-size:12px;color:var(--fg-3)}.cs{position:absolute;top:0;right:0;bottom:0;left:0;z-index:10;display:flex;align-items:flex-end;justify-content:center}.cs__scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:#03040599;cursor:default}.cs__sheet{position:relative;width:min(430px,100vw);max-height:min(74vh,620px);display:flex;flex-direction:column;background:var(--bg-elev);border:1px solid var(--line);border-bottom:none;border-radius:20px 20px 0 0;box-shadow:0 -20px 60px #0009;animation:cs-up .24s cubic-bezier(.2,.9,.3,1)}@keyframes cs-up{0%{transform:translateY(24px);opacity:0}}.cs__grabber{width:38px;height:4px;border-radius:2px;background:var(--surface-3);margin:9px auto 0}.cs__head{display:flex;align-items:center;justify-content:space-between;padding:10px 16px;border-bottom:1px solid var(--line)}.cs__head h3{font-size:14.5px;font-weight:640}.cs__close{color:var(--fg-3);font-size:14px;width:28px;height:28px;border-radius:50%}.cs__close:hover{color:var(--fg);background:var(--surface-2)}.cs__list{flex:1;overflow-y:auto;padding:12px 16px;display:flex;flex-direction:column;gap:14px;overscroll-behavior:contain}.cs__item{display:flex;gap:10px}.cs__itemBody{min-width:0}.cs__itemMeta{display:flex;align-items:baseline;gap:8px;font-size:13px}.cs__itemMeta b{font-weight:620}.cs__ago{font-size:11.5px;color:var(--fg-3)}.cs__text{font-size:14px;color:var(--fg-2);line-height:1.45;text-wrap:pretty}.cs__more{align-self:center}.cs__form{display:flex;align-items:center;gap:9px;padding:11px 14px;padding-bottom:calc(11px + env(safe-area-inset-bottom));border-top:1px solid var(--line)}.cs__input{flex:1;min-width:0;height:38px;padding:0 13px;border-radius:99px;background:var(--surface);border:1px solid var(--line);font-size:14px}.cs__input:focus{outline:none;border-color:var(--accent)}.cs__signin{padding:16px;text-align:center;font-size:13.5px;color:var(--fg-3);border-top:1px solid var(--line)}.cs__signin a{color:var(--accent);font-weight:600}.cs__err{margin:0 14px 12px}.sv{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;justify-items:center;animation:sv-in .2s ease}@keyframes sv-in{0%{opacity:0}}.sv__backdrop{position:absolute;top:-8%;right:-8%;bottom:-8%;left:-8%;background-size:cover;background-position:center;filter:blur(96px) saturate(1.6) brightness(.3);transform:scale(1.3);transition:background-image .4s ease}.sv__scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:#040506ad;cursor:default}.sv__frame{position:relative;grid-column:2;width:min(430px,100vw);height:min(calc(100vh - 48px),calc(min(430px,100vw) * 16 / 9));max-height:100vh;background:#08090b;border-radius:20px;overflow:hidden;box-shadow:0 40px 120px #000000bf,0 0 0 1px #ffffff14;display:flex;flex-direction:column}.sv__bars{position:absolute;top:10px;left:10px;right:10px;z-index:4;display:flex;gap:3px}.sv__barTrack{flex:1;height:2.5px;border-radius:2px;background:#ffffff47;overflow:hidden}.sv__barFill{display:block;height:100%;width:0;background:#fff;border-radius:2px}@media (prefers-reduced-motion: reduce){.sv__barFill{width:100%}}.sv__head{position:absolute;top:22px;left:0;right:0;z-index:4;display:flex;align-items:center;gap:10px;padding:6px 12px 26px;background:linear-gradient(to bottom,rgba(0,0,0,.62),transparent);pointer-events:none}.sv__head>*{pointer-events:auto}.sv__author{display:flex;align-items:center;gap:10px;min-width:0}.sv__authorText{display:flex;flex-direction:column;line-height:1.24;min-width:0}.sv__authorText b{font-size:14px;font-weight:640;text-shadow:0 1px 8px rgba(0,0,0,.7);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sv__authorSub{font-size:11.5px;color:#ffffffad}.sv__headBtns{margin-left:auto;display:flex;gap:4px}.sv__iconBtn{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;color:#fff;background:#ffffff1a;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);transition:background .14s ease}.sv__iconBtn:hover{background:#ffffff38}.sv__media{position:relative;flex:1;min-height:0;background:#0d0f12}.sv__img{width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .32s ease;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.sv__img.is-loaded{opacity:1}.sv__img--empty{opacity:1;background:var(--surface-2)}.sv__tap{position:absolute;top:0;bottom:0;width:34%;cursor:pointer;background:transparent}.sv__tap--prev{left:0}.sv__tap--next{right:0;width:46%}.sv__dots{position:absolute;top:62px;left:0;right:0;z-index:5;display:flex;justify-content:center;gap:5px}.sv__dots span{width:5px;height:5px;border-radius:50%;background:#fff6}.sv__dots span.is-on{background:#fff}.sv__foot{position:absolute;left:0;right:0;bottom:0;z-index:3;padding:150px 16px 16px;background:linear-gradient(to top,rgb(4,5,7) 0%,rgb(4,5,7) 68%,rgba(4,5,7,.55) 87%,transparent 100%);display:flex;flex-direction:column;gap:8px}.sv__anchor{display:inline-flex;align-items:center;gap:7px;align-self:flex-start;padding:5px 11px 5px 9px;border-radius:99px;background:#ff8a3d29;border:1px solid rgba(255,176,32,.45);color:#ffc79a;font-size:12.5px;font-weight:600;font-variant-numeric:tabular-nums;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.sv__anchor a{color:#ffe0c4;text-decoration:underline;text-underline-offset:2px;text-decoration-color:#ffe0c466}.sv__caption{font-size:15px;line-height:1.42;text-wrap:pretty;text-shadow:0 1px 10px rgba(0,0,0,.6)}.sv__when{font-size:12px;color:#fff9}.sv__off{color:#ffffff73}.sv__actions{display:flex;align-items:center;gap:20px;margin-top:4px}.sv__commentBtn{display:inline-flex;align-items:center;gap:7px;color:var(--fg-2);font-size:13.5px;font-weight:600;font-variant-numeric:tabular-nums;transition:color .14s ease}.sv__commentBtn:hover{color:#fff}.sv__pos{margin-left:auto;font-size:12px;color:#ffffff80;font-variant-numeric:tabular-nums}.sv__arrow{position:relative;z-index:2;width:48px;height:48px;display:grid;place-items:center;border-radius:50%;color:#fff;background:#ffffff14;border:1px solid rgba(255,255,255,.14);transition:background .14s ease,opacity .14s ease}.sv__arrow:hover:not(:disabled){background:#fff3}.sv__arrow:disabled{opacity:.2;cursor:default}.sv__arrow--prev{grid-column:1;justify-self:end;margin-right:22px}.sv__arrow--next{grid-column:3;justify-self:start;margin-left:22px}@media (max-width: 860px){.sv__arrow{display:none}.sv{grid-template-columns:1fr}.sv__frame{grid-column:1;width:100vw;height:100vh;max-height:none;border-radius:0}}.feed{max-width:520px;margin:0 auto;padding:24px 16px 60px}.feed__head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:18px}.feed__title{font-size:30px;font-weight:700;letter-spacing:-.04em}.feed__tabs{display:flex;padding:3px;border-radius:99px;background:var(--surface);border:1px solid var(--line)}.feed__tab{height:32px;padding:0 15px;border-radius:99px;color:var(--fg-3);font-size:13.5px;font-weight:580;transition:background .15s ease,color .15s ease}.feed__tab:hover:not(:disabled){color:var(--fg)}.feed__tab.is-on{background:var(--surface-3);color:var(--fg)}.feed__tab:disabled{opacity:.4;cursor:not-allowed}.feed__list{display:flex;flex-direction:column;gap:26px}.feed__ghost{border-radius:var(--radius-l);aspect-ratio:4 / 5}.fc{border-radius:var(--radius-l);overflow:hidden;background:var(--surface);border:1px solid var(--line)}.fc__head{display:flex;align-items:center;gap:10px;padding:11px 13px}.fc__author{display:flex;align-items:center;gap:10px;min-width:0}.fc__authorText{display:flex;flex-direction:column;line-height:1.25;min-width:0}.fc__authorText b{font-size:14px;font-weight:640}.fc__sub{display:flex;align-items:center;font-size:12px;color:var(--fg-3);min-width:0}.fc__trail{color:var(--accent);font-weight:570;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fc__trail:hover{text-decoration:underline}.fc__ago{margin-left:auto;font-size:12px;color:var(--fg-3);flex:none}.fc__media{position:relative;display:block;width:100%;aspect-ratio:4 / 5;background:var(--surface-2);overflow:hidden}.fc__media img{transition:transform .6s cubic-bezier(.2,.8,.3,1)}.fc__media:hover img{transform:scale(1.03)}.fc__empty{display:block;width:100%;height:100%}.fc__multi{position:absolute;top:10px;right:10px;padding:3px 8px;border-radius:99px;background:#0a0b0db3;font-size:11px;font-weight:620;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.fc__play{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;font-size:34px;color:#ffffffeb;text-shadow:0 4px 24px rgba(0,0,0,.6);opacity:0;transition:opacity .18s ease;pointer-events:none}.fc__media:hover .fc__play{opacity:1}.fc__foot{padding:12px 13px 15px;display:flex;flex-direction:column;gap:9px}.fc__actions{display:flex;align-items:center;gap:18px}.fc__comments{font-size:13px;color:var(--fg-3);font-weight:550}.fc__comments:hover{color:var(--fg)}.fc__caption{font-size:14px;line-height:1.45;color:var(--fg-2);text-wrap:pretty}.fc__caption b{color:var(--fg);font-weight:620;margin-right:5px}.ipm{position:relative;width:100%;height:100%;background:#0a0b0d;overflow:hidden}.ipm__canvas{position:absolute;top:0;right:0;bottom:0;left:0}.ipm__loading{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.ipm-end{display:flex;align-items:center;gap:8px;font-family:var(--font);pointer-events:none}.ipm-end--right{flex-direction:row-reverse}.ipm-end__dot{width:14px;height:14px;flex:none;border-radius:50%;box-shadow:0 0 0 3px #0a0b0de6}.ipm-end--start .ipm-end__dot{background:var(--ok);box-shadow:0 0 0 3px #0a0b0de6,0 0 16px #5ed6a4d9}.ipm-end--end .ipm-end__dot{background:var(--danger);box-shadow:0 0 0 3px #0a0b0de6,0 0 16px #ff6b6bb3}.ipm-end__label{display:flex;flex-direction:column;align-items:flex-start;line-height:1.25;padding:5px 10px;border-radius:10px;background:#0c0e11e0;border:1px solid var(--line);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:var(--shadow-2);text-align:left;max-width:190px}.ipm-end--start .ipm-end__label{border-color:#5ed6a48c}.ipm-end--end .ipm-end__label{border-color:#ff6b6b73}.ipm-end__label b{font-size:12.5px;font-weight:660;letter-spacing:-.015em;white-space:nowrap}.ipm-end--start .ipm-end__label b{color:var(--ok)}.ipm-end--end .ipm-end__label b{color:var(--danger)}.ipm-end__label i{color:var(--fg-3);font-size:10.5px;font-style:normal;font-variant-numeric:tabular-nums}@media (max-width: 620px){.ipm-end__label{max-width:132px;padding:4px 8px}.ipm-end__label b{font-size:11.5px}.ipm-end__label i{font-size:10px}}.imp{max-width:720px;margin:0 auto;padding:24px 18px 60px;display:flex;flex-direction:column;gap:18px}.imp__back{display:inline-block;font-size:13px;color:var(--fg-3);margin-bottom:8px;text-align:left}.imp__back:hover{color:var(--accent)}.imp__title{font-size:clamp(26px,5vw,34px);font-weight:700;letter-spacing:-.035em;overflow-wrap:anywhere}.imp__lede{margin-top:6px;color:var(--fg-2);font-size:14.5px;overflow-wrap:anywhere}.imp__panel{display:flex;flex-direction:column;gap:14px;padding:20px;border-radius:var(--radius-l);background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow-2)}.imp__panelTitle{font-size:18px;font-weight:660;letter-spacing:-.025em}.imp__hint{font-size:13px;line-height:1.5;color:var(--fg-3)}.imp__hint b{color:var(--fg-2);font-weight:640}.imp__search .btn--primary{align-self:flex-start}.imp__examples{display:flex;align-items:center;gap:7px;flex-wrap:wrap}.imp__examplesLabel{font-size:11.5px;letter-spacing:.05em;text-transform:uppercase;color:var(--fg-3)}.imp__recentList{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px}.imp__recentRow{display:flex;align-items:baseline;justify-content:space-between;gap:12px;width:100%;padding:10px 12px;border-radius:var(--radius-s);background:var(--bg-elev);border:1px solid var(--line);text-align:left;transition:border-color .14s ease,background .14s ease}.imp__recentRow:hover{border-color:var(--line-strong);background:var(--surface-2)}.imp__recentName{font-size:13.5px;font-weight:580;min-width:0;overflow-wrap:anywhere}.imp__recentMeta{flex:none;font-size:12px;color:var(--fg-3);font-variant-numeric:tabular-nums;white-space:nowrap}.imp__steps{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:11px}.imp__step{display:flex;align-items:center;gap:11px;font-size:14px;color:var(--fg-3);transition:color .2s ease}.imp__stepMark{flex:none;width:20px;height:20px;display:grid;place-items:center;border-radius:50%;border:1px solid var(--line-strong);background:var(--bg-elev);font-size:11px;line-height:1}.imp__step.is-active{color:var(--fg)}.imp__step.is-active .imp__stepMark{border-color:var(--accent);box-shadow:0 0 #ff8a3d8c;animation:imp-pulse 1.8s ease-out infinite}.imp__step.is-done{color:var(--fg-2)}.imp__step.is-done .imp__stepMark{border-color:#5ed6a499;background:#5ed6a424;color:var(--ok)}@keyframes imp-pulse{70%{box-shadow:0 0 0 9px #ff8a3d00}to{box-shadow:0 0 #ff8a3d00}}.imp__located{display:flex;flex-direction:column;gap:3px;padding:12px 14px;border-radius:var(--radius-s);background:var(--accent-soft);border:1px solid rgba(255,138,61,.42)}.imp__locatedLabel{font-size:11px;letter-spacing:.05em;text-transform:uppercase;color:#ffc79a}.imp__located b{font-size:15px;font-weight:640;letter-spacing:-.015em;overflow-wrap:anywhere}.imp__locatedNo{align-self:flex-start;margin-top:4px;font-size:12.5px;color:var(--fg-2);text-decoration:underline}.imp__locatedNo:hover{color:var(--accent)}.imp__waitFoot{font-variant-numeric:tabular-nums}.imp__failMsg{overflow-wrap:anywhere}.imp__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.imp__row{border-radius:var(--radius);background:var(--surface);border:1px solid var(--line);transition:border-color .14s ease,background .14s ease}.imp__row:hover:not(.is-blocked){border-color:var(--line-strong);background:var(--surface-2)}.imp__rowInner{display:flex;align-items:center;gap:14px;width:100%;padding:13px 15px;text-align:left}.imp__rowMain{display:flex;flex-direction:column;gap:3px;min-width:0;flex:1}.imp__rowName{font-size:15px;font-weight:620;letter-spacing:-.02em;overflow-wrap:anywhere}.imp__rowMeta{font-size:12.5px;color:var(--fg-3);font-variant-numeric:tabular-nums}.imp__rowGo{flex:none;color:var(--fg-3);font-size:17px}.imp__row:hover .imp__rowGo{color:var(--accent)}.imp__row.is-blocked{opacity:.62;background:transparent;border-style:dashed}.imp__row.is-blocked .imp__rowInner{cursor:default;align-items:flex-start}.imp__rowWhy{display:flex;flex-direction:column;gap:2px;margin-top:5px;font-size:12.5px;line-height:1.45;color:var(--fg-2)}.imp__rowWhyDetail{color:var(--fg-3);font-size:11.5px}.imp__badge{flex:none;padding:4px 9px;border-radius:99px;font-size:11px;font-weight:640;letter-spacing:.01em;white-space:nowrap}.imp__badge--have{background:#5ed6a424;border:1px solid rgba(94,214,164,.45);color:var(--ok)}.imp__badge--no{background:#ffffff0d;border:1px solid var(--line-strong);color:var(--fg-3)}.imp__foot{font-size:12.5px;line-height:1.5;color:var(--fg-3)}.imp__mapWrap{position:relative;height:clamp(300px,46vh,440px);border-radius:var(--radius-l);overflow:hidden;border:1px solid var(--line);box-shadow:var(--shadow-2)}.imp__mapNote{margin-top:-8px;font-size:11.5px;color:var(--fg-3);font-variant-numeric:tabular-nums}.imp__blocked,.imp__have{align-items:flex-start}.imp__blocked{border-color:var(--line-strong);border-style:dashed;background:transparent;box-shadow:none}.imp__have{border-color:#5ed6a466}.imp__have .imp__panelTitle{color:var(--ok)}.imp__flipWhy{font-size:13.5px;line-height:1.55;color:var(--fg-2)}.imp__flipWhy b{color:var(--fg);font-weight:660}.imp__ends{display:flex;align-items:center;gap:10px;padding:12px 14px;border-radius:var(--radius-s);background:var(--bg-elev);border:1px solid var(--line)}.imp__end{display:flex;align-items:center;gap:9px;flex:1;min-width:0}.imp__endDot{flex:none;width:12px;height:12px;border-radius:50%}.imp__end--start .imp__endDot{background:var(--ok);box-shadow:0 0 12px #5ed6a4a6}.imp__end--end .imp__endDot{background:var(--danger);box-shadow:0 0 12px #ff6b6b80}.imp__endText{display:flex;flex-direction:column;min-width:0}.imp__endText b{font-size:13px;font-weight:640}.imp__end--start .imp__endText b{color:var(--ok)}.imp__end--end .imp__endText b{color:var(--danger)}.imp__endText i{font-style:normal;font-size:11.5px;color:var(--fg-3);font-variant-numeric:tabular-nums;overflow-wrap:anywhere}.imp__endArrow{flex:none;color:var(--fg-3);font-size:15px}.imp__flipBtn{align-self:flex-start}.imp__flipBtn.is-on{background:var(--accent-soft);border-color:#ff8a3d8c;color:var(--accent)}.imp__more{border-radius:var(--radius);background:var(--surface);border:1px solid var(--line);padding:0 16px}.imp__more>summary{padding:14px 0;cursor:pointer;font-size:13.5px;color:var(--fg-2);list-style:none}.imp__more>summary::-webkit-details-marker{display:none}.imp__more>summary:before{content:"+";display:inline-block;width:16px;color:var(--fg-3)}.imp__more[open]>summary:before{content:"−"}.imp__moreBody{display:flex;flex-direction:column;gap:14px;padding-bottom:16px}.imp__commit{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.imp__dupeActions{display:flex;gap:10px;flex-wrap:wrap}@media (max-width: 620px){.imp{padding:20px 14px 48px;gap:16px}.imp__panel{padding:16px}.imp__rowInner{flex-direction:column;align-items:flex-start;gap:8px}.imp__rowGo{display:none}.imp__recentRow{flex-direction:column;align-items:flex-start;gap:3px}.imp__ends{flex-direction:column;align-items:stretch;gap:12px}.imp__endArrow{transform:rotate(90deg);align-self:center}}.auth{min-height:calc(100vh - var(--nav-h));display:grid;grid-template-columns:1fr min(430px,100%);align-items:center;gap:40px;max-width:1040px;margin:0 auto;padding:40px 22px 60px}@media (max-width: 860px){.auth{grid-template-columns:1fr;gap:0;padding:26px 20px 48px}.auth__art{display:none}}.auth__art{position:relative;height:460px;border-radius:var(--radius-l);overflow:hidden;background:radial-gradient(120% 90% at 20% 10%,rgba(255,138,61,.16),transparent 60%),radial-gradient(90% 80% at 85% 90%,rgba(94,214,164,.1),transparent 60%),linear-gradient(160deg,#14171c,#0b0d10);border:1px solid var(--line)}.auth__artLine{position:absolute;top:0;right:0;bottom:0;left:0;background:no-repeat center / 88% auto url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400 300'%3E%3Cpath d='M20 275 C 70 250, 60 190, 120 185 S 200 200, 210 150 S 170 95, 215 70 S 320 90, 330 40 L 380 25' fill='none' stroke='%23ffb020' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E");opacity:.95}.auth__artDot{position:absolute;width:14px;height:14px;border-radius:50%;background:#fff;box-shadow:0 0 0 4px #ff8a3d66,0 0 22px #ffb020cc}.auth__artDot--a{left:27%;top:63%}.auth__artDot--b{left:52%;top:52%}.auth__artDot--c{left:78%;top:26%}.auth__panel{width:100%}.auth__title{font-size:clamp(28px,5vw,38px);font-weight:700;letter-spacing:-.035em;text-wrap:balance}.auth__lede{margin-top:12px;color:var(--fg-2);font-size:15px;line-height:1.5;text-wrap:pretty}.auth__demo{margin-top:24px;height:50px;font-size:15.5px}.auth__or{position:relative;text-align:center;margin:22px 0 18px}.auth__or:before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background:var(--line)}.auth__or span{position:relative;padding:0 12px;background:var(--bg);color:var(--fg-3);font-size:12px;letter-spacing:.03em}.auth__form{display:flex;flex-direction:column;gap:14px}.auth__hint{font-size:12px;color:#ffb0b0}.auth__alt{margin-top:18px;font-size:13.5px;color:var(--fg-3);text-align:center}.auth__alt a{color:var(--accent);font-weight:600}.auth__alt--quiet{margin-top:6px;font-size:12.5px}.legal{max-width:720px;margin:0 auto;padding:40px 22px 96px;font-size:15.5px;line-height:1.62;color:var(--fg-2)}.legal__eyebrow{font-size:12px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--accent)}.legal__title{margin-top:10px;font-size:clamp(30px,6vw,40px);font-weight:700;letter-spacing:-.035em;color:var(--fg)}.legal__meta{margin-top:12px;font-size:13px;color:var(--fg-3)}.legal__summary{margin-top:28px;padding:18px 20px;border-radius:var(--radius);background:var(--surface);border:1px solid var(--line);border-left:3px solid var(--accent)}.legal__summary ul{margin:0;padding-left:20px}.legal__summary li+li{margin-top:7px}.legal h2{margin-top:40px;font-size:20px;color:var(--fg);scroll-margin-top:calc(var(--nav-h) + 16px)}.legal h3{margin-top:26px;font-size:16px;font-weight:640;color:var(--fg)}.legal p{margin-top:12px;text-wrap:pretty}.legal ul{margin-top:12px;padding-left:22px}.legal li+li{margin-top:6px}.legal strong{color:var(--fg);font-weight:620}.legal a{color:var(--accent);font-weight:560;text-decoration:underline;text-underline-offset:2px}.legal code{font-family:var(--mono);font-size:.88em;padding:1px 5px;border-radius:5px;background:var(--surface-2);color:var(--fg)}.legal__toc{margin-top:30px;padding-top:20px;border-top:1px solid var(--line);display:flex;flex-wrap:wrap;gap:8px 14px;font-size:13.5px}.legal__toc a{color:var(--fg-3);text-decoration:none;font-weight:520}.legal__toc a:hover{color:var(--fg)}.legal__callout{margin-top:16px;padding:16px 18px;border-radius:var(--radius);background:var(--accent-soft);border:1px solid rgba(255,138,61,.32);color:var(--fg)}.legal__callout p:first-child{margin-top:0}.legal__footer{margin-top:48px;padding-top:20px;border-top:1px solid var(--line);font-size:13px;color:var(--fg-3)}.da{margin-top:44px;padding-top:22px;border-top:1px solid var(--line)}.da__heading{font-size:12px;font-weight:700;letter-spacing:.09em;text-transform:uppercase;color:var(--danger);margin-bottom:14px}.da__collapsed{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}.da__collapsed b{font-size:15px;font-weight:640}.da--open,.da--done{padding:22px;border:1px solid rgba(255,107,107,.32);border-radius:var(--radius);background:#ff6b6b0d}.da__title{font-size:21px;font-weight:700;letter-spacing:-.03em;margin-bottom:10px}.da__lede{margin-top:4px;color:var(--fg-2);font-size:14px;line-height:1.5;max-width:62ch}.da__list{margin:12px 0 0;padding-left:20px;max-width:62ch;color:var(--fg-2);font-size:14px;line-height:1.65;list-style:disc}.da__list b{color:var(--fg)}.da__warn{margin-top:16px;padding-left:13px;border-left:3px solid var(--danger);color:var(--danger);font-size:14px;font-weight:600;line-height:1.5;max-width:62ch}.da__form{display:flex;flex-direction:column;gap:14px;margin-top:20px;max-width:380px}.da__actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.da__open,.da__confirm{color:var(--danger);border-color:#ff6b6b66}.da__open:hover:not(:disabled),.da__confirm:hover:not(:disabled){background:#ff6b6b24;border-color:var(--danger)}.pf{max-width:var(--content-w);margin:0 auto;padding:28px 18px 60px}.pf__head{display:flex;align-items:flex-start;gap:20px;padding-bottom:24px;margin-bottom:22px;border-bottom:1px solid var(--line)}.pf__ghost{height:100px;width:100%;border-radius:var(--radius)}.pf__id{min-width:0;flex:1}.pf__name{font-size:clamp(24px,4.4vw,32px);font-weight:700;letter-spacing:-.035em}.pf__handle{margin-top:2px;color:var(--fg-3);font-size:14px}.pf__bio{margin-top:11px;max-width:56ch;color:var(--fg-2);font-size:14.5px;line-height:1.5;text-wrap:pretty}.pf__joined{margin-top:8px;font-size:12.5px;color:var(--fg-3)}.pf__side{display:flex;flex-direction:column;align-items:flex-end;gap:14px;flex:none}.pf__stats{display:flex;gap:22px;margin:0}.pf__stat{text-align:center}.pf__stat dt{font-size:19px;font-weight:680;letter-spacing:-.02em;font-variant-numeric:tabular-nums}.pf__stat dd{margin:0;font-size:11.5px;color:var(--fg-3);letter-spacing:.03em}@media (max-width: 640px){.pf{padding:22px 14px 48px}.pf__head{flex-wrap:wrap;gap:14px}.pf__side{width:100%;align-items:stretch}.pf__stats{justify-content:space-around}}.pf__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:10px}.pf__cell{position:relative;aspect-ratio:3 / 4;border-radius:var(--radius);overflow:hidden;background:var(--surface-2);transition:transform .2s cubic-bezier(.2,.9,.3,1);text-align:left}.pf__cell:hover{transform:translateY(-2px)}.pf__cell img{position:absolute;top:0;right:0;bottom:0;left:0;transition:transform .5s cubic-bezier(.2,.8,.3,1)}.pf__cell:hover img{transform:scale(1.05)}.pf__cellScrim{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#050608eb,#05060805 55%)}.pf__cellMeta{position:absolute;left:10px;right:10px;bottom:9px;display:flex;flex-direction:column;line-height:1.28}.pf__cellMeta b{font-size:12.5px;font-weight:620;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pf__cellMeta i{font-style:normal;font-size:11px;color:#ffc79a;font-variant-numeric:tabular-nums}.pf__cellLikes{position:absolute;top:8px;right:8px;padding:2px 8px;border-radius:99px;background:#0a0b0da6;font-size:11px;font-weight:600;color:#ff8fa3;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.scrub{padding:14px 16px 12px;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius)}.scrub__head{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:10px}.scrub__title{font-size:12px;font-weight:650;letter-spacing:.09em;text-transform:uppercase;color:var(--fg-3)}.scrub__readout{font-size:14px;color:var(--fg-2);font-variant-numeric:tabular-nums}.scrub__readout b{color:var(--accent);font-size:16px;font-weight:680}.scrub__of{color:var(--fg-3)}.scrub__window{margin-left:10px;padding:2px 8px;border-radius:99px;background:var(--accent-soft);color:#ffc79a;font-size:11.5px;font-weight:620}.scrub__track{position:relative;height:76px;padding:0;cursor:ew-resize;touch-action:none;border-radius:var(--radius-s);background:linear-gradient(to top,rgba(255,255,255,.035),transparent 70%)}.scrub__bars{position:absolute;top:0;right:0;bottom:10px;left:0;display:flex;align-items:flex-end;gap:2px}.scrub__bar{flex:1;min-height:3px;border-radius:2px 2px 0 0;background:var(--surface-3);transition:background .16s ease}.scrub__bar.is-empty{background:#ffffff0f;height:3px!important}.scrub__bar.is-in{background:var(--accent)}.scrub__bar.is-in.is-empty{background:#ff8a3d59}.scrub__band{position:absolute;top:0;bottom:10px;border-radius:4px;background:#ff8a3d1a;border-left:1px solid rgba(255,176,32,.45);border-right:1px solid rgba(255,176,32,.45);pointer-events:none}.scrub__stop{position:absolute;bottom:4px;width:5px;height:5px;margin-left:-2.5px;border-radius:50%;background:var(--fg-3);pointer-events:none}.scrub__handle{position:absolute;top:-4px;bottom:4px;width:2px;margin-left:-1px;background:#fff;border-radius:2px;box-shadow:0 0 0 1px #0009,0 0 14px #ffb0208c;pointer-events:none}.scrub__handleDot{position:absolute;top:-5px;left:50%;width:13px;height:13px;transform:translate(-50%);border-radius:50%;background:#fff;box-shadow:0 0 0 3px #ff8a3d59,0 2px 6px #0009}.scrub__track:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.scrub__axis{display:flex;justify-content:space-between;margin-top:8px;font-size:11px;color:var(--fg-3);font-variant-numeric:tabular-nums}.sf{display:flex;flex-direction:column;gap:20px}.sf__group{display:flex;flex-direction:column;gap:10px}.sf__head{display:flex;align-items:center;justify-content:space-between;gap:10px}.sf__title{font-size:12px;font-weight:650;letter-spacing:.09em;text-transform:uppercase;color:var(--fg-3)}.sf__clear{font-size:12px;color:var(--accent);font-weight:600}.sf__months{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:4px;align-items:end}.sf__month{display:flex;flex-direction:column;align-items:center;gap:5px;padding:7px 2px 6px;border-radius:10px;border:1px solid transparent;background:#ffffff07;transition:background .14s ease,border-color .14s ease;min-width:0}.sf__month:hover:not(:disabled){background:var(--surface-2);border-color:var(--line)}.sf__monthName{font-size:10.5px;font-weight:620;letter-spacing:.02em;color:var(--fg-3)}.sf__monthTrack{display:flex;align-items:flex-end;justify-content:center;width:100%;height:34px}.sf__monthBar{width:100%;max-width:20px;border-radius:3px;background:var(--surface-3);transition:background .14s ease}.sf__monthCount{font-size:10.5px;color:var(--fg-3);font-variant-numeric:tabular-nums}.sf__month:not(.is-empty) .sf__monthName{color:var(--fg-2)}.sf__month:not(.is-empty) .sf__monthBar{background:linear-gradient(to top,#6b7280,#aab3bf)}.sf__month.is-on{background:var(--accent-soft);border-color:#ff8a3d8c}.sf__month.is-on .sf__monthBar{background:linear-gradient(to top,var(--accent),#ffd166)}.sf__month.is-on .sf__monthName,.sf__month.is-on .sf__monthCount{color:var(--accent)}.sf__month.is-empty{opacity:.45;cursor:default}.sf__none{font-size:13px;color:var(--fg-3)}.sf__clock{display:flex;align-items:flex-end;gap:2px;height:28px}.sf__hour{flex:1;border-radius:2px;background:var(--surface-3);transition:background .14s ease}.sf__hour.is-empty{background:#ffffff0f}.sf__hour.is-in{background:var(--accent)}.sf__hour.is-in.is-empty{background:#ff8a3d4d}.sf__clockAxis{display:flex;justify-content:space-between;font-size:10px;color:var(--fg-3);margin-top:-2px}.sf__presets{display:flex;flex-wrap:wrap;gap:6px;margin-top:2px}.sf__presetRange{font-size:10.5px;opacity:.62;font-variant-numeric:tabular-nums}.td{max-width:var(--content-w);margin:0 auto;padding:22px 18px 60px;display:flex;flex-direction:column;gap:16px}.td--loading .td__mapWrap{min-height:420px}.td__head{position:relative}.td__back{display:inline-block;font-size:13px;color:var(--fg-3);margin-bottom:10px;transition:color .14s ease}.td__back:hover{color:var(--accent)}.td__title{font-size:clamp(28px,5.4vw,40px);font-weight:700;letter-spacing:-.04em;text-wrap:balance;max-width:16ch}.td__meta{margin-top:8px;font-size:13.5px;color:var(--fg-3);display:flex;flex-wrap:wrap}.td__metaAccent{color:var(--accent);font-weight:600}.td__desc{margin-top:12px;max-width:68ch;color:var(--fg-2);font-size:14.5px;line-height:1.55;text-wrap:pretty}.td__post{position:absolute;top:26px;right:0}@media (max-width: 620px){.td{padding:18px 14px 48px}.td__post{position:static;margin-top:14px;display:inline-flex}}.td__mapWrap{position:relative;height:clamp(340px,52vh,520px);border-radius:var(--radius-l);overflow:hidden;border:1px solid var(--line);box-shadow:var(--shadow-2)}.td__legend{position:absolute;left:12px;bottom:12px;z-index:2;display:flex;flex-direction:column;gap:5px;padding:9px 12px;border-radius:10px;background:#0c0e11d9;border:1px solid var(--line);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);font-size:11.5px;color:var(--fg-2);pointer-events:none}.td__legend span{display:flex;align-items:center;gap:7px}.td__swatch{width:16px;height:3px;border-radius:2px;flex:none}.td__swatch--route{background:#ffb020}.td__swatch--window{background:#fff;height:5px;box-shadow:0 0 8px #fff9}.td__radii{display:flex;align-items:center;gap:7px;flex-wrap:wrap}.td__radiiLabel{font-size:12px;font-weight:650;letter-spacing:.09em;text-transform:uppercase;color:var(--fg-3);margin-right:3px}.td__radiiHint{font-size:12px;color:var(--fg-3);margin-left:4px}.td__spot{display:grid;grid-template-columns:290px minmax(0,1fr);gap:26px;margin-top:10px;align-items:start}@media (max-width: 820px){.td__spot{grid-template-columns:1fr;gap:22px}}.td__filters{position:sticky;top:calc(var(--nav-h) + 14px);display:flex;flex-direction:column;gap:20px;padding:16px;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius)}@media (max-width: 820px){.td__filters{position:static}}.td__jump{display:flex;flex-direction:column;gap:9px;padding-top:16px;border-top:1px solid var(--line)}.td__jumpList{display:flex;flex-wrap:wrap;gap:5px}.td__jumpItem{display:inline-flex;align-items:center;gap:6px;height:27px;padding:0 6px 0 10px;border-radius:99px;background:var(--surface-2);border:1px solid var(--line);font-size:12px;color:var(--fg-2);font-variant-numeric:tabular-nums;transition:border-color .14s ease,color .14s ease}.td__jumpItem:hover{color:var(--fg);border-color:var(--line-strong)}.td__jumpItem.is-on{border-color:var(--accent);color:var(--accent)}.td__jumpCount{display:grid;place-items:center;min-width:17px;height:17px;padding:0 4px;border-radius:99px;background:var(--surface-3);font-size:10.5px;font-weight:700;color:var(--fg-2)}.td__jumpItem.is-on .td__jumpCount{background:var(--accent);color:var(--accent-ink)}.td__resultsHead{margin-bottom:14px}.td__resultsTitle{font-size:22px;font-weight:660;letter-spacing:-.03em;font-variant-numeric:tabular-nums}.td__resultsTitle span{color:var(--fg-3);font-weight:500;font-size:15px;letter-spacing:-.01em}.td__resultsSub{margin-top:4px;font-size:13px;color:var(--fg-3)}.td__resultsSub b{color:var(--fg)}.td__filterNote{color:var(--accent)}.td__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:10px}.td__card{position:relative;aspect-ratio:3 / 4;border-radius:var(--radius);overflow:hidden;background:var(--surface-2);transition:transform .2s cubic-bezier(.2,.9,.3,1),box-shadow .2s ease;text-align:left}.td__card:hover{transform:translateY(-2px);box-shadow:var(--shadow-2)}.td__cardImg{position:absolute;top:0;right:0;bottom:0;left:0;transition:transform .5s cubic-bezier(.2,.8,.3,1)}.td__card:hover .td__cardImg{transform:scale(1.06)}.td__cardScrim{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#050608e6,#0506080d 55%)}.td__cardAt{position:absolute;top:8px;left:8px;padding:3px 8px;border-radius:99px;background:#0a0b0db3;border:1px solid rgba(255,176,32,.5);color:#ffc79a;font-size:11px;font-weight:640;font-variant-numeric:tabular-nums;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.td__cardFoot{position:absolute;left:10px;right:10px;bottom:9px;display:flex;flex-direction:column;line-height:1.25}.td__cardFoot b{font-size:12.5px;font-weight:620;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.td__cardFoot i{font-style:normal;font-size:11px;color:var(--fg-2)}.td__play{margin-top:14px;width:100%}.td__signin{text-align:center;margin-top:10px}:root{--bg: #0a0b0d;--bg-elev: #121418;--surface: #16191e;--surface-2: #1e222a;--surface-3: #272c35;--line: rgba(255, 255, 255, .09);--line-strong: rgba(255, 255, 255, .18);--fg: #f3f5f8;--fg-2: #b6bec9;--fg-3: #7b8593;--accent: #ff8a3d;--accent-soft: rgba(255, 138, 61, .16);--accent-line: #ffb020;--accent-ink: #1a0f05;--danger: #ff6b6b;--ok: #5ed6a4;--radius-s: 8px;--radius: 14px;--radius-l: 22px;--shadow-1: 0 1px 2px rgba(0, 0, 0, .5);--shadow-2: 0 10px 30px rgba(0, 0, 0, .45);--shadow-3: 0 24px 70px rgba(0, 0, 0, .65);--nav-h: 60px;--content-w: 940px;--font: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--mono: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, monospace;color-scheme:dark}*,*:before,*:after{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;background:var(--bg);color:var(--fg);font-family:var(--font);font-size:15px;line-height:1.5;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;overscroll-behavior-y:none}h1,h2,h3,h4,p,figure{margin:0}h1,h2,h3{letter-spacing:-.025em;line-height:1.12;font-weight:650}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button,input,textarea,select{font:inherit;color:inherit}button{cursor:pointer;background:none;border:none;padding:0}:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:4px}::selection{background:var(--accent);color:var(--accent-ink)}*{scrollbar-width:thin;scrollbar-color:var(--surface-3) transparent}*::-webkit-scrollbar{width:9px;height:9px}*::-webkit-scrollbar-thumb{background:var(--surface-3);border-radius:99px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:42px;padding:0 18px;border-radius:99px;background:var(--surface-2);color:var(--fg);border:1px solid var(--line);font-weight:560;font-size:14.5px;letter-spacing:-.01em;transition:background .14s ease,transform .14s ease,border-color .14s ease;white-space:nowrap}.btn:hover:not(:disabled){background:var(--surface-3);border-color:var(--line-strong)}.btn:active:not(:disabled){transform:scale(.975)}.btn:disabled{opacity:.45;cursor:not-allowed}.btn--primary{background:var(--accent);color:var(--accent-ink);border-color:transparent;font-weight:640}.btn--primary:hover:not(:disabled){background:#ffa05e;border-color:transparent}.btn--ghost{background:transparent}.btn--block{width:100%}.btn--sm{height:34px;padding:0 14px;font-size:13.5px}.field{display:flex;flex-direction:column;gap:7px}.field>label{font-size:12.5px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--fg-3)}.input{height:46px;padding:0 14px;border-radius:var(--radius-s);background:var(--surface);border:1px solid var(--line);transition:border-color .14s ease,background .14s ease;width:100%}textarea.input{height:auto;padding:12px 14px;resize:vertical;line-height:1.45}.input:hover{border-color:var(--line-strong)}.input:focus{outline:none;border-color:var(--accent);background:var(--bg-elev)}.input::placeholder{color:var(--fg-3)}.chip{display:inline-flex;align-items:center;gap:6px;height:30px;padding:0 12px;border-radius:99px;background:var(--surface-2);border:1px solid var(--line);font-size:13px;font-weight:520;color:var(--fg-2);transition:background .13s ease,color .13s ease,border-color .13s ease}.chip:hover:not(:disabled){color:var(--fg);border-color:var(--line-strong)}.chip[aria-pressed=true],.chip--on{background:var(--accent);border-color:transparent;color:var(--accent-ink);font-weight:620}.chip:disabled{opacity:.3;cursor:default}.meta{color:var(--fg-3);font-size:13px}.dot:before{content:"·";margin:0 7px;color:var(--fg-3)}.err{padding:11px 14px;border-radius:var(--radius-s);background:#ff6b6b1a;border:1px solid rgba(255,107,107,.32);color:#ffb0b0;font-size:13.5px}.stack{display:flex;flex-direction:column}.center-note{padding:56px 24px;text-align:center;color:var(--fg-3);font-size:14px}.skeleton{background:linear-gradient(100deg,var(--surface) 30%,var(--surface-2) 50%,var(--surface) 70%);background-size:220% 100%;animation:shimmer 1.3s linear infinite}@keyframes shimmer{to{background-position:-120% 0}}.spinner{width:18px;height:18px;border-radius:50%;border:2px solid var(--line-strong);border-top-color:var(--accent);animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.photo-thumb{width:100%;height:130%;object-fit:cover;object-position:center top}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.maplibregl-ctrl-attrib{background:#0a0b0dc7!important;color:var(--fg-3)!important;font-size:10.5px!important;border-radius:6px 0 0}.maplibregl-ctrl-attrib a{color:var(--fg-2)!important}.maplibregl-ctrl-attrib-button{background-color:#fff9!important}.maplibregl-ctrl-group{background:#121418e6!important;border:1px solid var(--line)!important;box-shadow:var(--shadow-1)!important}.maplibregl-ctrl-group button+button{border-top:1px solid var(--line)!important}.maplibregl-ctrl-group button .maplibregl-ctrl-icon{filter:invert(1) brightness(1.4)}.maplibregl-canvas:focus{outline:none}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}}
