:root{--navy:#0b1324;--ink:#11203a;--muted:#68758a;--line:#e9edf3;--blue:#267cff;--mint:#e3faf1;--surface:#fff}*{box-sizing:border-box}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:#f6f8fb}.app-shell{height:100dvh;display:flex;overflow:hidden}.stations-panel{width:40%;min-width:370px;max-width:580px;background:var(--surface);z-index:2;display:flex;flex-direction:column;box-shadow:8px 0 30px #10234b0a}.app-header{height:82px;padding:19px 28px 13px;display:flex;align-items:center;justify-content:space-between}.brand{color:var(--ink);font-weight:800;font-size:22px;letter-spacing:-1px;text-decoration:none;display:flex;align-items:center;gap:9px}.brand span span{color:var(--blue)}.brand-mark{display:grid;place-items:center;width:29px;height:29px;background:var(--blue);border-radius:9px;color:white;font-size:16px;transform:skew(-10deg)}.locate-button{border:1px solid var(--line);background:#fff;width:37px;height:37px;border-radius:12px;color:var(--blue);font-size:24px;line-height:1;cursor:pointer}.mode-switch{margin:0 26px;padding:4px;background:#f1f4f8;border-radius:14px;display:grid;grid-template-columns:1fr 1fr;gap:3px}.mode{height:43px;border:0;border-radius:10px;background:transparent;color:#647186;font-size:14px;font-weight:750;cursor:pointer}.mode.active{color:#115ed3;background:white;box-shadow:0 2px 6px #13264b14}.location-status{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:12px;margin:18px 29px 10px}.status-dot{width:8px;height:8px;border-radius:50%;background:#9ca7b7}.status-dot.live{background:#19bd7b;box-shadow:0 0 0 4px #19bd7b24}.list-head{display:flex;align-items:end;justify-content:space-between;padding:0 29px 15px;border-bottom:1px solid var(--line)}.eyebrow{font-size:10px;letter-spacing:1.25px;color:var(--blue);font-weight:800;margin:0 0 4px}h1{font-size:22px;letter-spacing:-.7px;margin:0}.count{font-size:12px;font-weight:700;color:var(--muted);padding-bottom:3px}.stations-list{overflow-y:auto;flex:1;padding:9px 15px 24px}.station-card{display:flex;align-items:center;gap:12px;padding:15px 12px;border:1px solid transparent;border-radius:15px;cursor:pointer;transition:.18s;background:#fff}.station-card:hover,.station-card.selected{background:#f4f8ff;border-color:#dbe9ff}.station-icon{width:42px;height:42px;flex:0 0 auto;border-radius:13px;display:grid;place-items:center;background:#ebf3ff;color:var(--blue)}.station-icon::after{font-size:20px;content:'⛽'}.station-card.electric .station-icon{background:var(--mint);color:#0b9c67}.station-card.electric .station-icon::after{content:'⚡'}.station-content{min-width:0;flex:1}.station-top{display:flex;justify-content:space-between;gap:8px;align-items:baseline}.station-top h2{font-size:14px;letter-spacing:-.15px;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.distance{font-size:12px;font-weight:750;color:#236edf;white-space:nowrap}.address{font-size:12px;color:var(--muted);margin:3px 0 8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.details{display:flex;flex-wrap:wrap;gap:5px}.detail{font-size:10px;font-weight:750;padding:4px 6px;border-radius:5px;background:#f1f4f7;color:#627087}.price{background:#e9f2ff;color:#216bd2}.chevron{font-size:25px;color:#abb4c2;font-weight:300}.empty{padding:35px 25px;text-align:center;color:var(--muted);font-size:14px}.loading{display:flex;gap:10px;align-items:center;padding:28px;color:var(--muted);font-size:13px}.spinner{width:17px;height:17px;border:2px solid #dbe6f7;border-top-color:var(--blue);border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.map-panel{position:relative;flex:1;min-width:0}.map-panel,#map{height:100%}.map-message{position:absolute;top:23px;left:50%;transform:translateX(-50%);z-index:500;background:#fff;padding:12px 17px;border-radius:12px;box-shadow:0 8px 24px #16254925;font-size:12px;display:flex;gap:5px;align-items:center;white-space:nowrap}.map-message strong{color:var(--ink)}.map-message span{color:var(--muted)}.map-legend{position:absolute;bottom:23px;right:20px;z-index:500;background:#ffffffed;border-radius:9px;padding:8px 11px;font-size:11px;color:var(--muted);box-shadow:0 3px 10px #16254918}.legend-user{width:9px;height:9px;display:inline-block;background:var(--blue);border:2px solid white;border-radius:50%;box-shadow:0 0 0 2px var(--blue);margin-right:5px}.user-pin{width:20px;height:20px;background:#267cff;border:3px solid #fff;border-radius:50%;box-shadow:0 0 0 7px #267cff35,0 2px 7px #10234b44;animation:pulse 1.8s infinite}@keyframes pulse{50%{box-shadow:0 0 0 12px #267cff08,0 2px 7px #10234b44}}.station-pin{display:grid;place-items:center;width:34px;height:34px;border:3px solid white;border-radius:11px;background:#267cff;color:white;font-size:16px;box-shadow:0 2px 8px #10234b55}.station-pin.electric{background:#0fb87a}.leaflet-popup-content-wrapper{border-radius:13px;box-shadow:0 7px 24px #17284927}.leaflet-popup-content{margin:13px 15px;font-family:inherit}.popup-name{font-weight:800;font-size:14px}.popup-address{color:var(--muted);font-size:12px;margin-top:3px}.popup-details{color:#216bd2;font-size:12px;font-weight:700;margin-top:7px}@media(max-width:760px){.app-shell{display:flex;flex-direction:column-reverse;height:100dvh}.stations-panel{width:100%;min-width:0;max-width:none;height:54%;border-radius:23px 23px 0 0;margin-top:-22px}.map-panel{height:50%;flex:none}.app-header{height:67px;padding:12px 20px 7px}.brand{font-size:19px}.mode-switch{margin:0 19px}.location-status{margin:12px 21px 7px}.list-head{padding:0 21px 9px}.stations-list{padding:5px 10px 15px}.station-card{padding:11px 9px}.map-message{top:13px}.map-message span{display:none}.map-legend{bottom:31px;right:12px}}
.price b{font-weight:800}.price-tooltip{border:0!important;border-radius:9px!important;padding:8px 10px!important;color:var(--ink)!important;font-family:inherit!important;font-size:11px!important;box-shadow:0 5px 16px #10234b30!important}.price-tooltip:before{border-top-color:#fff!important}
:root{--navy:#0b1324;--ink:#11203a;--muted:#68758a;--line:#e9edf3;--blue:#267cff;--mint:#e3faf1;--surface:#fff}.theme-dark{--navy:#0a1220;--ink:#edf4ff;--muted:#9aa9be;--line:#26354b;--blue:#68a2ff;--mint:#123f35;--surface:#101c2e}.theme-dark body,.theme-dark .stations-list{background:#101c2e}.theme-dark .mode-switch,.theme-dark .station-card:hover,.theme-dark .station-card.selected{background:#192941}.theme-dark .mode.active,.theme-dark .locate-button,.theme-dark .header-button{background:#17253a;color:var(--ink);border-color:var(--line)}.theme-dark .station-card{background:var(--surface)}.theme-dark .price{background:#1a365d;color:#9bc5ff}.theme-dark .quick-menu{background:#17253a;border-color:#2b3b53}.theme-dark .quick-menu button:hover,.theme-dark .quick-menu button.active{background:#203653}.header-actions{display:flex;gap:7px;align-items:center}.header-button{border:1px solid var(--line);background:#fff;width:37px;height:37px;border-radius:12px;color:var(--ink);font-size:18px;cursor:pointer}.flag-button{font-size:17px}.menu-wrap{position:relative}.quick-menu{position:absolute;right:0;top:44px;z-index:800;width:136px;border:1px solid var(--line);border-radius:11px;padding:5px;background:#fff;box-shadow:0 10px 28px #10234b25}.quick-menu button{display:grid;grid-template-columns:20px 1fr 13px;gap:6px;align-items:center;width:100%;border:0;border-radius:7px;background:transparent;padding:8px 7px;color:var(--ink);font:inherit;font-size:12px;text-align:left;cursor:pointer}.quick-menu button:hover,.quick-menu button.active{background:#edf5ff;color:#155fca}.quick-menu i{font-style:normal;color:var(--blue);font-size:11px}.search-area-button{position:absolute;top:22px;left:50%;transform:translateX(-50%);z-index:600;border:0;border-radius:10px;background:#196ee8;color:#fff;box-shadow:0 5px 16px #10234b33;padding:10px 14px;font:700 12px Inter,ui-sans-serif,system-ui,sans-serif;cursor:pointer}.search-area-button:hover{background:#105dca}.theme-dark .search-area-button{background:#4a90ff}.fuel-selector{margin:13px 28px 0;display:flex;align-items:center;gap:11px}.fuel-selector[hidden]{display:none}.fuel-label{font-size:11px;font-weight:750;color:var(--muted);white-space:nowrap}.fuel-options{display:flex;gap:4px;overflow-x:auto;scrollbar-width:none}.fuel-option{border:1px solid var(--line);background:#fff;border-radius:7px;padding:5px 7px;color:#627087;font-size:10px;font-weight:750;white-space:nowrap;cursor:pointer}.fuel-option.active{color:#155fca;background:#eaf3ff;border-color:#cae0ff}
.theme-dark .map-message,.theme-dark .map-legend{background:#17253aeb;color:#dbe9ff}.theme-dark .map-message strong{color:#fff}.theme-dark .map-message span{color:#c2d1e7}.theme-dark .leaflet-control-zoom a,.theme-dark .leaflet-control-attribution{background:#17253a;color:#dbe9ff;border-color:#334762}.theme-dark .leaflet-control-attribution a{color:#8cbcff}.theme-dark .leaflet-tooltip.price-tooltip{background:#17253a!important;color:#f6f9ff!important;border:1px solid #3b5271!important;box-shadow:0 5px 16px #0008!important}.theme-dark .leaflet-tooltip.price-tooltip strong,.theme-dark .leaflet-tooltip.price-tooltip b{color:#fff!important}.theme-dark .leaflet-tooltip-top.price-tooltip:before{border-top-color:#17253a!important}
.app-shell{position:relative;display:block}.map-panel{position:absolute;inset:0;z-index:1}.stations-panel{position:absolute;top:18px;bottom:18px;left:18px;width:min(420px,calc(100vw - 36px));min-width:0;max-width:none;z-index:700;border-radius:26px;overflow:hidden;box-shadow:0 18px 48px #0b13244a;border:1px solid #ffffff9c}.theme-dark .stations-panel{border-color:#34507099;box-shadow:0 18px 48px #0008}.stations-panel .app-header{flex-shrink:0}.map-panel .map-message{top:22px;right:22px;left:auto;transform:none}.search-area-button{top:86px;right:22px;left:auto;transform:none}@media(max-width:760px){.app-shell{display:block}.map-panel{position:absolute;inset:0}.stations-panel{top:auto;bottom:10px;left:10px;width:calc(100vw - 20px);height:min(58dvh,560px);border-radius:24px;margin:0}.map-legend{bottom:calc(min(58dvh,560px) + 26px)}.search-area-button{top:16px;right:12px}.map-panel .map-message{top:16px;right:12px}}
@media(max-width:760px){.search-area-button{top:72px;right:12px;max-width:calc(100vw - 24px)}.map-panel .map-message{max-width:calc(100vw - 24px);white-space:normal}.map-legend{right:12px}.leaflet-bottom.leaflet-right{bottom:calc(min(58dvh,560px) + 18px)}.stations-list{padding-bottom:24px}}
.navigate-link{display:inline-block;margin-top:10px;padding:7px 9px;border-radius:7px;background:#e9f2ff;color:#1767d4!important;text-decoration:none;font-size:11px;font-weight:800}.theme-dark .navigate-link{background:#22446f;color:#b8d5ff!important}
.app-header{height:128px;padding:18px 26px;align-items:center}.brand{gap:13px}.brand-mark{display:block!important;width:76px!important;height:76px!important;padding:10px!important;border-radius:22px!important;background:#00506e!important;transform:none!important;mask:url('./brand-logo.png') center/70% no-repeat;-webkit-mask:url('./brand-logo.png') center/70% no-repeat}.theme-dark .brand-mark{background:#fff!important}.header-actions{display:grid!important;grid-template-columns:repeat(2,37px);gap:7px}.header-actions>.locate-button{grid-column:2}.header-button,.locate-button{width:37px;height:37px}.brand>span:last-child{font-size:25px}.navigation-menu{right:0}
.workspace-tabs{display:grid;grid-template-columns:1fr 1fr;margin:0 26px 14px;padding:3px;background:#eef2f7;border-radius:12px}.workspace-tab{border:0;background:transparent;border-radius:9px;padding:9px;color:var(--muted);font-size:12px;font-weight:800;cursor:pointer}.workspace-tab.active{color:#155fca;background:#fff;box-shadow:0 1px 5px #12284a17}.theme-dark .workspace-tabs{background:#1b2c45}.theme-dark .workspace-tab.active{background:#263b58;color:#aad0ff}.garage-workspace{overflow-y:auto;flex:1;padding:4px 26px 28px}.garage-intro{padding:3px 1px 15px}.garage-intro h1{margin:0;font-size:25px}.garage-intro p:last-child{margin:5px 0 0;color:var(--muted);font-size:12px}.metrics-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin-bottom:17px}.metrics-grid article{padding:11px 9px;border:1px solid var(--line);border-radius:13px;background:#f8fbff}.theme-dark .metrics-grid article{background:#182940}.metrics-grid span,.metrics-grid small{display:block;color:var(--muted);font-size:9px;font-weight:700}.metrics-grid strong{display:block;margin:5px 0 3px;color:var(--ink);font-size:15px;letter-spacing:-.5px}.refuel-form{border:1px solid var(--line);border-radius:16px;padding:15px;background:#fff}.theme-dark .refuel-form{background:#17253a}.form-head,.log-head{display:flex;align-items:center;justify-content:space-between;gap:8px}.form-head h2,.log-head h2{margin:0;font-size:15px}.backup-button{border:0;background:transparent;color:var(--blue);font-size:11px;font-weight:800;cursor:pointer}.refuel-form label{display:block;margin-top:11px;color:var(--muted);font-size:10px;font-weight:800}.refuel-form label span{float:right}.refuel-form input,.refuel-form select{width:100%;margin-top:5px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--ink);font:inherit;font-size:12px;padding:9px}.theme-dark .refuel-form input,.theme-dark .refuel-form select{background:#0f1c2d;border-color:#31445f;color:#fff}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 9px}.price-hint{margin:10px 0;color:var(--muted);font-size:10px}.save-refuel{width:100%;border:0;border-radius:9px;background:var(--blue);color:#fff;padding:11px;font-weight:800;cursor:pointer}.log-head{margin:19px 1px 9px}.log-head span{color:var(--muted);font-size:11px}.log-list{display:grid;gap:7px}.log-row{display:flex;align-items:center;justify-content:space-between;border:1px solid var(--line);border-radius:11px;padding:10px 11px;font-size:11px}.log-row strong{display:block;font-size:12px}.log-row span{color:var(--muted)}.log-row b{color:var(--blue)}.empty-log{padding:22px 8px;text-align:center;color:var(--muted);font-size:12px}@media(max-width:760px){.workspace-tabs{margin:0 19px 10px}.garage-workspace{padding:3px 20px 24px}.metrics-grid{gap:5px}.metrics-grid article{padding:9px 7px}.metrics-grid strong{font-size:13px}.refuel-form{padding:13px}.app-header{height:118px;padding:14px 20px}.brand-mark{width:64px!important;height:64px!important}.brand>span:last-child{font-size:21px}}
.nearby-workspace{display:flex;flex:1 1 0;min-height:0;height:0;overflow:hidden;flex-direction:column}.nearby-workspace[hidden],.garage-workspace[hidden]{display:none}.stations-list{flex:1 1 0;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch;touch-action:pan-y;overscroll-behavior:contain}.garage-workspace{min-height:0;touch-action:pan-y;-webkit-overflow-scrolling:touch}.stations-panel{touch-action:pan-y}
.garage-install-notice{margin:42px 2px;padding:28px 22px;text-align:center;border:1px solid var(--line);border-radius:19px;background:#f8fbff}.theme-dark .garage-install-notice{background:#17253a}.garage-install-notice .install-mark{display:grid;place-items:center;width:47px;height:47px;margin:0 auto 12px;border-radius:14px;background:#e5f0ff;color:var(--blue);font-size:24px}.garage-install-notice h2{margin:0;font-size:18px}.garage-install-notice p{color:var(--muted);font-size:12px;line-height:1.5}.garage-install-notice button{width:100%;border:0;border-radius:9px;background:var(--blue);color:#fff;padding:11px;font-weight:800;cursor:pointer}.garage-install-notice small{display:block;margin-top:12px;color:var(--muted);font-size:10px;line-height:1.4}.garage-workspace:not(.pwa-ready)>:not(.garage-install-notice){display:none}

.stations-panel{display:block;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.stations-panel .app-header{position:sticky;top:0;z-index:3;background:var(--surface)}.nearby-workspace{display:block;height:auto;min-height:auto;overflow:visible}.stations-list,.garage-workspace{display:block;overflow:visible;height:auto;min-height:auto;touch-action:auto}.stations-list{padding-bottom:28px}
