:root,html[data-theme=light]{--app-bg: #eef3f8;--app-bg-accent: radial-gradient(circle at top, rgba(61, 126, 255, .12), transparent 32%);--map-bg: #d7e2ec;--surface: rgba(255, 255, 255, .86);--surface-strong: #ffffff;--surface-muted: #edf2f7;--surface-muted-strong: #e4ebf3;--surface-line: rgba(20, 31, 52, .09);--surface-line-strong: rgba(20, 31, 52, .16);--text-primary: #142033;--text-secondary: #607085;--text-tertiary: #94a1b2;--accent: #18283b;--accent-soft: rgba(24, 40, 59, .08);--accent-strong: #102033;--brand: #1db86a;--brand-soft: rgba(29, 184, 106, .14);--brand-text: #127949;--warning-soft: #fff1dd;--warning-text: #9f6107;--danger-soft: #ffe3e0;--danger-text: #aa352d;--success-soft: #dff7e8;--success-text: #186b42;--info-soft: #e7f0ff;--info-text: #235fb0;--button-primary-bg: linear-gradient(180deg, #22344a 0%, #152334 100%);--button-primary-bg-hover: linear-gradient(180deg, #2a415d 0%, #1a2d44 100%);--button-primary-text: #f8fbff;--button-secondary-bg: rgba(235, 241, 247, .92);--button-secondary-text: #1d2a3c;--button-disabled-bg: #dbe2ea;--button-disabled-text: #93a0b0;--control-glass: rgba(255, 255, 255, .7);--shadow-lg: 0 18px 48px rgba(20, 27, 34, .14);--shadow-md: 0 10px 24px rgba(20, 27, 34, .08);--shadow-sm: 0 4px 12px rgba(20, 27, 34, .05);--overlay: rgba(8, 15, 21, .3)}html[data-theme=dark]{--app-bg: #18222d;--app-bg-accent: radial-gradient(circle at top, rgba(51, 144, 236, .12), transparent 34%);--map-bg: #16202a;--surface: rgba(32, 43, 56, .94);--surface-strong: #202b38;--surface-muted: #283545;--surface-muted-strong: #324255;--surface-line: rgba(255, 255, 255, .08);--surface-line-strong: rgba(255, 255, 255, .14);--text-primary: #f5f7fa;--text-secondary: #aab6c3;--text-tertiary: #7f8c99;--accent: #f5f7fa;--accent-soft: rgba(245, 247, 250, .06);--accent-strong: #e8edf3;--brand: #3390ec;--brand-soft: rgba(51, 144, 236, .16);--brand-text: #8cc8ff;--warning-soft: rgba(243, 186, 75, .16);--warning-text: #f8cc7b;--danger-soft: rgba(237, 96, 96, .2);--danger-text: #ffb3b3;--success-soft: rgba(82, 196, 116, .18);--success-text: #8fe2a7;--info-soft: rgba(51, 144, 236, .16);--info-text: #9ccfff;--button-primary-bg: linear-gradient(180deg, #3390ec 0%, #2b79c4 100%);--button-primary-bg-hover: linear-gradient(180deg, #43a0fb 0%, #3185d5 100%);--button-primary-text: #f8fbff;--button-secondary-bg: rgba(40, 53, 68, .96);--button-secondary-text: #edf3f9;--button-disabled-bg: rgba(52, 65, 79, .92);--button-disabled-text: #778493;--control-glass: rgba(32, 43, 56, .78);--shadow-lg: 0 20px 46px rgba(0, 0, 0, .3);--shadow-md: 0 10px 24px rgba(0, 0, 0, .2);--shadow-sm: 0 4px 14px rgba(0, 0, 0, .16);--overlay: rgba(4, 10, 16, .62)}app-root{display:block;height:100dvh}body{margin:0;font-family:Manrope,SF Pro Display,Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--text-primary);background:var(--app-bg);overscroll-behavior:none;touch-action:manipulation;-webkit-text-size-adjust:100%}button,input,select,textarea{font:inherit;touch-action:manipulation}button{cursor:pointer}button:focus-visible{outline:none;box-shadow:0 0 0 3px #4c7fd13d}input,select,textarea{color:var(--text-primary)}input::placeholder,textarea::placeholder{color:var(--text-tertiary)}h1,h2,h3,p{margin:0}.app-shell{--mobile-nav-offset: 0px;--mobile-nav-stack-height: calc(72px + env(safe-area-inset-bottom)) ;--mobile-nav-overlap: 2px;--mobile-dock-peek-height: 64px;--mobile-dock-expanded-height: min(74dvh, 680px);position:relative;height:100dvh;overflow:hidden;background:var(--app-bg-accent),linear-gradient(180deg,rgba(255,255,255,.08) 0,transparent 220px),var(--app-bg);overscroll-behavior:none}.app-shell--desktop{--desktop-panel-width: min(420px, calc(100vw - 48px) );--desktop-nav-height: 108px}.screen{position:relative;height:calc(100dvh - 82px);padding-bottom:82px}.screen--hidden{display:none}.screen--map{background:var(--map-bg);height:100dvh;padding-bottom:0}.screen--profile{overflow-y:auto;background:linear-gradient(180deg,rgba(255,255,255,.08) 0,transparent 180px),var(--app-bg)}.map-host{position:absolute;inset:0;z-index:1}.map-chrome{position:absolute;inset:0;z-index:450;pointer-events:none}.map-chrome__top,.map-chrome__side,.explorer-panel,.sheet,.bottom-nav,.mobile-dock{pointer-events:auto}.map-chrome__top{position:absolute;top:calc(env(safe-area-inset-top) + 12px);left:12px;right:12px;display:grid;grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:10px}.avatar-button,.chip-button,.map-control,.dock-search__action,.ghost-button,.primary-button,.secondary-button,.chip,.station-card,.profile-station,.bottom-nav__item,.theme-toggle__item,.route-option,.lookup__option{border:0;transition:background-color .18s ease,color .18s ease,opacity .18s ease,transform .18s ease,border-color .18s ease,box-shadow .18s ease}.avatar-button,.chip-button,.map-control,.dock-search__action,.ghost-button,.secondary-button,.bottom-nav__item,.theme-toggle__item{border-radius:999px}.avatar-button,.map-control,.chip-button,.brand-card,.explorer-panel,.panel,.sheet,.profile-station,.station-card,.route-option{background:var(--surface);border:1px solid var(--surface-line);box-shadow:var(--shadow-md)}.avatar-button{width:48px;height:48px;padding:0;display:inline-flex;align-items:center;justify-content:center;font-weight:700;color:var(--accent);background:radial-gradient(circle at 30% 20%,color-mix(in srgb,var(--brand-soft) 70%,transparent),transparent 58%),var(--control-glass);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.brand-card{min-height:48px;padding:0 18px;border-radius:999px;display:grid;align-content:center;gap:2px;background:linear-gradient(135deg,color-mix(in srgb,var(--info-soft) 42%,transparent) 0%,transparent 52%),linear-gradient(180deg,color-mix(in srgb,var(--control-glass) 94%,rgba(255,255,255,.06)) 0%,var(--control-glass) 100%);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.brand-card__title{font-size:14px;font-weight:800;letter-spacing:-.02em}.brand-card__subtitle{font-size:12px;color:var(--text-secondary)}.chip-button{min-height:44px;padding:0 18px;font-weight:700;color:var(--button-primary-text);background:var(--button-primary-bg);box-shadow:0 12px 24px #0a16283d;display:inline-flex;align-items:center;justify-content:center;gap:8px}.chip-button--ghost{background:var(--button-primary-bg)}.map-chrome__side{position:absolute;right:12px;top:50%;display:inline-flex;flex-direction:column;align-items:center;gap:6px;padding:6px;border-radius:22px;background:linear-gradient(180deg,color-mix(in srgb,var(--control-glass) 92%,rgba(82,132,224,.12)) 0%,var(--control-glass) 100%);border:1px solid var(--surface-line);box-shadow:var(--shadow-md);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);transform:translateY(-50%)}.map-control{position:relative;width:38px;height:38px;padding:0;border:0;border-radius:14px;color:var(--accent);background:transparent;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;display:inline-flex;align-items:center;justify-content:center}.map-control:hover,.map-control:focus-visible{background:color-mix(in srgb,var(--accent-soft) 86%,transparent)}.map-control svg{width:18px;height:18px;stroke:currentColor;stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round}.chip-button svg,.dock-search__action svg,.bottom-nav__item svg,.station-card__footer-item svg{width:16px;height:16px;stroke:currentColor;stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round;flex:none}.map-control__badge{position:absolute;top:-4px;right:-4px;min-width:22px;height:22px;padding:0 6px;border-radius:999px;background:var(--brand);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:12px;line-height:1}.explorer-panel{background:linear-gradient(145deg,color-mix(in srgb,var(--info-soft) 18%,transparent) 0%,transparent 34%),linear-gradient(180deg,rgba(255,255,255,.14) 0,transparent 140px),var(--surface);box-shadow:var(--shadow-lg);-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);overflow:hidden}html[data-theme=dark] .explorer-panel{background:linear-gradient(180deg,rgba(255,255,255,.025) 0,transparent 120px),var(--surface)}.mobile-dock{position:absolute;inset:auto 0 0;z-index:700;height:var(--mobile-nav-stack-height);pointer-events:none;overflow:visible;transition:transform .24s ease,opacity .18s ease}.mobile-dock>*{pointer-events:auto}.app-shell--sheet-open .mobile-dock{opacity:0;pointer-events:none;transform:translateY(calc(100% + 18px))}.mobile-dock:before{content:"";position:absolute;inset:0;border-top:1px solid var(--surface-line);border-radius:26px 26px 0 0;background:linear-gradient(180deg,color-mix(in srgb,var(--surface-strong) 90%,rgba(76,128,219,.12)),color-mix(in srgb,var(--surface) 94%,transparent));-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:0 -18px 40px #060c1633}html[data-theme=dark] .mobile-dock:before{background:linear-gradient(180deg,color-mix(in srgb,var(--surface-strong) 96%,rgba(51,144,236,.08)),color-mix(in srgb,var(--surface) 98%,transparent))}.mobile-dock--with-panel:before{background:linear-gradient(145deg,color-mix(in srgb,var(--info-soft) 18%,transparent) 0%,transparent 34%),linear-gradient(180deg,rgba(255,255,255,.14) 0,transparent 140px),var(--surface)}html[data-theme=dark] .mobile-dock--with-panel:before{background:linear-gradient(180deg,rgba(255,255,255,.025) 0,transparent 120px),var(--surface)}.explorer-panel--mobile{position:absolute;left:0;right:0;bottom:calc(100% - var(--mobile-nav-overlap));height:var(--mobile-dock-expanded-height);display:grid;grid-template-rows:auto auto auto minmax(0,1fr);align-content:start;gap:10px;padding:0 16px 18px;border-radius:26px 26px 0 0;border-left:0;border-right:0;border-bottom:0;box-shadow:0 -16px 34px #060c1629;transform:translateY(calc(var(--dock-base-shift, 0px) + var(--dock-drag-offset, 0px)));transition:transform .26s cubic-bezier(.22,1,.36,1)}.explorer-panel--peek{--dock-base-shift: calc(100% - var(--mobile-dock-peek-height))}.explorer-panel--mid{--dock-base-shift: calc(100% - clamp(420px, 58dvh, 540px)) }.explorer-panel--full{--dock-base-shift: 0px}.explorer-panel--desktop{position:absolute;top:calc(env(safe-area-inset-top) + 24px);left:24px;bottom:calc(24px + env(safe-area-inset-bottom));width:var(--desktop-panel-width);display:grid;grid-template-rows:auto auto auto minmax(0,1fr);gap:14px;padding:18px;border-radius:32px}.explorer-panel__drag-zone{width:calc(100% + 32px);margin:0 -16px;padding:10px 18px 4px;display:grid;gap:10px;background:transparent;border:0;touch-action:none}.explorer-panel--mobile .explorer-panel__drag-zone{width:calc(100% + 32px);margin:0 -16px;padding:10px 16px 6px;gap:10px;position:relative}.explorer-panel__peek-hint{padding:2px 12px 0;text-align:center;color:var(--text-secondary);font-size:13px;font-weight:700;line-height:1.3}.explorer-panel__handle{width:84px;height:7px;border-radius:999px;background:var(--surface-line-strong);justify-self:center}.explorer-panel--mobile .explorer-panel__handle{width:74px;height:6px}.explorer-panel__drag-meta{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:12px}.explorer-panel__drag-meta h2,.explorer-panel__desktop-head h2{font-size:clamp(18px,4vw,22px);line-height:1.02}.explorer-panel__desktop-head{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:12px}.explorer-panel__search-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px}.dock-search input,.field-block input,.field-block select,.field-block textarea{width:100%;min-height:54px;padding:0 18px;border:1px solid var(--surface-line);border-radius:18px;background:var(--surface-muted);box-sizing:border-box;transition:border-color .18s ease,box-shadow .18s ease,background-color .18s ease}.field-block textarea{min-height:100px;padding:14px 16px;border-radius:18px;resize:vertical}.field-block select,.field-block input[type=number],.field-block input[type=text]{border-radius:18px}.dock-search input:focus,.field-block input:focus,.field-block select:focus,.field-block textarea:focus{outline:none;border-color:#4a7fce73;box-shadow:0 0 0 4px #4a7fce24}.dock-search__action,.ghost-button{min-height:54px;padding:0 18px;background:var(--button-secondary-bg);color:var(--button-secondary-text);font-weight:700;border:1px solid var(--surface-line);box-shadow:var(--shadow-sm)}.dock-search__action{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:8px}.dock-search__action--active{background:color-mix(in srgb,var(--brand-soft) 72%,var(--button-secondary-bg));color:var(--brand-text);border-color:color-mix(in srgb,var(--brand) 30%,var(--surface-line))}.dock-search__badge{min-width:22px;height:22px;margin-left:8px;padding:0 6px;border-radius:999px;background:var(--brand);color:#04110a;display:inline-flex;align-items:center;justify-content:center;font-size:12px;line-height:1;font-weight:800}.explorer-panel__summary,.dock-chip-row,.station-card__meta,.station-card__fuel-row,.pill-row,.chip-grid,.theme-toggle,.route-options,.history-item__limits{display:flex;flex-wrap:wrap;gap:8px}.explorer-panel__summary{align-items:center;gap:10px}.explorer-panel__hint{flex:1 0 100%;font-size:13px;font-weight:700;color:var(--text-secondary)}.explorer-panel__body{min-height:0;display:flex;flex-direction:column;gap:12px;overflow:hidden}.eyebrow,.details-grid__label,.profile-header p,.muted-text,.station-card__title-group span,.fuel-item__meta,.route-option span{color:var(--text-secondary);font-size:13px;line-height:1.35}.notice{padding:14px 16px;border-radius:18px;background:var(--danger-text);color:#fff;font-size:14px;line-height:1.35;box-shadow:var(--shadow-sm)}.notice--soft{background:linear-gradient(135deg,#4a8fff,#3478d6);box-shadow:0 14px 28px #3478d638}.chip{min-height:38px;padding:0 15px;border-radius:999px;background:var(--surface-muted);color:var(--text-primary);font-size:13px;font-weight:700;border:1px solid transparent;box-shadow:var(--shadow-sm)}.chip--soft{background:transparent;border:1px solid var(--surface-line)}.chip--active{background:var(--button-primary-bg);color:#fff;border-color:transparent}.station-list{display:grid;gap:10px;flex:1 1 auto;min-height:0;overflow-y:auto;padding:4px 4px 18px 0;align-content:start;overscroll-behavior:contain}.station-card{display:grid;gap:10px;width:100%;padding:16px;border-radius:22px;text-align:left;background:linear-gradient(145deg,color-mix(in srgb,var(--warning-soft) 18%,transparent) 0%,transparent 34%),linear-gradient(180deg,rgba(255,255,255,.08) 0,transparent 120px),var(--surface-strong);box-shadow:var(--shadow-sm)}.station-card--compact{gap:8px;padding:14px 16px;border-radius:20px;background:linear-gradient(180deg,rgba(255,255,255,.06) 0,transparent 110px),var(--surface-strong)}.station-card__identity{display:grid;grid-template-columns:auto minmax(0,1fr);gap:12px;align-items:start;min-width:0}.station-card__identity--compact{align-items:center}.station-card__logo{width:40px;height:40px;border-radius:13px;display:inline-flex;align-items:center;justify-content:center;flex:none;font-size:12px;font-weight:800;letter-spacing:-.03em;color:#f8fbff;background:linear-gradient(135deg,#52657e,#2c3948);box-shadow:inset 0 1px #ffffff29,0 10px 18px #08101c38}.station-card__logo--small{width:32px;height:32px;border-radius:10px;font-size:10px}.station-card__logo[data-brand=rosneft]{background:linear-gradient(135deg,#f6b515,#d97a0f)}.station-card__logo[data-brand=lukoil]{background:linear-gradient(135deg,#d74343,#9f222f)}.station-card__logo[data-brand=gazpromneft]{background:linear-gradient(135deg,#4a8fff,#1d5db8)}.station-card__logo[data-brand=tatneft]{background:linear-gradient(135deg,#2cc48f,#0d8b66)}.station-card__logo[data-brand=bashneft]{background:linear-gradient(135deg,#ec6b2d,#bb3d19)}.station-card__logo[data-brand=neftmagistral]{background:linear-gradient(135deg,#6f89ff,#3d4ebf)}.station-card__logo[data-brand=trassa]{background:linear-gradient(135deg,#54c473,#17864e)}.station-card__logo[data-brand=teboil]{background:linear-gradient(135deg,#e23c5f,#aa1837)}.station-card__logo[data-brand=shell]{background:linear-gradient(135deg,#ffca33,#dc3b2f)}.station-card__logo[data-brand=bp]{background:linear-gradient(135deg,#71d85c,#2b9548)}.station-card__top,.sheet__header,.history-item__head,.profile-station__top,.panel__header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.station-card__top{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start}.station-card--compact .station-card__top{align-items:center;gap:10px}.station-card__title-group{display:grid;gap:4px;min-width:0}.station-card--compact .station-card__title-group{gap:2px}.station-card__address{color:var(--text-secondary);line-height:1.35}.station-card__title-group span,.profile-station p{overflow:hidden;text-overflow:ellipsis}.info-block__meta{color:var(--text-secondary);font-size:13px;line-height:1.35}.explorer-panel--mobile .station-card__title-group strong{font-size:15px}.explorer-panel--mobile .station-card__meta,.explorer-panel--mobile .station-card__fuel-row{gap:6px}.station-card__footer{display:flex;align-items:center;justify-content:space-between;gap:10px;color:var(--text-secondary);font-size:13px;line-height:1.3}.station-card__footer-item{display:inline-flex;align-items:center;gap:6px;min-width:0}.station-card strong,.profile-station strong{font-size:16px;line-height:1.25}.station-card--compact strong{font-size:15px;line-height:1.2}.station-card--compact .station-card__logo{width:36px;height:36px;border-radius:12px;font-size:11px}.station-card__availability-pill{min-height:28px;padding:0 10px;font-size:11px}.station-card__metrics{display:flex;flex-wrap:wrap;gap:6px 14px;color:var(--text-secondary);font-size:12px;line-height:1.35}.station-card__metric{display:inline-flex;align-items:center;gap:6px;min-width:0;font-weight:700}.station-card__metric:before{content:"";width:5px;height:5px;border-radius:50%;background:var(--text-tertiary);flex:0 0 auto}.station-card__fuel-groups{display:grid;gap:5px}.station-card__fuel-group{display:flex;align-items:baseline;gap:8px;min-width:0;font-size:12px;line-height:1.35}.station-card__fuel-group--available{color:var(--success-text)}.station-card__fuel-group--unavailable{color:var(--danger-text)}.station-card__fuel-group--unknown{color:var(--text-secondary)}.station-card__fuel-caption{flex:0 0 auto;font-weight:800}.station-card__fuel-values{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pill,.mini-pill{display:inline-flex;align-items:center;justify-content:center;min-height:30px;padding:0 10px;border-radius:999px;font-size:12px;line-height:1;white-space:nowrap;border:1px solid transparent}.mini-pill{min-height:26px;padding:0 8px}.pill--success{background:var(--success-soft);color:var(--success-text)}.pill--info{background:var(--info-soft);color:var(--info-text)}.pill--warning{background:var(--warning-soft);color:var(--warning-text)}.pill--danger{background:var(--danger-soft);color:var(--danger-text)}.pill--muted,.pill--light{background:color-mix(in srgb,var(--info-soft) 38%,var(--surface-muted));color:color-mix(in srgb,var(--info-text) 32%,var(--text-secondary))}.sheet-backdrop{position:absolute;inset:0;z-index:780;background:var(--overlay)}.sheet{position:absolute;inset:auto 0 0;z-index:790;max-height:min(84dvh,800px);overflow:hidden;border-radius:28px 28px 0 0;box-shadow:var(--shadow-lg)}.sheet__header{padding:20px 18px 14px;border-bottom:1px solid var(--surface-line)}.sheet__station-title{display:grid;grid-template-columns:auto minmax(0,1fr);gap:12px;align-items:center;min-width:0}.sheet__content{display:grid;gap:16px;max-height:calc(min(84dvh,800px) - 92px);overflow-y:auto;padding:18px;box-sizing:border-box}.sheet__content--details{align-content:start}.primary-button,.secondary-button{min-height:54px;padding:0 20px;font-weight:800}.primary-button{border-radius:18px;background:var(--button-primary-bg);color:var(--button-primary-text);box-shadow:0 14px 28px #0c1c302e}.secondary-button{border-radius:18px;background:var(--button-secondary-bg);color:var(--button-secondary-text);border:1px solid var(--surface-line)}.primary-button:hover,.chip-button:hover,.bottom-nav__item:hover,.theme-toggle__item:hover{transform:translateY(-1px)}.primary-button:disabled,.secondary-button:disabled,.ghost-button:disabled,.theme-toggle__item:disabled,.bottom-nav__item:disabled{background:var(--button-disabled-bg);color:var(--button-disabled-text);box-shadow:none;border-color:transparent;transform:none;cursor:default}.action-grid,.details-grid,.coordinates,.fuel-grid,.field-row__split,.theme-toggle{display:grid;gap:10px}.action-grid,.details-grid,.coordinates,.fuel-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.field-block,.form-stack,.history-list,.fuel-editor,.profile-screen,.profile-stations,.route-option,.empty-state,.info-block,.field-row,.fuel-item{display:grid;gap:10px}.field-block__label{font-size:14px;color:var(--text-secondary)}.field-block label{font-size:14px;font-weight:700;color:var(--text-primary)}.location-picker,.location-picker__summary,.location-picker__actions{display:grid;gap:10px}.location-picker{padding:14px;border-radius:18px;background:var(--surface-muted);border:1px solid var(--surface-line)}.location-picker__summary strong{font-size:15px}.location-picker__summary span{color:var(--text-secondary);font-size:13px;line-height:1.35}.location-picker__actions{grid-template-columns:repeat(2,minmax(0,1fr))}.map-picker{position:absolute;inset:0;z-index:520;pointer-events:none}.map-picker__pin{position:absolute;left:50%;top:50%;width:28px;height:28px;transform:translate(-50%,calc(-100% - 8px));border-radius:50% 50% 50% 0;rotate:-45deg;background:linear-gradient(135deg,#4a8fff,#1d5db8);box-shadow:0 14px 24px #12386d47}.map-picker__pin-dot{position:absolute;inset:7px;border-radius:50%;background:#f8fbff}.map-picker__panel{position:absolute;left:18px;right:18px;bottom:calc(18px + env(safe-area-inset-bottom));display:grid;gap:14px;padding:16px;border-radius:24px;background:var(--surface);border:1px solid var(--surface-line);box-shadow:var(--shadow-lg);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);pointer-events:auto}.map-picker__summary{display:grid;gap:6px}.map-picker__summary strong{font-size:17px}.map-picker__summary span{color:var(--text-secondary);font-size:13px;line-height:1.35}.map-picker__actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.details-grid strong{display:block;margin-top:4px;font-size:14px}.fuel-item__head{display:flex;align-items:center;justify-content:space-between;gap:8px}.history-item{display:grid;gap:10px;padding:14px;border-radius:20px;background:var(--surface-muted);border:1px solid var(--surface-line)}.history-item__head span{color:var(--text-tertiary);font-size:12px}.lookup{position:relative}.lookup__menu{position:absolute;inset:calc(100% + 8px) 0 auto 0;z-index:20;display:grid;gap:8px;padding:8px;border-radius:18px;background:var(--surface-strong);border:1px solid var(--surface-line);box-shadow:var(--shadow-md)}.lookup__option{min-height:42px;padding:0 14px;text-align:left;border-radius:14px;background:var(--surface-muted);color:var(--text-primary);border:1px solid transparent}.route-options{flex-direction:column}.route-option{padding:18px;border-radius:22px;text-align:left;background:var(--surface-strong)}.profile-screen{padding:calc(env(safe-area-inset-top) + 22px) 18px calc(24px + env(safe-area-inset-bottom))}.profile-header{display:grid;gap:10px;margin-bottom:18px}.profile-header h1{font-size:clamp(32px,5vw,44px);line-height:.96;letter-spacing:-.04em}.panel{display:grid;gap:18px;padding:22px;border-radius:28px;margin-bottom:16px;background:linear-gradient(180deg,rgba(255,255,255,.1) 0,transparent 160px),var(--surface)}.panel__header h2{font-size:clamp(22px,3vw,28px);line-height:1;letter-spacing:-.03em}.theme-toggle{grid-template-columns:repeat(2,minmax(0,1fr));padding:6px;border-radius:24px;background:var(--surface-muted);border:1px solid var(--surface-line)}.theme-toggle__item{min-height:54px;border-radius:18px;background:transparent;color:var(--text-secondary);font-weight:800;border:1px solid transparent}.theme-toggle__item--active{background:var(--surface-strong);color:var(--text-primary);border-color:var(--surface-line-strong);box-shadow:var(--shadow-sm)}.profile-station{display:grid;gap:10px;padding:16px;border-radius:22px;text-align:left}.panel--profile-hero,.panel--profile-stats{overflow:hidden}.profile-hero{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:16px}.profile-hero__content{display:grid;gap:12px}.profile-hero__avatar{width:72px;height:72px;border-radius:24px;display:inline-flex;align-items:center;justify-content:center;background:radial-gradient(circle at 30% 20%,rgba(91,142,239,.32),transparent 56%),linear-gradient(180deg,color-mix(in srgb,var(--brand) 26%,var(--surface-strong)) 0%,var(--surface-strong) 100%);color:var(--text-primary);font-size:24px;font-weight:900;letter-spacing:-.04em;box-shadow:var(--shadow-sm)}.profile-hero__name-row,.profile-hero__chips,.profile-inline-editor__actions,.profile-progress__labels{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.profile-hero__name-row{align-items:flex-start}.profile-hero__name-row h1{flex:1 1 auto}.profile-hero__description,.profile-stat-card p,.profile-impact p{color:var(--text-secondary);font-size:14px;line-height:1.45}.icon-button{width:46px;height:46px;border-radius:16px;display:inline-flex;align-items:center;justify-content:center;background:var(--surface-muted);color:var(--text-primary);border:1px solid var(--surface-line);box-shadow:var(--shadow-sm);flex:0 0 auto}.icon-button svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.profile-inline-editor{display:grid;gap:14px;padding:18px;border-radius:24px;background:color-mix(in srgb,var(--surface-muted) 92%,transparent);border:1px solid var(--surface-line)}.profile-score,.profile-impact__value{min-width:64px;height:64px;padding:0 16px;border-radius:22px;display:inline-flex;align-items:center;justify-content:center;background:radial-gradient(circle at 30% 20%,rgba(91,142,239,.28),transparent 56%),var(--surface-muted);color:var(--text-primary);font-size:24px;font-weight:900;letter-spacing:-.04em;box-shadow:var(--shadow-sm)}.profile-progress{display:grid;gap:12px}.profile-progress__track{position:relative;height:10px;border-radius:999px;overflow:hidden;background:var(--surface-muted)}.profile-progress__fill{position:absolute;inset:0 auto 0 0;border-radius:inherit;background:linear-gradient(90deg,var(--brand) 0%,color-mix(in srgb,var(--brand) 62%,#ffffff) 100%)}.profile-progress__labels{justify-content:space-between;color:var(--text-secondary);font-size:13px;line-height:1.35}.profile-stats-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.profile-stat-card{display:grid;gap:12px;align-content:start;padding:18px;border-radius:24px;background:linear-gradient(180deg,rgba(255,255,255,.08) 0,transparent 140px),var(--surface-muted);border:1px solid var(--surface-line);box-shadow:var(--shadow-sm)}.profile-stat-card--accent{background:radial-gradient(circle at top right,rgba(59,130,246,.22),transparent 36%),linear-gradient(180deg,rgba(255,255,255,.08) 0,transparent 140px),var(--surface-muted)}.profile-stat-card__label{color:var(--text-secondary);font-size:13px;line-height:1.35}.profile-stat-card strong{font-size:clamp(26px,4vw,34px);line-height:1;letter-spacing:-.04em}.profile-impact{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:16px;padding:20px;border-radius:26px;background:radial-gradient(circle at top left,rgba(49,208,135,.18),transparent 34%),linear-gradient(180deg,rgba(255,255,255,.06) 0,transparent 130px),var(--surface-strong);border:1px solid color-mix(in srgb,var(--brand) 18%,var(--surface-line));box-shadow:var(--shadow-sm)}.profile-impact strong{font-size:clamp(20px,3vw,28px);line-height:1.1;letter-spacing:-.03em}.bottom-nav{position:absolute;inset:auto 0 0;z-index:700;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:8px 14px calc(10px + env(safe-area-inset-bottom));background:linear-gradient(180deg,color-mix(in srgb,var(--surface-strong) 90%,rgba(76,128,219,.12)),color-mix(in srgb,var(--surface) 94%,transparent));border:1px solid var(--surface-line);border-left:0;border-right:0;border-bottom:0;border-radius:28px 28px 0 0;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:0 -18px 40px #060c1633}html[data-theme=dark] .bottom-nav{background:linear-gradient(180deg,color-mix(in srgb,var(--surface-strong) 96%,rgba(51,144,236,.08)),color-mix(in srgb,var(--surface) 98%,transparent))}.bottom-nav__item{min-height:46px;border-radius:18px;background:transparent;color:var(--text-secondary);font-weight:800;border:1px solid transparent;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:14px}.bottom-nav__label{line-height:1}.bottom-nav__item--active{background:var(--button-primary-bg);color:var(--button-primary-text);box-shadow:0 10px 24px #25497c3d}.mobile-dock .bottom-nav{inset:0;z-index:2;gap:10px;padding:10px 12px calc(10px + env(safe-area-inset-bottom));background:transparent;border:0;border-radius:0;-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:none}.mobile-dock .bottom-nav__item{min-height:42px;border-radius:16px;gap:7px;font-size:13px}.station-card--loading{color:var(--text-secondary)}.checkbox-row{display:flex;align-items:center;gap:10px;color:var(--text-primary);padding:14px 16px;border-radius:18px;background:var(--surface-muted);border:1px solid var(--surface-line)}.checkbox-row input{width:18px;height:18px}.station-marker-host{background:transparent;border:0}.station-marker{position:relative;display:inline-block;width:22px;height:22px;border:2px solid rgba(255,255,255,.94);border-radius:50% 50% 50% 0;transform:rotate(-45deg);box-shadow:0 4px 12px #0a1b2c3d}.station-marker:after{content:"";position:absolute;inset:5px;border-radius:50%;background:#ffffffeb}.station-marker--available{background:#21b257}.station-marker--operational{background:#367ee8}.station-marker--queue{background:#f39c1d}.station-marker--closed{background:#d45749}.station-marker--unknown{background:#7f8d98}.station-marker--selected{box-shadow:0 0 0 4px #367ee82e,0 4px 12px #0a1b2c47}html[data-theme=dark] .leaflet-tile{filter:brightness(.72) invert(1) contrast(.88) hue-rotate(180deg) saturate(.55)}.leaflet-top.leaflet-right{top:50%;bottom:auto;right:12px;transform:translateY(-50%)}.app-shell--desktop .leaflet-top.leaflet-right{right:24px}.explorer-panel--mobile .explorer-panel__drag-meta h2{font-size:16px}.explorer-panel--peek .explorer-panel__drag-zone{padding-bottom:6px}.explorer-panel--mobile .explorer-panel__summary{gap:6px;padding-bottom:2px}.explorer-panel--mobile .explorer-panel__hint{font-size:12px}.explorer-panel--mobile .dock-search input,.explorer-panel--mobile .dock-search__action{min-height:48px;border-radius:16px}.explorer-panel--mobile .explorer-panel__body{gap:10px}.explorer-panel--mobile .notice{padding:12px 14px;border-radius:16px;font-size:13px}.explorer-panel--mobile .station-list{gap:8px;padding:0 0 calc(var(--mobile-nav-stack-height) + 18px)}.explorer-panel--mobile .station-card{gap:8px;padding:14px;border-radius:18px}.explorer-panel--mobile .station-card--compact{gap:7px;padding:12px 13px;border-radius:17px}.explorer-panel--mobile .station-card__logo{width:34px;height:34px;border-radius:11px;font-size:10px}.explorer-panel--mobile .station-card__title-group{gap:3px}.explorer-panel--mobile .station-card__address{font-size:12px}.explorer-panel--mobile .station-card__metrics,.explorer-panel--mobile .station-card__fuel-group{font-size:11px}.explorer-panel--mobile .station-card__availability-pill{min-height:24px;padding:0 8px;font-size:10px}.explorer-panel--mobile .pill{min-height:26px;padding:0 9px;font-size:11px}.explorer-panel--mobile .mini-pill{min-height:22px;padding:0 7px;font-size:11px}.explorer-panel--mobile .station-card__footer{font-size:12px}.leaflet-control-attribution{border:0;box-shadow:none}.leaflet-control-attribution{background:linear-gradient(180deg,color-mix(in srgb,var(--control-glass) 92%,rgba(82,132,224,.12)) 0%,var(--control-glass) 100%)!important;color:var(--accent)!important;box-shadow:var(--shadow-md)}.leaflet-control-attribution{border-radius:14px!important;padding:2px 8px!important}@media(max-width:767px){.sheet--details{inset:0;height:100dvh;max-height:none;border:0;border-radius:0;display:grid;grid-template-rows:auto minmax(0,1fr);padding-top:env(safe-area-inset-top)}.sheet--details .sheet__header{padding:12px 16px 10px}.sheet--details .sheet__station-title{gap:10px}.sheet--details .sheet__station-title h2{font-size:18px;line-height:1.05}.sheet--details .ghost-button{min-height:42px;padding:0 14px}.sheet--details .sheet__content{min-height:0;max-height:none;gap:12px;padding:14px 16px calc(18px + env(safe-area-inset-bottom))}.sheet--details .action-grid,.sheet--details .details-grid,.sheet--details .fuel-grid{gap:8px}.sheet--details .primary-button,.sheet--details .secondary-button{min-height:48px;padding:0 16px;border-radius:16px}.sheet--details .field-block,.sheet--details .info-block,.sheet--details .fuel-item,.sheet--details .history-list{gap:8px}.sheet--details .field-block textarea{min-height:84px}.sheet--details .history-item{gap:8px;padding:12px;border-radius:18px}.sheet--details .pill{min-height:28px;padding:0 9px;font-size:11px}.sheet--details .mini-pill{min-height:24px;padding:0 7px;font-size:11px}}@media(min-width:768px){.screen{max-width:520px;margin:0 auto;border-left:1px solid var(--surface-line);border-right:1px solid var(--surface-line)}.bottom-nav{max-width:520px;width:492px;left:50%;right:auto;bottom:calc(10px + env(safe-area-inset-bottom));padding:10px;border:1px solid var(--surface-line);border-radius:28px;transform:translate(-50%)}.mobile-dock{left:50%;right:auto;width:520px;transform:translate(-50%)}.explorer-panel,.sheet,.map-chrome__top{max-width:520px;margin:0 auto}.map-chrome__top{left:50%;right:auto;width:496px;transform:translate(-50%)}}@media(min-width:960px){.mobile-dock{display:none}.app-shell--desktop .screen{max-width:none;margin:0;border:0}.app-shell--desktop .screen--map{height:100dvh;padding-bottom:0}.app-shell--desktop .map-chrome__top{top:calc(env(safe-area-inset-top) + 24px);left:calc(24px + var(--desktop-panel-width) + 20px);right:96px;width:auto;max-width:none;transform:none}.app-shell--desktop .map-chrome__side{right:24px}.app-shell--desktop .explorer-panel{max-width:none;margin:0}.app-shell--desktop .explorer-panel--desktop{bottom:calc(var(--desktop-nav-height) + 12px + env(safe-area-inset-bottom))}.app-shell--desktop .bottom-nav{left:24px;right:auto;bottom:calc(24px + env(safe-area-inset-bottom));width:var(--desktop-panel-width);max-width:none;padding:10px;border:1px solid var(--surface-line);border-radius:28px;transform:none;box-shadow:var(--shadow-lg)}.app-shell--desktop .sheet{left:50%;right:auto;bottom:24px;width:min(620px,100vw - 48px);max-height:calc(100dvh - 48px);border-radius:30px;transform:translate(-50%)}.app-shell--desktop .sheet__content{max-height:calc(100dvh - 144px)}}@media(max-width:767px){.profile-hero{grid-template-columns:1fr}.profile-hero__avatar{width:60px;height:60px;border-radius:20px;font-size:21px}.profile-stats-grid,.profile-impact{grid-template-columns:1fr}.profile-score,.profile-impact__value{min-width:56px;height:56px;font-size:22px}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url("./media/layers-55W3Q4RM.png");width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url("./media/layers-2x-TBM42ERR.png");background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url("./media/marker-icon-2V3QKKVC.png")}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}
