﻿#map_experience {
    display: block;
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    line-height: 0;
  }

  #map_wrapper {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 80vh;
    margin: 0;
    padding: 0;
    border-radius: 0;
    overflow: hidden;
  }

  #area_3d_wrapper {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 80vh;
    margin: 0;
    padding: 0;
    border-radius: 0;
    overflow: hidden;
    background: transparent;
  }

  #area_3d_wrapper[hidden] {
    display: none;
  }

  #area_3d_view {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 80vh;
    margin: 0;
    padding: 0;
    line-height: 0;
  }

  #area_3d_view canvas {
    display: block;
    width: 100%;
    height: 100%;
  }

  #map_experience.is-3d #map_wrapper {
    display: none;
  }

  #area_3d_wrapper.area-3d-interaction-locked canvas {
    cursor: pointer;
    pointer-events: none;
  }

  #area_3d_wrapper.area-3d-interaction-locked {
    touch-action: pan-y;
  }

  #area_3d_wrapper.area-3d-interaction-active canvas {
    cursor: grab;
    pointer-events: auto;
    touch-action: none;
  }

  #area_3d_wrapper.area-3d-interaction-active {
    touch-action: none;
  }

  #map_mountain {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 80vh;
    margin: 0;
    padding: 0;
    border-radius: 0;
    line-height: 0;
  }

  #map_mountain .maplibregl-canvas-container,
  #map_mountain .maplibregl-canvas {
    display: block;
    margin: 0;
    padding: 0;
  }

  #map_mountain.map-interaction-locked canvas {
    cursor: pointer !important;
  }

  #map_mountain.map-interaction-active canvas {
    cursor: grab;
  }

  #map-interaction-hint,
  #area-3d-interaction-hint {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 11;
    transform: translate(-50%, -50%);
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    max-width: min(340px, calc(100% - 36px));
    padding: 10px 14px;
    border-radius: 14px;
    background: rgba(17, 17, 17, 0.66);
    color: #ffffff;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
    pointer-events: none;
    opacity: 0;
    transition: opacity 180ms ease;
  }

  #map-interaction-hint strong,
  #area-3d-interaction-hint strong {
    font-size: 13px;
  }

  #map-interaction-hint span,
  #area-3d-interaction-hint span {
    font-size: 11px;
    font-weight: 600;
    opacity: 0.86;
  }

  .hint-touch {
    display: none;
  }

  @media (hover: none), (pointer: coarse) {
    .hint-desktop {
      display: none;
    }

    .hint-touch {
      display: inline;
    }
  }

  #map_wrapper.map-interaction-ready:not(.map-interaction-active) #map-interaction-hint {
    opacity: 1;
  }

  #area_3d_wrapper.area-3d-ready:not(.area-3d-interaction-active) #area-3d-interaction-hint {
    opacity: 1;
  }

  #map_wrapper.map-interaction-active #map-interaction-hint {
    opacity: 0;
  }

  #area_3d_wrapper.area-3d-interaction-active #area-3d-interaction-hint {
    opacity: 0;
  }

  @media (min-width: 768px) and (orientation: landscape) {
    #area_3d_wrapper,
    #area_3d_view {
      height: 80vh;
      min-height: 0;
    }

    #map-interaction-hint,
    #area-3d-interaction-hint,
    .area-3d-loader,
    .area-3d-status {
      left: 30%;
    }
  }

  @media (max-height: 500px) and (orientation: landscape) {
    #map_wrapper,
    #map_mountain,
    #area_3d_wrapper,
    #area_3d_view {
      height: 90vh;
      min-height: 0;
    }
  }

  .area-3d-loader,
  .area-3d-status {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 12;
    transform: translate(-50%, -50%);
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    max-width: min(360px, calc(100% - 36px));
    min-width: min(280px, calc(100% - 36px));
    padding: 10px 14px;
    border: 1px solid rgba(17, 17, 17, 0.16);
    border-radius: 8px;
    background: rgba(243, 237, 227, 0.94);
    color: #111111;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
    pointer-events: none;
  }

  .area-3d-status {
    border-color: rgba(199, 30, 38, 0.28);
    color: #111111;
  }

  .area-3d-status.is-hidden,
  .area-3d-loader.is-hidden {
    display: none;
  }

  @media (min-width: 768px) and (orientation: landscape) {
    .area-3d-loader,
    .area-3d-status {
      left: 30%;
    }
  }

  .area-3d-loader-track {
    position: relative;
    width: 100%;
    height: 8px;
    overflow: hidden;
    border: 1px solid rgba(17, 17, 17, 0.28);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.72);
  }

  .area-3d-loader-bar {
    display: block;
    width: 0%;
    height: 100%;
    border-radius: inherit;
    background: #c71e26;
    transition: width 160ms ease;
  }

  .area-3d-loader.is-indeterminate .area-3d-loader-bar {
    position: absolute;
    left: -42%;
    width: 42%;
    animation: area3dLoaderIndeterminate 950ms ease-in-out infinite;
  }

  @keyframes area3dLoaderIndeterminate {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(338%);
    }
  }

  .area-3d-route-label {
    position: absolute;
    z-index: 9;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border: 1px solid #000000;
    border-radius: 50%;
    color: #000000;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    pointer-events: auto;
    transform: translate(-50%, -50%) scale(1);
    transform-origin: center;
    box-sizing: border-box;
    cursor: pointer;
    transition: transform 120ms ease, border-width 120ms ease, box-shadow 120ms ease;
  }

  .area-3d-route-label.is-hovered {
    z-index: 12;
    border-width: 2px;
    transform: translate(-50%, -50%) scale(1.22);
  }

  @media (hover: none), (pointer: coarse) {
    .area-3d-route-label {
      width: 18px;
      height: 18px;
      font-size: 9px;
      pointer-events: none;
    }
  }

  .area-3d-hover-label {
    position: absolute;
    z-index: 13;
    display: none;
    max-width: 220px;
    padding: 0;
    border-radius: 0;
    background: transparent;
    color: #EA5017;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.25;
    pointer-events: none;
    text-shadow: 0 1px 2px rgba(243, 237, 227, 0.9);
  }

  .area-3d-route-popup {
    position: absolute;
    z-index: 14;
    min-width: 170px;
    max-width: 240px;
    padding: 10px 12px;
    border: 1px solid rgba(17, 17, 17, 0.14);
    border-radius: 7px;
    background: rgba(243, 237, 227, 0.96);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
    box-sizing: border-box;
  }

  .map-status-notice {
    position: absolute;
    left: 50%;
    top: 22px;
    z-index: 12;
    max-width: min(420px, calc(100% - 36px));
    transform: translateX(-50%);
    padding: 10px 14px;
    border: 1px solid rgba(17, 17, 17, 0.16);
    border-radius: 8px;
    background: rgba(243, 237, 227, 0.94);
    color: #111111;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.25;
    text-align: center;
    pointer-events: none;
  }

  .map-status-notice[hidden] {
    display: none;
  }

  .entry-point-popup {
    min-width: 180px;
    max-width: 260px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 13px;
    line-height: 1.45;
    color: #111111;
  }

  .entry-point-popup-title {
    font-weight: 700;
    margin-bottom: 6px;
    color: #EA5017;
  }

  .entry-point-popup-note {
    max-width: 220px;
    margin: 4px 0;
    color: rgba(17, 17, 17, 0.66);
    font-size: 11px;
    line-height: 1.25;
  }

  .entry-point-hover-name,
  .gpx-track-hover-name {
    color: #EA5017;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.2;
    text-shadow: 0 1px 2px rgba(243, 237, 227, 0.9);
  }

  .route-hover-popup .maplibregl-popup-content,
  .track-hover-popup .maplibregl-popup-content {
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .route-hover-popup .maplibregl-popup-tip,
  .track-hover-popup .maplibregl-popup-tip {
    display: none;
  }

  #map_wrapper .maplibregl-popup-content {
    background: rgba(255, 255, 255, 0.64) !important;
    background-color: rgba(255, 255, 255, 0.64) !important;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    pointer-events: auto;
  }

  #map_wrapper .maplibregl-popup-tip {
    opacity: 0.64;
  }

  #map_wrapper .maplibregl-popup-anchor-top .maplibregl-popup-tip {
    border-bottom-color: rgba(255, 255, 255, 0.64) !important;
  }

  #map_wrapper .maplibregl-popup-anchor-bottom .maplibregl-popup-tip {
    border-top-color: rgba(255, 255, 255, 0.64) !important;
  }

  #map_wrapper .maplibregl-popup-anchor-left .maplibregl-popup-tip {
    border-right-color: rgba(255, 255, 255, 0.64) !important;
  }

  #map_wrapper .maplibregl-popup-anchor-right .maplibregl-popup-tip {
    border-left-color: rgba(255, 255, 255, 0.64) !important;
  }

  #map_wrapper .route-hover-popup .maplibregl-popup-content,
  #map_wrapper .track-hover-popup .maplibregl-popup-content {
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  #map_wrapper .route-hover-popup .maplibregl-popup-tip,
  #map_wrapper .track-hover-popup .maplibregl-popup-tip {
    display: none !important;
  }

  .entry-point-popup-link {
    display: inline-block;
    margin-top: 8px;
    color: #EA5017;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
  }

  .entry-point-popup-link:hover {
    text-decoration: underline;
  }

  .access-popup,
  .gpx-popup {
    max-width: 260px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 13px;
    line-height: 1.45;
    color: #111111;
    pointer-events: auto;
  }

  .maplibregl-popup.access-detail-popup .maplibregl-popup-tip {
    opacity: 0.64;
  }

  .access-popup-title,
  .gpx-popup-title {
    font-weight: 700;
    margin-bottom: 8px;
    color: #EA5017;
  }

  .access-popup-image {
    display: block;
    width: 100%;
    max-height: 150px;
    margin-bottom: 8px;
    object-fit: cover;
  }

  .access-popup-coordinates {
    margin-bottom: 6px;
    font-size: 12px;
  }

  .access-popup-list {
    margin: 8px 0 0;
    padding-left: 18px;
  }

  .gpx-popup-track-list {
    display: grid;
    gap: 5px;
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(17, 17, 17, 0.12);
  }

  .gpx-popup-track-button {
    appearance: none;
    width: 100%;
    padding: 5px 7px;
    border: 1px solid rgba(17, 17, 17, 0.14);
    border-radius: 5px;
    background: #ffffff;
    color: #111111;
    font: inherit;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    text-align: left;
    cursor: pointer;
    pointer-events: auto;
  }

  .gpx-popup-track-button.is-active {
    border-color: #f2b21d;
    background: rgba(242, 178, 29, 0.18);
  }

  .gpx-popup-details {
    min-width: 170px;
  }

  .access-popup-list a,
  .access-popup-coordinates a,
  .gpx-popup a {
    color: #111111;
    font-weight: 700;
    text-decoration: underline;
  }

  .grade-legend {
    position: relative;
    width: 100%;
    padding: 0;
    border: 1px solid rgba(0, 0, 0, 0.16);
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.24);
    box-shadow: none;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #111111;
  }

  .grade-legend-title {
    padding: 7px 8px 0;
    margin-bottom: 6px;
    font-size: 12px;
    font-weight: 700;
  }

  .grade-scale {
    position: relative;
    height: 24px;
    margin: 0 8px;
  }

  .grade-legend-steps {
    display: grid;
    grid-template-columns: repeat(var(--grade-count, 26), 1fr);
    height: 14px;
    border: 1px solid rgba(0, 0, 0, 0.18);
    border-radius: 4px;
    overflow: hidden;
  }

  .grade-legend-steps span {
    display: block;
  }

  .grade-legend-labels {
    display: grid;
    grid-template-columns: repeat(var(--grade-count, 26), 1fr);
    gap: 0;
    padding: 0 8px 7px;
    margin-top: 5px;
    font-size: 7px;
    font-weight: 600;
    text-align: center;
  }

  .grade-legend-labels span {
    min-width: 0;
    overflow: hidden;
    text-overflow: clip;
    white-space: nowrap;
  }

  .route-location-note {
    margin: 8px 0 0;
    color: rgba(17, 17, 17, 0.78);
    font-size: 11px;
    font-weight: 700;
    line-height: 1.25;
  }

  .route-location-note[hidden] {
    display: none;
  }

  .grade-selection {
    position: absolute;
    top: -4px;
    bottom: 6px;
    left: 0%;
    right: 0%;
    z-index: 2;
    border: 2px solid #111111;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.16);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.75);
    pointer-events: none;
  }

  .grade-selection-handle {
    position: absolute;
    top: 50%;
    width: 7px;
    height: 22px;
    border-radius: 3px;
    background: #111111;
    transform: translateY(-50%);
  }

  .grade-selection-handle-left {
    left: -5px;
  }

  .grade-selection-handle-right {
    right: -5px;
  }

  .grade-range {
    position: absolute;
    top: -4px;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 22px;
    margin: 0;
    background: none;
    pointer-events: none;
    appearance: none;
    -webkit-appearance: none;
  }

  .grade-range::-webkit-slider-thumb {
    width: 18px;
    height: 24px;
    border: 0;
    border-radius: 4px;
    background: transparent;
    cursor: pointer;
    pointer-events: auto;
    appearance: none;
    -webkit-appearance: none;
  }

  .grade-range::-moz-range-thumb {
    width: 18px;
    height: 24px;
    border: 0;
    border-radius: 4px;
    background: transparent;
    cursor: pointer;
    pointer-events: auto;
  }

  .grade-range::-webkit-slider-runnable-track {
    height: 14px;
    background: transparent;
  }

  .grade-range::-moz-range-track {
    height: 14px;
    background: transparent;
  }

  #route_list_panel {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    width: 40%;
    min-height: 80vh;
    padding: 24px 24px 24px 72px;
    background: linear-gradient(
      90deg,
      rgba(243, 237, 227, 0) 0%,
      rgba(243, 237, 227, 0.88) 24%,
      rgba(243, 237, 227, 1) 42%,
      rgba(243, 237, 227, 1) 100%
    );
    color: #111111;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.25;
    overflow: hidden;
    pointer-events: none;
  }

  .route-list-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    min-width: 0;
    --route-list-scrollbar-gutter: 16px;
    pointer-events: auto;
  }

  .route-controls-panel {
    margin-bottom: 14px;
    padding: 10px 12px;
    border: 1px solid rgba(17, 17, 17, 0.14);
    border-radius: 8px;
    background: rgba(243, 237, 227, 0.82);
    box-shadow: 0 8px 24px rgba(17, 17, 17, 0.08);
  }

  .route-controls-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px 12px;
    margin-bottom: 8px;
  }

  .route-controls-top:last-of-type {
    margin-bottom: 10px;
  }

  .control-group {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
  }

  .control-label {
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
  }

  .segmented,
  .icon-toggle {
    display: inline-grid;
    grid-auto-flow: column;
    border: 1px solid rgba(17, 17, 17, 0.28);
    border-radius: 6px;
    overflow: hidden;
  }

  .view-control-row {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .segmented button,
  .icon-toggle button,
  .pdf-button,
  .reset-view-button {
    min-height: 30px;
    border: 0;
    background: rgba(255, 255, 255, 0.34);
    color: #111111;
    font: inherit;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    cursor: pointer;
    transition: background 160ms ease, color 160ms ease, border-color 160ms ease;
  }

  .segmented button {
    min-width: 62px;
    padding: 6px 10px;
  }

  .icon-toggle button {
    display: grid;
    place-items: center;
    min-width: 34px;
    padding: 6px 8px;
  }

  .season-icon {
    display: block;
    width: 17px;
    height: 17px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .icon-toggle button[data-season="summer"] {
    background: #fff3a3;
    color: #111111;
  }

  .icon-toggle button[data-season="winter"] {
    background: #dff3ff;
    color: #111111;
  }

  .icon-toggle button.is-disabled,
  .icon-toggle button:disabled {
    position: relative;
    opacity: 0.38;
    cursor: not-allowed;
    filter: grayscale(1);
  }

  .icon-toggle button.is-disabled::after,
  .icon-toggle button:disabled::after {
    content: "";
    position: absolute;
    left: 6px;
    right: 6px;
    top: 50%;
    height: 2px;
    background: #111111;
    transform: rotate(-28deg);
    transform-origin: center;
  }

  .segmented button + button,
  .icon-toggle button + button {
    border-left: 1px solid rgba(17, 17, 17, 0.22);
  }

  .segmented button.is-active,
  .icon-toggle button.is-active {
    background: #111111;
    color: #f3ede3;
  }

  .segmented button.is-disabled,
  .segmented button:disabled {
    opacity: 0.38;
    cursor: not-allowed;
  }

  .icon-toggle button[data-season="summer"].is-active {
    background: #fbb03b;
    color: #111111;
  }

  .icon-toggle button[data-season="winter"].is-active {
    background: #62b3e8;
    color: #111111;
  }

  .pdf-button {
    align-self: end;
    padding: 6px 12px;
    border: 1px solid rgba(17, 17, 17, 0.3);
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.34);
    color: #111111;
  }

  .reset-view-button {
    min-width: 52px;
    padding: 6px 10px;
    border: 1px solid rgba(17, 17, 17, 0.3);
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.34);
    color: #111111;
  }

  .pdf-button:hover,
  .reset-view-button:hover,
  .segmented button:hover,
  .icon-toggle button:hover {
    border-color: rgba(17, 17, 17, 0.58);
    background: rgba(17, 17, 17, 0.16);
  }

  .icon-toggle button[data-season="summer"]:hover {
    background: #ffd84d;
  }

  .icon-toggle button[data-season="winter"]:hover {
    background: #a8ddff;
  }

  .segmented button.is-active:hover,
  .icon-toggle button.is-active:hover {
    background: #111111;
    color: #f3ede3;
  }

  .icon-toggle button[data-season="summer"].is-active:hover {
    background: #fbb03b;
    color: #111111;
  }

  .icon-toggle button[data-season="winter"].is-active:hover {
    background: #62b3e8;
    color: #111111;
  }

  .pdf-status {
    min-height: 0;
    margin-top: -2px;
    color: rgba(17, 17, 17, 0.64);
    font-size: 11px;
    font-weight: 700;
    line-height: 1.25;
  }

  .pdf-status:empty {
    display: none;
  }

  .control-divider {
    height: 1px;
    margin: 8px 0;
    background: rgba(17, 17, 17, 0.12);
  }

  .route-list-title {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 800;
  }

  .route-list-header,
  .route-list-row {
    display: grid;
    grid-template-columns: 34px minmax(90px, 1fr) 34px 52px 56px 42px 64px;
    column-gap: 9px;
    align-items: center;
  }

  .route-list-header {
    margin-right: var(--route-list-scrollbar-gutter);
    padding-bottom: 7px;
    border-bottom: 1px solid rgba(17, 17, 17, 0.18);
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
  }

  .route-list-header > span,
  .route-list-row > span {
    min-width: 0;
    justify-self: stretch;
    text-align: left;
  }

  .route-list-header > span:nth-child(3),
  .route-list-row > span:nth-child(3),
  .route-list-header > span:nth-child(4),
  .route-list-row > span:nth-child(4),
  .route-list-header > span:nth-child(5),
  .route-list-row > span:nth-child(5),
  .route-list-header > span:nth-child(6),
  .route-list-row > span:nth-child(6),
  .route-list-header > span:nth-child(7),
  .route-list-row > span:nth-child(7) {
    justify-self: center;
    text-align: center;
  }

  .route-list-items {
    overflow: auto;
    scrollbar-gutter: stable;
    padding-right: var(--route-list-scrollbar-gutter);
    margin-right: calc(var(--route-list-scrollbar-gutter) * -1);
    min-height: 0;
    padding-top: 4px;
  }

  .route-list-row {
    padding: 8px 0;
    border-bottom: 1px solid rgba(17, 17, 17, 0.1);
    font-size: 13px;
    transition: color 160ms ease;
  }

  .route-list-row.is-season-hidden {
    display: none !important;
  }

  .route-list-row.is-muted {
    color: rgba(17, 17, 17, 0.58);
  }

  .route-list-number,
  .route-list-grade,
  .route-list-length,
  .route-list-pitch {
    font-weight: 700;
  }

  .route-grade-note {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 13px;
    height: 13px;
    margin-left: 4px;
    border: 1px solid rgba(17, 17, 17, 0.42);
    border-radius: 999px;
    font-size: 9px;
    font-weight: 800;
    line-height: 1;
    cursor: help;
    opacity: 0.72;
  }

  .route-list-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .route-location-marker {
    display: inline-block;
    margin-left: 3px;
    font-weight: 900;
    cursor: help;
  }

  .route-list-show,
  .route-list-show-header,
  .route-list-open {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
  }

  .route-visibility-checkbox,
  #route-visibility-all {
    width: 14px;
    height: 14px;
    margin: 0;
    accent-color: #111111;
    cursor: pointer;
  }

  #route-visibility-all {
    width: 18px !important;
    height: 18px !important;
    transform: scale(1.12);
    transform-origin: center;
  }

  .route-visibility-checkbox:disabled {
    cursor: default;
    opacity: 0.45;
  }

  .route-visibility-placeholder {
    display: inline-block;
    width: 14px;
    height: 14px;
  }

  .route-list-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 26px;
    padding: 4px 8px;
    border: 1px solid rgba(17, 17, 17, 0.26);
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.32);
    color: #111111;
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    transition: background 160ms ease, border-color 160ms ease;
  }

  .route-list-open .route-list-link {
    width: 54px;
  }

  .route-list-link:hover {
    border-color: rgba(17, 17, 17, 0.62);
    background: rgba(255, 255, 255, 0.62);
  }

  @media (min-width: 768px) and (max-width: 1180px) and (orientation: landscape) {
    #route_list_panel {
      padding: 18px 18px 18px 42px;
    }

    .route-list-content {
      --route-list-scrollbar-gutter: 10px;
    }

    .route-list-header,
    .route-list-row {
      grid-template-columns: 28px minmax(58px, 1fr) 26px 36px 42px 32px 48px;
      column-gap: 4px;
    }

    .route-list-header {
      font-size: 9px;
    }

    .route-list-row {
      font-size: 11px;
    }

    .route-list-items {
      overflow-x: hidden;
    }

    .route-list-link {
      min-height: 24px;
      padding: 3px 5px;
      font-size: 10px;
    }

    .route-list-open .route-list-link {
      width: 46px;
    }
  }

  @media (max-width: 767px), (orientation: portrait) {
#map_experience {
    display: block;
    }

    #map_wrapper,
    #map_mountain,
    #area_3d_wrapper,
    #area_3d_view {
      min-height: 70vh;
    }

    #route_list_panel {
      position: relative;
      width: 100%;
      min-height: auto;
      max-height: none;
      padding: 18px;
      border-radius: 0;
      background: linear-gradient(
        180deg,
        rgba(243, 237, 227, 0) 0%,
        rgba(243, 237, 227, 0.88) 18%,
        rgba(243, 237, 227, 1) 34%,
        rgba(243, 237, 227, 1) 100%
      );
      overflow: visible;
    }

    .route-list-content {
      max-height: none;
      --route-list-scrollbar-gutter: 0px;
    }

    .route-list-header,
    .route-list-row {
      grid-template-columns: 28px minmax(72px, 1fr) 28px 42px 48px 34px 52px;
      column-gap: 6px;
      font-size: 11px;
    }

    .route-list-header {
      margin-right: 0;
    }
  }

