:root {
  --panel: #f8fafc;
  --ink: #111827;
  --muted: #64748b;
  --line: #d6dee8;
  --soft: #eef4f7;
  --accent: #0f766e;
  --accent-soft: #e7f4f2;
  --warning: #b45309;
  --danger: #be123c;
  --shadow: 0 10px 28px rgba(15, 23, 42, 0.12);
}

* {
  box-sizing: border-box;
}

html,
body,
.shell {
  height: 100%;
  margin: 0;
}

body {
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  background: #e5eef3;
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
.project-import {
  border: 1px solid #bdc9d6;
  border-radius: 5px;
  color: #0f172a;
  background: #ffffff;
  cursor: pointer;
  min-height: 31px;
  padding: 5px 8px;
  font-size: 13px;
  line-height: 1.2;
  transition: border-color 120ms ease, background 120ms ease, color 120ms ease, box-shadow 120ms ease;
}

button:hover,
.project-import:hover {
  border-color: var(--accent);
  background: #f8fbfb;
  box-shadow: 0 1px 4px rgba(15, 23, 42, 0.08);
}

button.active {
  border-color: var(--accent);
  color: #ffffff;
  background: var(--accent);
}

.shell {
  display: grid;
  grid-template-columns: minmax(320px, 372px) 1fr;
  height: 100vh;
  min-height: 100vh;
  overflow: hidden;
}

.sidebar {
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 100vh;
  max-height: 100vh;
  min-height: 0;
  overflow-y: auto;
  overflow-anchor: none;
  padding: 14px;
  background: linear-gradient(180deg, #ddeeed 0, #eef6f8 420px, var(--panel) 421px);
  border-right: 1px solid var(--line);
  box-shadow: var(--shadow);
  z-index: 10;
}

.brand h1 {
  margin: 0;
  font-size: 21px;
  line-height: 1.1;
}

.brand p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.35;
}

.project-panel,
.import-panel,
.tools,
.route-filter-panel,
.station-tools,
.export-panel {
  display: grid;
  gap: 8px;
  padding: 10px;
  border: 1px solid rgba(95, 137, 152, 0.38);
  border-radius: 7px;
  background: #dff0ee;
  box-shadow: inset 3px 0 0 rgba(15, 118, 110, 0.34), 0 1px 6px rgba(15, 23, 42, 0.06);
}

.brand,
.project-panel,
.import-panel,
.tools,
.stats,
.route-filter-panel,
.station-tools {
  margin-inline: -4px;
}

.brand {
  position: sticky;
  top: 0;
  z-index: 30;
  padding: 10px 34px 10px 10px;
  border: 1px solid rgba(95, 137, 152, 0.38);
  border-radius: 7px;
  background: #dff0ee;
  box-shadow: inset 3px 0 0 rgba(15, 118, 110, 0.34);
  cursor: pointer;
  user-select: none;
}

.brand::after {
  content: "^";
  position: absolute;
  right: 10px;
  top: 10px;
  color: #47706d;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.brand:focus {
  border-color: var(--accent);
  outline: none;
  box-shadow: inset 3px 0 0 rgba(15, 118, 110, 0.52), 0 0 0 2px rgba(15, 118, 110, 0.22);
}

.sidebar.menu-collapsed .project-panel,
.sidebar.menu-collapsed .import-panel,
.sidebar.menu-collapsed .tools,
.sidebar.menu-collapsed .stats,
.sidebar.menu-collapsed .route-filter-panel,
.sidebar.menu-collapsed .station-tools,
.sidebar.menu-collapsed .station-list,
.sidebar.menu-collapsed .duplicate-list,
.sidebar.menu-collapsed .export-panel {
  display: none;
}

.sidebar.menu-collapsed .brand {
  background: #cfe8e5;
}

.sidebar.menu-collapsed .brand::after {
  content: "^";
}

.export-panel {
  background: #f6f9fb;
}

.project-panel input,
.route-filter-panel input,
.station-tools input,
.route-filter-panel select,
.station-tools select,
.duplicate-card input {
  width: 100%;
  min-height: 31px;
  border: 1px solid #bdc9d6;
  border-radius: 5px;
  padding: 5px 8px;
  background: #ffffff;
  font-size: 13px;
}

.drop-zone {
  display: grid;
  gap: 4px;
  min-height: 82px;
  align-content: center;
  padding: 12px;
  border: 1px dashed #8aa1b4;
  border-radius: 7px;
  background: #ffffff;
  cursor: pointer;
}

.drop-zone.dragging {
  border-color: var(--accent);
  background: #e7f4f2;
}

.drop-zone input,
#projectInput {
  display: none;
}

.drop-title {
  font-weight: 700;
}

.drop-note,
.stats,
.route-meta,
.small-note {
  color: var(--muted);
  font-size: 12px;
}

.stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  padding: 8px 10px;
  border: 1px solid rgba(95, 137, 152, 0.38);
  border-radius: 7px;
  background: #dff0ee;
  box-shadow: inset 3px 0 0 rgba(15, 118, 110, 0.34), 0 1px 6px rgba(15, 23, 42, 0.06);
}

#clearSelectionBtn {
  border-color: rgba(15, 118, 110, 0.42);
  color: #0f4f49;
  background: #f2fbfa;
  font-weight: 700;
}

.button-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
}

.button-row.two {
  grid-template-columns: 1fr 1fr;
}

.tool-line {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 8px;
}

.tool-line label,
.toggle {
  color: #334155;
  font-size: 13px;
}

.toggle {
  display: flex;
  align-items: center;
  gap: 8px;
}

.route-list,
.station-list,
.duplicate-list {
  display: grid;
  gap: 8px;
  padding-bottom: 8px;
}

.route-card,
.station-card,
.duplicate-card {
  display: grid;
  gap: 8px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #ffffff;
  content-visibility: auto;
  contain-intrinsic-size: 140px;
}

.route-card.compact {
  gap: 5px;
  padding: 7px 8px;
  border-color: #dbe4ee;
}

.route-card.compact .route-head {
  grid-template-columns: auto minmax(0, 1fr) auto;
}

.route-card.compact .route-name {
  font-size: 13px;
}

.route-card.compact .swatch {
  width: 22px;
  height: 22px;
}

.route-card.compact .toggle {
  font-size: 12px;
}

.route-compact-meta {
  display: grid;
  grid-template-columns: auto auto minmax(84px, 1fr);
  gap: 6px;
  align-items: center;
  color: var(--muted);
  font-size: 12px;
}

.route-compact-meta button {
  justify-self: end;
  min-height: 27px;
  padding-inline: 8px;
}

.route-card.selected {
  border-color: var(--accent);
  background: #fbfefd;
  box-shadow: inset 4px 0 0 var(--accent), 0 0 0 2px rgba(15, 118, 110, 0.24), 0 8px 18px rgba(15, 23, 42, 0.08);
}

.line-list {
  display: grid;
  gap: 5px;
}

.line-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 82px 82px;
  gap: 5px;
  align-items: center;
  padding: 5px;
  border: 1px solid #d7e0ea;
  border-radius: 5px;
  background: #f8fafc;
}

.line-row.active {
  border-color: var(--accent);
  background: var(--accent-soft);
  box-shadow: inset 3px 0 0 var(--accent), 0 0 0 1px rgba(15, 118, 110, 0.18);
}

.line-row span {
  overflow: hidden;
  color: #334155;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.line-row select,
.line-row button {
  min-height: 27px;
  padding: 3px 5px;
  font-size: 12px;
}

.section-title {
  color: #334155;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
}

.route-head {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 7px;
  align-items: center;
}

.route-name {
  display: block;
  min-width: 0;
  width: 100%;
  min-height: 24px;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 3px 5px;
  color: #0f172a;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
  white-space: normal;
  overflow: hidden;
  overflow-wrap: anywhere;
  resize: none;
  background: transparent;
}

.route-name:focus {
  border-color: var(--accent);
  outline: none;
}

.swatch {
  width: 28px;
  height: 28px;
  padding: 1px;
  border: 1px solid #cbd5e1;
  border-radius: 5px;
  background: transparent;
}

.route-controls {
  display: grid;
  gap: 6px;
}

.control-row {
  display: grid;
  grid-template-columns: 62px 1fr 38px;
  gap: 6px;
  align-items: center;
}

.control-row label,
.control-row output {
  color: var(--muted);
  font-size: 12px;
}

.route-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
}

.route-actions button {
  min-height: 29px;
  padding: 4px 7px;
}

.route-stations-panel {
  display: grid;
  gap: 7px;
  padding-top: 8px;
  border-top: 1px solid #d7e0ea;
}

.route-station-row {
  display: grid;
  gap: 7px;
  padding: 8px;
  border: 1px solid #d7e0ea;
  border-radius: 6px;
  background: #f8fafc;
}

.route-station-row.active {
  border-color: var(--accent);
  background: var(--accent-soft);
  box-shadow: inset 4px 0 0 var(--accent), 0 0 0 2px rgba(14, 116, 144, 0.24), 0 6px 14px rgba(15, 23, 42, 0.08);
}

.route-station-group-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 26px;
  margin-top: 3px;
  border: 1px solid #d7e0ea;
  border-radius: 6px;
  padding: 4px 8px;
  color: #334155;
  background: #eef4f7;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.route-station-group-title.tur {
  border-color: rgba(22, 163, 74, 0.28);
  color: #14532d;
  background: #dcfce7;
}

.route-station-group-title.retur {
  border-color: rgba(248, 113, 113, 0.45);
  color: #7f1d1d;
  background: #fee2e2;
}

.route-station-group-title.neutru {
  color: #475569;
  background: #f1f5f9;
}

.station-route-summary {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.station-route-chip {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  max-width: 100%;
  padding: 3px 5px;
  border: 1px solid #d7e0ea;
  border-radius: 5px;
  color: #334155;
  background: #f8fafc;
  font-size: 12px;
}

.station-route-chip i {
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border-radius: 999px;
}

.station-order-line {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  align-items: center;
  color: #334155;
  font-size: 12px;
}

.station-order-line span,
.station-order-line strong {
  display: inline-flex;
  align-items: center;
  min-height: 20px;
  border: 1px solid #d5e0ea;
  border-radius: 999px;
  padding: 2px 7px;
  background: #ffffff;
}

.station-order-line strong {
  border-color: rgba(15, 118, 110, 0.34);
  color: #0f4f49;
  background: #e7f4f2;
}

.station-order-no {
  min-width: 28px;
  justify-content: center;
  color: #0f172a;
  font-weight: 700;
}

.map-wrap {
  position: relative;
  height: 100vh;
  min-height: 0;
  min-width: 0;
}

#map {
  width: 100%;
  height: 100%;
}

/* Local Leaflet essentials. These keep the map usable even if CDN CSS is blocked. */
.leaflet-container {
  overflow: hidden;
  background: #dbe7f0;
  outline: 0;
}

.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-zoom-animated {
  transform-origin: 0 0;
}

.leaflet-zoom-hide {
  visibility: hidden;
}

.leaflet-tile {
  width: 256px !important;
  height: 256px !important;
  max-width: none !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

.leaflet-tile-container {
  pointer-events: none;
}

.leaflet-map-pane {
  z-index: 100;
}

.leaflet-tile-pane {
  z-index: 200;
}

.leaflet-overlay-pane,
.leaflet-pane.leaflet-route-pane {
  z-index: 430;
}

.leaflet-pane.leaflet-common-pane {
  z-index: 460;
}

.leaflet-pane.leaflet-station-pane {
  z-index: 620;
}

.leaflet-pane.leaflet-terminal-pane {
  z-index: 660;
}

.leaflet-pane.leaflet-edit-pane {
  z-index: 680;
}

.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-interactive {
  cursor: pointer;
}

.route-edit-handle {
  width: 12px;
  height: 12px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.35);
}

.route-add-node-hit {
  cursor: crosshair;
}

.station-icon {
  width: var(--station-size);
  height: var(--station-size);
}

.station-icon span {
  position: relative;
  display: grid;
  width: var(--station-size);
  height: var(--station-size);
  place-items: center;
  background: transparent;
}

.station-icon.highlighted span {
  filter: drop-shadow(0 2px 5px rgba(15, 23, 42, 0.35));
}

.station-icon span::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: calc(var(--station-size) * 0.86);
  height: calc(var(--station-size) * 0.86);
  border: 1px solid var(--station-color);
  border-radius: 50%;
  transform: translate(-50%, -58%);
  filter: drop-shadow(0 1px 1px rgba(255, 255, 255, 0.75)) drop-shadow(0 1px 1px rgba(15, 23, 42, 0.22));
}

.station-icon.highlighted span::before {
  border-width: 2px;
  box-shadow: 0 0 0 4px rgba(15, 118, 110, 0.18);
}

.station-icon span::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: calc(var(--station-size) * 0.26);
  height: calc(var(--station-size) * 0.26);
  border-right: 1px solid var(--station-color);
  border-bottom: 1px solid var(--station-color);
  transform: translateX(-50%) rotate(45deg);
}

.station-icon i {
  position: relative;
  display: block;
  width: calc(var(--station-size) * 0.32);
  height: calc(var(--station-size) * 0.42);
  border: 1px solid var(--station-color);
  border-radius: 1px;
  background: transparent;
  z-index: 1;
}

.station-icon i::before,
.station-icon i::after {
  content: "";
  position: absolute;
  left: 16%;
  right: 16%;
  height: 1px;
  background: var(--station-color);
}

.station-icon i::before {
  top: 25%;
}

.station-icon i::after {
  bottom: 25%;
}

.station-tooltip {
  border: 1px solid #cbd5e1;
  border-radius: 6px;
  color: #0f172a;
  background: #ffffff;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.18);
  font-size: 12px;
  font-weight: 400;
}

.terminal-popup-anchor {
  pointer-events: none;
  background: transparent;
}

.terminal-popup {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid rgba(180, 83, 9, 0.28);
  border-radius: 6px;
  color: #7c2d12;
  background: rgba(255, 247, 237, 0.96);
  box-shadow: 0 2px 6px rgba(15, 23, 42, 0.12);
  font-size: 10px;
  font-weight: 700;
  line-height: 1.05;
  padding: 2px 3px;
  transform: translate(-50%, -50%);
  white-space: normal;
}

.terminal-popup::before {
  position: absolute;
  top: 50%;
  left: -4px;
  display: block;
  width: 8px;
  height: 8px;
  border: 2px solid #ffffff;
  border-radius: 999px;
  background: #f97316;
  box-shadow: 0 0 0 1px rgba(124, 45, 18, 0.46);
  content: "";
  transform: translate(-100%, -50%);
}

.terminal-popup-content {
  display: block;
  min-width: 0;
}

.terminal-popup-content > div {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
}

.terminal-popup-route {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  padding: 1px 3px;
  border: 1px solid rgba(180, 83, 9, 0.2);
  border-radius: 3px;
  background: #ffffff;
  font-size: 10px;
  line-height: 1;
}

.terminal-popup-route.end {
  color: #7f1d1d;
  border-color: rgba(248, 113, 113, 0.35);
  background: #fff1f2;
}

.terminal-popup-route i {
  width: 5px;
  height: 5px;
  flex: 0 0 auto;
  border-radius: 999px;
}

.station-legend {
  display: grid;
  gap: 6px;
  min-width: 180px;
}

.station-legend > strong {
  font-size: 13px;
}

.station-legend-list {
  display: grid;
  gap: 4px;
}

.station-legend-row {
  display: grid;
  grid-template-columns: 10px minmax(0, 1fr) auto;
  gap: 6px;
  align-items: center;
  white-space: nowrap;
}

.station-legend-row span:nth-child(2) {
  overflow: hidden;
  text-overflow: ellipsis;
}

.station-legend-row strong {
  color: #334155;
  font-size: 11px;
}

.station-legend-color {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.attach-selected-route {
  width: 100%;
  margin-top: 4px;
  border-color: rgba(15, 118, 110, 0.48);
  color: #0f4f49;
  background: #ecfdf5;
  font-weight: 700;
}

.route-direction-icon {
  width: 38px;
  height: 28px;
  pointer-events: none;
}

.route-direction-icon span {
  display: block;
  width: 0;
  height: 0;
  margin: 5px 0 0 4px;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 20px solid var(--route-color);
  filter: drop-shadow(0 2px 3px rgba(15, 23, 42, 0.35)) drop-shadow(var(--route-glow));
  transform-origin: 50% 50%;
}

.route-direction-icon b {
  position: absolute;
  left: 19px;
  top: -2px;
  display: grid;
  width: 16px;
  height: 16px;
  place-items: center;
  border: 1px solid #ffffff;
  border-radius: 50%;
  color: #052e16;
  background: #bbf7d0;
  font-size: 10px;
  line-height: 1;
  box-shadow: 0 0 8px rgba(134, 239, 172, 0.75);
}

.route-direction-icon.retur b {
  color: #7f1d1d;
  background: #fecaca;
  box-shadow: 0 0 10px rgba(248, 113, 113, 0.95), 0 0 18px rgba(254, 202, 202, 0.9);
}

.leaflet-control {
  position: relative;
  z-index: 800;
  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-zoom {
  margin: 12px 0 0 12px;
  border: 1px solid #b8c4cf;
  border-radius: 6px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.16);
}

.leaflet-control-zoom a {
  display: block;
  width: 30px;
  height: 30px;
  color: #0f172a;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  text-decoration: none;
  border-bottom: 1px solid #d7e0ea;
}

.leaflet-control-zoom a:last-child {
  border-bottom: 0;
}

.leaflet-control-attribution {
  margin: 0 8px 6px 0;
  padding: 3px 6px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.86);
  color: #475569;
  font-size: 11px;
}

.leaflet-control-attribution a {
  color: #0f766e;
}

.map-status {
  position: absolute;
  left: 16px;
  bottom: 18px;
  max-width: min(540px, calc(100% - 32px));
  padding: 10px 12px;
  border: 1px solid rgba(100, 116, 139, 0.28);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.12);
  color: #334155;
  line-height: 1.35;
  z-index: 500;
}

.save-warning {
  position: fixed;
  left: 50%;
  top: 16px;
  display: flex;
  align-items: center;
  gap: 14px;
  width: min(720px, calc(100vw - 32px));
  padding: 12px 14px;
  border: 1px solid rgba(180, 83, 9, 0.42);
  border-radius: 8px;
  background: #fff7ed;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.22);
  color: #7c2d12;
  transform: translateX(-50%);
  z-index: 1200;
}

.save-warning[hidden] {
  display: none;
}

.save-warning strong,
.save-warning span {
  display: block;
}

.save-warning span {
  margin-top: 2px;
  color: #9a3412;
  font-size: 13px;
}

.save-warning-actions {
  display: flex;
  gap: 8px;
  margin-left: auto;
  white-space: nowrap;
}

.save-warning-actions button {
  min-height: 28px;
}

#saveWarningSaveBtn {
  border-color: rgba(15, 118, 110, 0.45);
  color: #ffffff;
  background: #0f766e;
}

#saveWarningDismissBtn {
  border-color: rgba(180, 83, 9, 0.3);
  color: #7c2d12;
  background: #ffedd5;
}

.empty {
  padding: 18px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--muted);
  background: #ffffff;
}

.common-popup {
  line-height: 1.45;
}

@media (max-width: 820px) {
  .shell {
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
  }

  .sidebar {
    height: 46vh;
    max-height: 46vh;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .map-wrap {
    height: 54vh;
    min-height: 54vh;
  }
}

body.public-readonly .import-panel,
body.public-readonly .export-panel,
body.public-readonly #newProjectBtn,
body.public-readonly #saveProjectBtn,
body.public-readonly #deleteProjectBtn,
body.public-readonly #backupProjectBtn,
body.public-readonly #migrateLocalBtn,
body.public-readonly #clearBtn,
body.public-readonly #demoBtn,
body.public-readonly #addStationBtn,
body.public-readonly .save-warning,
body.public-readonly .duplicate-list,
body.public-readonly .route-card .line-role,
body.public-readonly .route-card .edit-line,
body.public-readonly .route-card .route-controls,
body.public-readonly .route-card .reverse,
body.public-readonly .route-card .add-node,
body.public-readonly .route-card .add-selected-station,
body.public-readonly .route-card .remove,
body.public-readonly .route-station-row .station-role,
body.public-readonly .route-station-row .station-terminal,
body.public-readonly .route-station-row .tool-line,
body.public-readonly .attach-selected-route {
  display: none !important;
}

body.public-readonly #projectName {
  pointer-events: none;
  background: #f6f8fb;
  color: #475467;
}

body.public-readonly .route-card .swatch,
body.public-readonly .route-card .route-name,
body.public-readonly .route-station-row .swatch,
body.public-readonly .route-station-row .station-name {
  pointer-events: none;
}

body.public-readonly .route-card .route-name,
body.public-readonly .route-station-row .station-name {
  background: transparent;
}
