.route-phase-status {
  display: flex;
  align-items: center;
  gap: 13px;
  margin: 12px 0;
  padding: 12px 15px;
  border: 1px solid #bddbd4;
  border-radius: 12px;
  background: #eaf8f4;
  color: #173f4b;
}
.phase-status-number {
  flex: 0 0 auto;
  padding: 7px 9px;
  border-radius: 8px;
  background: #176359;
  color: #fff;
  font-size: .7rem;
  font-weight: 950;
  letter-spacing: .04em;
}
.route-phase-status > div { min-width: 0; }
.route-phase-status strong { display: block; font-size: .86rem; }
.route-phase-status p { margin: 3px 0 0; color: #476b70; font-size: .72rem; line-height: 1.42; }
.route-phase-status small { display: block; margin-top: 5px; color: #9a6230; font-size: .68rem; }
.route-phase-status a {
  margin-left: auto;
  color: #1c6170;
  font-size: .7rem;
  font-weight: 900;
  white-space: nowrap;
}
#startSelect:disabled { cursor: not-allowed; opacity: .64; }
.periodic-column.is-locked { opacity: .68; }
.periodic-column.is-current .periodic-phase { box-shadow: 0 0 0 3px rgba(25, 106, 113, .16); }
.periodic-locked,
.periodic-closed {
  grid-row: span 3;
  display: grid;
  place-content: center;
  justify-items: center;
  min-height: 334px;
  padding: 10px;
  border: 1px dashed #c7d8d7;
  border-radius: 10px;
  background: rgba(255, 255, 255, .5);
  color: #73929a;
  text-align: center;
}
.periodic-locked span,
.periodic-closed span { font-size: 1.7rem; }
.periodic-locked small,
.periodic-closed small { margin-top: 7px; font-size: .67rem; line-height: 1.35; }
.periodic-closed { grid-row: span 2; min-height: 220px; color: #257263; }
.journey-stop.locked { cursor: default; opacity: .47; }
.journey-stop.locked .stop-circle { background: #a9b9c2; box-shadow: none; }
.journey-stop.locked strong { background: #eff3f5; }
.journey-footer .periodic-next { justify-self: start; margin-top: 3px; }
.service-column.is-locked { opacity: .68; }
.service-column.is-current { box-shadow: 0 0 0 2px rgba(24, 115, 134, .14); }
.service-locked {
  display: grid;
  place-content: center;
  min-height: 230px;
  padding: 14px;
  border: 1px dashed #bbd6d8;
  border-radius: 10px;
  color: #60818b;
  text-align: center;
  font-size: 1.5rem;
}
.service-locked small { margin-top: 7px; font-size: .72rem; line-height: 1.45; }
.service-stage-note { display: block; margin-top: 12px; color: #466a73; font-size: .68rem; }
.cosmos-node.used .cosmos-orb { border-color: #ffe398; box-shadow: 0 0 0 6px rgba(255,227,152,.13), 0 0 24px var(--orb-glow); }
.cosmos-node.used small { color: #ffe398; font-weight: 800; }
.cosmos-cycle {
  padding: 5px 8px;
  border: 1px solid #6d9bba;
  border-radius: 7px;
  background: rgba(13, 59, 92, .85);
  color: #e2f7ff;
  font-size: .67rem;
  font-weight: 900;
  cursor: pointer;
}
.list-row.used { background: #edf8f3; }
.list-empty { padding: 14px; color: #5c7580; font-size: .75rem; }
.list-more { margin-top: 11px; }
.sequence-chip span small { display: block; color: #5d7b84; font-size: .59rem; }
.inspector-actions button.inspector-remove {
  border-color: #d9a6a0;
  background: #fff3f1;
  color: #8a3a36;
}
body[data-method="STEAM"] .route-phase-status {
  border-color: #2e6e81;
  background: #123b54;
  color: #e8f8fa;
}
body[data-method="STEAM"] .route-phase-status p { color: #c6e3e9; }
body[data-method="STEAM"] .route-phase-status a { color: #a4f0e1; }
@media (max-width: 650px) {
  .route-phase-status { align-items: flex-start; flex-wrap: wrap; }
  .route-phase-status > div { flex: 1 1 190px; }
  .route-phase-status a { margin-left: 0; }
  .periodic-locked { min-height: 320px; }
  .periodic-closed { min-height: 210px; }
}
