.explorer{flex:1;grid-template-rows:minmax(0,1fr);grid-template-columns:minmax(20rem,25rem) minmax(0,1fr) auto;min-height:38rem;display:grid;overflow:hidden}.explorer__sidebar{background:var(--color-surface);border-right:1px solid var(--color-border);min-width:0;padding:var(--space-6);z-index:1;flex-direction:column;display:flex;position:relative;overflow-y:auto}.explorer__sidebar>summary{display:none}.explorer__sidebar-content{flex-direction:column;flex:1;min-height:0;display:flex}.explorer__sidebar-heading,.explorer__list-heading,.station-card__topline,.station-card__meta{justify-content:space-between;align-items:flex-start;display:flex}.explorer__sidebar-heading{gap:var(--space-4);margin-bottom:var(--space-6)}.eyebrow{color:var(--color-brand-700);font-size:var(--font-size-xs);letter-spacing:.08em;margin:0 0 var(--space-1);text-transform:uppercase;font-weight:700}.explorer h1,.explorer h2,.explorer h3,.explorer p{margin-top:0}.explorer h1{font-size:var(--font-size-xl);letter-spacing:-.02em;line-height:var(--line-height-tight);margin-bottom:0}.explorer h2{font-size:var(--font-size-md);margin-bottom:0}.explorer__result-count{background:var(--color-surface-emphasis);border-radius:var(--radius-pill);color:var(--color-brand-900);font-size:var(--font-size-sm);flex-shrink:0;justify-content:center;align-items:center;width:2rem;height:2rem;font-weight:700;display:inline-flex}.explorer__filters{border-bottom:1px solid var(--color-border);gap:var(--space-4);padding-bottom:var(--space-6);display:grid}.explorer__field{gap:var(--space-2);display:grid}.explorer__field>span,.explorer__field label{color:var(--color-text-muted);font-size:var(--font-size-xs);font-weight:700}.explorer__input-wrap{background:var(--color-surface-muted);border:1px solid var(--color-border);border-radius:var(--radius-md);align-items:center;gap:var(--space-2);min-height:2.75rem;padding-inline:var(--space-3);display:flex}.explorer__input-wrap span{color:var(--color-text-muted)}.explorer__input-wrap:focus-within{border-color:var(--color-brand-700);box-shadow:var(--focus-ring)}.explorer__input-wrap input{outline:none}.explorer__input-wrap input::placeholder{color:var(--color-text-muted)}.explorer input,.explorer select{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);color:var(--color-text);font:inherit;min-height:2.75rem;padding:var(--space-2) var(--space-3);width:100%}.explorer__input-wrap input{background:0 0;border:0;min-height:2.75rem;padding:0}.explorer__search{position:relative}.explorer__search-listbox{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:var(--shadow-md);margin:var(--space-2) 0 0;max-height:18rem;padding:var(--space-1);z-index:100;list-style:none;position:absolute;left:0;right:0;overflow-y:auto}.explorer__search-option{border-radius:var(--radius-sm);cursor:pointer;gap:var(--space-1);padding:var(--space-2) var(--space-3);display:grid}.explorer__search-option[aria-selected=true]{background:var(--color-surface-emphasis)}.explorer__search-option span{color:var(--color-text-muted);font-size:var(--font-size-sm)}.explorer__search-message,.explorer__search-status,.explorer__search-error{color:var(--color-text-muted);font-size:var(--font-size-sm);margin:var(--space-2) 0 0}.explorer__search-error{background-color:var(--color-danger-surface);border-inline-start:.25rem solid var(--color-danger);color:var(--color-text);align-items:center;gap:var(--space-3);padding:var(--space-2) var(--space-3);justify-content:space-between;display:flex}.explorer input:not(.explorer__input-wrap input):focus-visible,.explorer select:focus-visible,.explorer button:focus-visible,.explorer__sidebar>summary:focus-visible{box-shadow:var(--focus-ring);outline:none}.explorer__fuel-group{gap:var(--space-2);display:grid}.explorer__fuel-group .explorer__field-label,.explorer__field-label{color:var(--color-text-muted);font-size:var(--font-size-xs);margin:0;font-weight:700}.explorer__brand-filter{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface)}.explorer__brand-filter summary{border-radius:var(--radius-md) var(--radius-md) 0 0;cursor:pointer;align-items:center;gap:var(--space-2);min-height:2.75rem;padding:var(--space-2) var(--space-3);background:0 0;border:0;justify-content:space-between;width:100%;list-style:none;display:flex}.explorer__brand-filter summary:hover{background:var(--color-surface-muted)}.explorer__brand-filter summary::-webkit-details-marker{display:none}.explorer__brand-filter summary:after{content:"▾";color:var(--color-text-muted);font-size:var(--font-size-xs);transition:transform var(--transition-fast);line-height:1}.explorer__brand-filter[open] summary:after{transform:rotate(180deg)}.explorer__brand-filter summary:focus-visible{box-shadow:var(--focus-ring);outline:none}.explorer__brand-filter-title{font:inherit;font-size:var(--font-size-sm);font-weight:600}.explorer__brand-filter-count{background:var(--color-surface-emphasis);border-radius:var(--radius-pill);color:var(--color-brand-900);font-size:var(--font-size-xs);min-width:1.375rem;padding:var(--space-1) var(--space-2);justify-content:center;align-items:center;font-weight:700;line-height:1;display:inline-flex}.explorer__brand-search-wrap{padding:0 var(--space-2) var(--space-1)}.explorer__brand-search{background:var(--color-surface-muted);border:1px solid var(--color-border);border-radius:var(--radius-sm);color:var(--color-text);font:inherit;font-size:var(--font-size-sm);min-height:2.25rem;padding:var(--space-1) var(--space-2);width:100%}.explorer__brand-search::placeholder{color:var(--color-text-muted)}.explorer__brand-empty{color:var(--color-text-muted);font-size:var(--font-size-sm);padding:var(--space-2) var(--space-3);margin:0}.explorer__brand-list{border:0;border-top:1px solid var(--color-border);max-height:11.5rem;padding:var(--space-1);gap:0;margin:0;display:grid;overflow-y:auto}.explorer__brand-option{border-radius:var(--radius-sm);cursor:pointer;align-items:center;gap:var(--space-2);min-height:2.125rem;padding:var(--space-1) var(--space-2);grid-template-columns:1rem 1fr auto;display:grid}.explorer__brand-option:hover{background:var(--color-surface-muted)}.explorer__brand-option input{accent-color:var(--color-brand-700);width:1rem;height:1rem;margin:0}.explorer__brand-option>input,.explorer__brand-option>.explorer__brand-label,.explorer__brand-option>.explorer__brand-count{transform:translateY(-10px)}.explorer .explorer__brand-option input:focus-visible{box-shadow:none;outline:none}.explorer__brand-label{font-size:var(--font-size-sm);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.explorer__brand-count{color:var(--color-text-muted);font-size:var(--font-size-xs);font-variant-numeric:tabular-nums}.explorer__brand-option:has(input:focus-visible){box-shadow:var(--focus-ring)}.explorer__brand-option:has(input:checked) .explorer__brand-label{font-weight:600}.explorer__segmented{background:var(--color-surface-muted);border:1px solid var(--color-border);border-radius:var(--radius-pill);gap:var(--space-1);padding:var(--space-1);grid-template-columns:1fr 1fr;display:grid}.explorer__segment{border-radius:var(--radius-pill);color:var(--color-text-muted);cursor:pointer;font:inherit;font-size:var(--font-size-sm);min-height:2.25rem;padding:var(--space-1) var(--space-2);text-align:center;background:0 0;border:0;font-weight:600;line-height:1.25;transition:background-color .15s,color .15s,box-shadow .15s}.explorer__segment[aria-checked=true]{background:var(--color-surface);box-shadow:var(--shadow-sm);color:var(--color-text)}.explorer__segment:disabled{cursor:not-allowed;opacity:.55}.explorer__chips{gap:var(--space-2);flex-wrap:wrap;display:flex}.explorer__chip{background:var(--color-surface);border:1px solid var(--color-border-strong);border-radius:var(--radius-pill);color:var(--color-text);cursor:pointer;font:inherit;font-size:var(--font-size-sm);align-items:center;gap:var(--space-2);min-height:2.75rem;padding:var(--space-2) var(--space-3);font-weight:600;display:inline-flex}.explorer__chip[aria-checked=true]{background:var(--color-brand-700);border-color:var(--color-brand-700);color:var(--color-text-on-brand)}.explorer__chip .station-card__fuel-dot{width:.625rem;height:.625rem}.explorer__chip[data-fuel=DIESEL] .station-card__fuel-dot{background:var(--color-diesel)}.explorer__chip[data-fuel=GASOLINA_95] .station-card__fuel-dot{background:var(--color-gasoline-95)}.explorer__chip[data-fuel=GASOLINA_98] .station-card__fuel-dot{background:var(--color-gasoline-98)}.explorer__location-group{align-items:flex-start;gap:var(--space-2);flex-direction:column;display:flex}.explorer__location{color:var(--color-brand-700);cursor:pointer;font:inherit;font-size:var(--font-size-sm);align-items:center;gap:var(--space-2);background:0 0;border:0;justify-content:flex-start;width:fit-content;min-height:2.75rem;padding:0;font-weight:700;display:inline-flex}.explorer__location:disabled{cursor:progress;opacity:.7}.explorer__location-status{color:var(--color-success);font-size:var(--font-size-sm);margin:0}.explorer__location-error{background-color:var(--color-danger-surface);border-inline-start:.25rem solid var(--color-danger);color:var(--color-text);font-size:var(--font-size-sm);padding:var(--space-2) var(--space-3);margin:0}.explorer__location-manual{color:var(--color-brand-700);cursor:pointer;font:inherit;font-size:inherit;background:0 0;border:0;padding:0;font-weight:700;text-decoration:underline}.explorer__list-heading{align-items:flex-start;gap:var(--space-3);padding:var(--space-5) 0 var(--space-3);flex-wrap:wrap;justify-content:space-between;display:flex}.explorer__list-title{align-items:center;gap:var(--space-2);min-height:2rem;display:flex}.explorer__list-actions{align-items:flex-start;gap:var(--space-2) var(--space-3);flex-wrap:wrap;justify-content:flex-end;display:flex}.explorer__list-actions .explorer__chips{flex-wrap:nowrap}.explorer__list-heading .explorer__field-label{margin-bottom:var(--space-1)}.explorer__stations{gap:var(--space-3);margin:0;padding:0;list-style:none;display:grid}.explorer__stations--refreshing{opacity:.6;transition:opacity var(--transition-fast)}.station-card--skeleton{cursor:default;gap:var(--space-3);display:grid}.skeleton-line{background:var(--color-surface-emphasis);border-radius:var(--radius-sm);height:.875rem;position:relative;overflow:hidden}.skeleton-line:after{background:linear-gradient(90deg, transparent, color-mix(in srgb, var(--color-surface) 60%, transparent), transparent);content:"";animation:1.2s ease-in-out infinite skeleton-shimmer;position:absolute;inset:0;transform:translate(-100%)}.skeleton-line--title{width:45%;height:1.25rem}.skeleton-line--price{justify-self:end;width:30%;height:1.25rem}.skeleton-line--short{width:70%}@keyframes skeleton-shimmer{to{transform:translate(100%)}}.price-filter{gap:var(--space-2);display:grid}.price-filter__label{justify-content:space-between;align-items:baseline;display:flex}.price-filter__title{color:var(--color-text-muted);font-size:var(--font-size-sm)}.price-filter__value{color:var(--color-text);font-size:var(--font-size-sm);font-weight:700}.price-filter__track{height:1.75rem;position:relative}.price-filter__track:before{background:linear-gradient(to right, var(--color-border-strong) 0%, var(--color-border-strong) var(--price-start), var(--color-brand-700) var(--price-start), var(--color-brand-700) var(--price-end), var(--color-border-strong) var(--price-end), var(--color-border-strong) 100%);border-radius:var(--radius-pill);content:"";height:4px;position:absolute;top:50%;left:.3125rem;right:.3125rem;transform:translateY(-50%)}.price-filter__track input[type=range]{appearance:none;pointer-events:none;background:0 0;border:0;width:calc(100% + .625rem);height:1.25rem;margin:0;padding:0;position:absolute;top:50%;left:-.3125rem;transform:translateY(-50%)}.price-filter__track input[type=range]::-webkit-slider-runnable-track{background:0 0;border:0;height:1.25rem}.price-filter__track input[type=range]::-moz-range-track{background:0 0;border:0;height:1.25rem}.price-filter__track input[type=range]:first-child{pointer-events:none}.price-filter__track input[type=range]::-webkit-slider-thumb{appearance:none;background:var(--color-brand-700);border:2px solid var(--color-surface);box-shadow:var(--shadow-sm);cursor:pointer;pointer-events:auto;border-radius:50%;width:1.25rem;height:1.25rem;margin-top:0}.price-filter__track input[type=range]::-moz-range-thumb{background:var(--color-brand-700);border:2px solid var(--color-surface);box-shadow:var(--shadow-sm);cursor:pointer;pointer-events:auto;border-radius:50%;width:1.25rem;height:1.25rem;margin-top:0}.station-detail__overlay{z-index:900;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.station-detail__scrim{background:#00000073;position:absolute;inset:0}.station-detail{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);flex-direction:column;width:min(26rem,92vw);max-height:82vh;display:flex;position:relative;overflow:hidden}.station-detail:focus{outline:none}.station-detail__header{border-bottom:1px solid var(--color-border);align-items:flex-start;gap:var(--space-3);padding:var(--space-4);justify-content:space-between;display:flex}.station-detail__brand{background:var(--color-brand-700);border-radius:var(--radius-md);color:var(--color-text-on-brand);font-size:var(--font-size-lg);flex:none;justify-content:center;align-items:center;width:2.75rem;height:2.75rem;font-weight:700;display:inline-flex}.station-detail__heading{min-width:0}.station-detail__title{font-size:var(--font-size-lg);line-height:var(--line-height-tight);margin:0}.station-detail__subtitle{color:var(--color-text-muted);font-size:var(--font-size-sm);margin:var(--space-1) 0 0}.station-detail__close{border-radius:var(--radius-sm);color:var(--color-text);cursor:pointer;background:0 0;border:0;min-width:2.5rem;min-height:2.5rem;font-size:1.5rem;line-height:1}.station-detail__close:hover,.station-detail__close:focus-visible{background:var(--color-surface-muted)}.station-detail__body{gap:var(--space-4);min-height:0;padding:var(--space-4);flex:auto;display:grid;overflow-y:auto}.station-detail__footer{border-top:1px solid var(--color-border);padding:var(--space-4)}.station-detail__prices{gap:var(--space-2);margin:0;padding:0;list-style:none;display:grid}.station-detail__price{background:var(--color-surface-muted);border-radius:var(--radius-md);padding:var(--space-2) var(--space-3);justify-content:space-between;align-items:center;display:flex}.station-detail__price--active{background:color-mix(in srgb, var(--color-focus) 8%, var(--color-surface));border:1px solid var(--color-brand-700)}.station-detail__price--active .station-card__fuel{color:var(--color-text);font-weight:700}.station-detail__price strong{color:var(--color-success);font-size:var(--font-size-md)}.station-detail__facts{gap:var(--space-2);margin:0;display:grid}.station-detail__fact{justify-content:space-between;gap:var(--space-3);display:flex}.station-detail__fact dt{color:var(--color-text-muted);font-size:var(--font-size-sm)}.station-detail__fact dd{font-size:var(--font-size-sm);text-align:right;margin:0}.station-detail__directions{background:var(--color-brand-700);border-radius:var(--radius-md);color:var(--color-text-on-brand);min-height:44px;padding:var(--space-2) var(--space-4);text-align:center;user-select:none;-webkit-user-drag:none;font-weight:600;text-decoration:none;display:block}.station-detail__directions:hover,.station-detail__directions:focus-visible{background:var(--color-brand-500);box-shadow:var(--focus-ring);outline:none}.station-detail__empty{color:var(--color-text-muted);font-size:var(--font-size-sm);margin:0}.station-detail__skeleton{background:var(--color-surface-emphasis);border-radius:var(--radius-sm);height:1rem}.station-detail__skeleton--short{width:60%}.station-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);cursor:pointer;padding:var(--space-4)}.station-card:focus-visible{box-shadow:var(--focus-ring);outline:none}.station-card--selected{background:color-mix(in srgb, var(--color-focus) 10%, var(--color-surface));border-color:var(--color-focus);box-shadow:0 0 0 3px var(--color-focus), var(--shadow-md)}.station-card--focused{border-color:var(--color-brand-700);box-shadow:0 0 0 2px color-mix(in srgb, var(--color-brand-700) 40%, transparent), var(--shadow-md)}.station-card__actions{border-top:1px solid var(--color-border);gap:var(--space-2);margin-top:var(--space-3);padding-top:var(--space-3);display:grid}.station-card__action{background:var(--color-surface-muted);border:1px solid var(--color-border-strong);border-radius:var(--radius-md);color:var(--color-text);cursor:pointer;font:inherit;font-size:var(--font-size-sm);min-height:44px;padding:var(--space-2) var(--space-3);transition:background-color var(--transition-fast), border-color var(--transition-fast), color var(--transition-fast);font-weight:600}.station-card__action--primary{background:var(--color-brand-700);border-color:var(--color-brand-700);color:var(--color-text-on-brand)}.station-card__action:hover{background:var(--color-surface-emphasis);border-color:var(--color-brand-700);color:var(--color-text);outline:none}.station-card__action:focus-visible{box-shadow:var(--focus-ring);outline:none}.station-card__action--primary:hover{background:color-mix(in srgb, var(--color-brand-700) 88%, var(--color-surface));border-color:var(--color-brand-700);color:var(--color-text-on-brand)}.station-card__action--primary:focus-visible{box-shadow:var(--focus-ring)}.station-card--featured{border-color:var(--color-success);box-shadow:inset 3px 0 0 var(--color-success), var(--shadow-sm)}.station-card--featured.station-card--selected{background:color-mix(in srgb, var(--color-focus) 10%, var(--color-surface));border-color:var(--color-focus);box-shadow:inset 3px 0 0 var(--color-success), 0 0 0 3px var(--color-focus), var(--shadow-md)}.station-card__topline{gap:var(--space-3)}.station-card h3{font-size:var(--font-size-md);line-height:var(--line-height-tight);margin-bottom:var(--space-1)}.station-card strong{color:var(--color-success);font-size:var(--font-size-md);white-space:nowrap}.station-card__price{align-items:flex-end;gap:var(--space-1);justify-items:end;display:grid}.station-card__fuel{color:var(--color-text-muted);font-size:var(--font-size-xs);align-items:center;gap:var(--space-1);white-space:nowrap;font-weight:600;display:inline-flex}.station-card__fuel-dot{border-radius:50%;flex-shrink:0;width:.5rem;height:.5rem}.station-card__fuel--diesel .station-card__fuel-dot{background:var(--color-diesel)}.station-card__fuel--gasolina-95 .station-card__fuel-dot{background:var(--color-gasoline-95)}.station-card__fuel--gasolina-98 .station-card__fuel-dot{background:var(--color-gasoline-98)}.station-card__stale,.station-detail__stale,.compare-panel__stale{color:var(--color-warning);font-weight:600}.station-card__price-missing{color:var(--color-text-muted);font-size:var(--font-size-sm);text-align:right;font-weight:600}.station-card__savings{color:var(--color-success);font-size:var(--font-size-sm);margin-bottom:var(--space-1);font-weight:600}.station-card__tag{color:var(--color-success);font-size:var(--font-size-xs);margin-bottom:var(--space-1);font-weight:700;display:block}.station-card__brand,.station-card__address,.station-card__meta{color:var(--color-text-muted);font-size:var(--font-size-sm)}.station-card__brand{margin-bottom:var(--space-1)}.station-card__address{margin-bottom:var(--space-3)}.station-card__meta{border-top:1px solid var(--color-border);font-size:var(--font-size-xs);gap:var(--space-2);padding-top:var(--space-3)}.explorer__map{background:#dce7e4;min-width:0;position:relative;overflow:hidden}.map-grid{background-color:#dce7e4;background-image:linear-gradient(35deg,#ffffff75 1px,#0000 1px),linear-gradient(145deg,#ffffff6b 1px,#0000 1px);background-size:8rem 8rem;position:absolute;inset:0}.map-road{background:#ffffffc7;position:absolute;transform:rotate(-18deg);box-shadow:0 0 0 .35rem #ffffff47}.map-road--horizontal{width:120%;height:2.25rem;top:55%;left:-10%;transform:rotate(-12deg)}.map-road--vertical{width:1.75rem;height:130%;top:-15%;left:58%;transform:rotate(28deg)}.map-label{color:#1e414994;font-size:var(--font-size-sm);font-weight:700;position:absolute}.map-label--north{top:18%;right:16%}.map-label--south{bottom:15%;left:23%}.map-marker{background:var(--color-brand-700);border:3px solid var(--color-surface);box-shadow:var(--shadow-md);color:var(--color-text-on-brand);height:2rem;left:var(--marker-x);top:var(--marker-y);border-radius:50% 50% 50% 0;justify-content:center;align-items:center;width:2rem;display:flex;position:absolute;transform:rotate(-45deg)}.map-marker:first-letter{transform:rotate(45deg)}.map-marker--active{background:var(--color-success);width:2.5rem;height:2.5rem}.map-controls{right:var(--space-5);top:var(--space-5);gap:1px;display:grid;position:absolute}.map-controls button{background:var(--color-surface);color:var(--color-text);cursor:pointer;font-size:var(--font-size-xl);border:0;width:2.75rem;height:2.75rem;line-height:1}.map-controls button:first-child{border-radius:var(--radius-md) var(--radius-md) 0 0}.map-controls button:last-child{border-radius:0 0 var(--radius-md) var(--radius-md)}.map-attribution{color:#36525c;padding:var(--space-1) var(--space-2);background:#ffffffc2;font-size:.6875rem;position:absolute;bottom:0;right:0}.visually-hidden{clip:rect(0 0 0 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.compare-panel{border-left:1px solid var(--color-border);min-width:0;padding:var(--space-4);flex-direction:column;grid-column:3;width:21rem;display:flex;overflow-y:auto}.compare-panel__list{margin:0;padding:0;list-style:none;display:grid}@media (width<=64rem){.explorer{grid-template-columns:minmax(18rem,21rem) minmax(0,1fr)}.explorer__sidebar{padding:var(--space-4)}}@media (width<=48rem){.explorer{min-height:30rem;display:block;position:relative}.explorer__map{height:100%;position:absolute;inset:0}.explorer__sidebar{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg) var(--radius-lg) 0 0;box-shadow:var(--shadow-lg);z-index:2;border-bottom:0;max-height:72%;padding:0;position:absolute;inset:auto 0 0}.explorer__sidebar:not([open]){max-height:4.75rem}.explorer__sidebar>summary{background:var(--color-surface);border-radius:var(--radius-lg) var(--radius-lg) 0 0;align-items:center;gap:var(--space-3);min-height:4.75rem;padding:var(--space-3) var(--space-5);justify-content:center;list-style:none;display:flex;position:relative}.explorer__sidebar>summary::-webkit-details-marker{display:none}.explorer__sidebar>summary>span:nth-child(2){gap:var(--space-1);text-align:center;display:grid}.explorer__sidebar>summary small{color:var(--color-text-muted);font-size:var(--font-size-xs)}.explorer__grabber{background:var(--color-border-strong);border-radius:var(--radius-pill);height:.25rem;top:var(--space-2);width:2.5rem;position:absolute}.explorer__summary-icon{color:var(--color-text-muted);font-size:var(--font-size-lg);right:var(--space-5);transition:transform var(--transition-fast);position:absolute}.explorer__sidebar:not([open]) .explorer__summary-icon{transform:rotate(180deg)}.explorer__sidebar-content{padding:0 var(--space-4) var(--space-5);overflow-y:auto}.explorer__sidebar-heading{display:none}.explorer__filters{padding-top:var(--space-3)}.explorer__chips,.explorer__list-actions .explorer__chips{flex-wrap:wrap}.map-controls{right:var(--space-4);top:var(--space-4)}.map-attribution{font-size:.625rem}.station-detail__overlay{align-items:flex-end}.station-detail{border-radius:var(--radius-lg) var(--radius-lg) 0 0;width:100%;max-height:72%}}@media (width>=48rem){.compare-panel__list{gap:var(--space-4)}}@media (width<=48rem){.compare-panel{background:var(--color-surface);border-radius:var(--radius-lg) var(--radius-lg) 0 0;border-top:1px solid var(--color-border);box-shadow:var(--shadow-lg);max-height:55%;padding:var(--space-4);z-index:400;position:fixed;bottom:0;left:0;right:0;overflow-y:auto}.compare-panel__list{gap:var(--space-3)}}.compare-panel__header{align-items:baseline;gap:var(--space-3);padding-bottom:var(--space-3);justify-content:space-between;display:flex}.compare-panel__title{font-size:var(--font-size-lg);margin:0}.compare-panel__count{color:var(--color-text-muted);font-size:var(--font-size-sm)}.compare-panel__entry{border:1px solid var(--color-border);border-radius:var(--radius-md);padding:var(--space-3)}.compare-panel__entry-head{align-items:flex-start;gap:var(--space-2);justify-content:space-between;display:flex}.compare-panel__entry-title{font-size:var(--font-size-md);margin:0}.compare-panel__remove{border-radius:var(--radius-sm);color:var(--color-text-muted);cursor:pointer;background:0 0;border:0;min-width:2rem;min-height:2rem;font-size:1.25rem;line-height:1}.compare-panel__remove:hover,.compare-panel__remove:focus-visible{background:var(--color-surface-muted);color:var(--color-text)}.compare-panel__entry-address{color:var(--color-text-muted);font-size:var(--font-size-sm);margin:var(--space-1) 0 0}.compare-panel__entry-data{gap:var(--space-1);margin:var(--space-3) 0 0;display:grid}.compare-panel__fact{justify-content:space-between;gap:var(--space-3);display:flex}.compare-panel__fact dt{color:var(--color-text-muted);font-size:var(--font-size-sm)}.compare-panel__fact dd{font-size:var(--font-size-sm);text-align:right;margin:0;font-weight:600}.compare-panel__detail{background:var(--color-brand-700);border-radius:var(--radius-md);color:var(--color-text-on-brand);cursor:pointer;margin-top:var(--space-3);min-height:44px;padding:var(--space-2) var(--space-3);transition:background-color var(--transition-fast), border-color var(--transition-fast), box-shadow var(--transition-fast);border:0;width:100%;font-weight:600}.compare-panel__detail:hover{background:color-mix(in srgb, var(--color-brand-700) 88%, var(--color-surface));border-color:var(--color-brand-700)}.compare-panel__detail:focus-visible{box-shadow:var(--focus-ring);outline:none}.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;top:0;left:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:0 0}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{-webkit-transform-origin:0 0;width:1600px;height:1600px}.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{width:auto;padding:0;max-width:none!important;max-height:none!important}.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:#33b5e566}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;z-index:800;width:0;height:0}.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{z-index:800;pointer-events:visiblePainted;pointer-events:auto;position:relative}.leaflet-top,.leaflet-bottom{z-index:1000;pointer-events:none;position:absolute}.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;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{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{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{outline-offset:1px;background:#ddd}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{text-align:center;color:#000;background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;text-decoration:none;display:block}.leaflet-bar a,.leaflet-control-layers-toggle{background-position: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:none;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.leaflet-bar a.leaflet-disabled{cursor:default;color:#bbb;background-color:#f4f4f4}.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-right-radius:2px;border-bottom-left-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{text-indent:1px;font:700 18px Lucida Console,Monaco,monospace}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);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{color:#333;background:#fff;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{padding-right:5px;overflow:hidden scroll}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{font-size:1.08333em;display:block}.leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;padding:0 5px;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{width:1em;height:.6669em;vertical-align:baseline!important;display:inline!important}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{white-space:nowrap;box-sizing:border-box;text-shadow:1px 1px #fff;background:#fffc;border:2px solid #777;border-top:none;padding:2px 5px 1px;line-height:1.1}.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{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{text-align:center;margin-bottom:20px;position:absolute}.leaflet-popup-content-wrapper{text-align:left;border-radius:12px;padding:1px}.leaflet-popup-content{min-height:1px;margin:13px 24px 13px 20px;font-size:1.08333em;line-height:1.3}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{pointer-events:none;width:40px;height:20px;margin-top:-1px;margin-left:-20px;position:absolute;left:50%;overflow:hidden}.leaflet-popup-tip{pointer-events:auto;width:17px;height:17px;margin:-10px auto 0;padding:1px;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{color:#333;background:#fff;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{text-align:center;color:#757575;background:0 0;border:none;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;text-decoration:none;position:absolute;top:0;right:0}.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{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";width:24px;filter:progid:DXImageTransform.Microsoft.Matrix(M11=.707107, M12=.707107, M21=-.707107, M22=.707107);margin:0 auto}.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{color:#222;white-space:nowrap;user-select:none;pointer-events:none;background-color:#fff;border:1px solid #fff;border-radius:3px;padding:6px;position:absolute;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{pointer-events:none;content:"";background:0 0;border:6px solid #0000;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{margin-left:-6px;left:50%}.leaflet-tooltip-top:before{border-top-color:#fff;margin-bottom:-12px;bottom:0}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-top:-12px;margin-left:-6px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;margin-left:-12px;left:0}@media print{.leaflet-control{print-color-adjust:exact}}.leaflet-map{width:100%;height:100%;min-height:320px;position:relative}.leaflet-map__container{width:100%;height:100%}.leaflet-popup-content-wrapper{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);color:var(--color-text);padding:0}.leaflet-popup-tip{background:var(--color-surface);box-shadow:1px 1px 0 var(--color-border)}.leaflet-popup-content{line-height:var(--line-height-tight);margin:0}.leaflet-popup-close-button{border-radius:var(--radius-sm);text-align:center;height:2rem;transition:background-color var(--transition-fast), color var(--transition-fast);width:2rem;font-size:1.25rem;line-height:2rem;color:var(--color-text-muted)!important;top:.375rem!important;right:.375rem!important}.leaflet-popup-close-button:hover,.leaflet-popup-close-button:focus-visible{background:var(--color-surface-emphasis);color:var(--color-text)!important}.leaflet-popup-close-button:focus-visible{box-shadow:var(--focus-ring);outline:none}.station-popup{gap:var(--space-2);min-width:200px;padding:var(--space-4);display:grid}.station-popup__title{font-size:var(--font-size-sm);font-weight:700;line-height:var(--line-height-tight);margin:0 var(--space-8) var(--space-2) 0}.station-popup button{background:var(--color-surface-muted);border:1px solid var(--color-border-strong);border-radius:var(--radius-md);color:var(--color-text);cursor:pointer;font:inherit;font-size:var(--font-size-sm);min-height:2.75rem;padding:var(--space-2) var(--space-3);transition:background-color var(--transition-fast), border-color var(--transition-fast), color var(--transition-fast);font-weight:600}.station-popup button:hover{background:var(--color-surface-emphasis);border-color:var(--color-brand-700)}.station-popup button:focus-visible{box-shadow:var(--focus-ring);outline:none}.station-popup .station-popup__primary{background:var(--color-brand-700);border-color:var(--color-brand-700);color:var(--color-text-on-brand)}.station-popup .station-popup__primary:hover{background:color-mix(in srgb, var(--color-brand-700) 88%, var(--color-surface));border-color:var(--color-brand-700)}.station-popup .station-popup__primary:focus-visible{box-shadow:var(--focus-ring);outline:none}.leaflet-map__empty{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-pill);box-shadow:var(--shadow-md);color:var(--color-text);max-width:min(calc(100% - var(--space-8)), 28rem);padding:var(--space-2) var(--space-4);pointer-events:none;text-align:center;left:50%;top:var(--space-4);z-index:1000;position:absolute;transform:translate(-50%)}.station-marker{background:0 0;border:0}.station-marker__pin{background:var(--color-brand-700);border:2px solid var(--color-surface);border-radius:var(--radius-pill);box-shadow:var(--shadow-md);color:var(--color-text-on-brand);min-width:36px;height:30px;padding:0 var(--space-2);justify-content:center;align-items:center;font-size:.6875rem;font-weight:700;line-height:1;display:flex;position:relative}.station-marker__pin:before,.station-marker__pin:after{border-left:6px solid #0000;border-right:6px solid #0000;border-top:8px solid var(--color-surface);content:"";position:absolute;top:100%;left:50%;transform:translate(-50%)}.station-marker__pin:after{border-top:6px solid var(--color-brand-700);top:calc(100% - 2px)}.station-marker--best .station-marker__pin{background:var(--color-success)}.station-marker--best .station-marker__pin:after{border-top-color:var(--color-success)}.station-marker--selected .station-marker__pin{box-shadow:0 0 0 3px var(--color-surface), 0 0 0 7px var(--color-focus), 0 4px 18px color-mix(in srgb, var(--color-focus) 55%, transparent);transform-origin:bottom;transform:scale(1.18)}.station-cluster{background:0 0;border:0}.station-cluster__count{background:var(--color-brand-700);border:2px solid var(--color-surface);box-shadow:var(--shadow-md);color:var(--color-text-on-brand);border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;font-size:.75rem;font-weight:700;line-height:1;display:flex}.location-marker{background:0 0;border:0;justify-content:center;align-items:center;display:flex}.location-marker__glyph{border:3px solid var(--color-brand-700);border-radius:50%;width:100%;height:100%;position:relative}.location-marker__glyph:before,.location-marker__glyph:after{background:var(--color-brand-700);content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.location-marker__glyph:before{width:40%;height:3px}.location-marker__glyph:after{width:3px;height:40%}.location-marker--device .location-marker__glyph{background:var(--color-brand-700);border:3px solid var(--color-surface);box-shadow:var(--shadow-md)}.location-marker--device .location-marker__glyph:before,.location-marker--device .location-marker__glyph:after{background:var(--color-surface)}.radius-circle{fill:color-mix(in srgb, var(--color-brand-700) 12%, transparent);stroke:var(--color-brand-700);stroke-dasharray:6 4;stroke-width:2px}.leaflet-map__fallback{gap:var(--space-2);height:100%;padding:var(--space-3);margin:0;list-style:none;display:grid;overflow:auto}.leaflet-map__fallback button{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);color:var(--color-text);cursor:pointer;font:inherit;min-height:44px;padding:var(--space-2) var(--space-3);text-align:left;width:100%}.leaflet-map__fallback button:hover,.leaflet-map__fallback button:focus-visible{border-color:var(--color-brand-700);outline:2px solid var(--color-focus-ring)}
