:root{--bg:#f4f4f1;--surface:#fff;--surface-2:#eaece6;--ink:#1a1c19;--muted:#585f57;--green:#1e5631;--green-ink:#fff;--green-soft:#e2ede5;--warn:#8f560a;--warn-ink:#fff;--warn-soft:#f6e9d6;--danger:#b23428;--danger-ink:#fff;--gps:#2f6fd0;--gps-ink:#fff;--line:#dcded6;--my:#7a4dab;--on-accent:#fff;--scrim:#1216136b;--shadow:0 4px 18px #1a1c1924;--ctl-size:44px;--ctl-gap:12px;--r-pill:999px;--r-panel:14px;--r-sheet:18px;--font-display:Bahnschrift, "DIN Alternate", "Franklin Gothic Medium", "Segoe UI", system-ui, sans-serif;--font-body:"Segoe UI", system-ui, -apple-system, Roboto, sans-serif;--sat:env(safe-area-inset-top,0px);--sab:env(safe-area-inset-bottom,0px)}@media (prefers-color-scheme:dark){:root{--bg:#131417;--surface:#1d1f23;--surface-2:#282b30;--ink:#e7e9e6;--muted:#9ba09a;--green:#54b382;--green-ink:#0c1a12;--green-soft:#21362a;--warn:#cf9036;--warn-ink:#241808;--warn-soft:#352f1d;--danger:#e0685c;--danger-ink:#180f0e;--gps:#4088da;--gps-ink:#08131f;--line:#2d3036;--my:#a982e0;--on-accent:#fff;--scrim:#0000008c;--shadow:0 4px 18px #00000080}}*{box-sizing:border-box}html,body{overscroll-behavior:none;height:100%;margin:0}body{background:var(--bg);color:var(--ink);font-family:var(--font-body);-webkit-font-smoothing:antialiased;line-height:1.5}#app{flex-direction:column;height:100dvh;display:flex}h1,h2,h3{font-family:var(--font-display);margin:0}button{font:inherit;cursor:pointer;color:inherit;-webkit-tap-highlight-color:transparent;background:0 0;border:0;border-radius:10px}button:focus-visible,a:focus-visible,input:focus-visible{outline:2px solid var(--gps);outline-offset:2px}input{font:inherit;border:1px solid var(--line);background:var(--surface);width:100%;color:var(--ink);border-radius:10px;padding:11px 13px}.btn-primary{background:var(--green);color:var(--green-ink);width:100%;padding:11px 16px;font-weight:700}.btn-primary:disabled{opacity:.6;cursor:default}.btn-ghost{border:1px solid var(--line);color:var(--muted);padding:10px 16px;font-weight:600}.btn-danger{border:1px solid var(--line);color:var(--danger);padding:10px 16px;font-weight:600}.card{background:var(--surface);border:1px solid var(--line);border-radius:14px;padding:14px 15px}.pill{letter-spacing:.06em;text-transform:uppercase;background:var(--green-soft);color:var(--green);white-space:nowrap;border-radius:999px;padding:4px 10px;font-size:.68rem;font-weight:700}.pill.warn{background:var(--warn-soft);color:var(--warn)}.page{min-height:0;padding:calc(14px + var(--sat)) 16px 16px;flex-direction:column;flex:1;gap:12px;width:100%;max-width:680px;margin:0 auto;display:flex;overflow-y:auto}.page-title{letter-spacing:.01em;font-size:1.25rem}.muted{color:var(--muted)}.small{font-size:.8rem}.knoop-badge{background:var(--green);width:32px;height:32px;color:var(--green-ink);font-family:var(--font-display);box-shadow:inset 0 0 0 2px var(--green-ink), inset 0 0 0 3.5px var(--green);font-variant-numeric:tabular-nums;border-radius:50%;flex:none;justify-content:center;align-items:center;font-size:.9rem;font-weight:700;display:inline-flex}.hidden{display:none!important}.maplibregl-ctrl-attrib{font-size:10px}.maplibregl-popup-content{background:var(--surface);color:var(--ink);box-shadow:var(--shadow)}.maplibregl-popup-anchor-top .maplibregl-popup-tip,.maplibregl-popup-anchor-top-left .maplibregl-popup-tip,.maplibregl-popup-anchor-top-right .maplibregl-popup-tip{border-bottom-color:var(--surface)}.maplibregl-popup-anchor-bottom .maplibregl-popup-tip,.maplibregl-popup-anchor-bottom-left .maplibregl-popup-tip,.maplibregl-popup-anchor-bottom-right .maplibregl-popup-tip{border-top-color:var(--surface)}.maplibregl-popup-anchor-left .maplibregl-popup-tip{border-right-color:var(--surface)}.maplibregl-popup-anchor-right .maplibregl-popup-tip{border-left-color:var(--surface)}.maplibregl-popup-close-button{color:var(--muted)}.maplibregl-ctrl-attrib{background:color-mix(in srgb, var(--surface) 82%, transparent);color:var(--muted)}.maplibregl-ctrl-attrib a{color:var(--muted)}.maplibregl-ctrl-attrib-button{background-color:var(--surface)}.gps-dot{background:var(--gps);border:3px solid var(--on-accent);border-radius:50%;width:16px;height:16px;box-shadow:0 0 0 2px #2f7fdb59,0 1px 6px #0000004d}.pw-spinner{box-sizing:border-box;border:2px solid var(--line);border-top-color:var(--green);border-radius:50%;flex:none;width:14px;height:14px;animation:.7s linear infinite pw-spin;display:inline-block}.pw-spinner.on-accent{border-color:color-mix(in srgb, var(--green-ink) 40%, transparent);border-top-color:var(--green-ink)}@keyframes pw-spin{to{transform:rotate(360deg)}}.pw-busy{align-items:center;gap:8px;display:flex}@media (prefers-reduced-motion:reduce){.pw-spinner{border:0;border-radius:0;width:auto;height:auto;animation:none}.pw-spinner:before{content:"…";color:var(--green);font-weight:700;line-height:1;display:inline-block}.pw-spinner.on-accent:before{color:var(--green-ink)}}.statusbar.svelte-d6pbtu{top:calc(10px + var(--sat));right:calc(10px + env(safe-area-inset-right,0px));z-index:60;gap:8px;display:flex;position:fixed}.chip.svelte-d6pbtu{background:var(--surface);border:1px solid var(--line);width:38px;height:38px;color:var(--muted);box-shadow:var(--shadow);border-radius:50%;justify-content:center;align-items:center;display:flex}.chip.svelte-d6pbtu svg:where(.svelte-d6pbtu){stroke:currentColor;fill:none;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:21px;height:21px}.chip.on.svelte-d6pbtu{color:var(--green);border-color:var(--green)}.slash.svelte-d6pbtu{stroke:var(--danger)}.wrap.svelte-1428x5h{flex-direction:column;flex:1;justify-content:center;gap:22px;width:100%;max-width:420px;margin:0 auto;padding:24px;display:flex}header.svelte-1428x5h{text-align:center}.mark.svelte-1428x5h{background:var(--green);width:54px;height:54px;color:var(--green-ink);font-family:var(--font-display);box-shadow:inset 0 0 0 3px var(--green-ink), inset 0 0 0 5px var(--green);border-radius:50%;justify-content:center;align-items:center;margin-bottom:10px;font-size:1.3rem;font-weight:700;display:inline-flex}h1.svelte-1428x5h{font-size:1.7rem}header.svelte-1428x5h p:where(.svelte-1428x5h){margin:4px 0 0}form.svelte-1428x5h,.pending.svelte-1428x5h{flex-direction:column;gap:13px;display:flex}label.svelte-1428x5h{flex-direction:column;gap:5px;font-size:.85rem;font-weight:600;display:flex}.error.svelte-1428x5h{color:var(--danger);margin:0;font-size:.85rem}.switch.svelte-1428x5h{color:var(--green);padding:4px;font-size:.85rem;font-weight:600}.netnote.svelte-1428x5h{background:var(--warn-soft);color:var(--warn);border-radius:12px;flex-direction:column;align-items:flex-start;gap:6px;padding:12px 14px;font-size:.85rem;display:flex}.netnote.svelte-1428x5h .switch:where(.svelte-1428x5h){color:var(--warn);padding:0;text-decoration:underline}.pending.svelte-1428x5h p:where(.svelte-1428x5h){color:var(--muted);margin:0}.profile-panel.svelte-xlo7xj{padding:8px 0 4px}.profile-msg.svelte-xlo7xj{margin:0;padding:6px 0}.profile-msg.error.svelte-xlo7xj{color:var(--danger)}.profile-wrap.svelte-xlo7xj{width:100%;position:relative}.profile-chart.svelte-xlo7xj{width:100%;height:100%;display:block}.grid.svelte-xlo7xj{stroke:var(--line);stroke-width:1px;opacity:.7}.area.svelte-xlo7xj{fill:var(--green);fill-opacity:.2;stroke:none}.line.svelte-xlo7xj{fill:none;stroke:var(--green);stroke-width:2px;stroke-linejoin:round;stroke-linecap:round}.gridlabel.svelte-xlo7xj{color:var(--muted);background:var(--surface);font-variant-numeric:tabular-nums;pointer-events:none;border-radius:3px;padding:0 3px;font-size:.62rem;position:absolute;left:2px;transform:translateY(-50%)}.xlabel.svelte-xlo7xj{color:var(--muted);font-variant-numeric:tabular-nums;font-size:.62rem;position:absolute;bottom:0}.xlabel.left.svelte-xlo7xj{left:2px}.xlabel.right.svelte-xlo7xj{right:2px}.profile-stats.svelte-xlo7xj{color:var(--muted);font-variant-numeric:tabular-nums;margin:6px 0 0}.head.svelte-1masuif{justify-content:space-between;align-items:center;gap:10px;padding-right:96px;display:flex}.headright.svelte-1masuif{align-items:center;gap:8px;display:flex}.refresh.svelte-1masuif{color:var(--muted);border:1px solid var(--line);border-radius:999px;padding:6px 12px;font-size:.78rem;font-weight:600}.refresh.svelte-1masuif:disabled{opacity:.45}.anchors.svelte-1masuif{gap:7px;padding-bottom:2px;display:flex;overflow-x:auto}.anchor.svelte-1masuif{color:var(--muted);border:1px solid var(--line);white-space:nowrap;border-radius:999px;flex:none;padding:6px 13px;font-size:.78rem;font-weight:600}.section-title.svelte-1masuif{letter-spacing:.01em;border-top:2px solid var(--line);margin-top:6px;padding-top:8px;font-size:1.05rem}section.svelte-1masuif{flex-direction:column;gap:10px;display:flex}.cardhead.svelte-1masuif{justify-content:space-between;align-items:center;gap:10px;display:flex}h3.svelte-1masuif{font-size:.95rem}p.svelte-1masuif{margin:0}ul.svelte-1masuif{margin:0;padding:0;list-style:none}.row.svelte-1masuif{align-items:center;gap:10px;padding:9px 0;display:flex}.row.svelte-1masuif+.row:where(.svelte-1masuif),.route-item.svelte-1masuif+.route-item:where(.svelte-1masuif),.track-item.svelte-1masuif+.track-item:where(.svelte-1masuif),.shared-item.svelte-1masuif+.shared-item:where(.svelte-1masuif){border-top:1px solid var(--line)}.queued.svelte-1masuif .name:where(.svelte-1masuif){font-style:italic}.edit-error.svelte-1masuif{color:var(--danger);margin:0 0 9px}.edit-hint.svelte-1masuif{margin-top:8px;line-height:1.35}.favrow.svelte-1masuif{text-align:left;flex:1;align-items:center;gap:11px;min-width:0;padding:0;display:flex}.favicon.svelte-1masuif{background:var(--surface-2);width:30px;height:30px;color:var(--green);border-radius:50%;flex:none;justify-content:center;align-items:center;font-size:.95rem;display:inline-flex}.info.svelte-1masuif{flex-direction:column;flex:1;min-width:0;display:flex}.name.svelte-1masuif{text-overflow:ellipsis;white-space:nowrap;font-size:.9rem;font-weight:600;overflow:hidden}.meta.svelte-1masuif{font-size:.75rem}.meta.err.svelte-1masuif{color:var(--danger)}.kind-tag.svelte-1masuif{background:var(--green-soft);color:var(--green);border-radius:999px;margin-right:6px;padding:0 6px;font-size:.68rem;font-weight:700;display:inline-block}.actions.svelte-1masuif{flex:none;align-items:center;gap:6px;display:flex}.act.svelte-1masuif{color:var(--ink);border:1px solid var(--line);white-space:nowrap;border-radius:8px;padding:6px 10px;font-size:.76rem;font-weight:600}.act.del.svelte-1masuif{color:var(--danger);padding:6px 9px}.act.route-share.on.svelte-1masuif{color:var(--green);border-color:var(--green)}.act.svelte-1masuif:disabled{opacity:.5}.error.svelte-1masuif{color:var(--danger);margin:0}.footer.svelte-1masuif{line-height:1.35}.bar.svelte-1masuif{background:var(--surface-2);border-radius:4px;height:8px;overflow:hidden}.bar.svelte-1masuif i:where(.svelte-1masuif){background:var(--green);border-radius:4px;height:100%;transition:width .3s;display:block}.barmeta.svelte-1masuif{font-variant-numeric:tabular-nums;justify-content:space-between;display:flex}.switchrow.svelte-1masuif{justify-content:space-between;align-items:center;gap:12px;display:flex}.switchrow.svelte-1masuif .l:where(.svelte-1masuif){font-size:.92rem;font-weight:600;display:block}.switchrow.svelte-1masuif .s:where(.svelte-1masuif){font-size:.78rem;display:block}.toggle.svelte-1masuif{background:var(--line);border-radius:999px;flex:none;width:46px;height:27px;transition:background .15s;position:relative}.toggle.svelte-1masuif:after{content:"";background:var(--surface);border-radius:50%;width:21px;height:21px;transition:transform .15s;position:absolute;top:3px;left:3px;box-shadow:0 1px 3px #0000004d}.toggle.on.svelte-1masuif{background:var(--gps)}.toggle.on.svelte-1masuif:after{background:var(--on-accent);transform:translate(19px)}.warntext.svelte-1masuif{color:var(--warn);font-weight:600}.history.svelte-1masuif{border-top:1px solid var(--line);flex-direction:column;gap:4px;margin:0;padding:8px 0 0;list-style:none;display:flex}.honestnote.svelte-1masuif{font-style:italic}.linkbtn.svelte-1masuif{color:var(--gps);padding:0;font-weight:600;text-decoration:underline}.reload.svelte-1masuif{margin-top:4px}.honest.svelte-1masuif,.tip.svelte-1masuif{text-align:center;padding:0 12px}.country-groups.svelte-1masuif{flex-direction:column;display:flex}.country-group.svelte-1masuif+.country-group:where(.svelte-1masuif){border-top:1px solid var(--line)}.country-header.svelte-1masuif{text-align:left;align-items:center;gap:8px;width:100%;padding:12px 2px;display:flex}.country-name.svelte-1masuif{font-family:var(--font-display);color:var(--ink);flex:none;font-size:.95rem;font-weight:700}.country-count.svelte-1masuif{flex:1}.chev.svelte-1masuif{width:20px;height:20px;stroke:var(--muted);fill:none;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;flex:none;transition:transform .15s;transform:rotate(-90deg)}.chev.open.svelte-1masuif{transform:rotate(0)}.country-body.collapsed.svelte-1masuif{display:none}.regions.svelte-1masuif{flex-direction:column;margin:0;padding:0 0 4px;list-style:none;display:flex}.region.svelte-1masuif{flex-direction:column;gap:8px;padding:12px 0;display:flex}.region.svelte-1masuif+.region:where(.svelte-1masuif){border-top:1px solid var(--line)}.rinfo.svelte-1masuif{min-width:0}.region-data-status.svelte-1masuif{margin-top:-2px;display:block}.region-data-status.warn.svelte-1masuif{color:var(--warn)}.maprow.svelte-1masuif{justify-content:space-between;align-items:center;gap:10px;display:flex}.rbtn.svelte-1masuif{border:1px solid var(--line);color:var(--ink);border-radius:999px;flex:none;padding:7px 14px;font-size:.78rem;font-weight:600}.rbtn.primary.svelte-1masuif{background:var(--green);border-color:var(--green);color:var(--green-ink)}.rbtn.danger.svelte-1masuif{color:var(--danger)}.rbtn.svelte-1masuif:disabled{opacity:.5}.update-badge.svelte-1masuif{background:var(--warn-soft);color:var(--warn);border-radius:999px;margin:2px 0 4px;padding:2px 9px;font-size:.72rem;font-weight:700;display:inline-block}.wandel-rows.svelte-1masuif{margin:4px 0 6px;padding:0;list-style:none}.wandel-row.svelte-1masuif{justify-content:space-between;align-items:baseline;gap:10px;padding:3px 0;display:flex}.wandel-row.svelte-1masuif .l:where(.svelte-1masuif){font-weight:600}.wandel-row.svelte-1masuif .s:where(.svelte-1masuif){text-align:right}.urow.svelte-1masuif{align-items:center;gap:11px;padding:8px 0;display:flex}.urow.svelte-1masuif+.urow:where(.svelte-1masuif){border-top:1px solid var(--line)}.avatar.svelte-1masuif{background:var(--surface-2);width:32px;height:32px;color:var(--muted);font-family:var(--font-display);border-radius:50%;flex:none;justify-content:center;align-items:center;font-size:.72rem;font-weight:700;display:inline-flex}.actions.svelte-1masuif .ok:where(.svelte-1masuif){background:var(--green);color:var(--green-ink);padding:8px 12px;font-size:.78rem;font-weight:700}.actions.svelte-1masuif .no:where(.svelte-1masuif){border:1px solid var(--line);color:var(--muted);padding:8px 12px;font-size:.78rem;font-weight:600}.userlist.svelte-1masuif .uitem:where(.svelte-1masuif){padding:8px 0}.userlist.svelte-1masuif .uitem:where(.svelte-1masuif)+.uitem:where(.svelte-1masuif){border-top:1px solid var(--line)}.userlist.svelte-1masuif .urow:where(.svelte-1masuif){padding:0}.actions.svelte-1masuif .reset:where(.svelte-1masuif){border:1px solid var(--line);color:var(--muted);padding:8px 12px;font-size:.78rem;font-weight:600}.resetform.svelte-1masuif{flex-direction:column;gap:8px;margin-top:10px;padding-left:43px;display:flex}.resetform.svelte-1masuif .pw:where(.svelte-1masuif){border:1px solid var(--line);box-sizing:border-box;border-radius:8px;width:100%;padding:9px 11px;font-size:.9rem}.resetactions.svelte-1masuif{gap:7px;display:flex}.resetactions.svelte-1masuif .ok:where(.svelte-1masuif){background:var(--green);color:var(--green-ink);padding:8px 12px;font-size:.78rem;font-weight:700}.resetactions.svelte-1masuif .ok:where(.svelte-1masuif):disabled{opacity:.55}.resetactions.svelte-1masuif .no:where(.svelte-1masuif){border:1px solid var(--line);color:var(--muted);padding:8px 12px;font-size:.78rem;font-weight:600}.ok-msg.svelte-1masuif{color:var(--green);margin:8px 0 0;padding-left:43px}.splash.svelte-1n46o8q{flex:1;justify-content:center;align-items:center;display:flex}.mark.svelte-1n46o8q{background:var(--green);width:64px;height:64px;color:var(--green-ink);font-family:var(--font-display);box-shadow:inset 0 0 0 3px var(--green-ink), inset 0 0 0 5.5px var(--green);border-radius:50%;justify-content:center;align-items:center;font-size:1.5rem;font-weight:700;display:inline-flex}main.svelte-1n46o8q,.tabpane.svelte-1n46o8q{flex-direction:column;flex:1;min-height:0;display:flex}.map-error.svelte-1n46o8q{text-align:center;max-width:320px;color:var(--muted);margin:auto;padding:24px;font-size:.9rem}.tabbar.svelte-1n46o8q{border-top:1px solid var(--line);background:var(--surface);padding:6px 6px calc(8px + var(--sab));flex:none;grid-template-columns:repeat(2,1fr);display:grid;position:relative}.tabbar.has-update.svelte-1n46o8q{padding-top:26px}.update-pill.svelte-1n46o8q{background:var(--green);color:var(--green-ink);letter-spacing:.02em;box-shadow:var(--shadow);white-space:nowrap;z-index:40;border-radius:999px;padding:4px 12px;font-size:.68rem;font-weight:700;position:absolute;top:3px;left:50%;transform:translate(-50%)}.update-pill.svelte-1n46o8q:disabled{opacity:.85}.update-hint.svelte-1n46o8q{left:50%;bottom:calc(74px + var(--sab));background:var(--surface);border:1px solid var(--line);max-width:min(90%,360px);color:var(--muted);box-shadow:var(--shadow);text-align:center;z-index:50;border-radius:12px;padding:8px 14px;font-size:.8rem;position:fixed;transform:translate(-50%)}.tab.svelte-1n46o8q{letter-spacing:.04em;color:var(--muted);border-radius:10px;flex-direction:column;align-items:center;gap:3px;padding:5px 0;font-size:.66rem;font-weight:600;display:flex}.tab.on.svelte-1n46o8q{color:var(--green)}.icon.svelte-1n46o8q{display:inline-flex;position:relative}.tab.svelte-1n46o8q svg:where(.svelte-1n46o8q){stroke:currentColor;fill:none;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:23px;height:23px}.badge.svelte-1n46o8q{background:var(--warn);min-width:16px;height:16px;color:var(--warn-ink);border-radius:8px;justify-content:center;align-items:center;padding:0 4px;font-size:.62rem;font-weight:700;display:flex;position:absolute;top:-4px;right:-8px}.toast.svelte-1n46o8q{left:50%;bottom:calc(74px + var(--sab));background:var(--ink);color:var(--bg);box-shadow:var(--shadow);z-index:50;border-radius:12px;align-items:center;gap:12px;padding:10px 14px;font-size:.85rem;display:flex;position:fixed;transform:translate(-50%)}.toast.svelte-1n46o8q button:where(.svelte-1n46o8q){color:inherit;padding:2px 4px;font-weight:700;text-decoration:underline}
