.route-editor-virtual.route-planner-workspace {
  --planner-line: #3c3c3c;
  --ref-blue: #268bea;
  --ref-green: #1fe885;
  --ref-side: 15.75%;
  --ref-right: 20.7%;
  background: #222;
  color: #ddd;
  font-family: Arial, "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 12px;
}
.route-editor-virtual.route-planner-workspace .route-planner-toolbar {
  height: clamp(40px, 5.5vh, 56px);
  min-height: 40px;
  padding: 0 12px;
  gap: 12px;
  background: #222;
  border: 0;
  flex-wrap: nowrap;
}
.route-editor-virtual.route-planner-workspace .route-planner-tools {
  gap: 8px;
  flex-wrap: nowrap;
}
.route-editor-virtual.route-planner-workspace
  .route-planner-tools
  .planner-button {
  height: 28px;
  min-height: 0;
  padding: 3px 8px;
  background: #3a3a3a;
  border: 0;
  border-radius: 3px;
  color: #ddd;
  font-size: 12px;
}
.route-editor-virtual.route-planner-workspace .route-planner-tools .primary {
  background: #268bea;
}
.route-editor-virtual.route-planner-workspace
  .route-planner-tools:last-child
  > .planner-button:not(.primary) {
  display: none;
}
.route-editor-virtual.route-planner-workspace .route-planner-title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: #383838;
  border-radius: 4px;
  padding: 7px 13px;
  display: flex;
  align-items: center;
  gap: 14px;
  max-width: 45%;
  font-size: 12px;
  white-space: nowrap;
}
.route-editor-virtual.route-planner-workspace .route-planner-title strong {
  font-size: 12px;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
}
.route-editor-virtual.route-planner-workspace .route-planner-title span {
  font-size: 12px;
  color: #a4a4a4;
}
.route-editor-virtual.route-planner-workspace .planner-version {
  font-size: 10px;
  color: #939393;
}
.route-editor-virtual.route-planner-workspace .route-planner-body {
  grid-template-columns: minmax(170px, var(--ref-side)) minmax(0, 1fr) minmax(
      230px,
      var(--ref-right)
    );
  grid-template-rows: minmax(0, 1fr);
  overflow: hidden;
  gap: 4px;
}
.route-editor-virtual.route-planner-workspace .route-planner-sidebar {
  min-height: 0;
  background: #222;
  border-right: 1px solid #555;
  grid-row: 1;
  padding: 0 4px;
}
.route-editor-virtual.route-planner-workspace .route-waypoint-list {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.route-editor-virtual.route-planner-workspace
  .route-waypoint-list
  .planner-panel-heading {
  height: 46px;
  min-height: 38px;
  padding: 0 7px;
  background: #222;
  border-bottom: 1px solid #3e3e3e;
}
.route-editor-virtual.route-planner-workspace .route-waypoint-list h3 {
  font-size: 12px;
  font-weight: 400;
}
.route-editor-virtual.route-planner-workspace
  .route-waypoint-list
  .planner-panel-heading
  .planner-icon {
  border: 1px solid #6d6d6d;
  border-radius: 4px;
  width: 32px;
  height: 32px;
}
.route-editor-virtual.route-planner-workspace .planner-route-metrics {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding: 10px 0 12px;
  gap: 0;
  background: #222;
}
.route-editor-virtual.route-planner-workspace .planner-route-metrics > div {
  gap: 7px;
  border-right: 1px solid #383838;
  min-width: 0;
}
.route-editor-virtual.route-planner-workspace
  .planner-route-metrics
  > div:last-child {
  border: 0;
}
.route-editor-virtual.route-planner-workspace .planner-route-metrics small {
  font-size: 11px;
  color: #999;
  white-space: nowrap;
}
.route-editor-virtual.route-planner-workspace .planner-route-metrics strong {
  font-size: 12px;
  color: #ddd;
  white-space: nowrap;
}
.route-editor-virtual.route-planner-workspace
  .planner-route-metrics
  strong
  small {
  font-size: 9px;
}
.route-editor-virtual.route-planner-workspace .planner-waypoint-scroll {
  padding: 0;
  overflow: auto;
  flex: 1;
}
.route-editor-virtual.route-planner-workspace
  .route-waypoint-row.geo-point-row {
  display: grid;
  grid-template-columns: 43px minmax(0, 1fr);
  gap: 0;
  min-height: 34px;
  border-bottom: 1px solid #3d3d3d;
  border-radius: 0;
  padding: 0 3px;
  margin: 0;
  background: #222;
  position: relative;
}
.route-editor-virtual.route-planner-workspace
  .route-waypoint-row.geo-point-row.active {
  background: #282828;
}
.route-editor-virtual.route-planner-workspace
  .route-waypoint-row
  > button:first-child {
  width: 43px;
  min-width: 0;
  padding: 0;
  gap: 0;
  align-self: stretch;
}
.route-editor-virtual.route-planner-workspace
  .route-waypoint-row
  > button:first-child
  > b {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
  width: auto;
  height: 24px;
  font-size: 12px;
  font-weight: 400;
  background: none;
  color: #ddd;
  border-radius: 0;
}
.route-editor-virtual.route-planner-workspace
  .route-waypoint-row
  > button:first-child
  > b::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 10px solid #278cea;
  border-radius: 3px;
}
.route-editor-virtual.route-planner-workspace
  .route-waypoint-row
  > button:first-child
  > span {
  display: none;
}
.route-editor-virtual.route-planner-workspace
  .route-waypoint-row
  > button.planner-icon {
  display: none;
}
.route-editor-virtual.route-planner-workspace .planner-waypoint-actions {
  width: auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
  align-items: center;
}
.route-editor-virtual.route-planner-workspace .planner-waypoint-actions button {
  width: 24px;
  height: 26px;
  background: none;
  border-radius: 2px;
  color: #dedede;
}
.route-editor-virtual.route-planner-workspace
  .planner-waypoint-actions
  button.active {
  background: #268bea;
  color: #fff;
}
.route-editor-virtual.route-planner-workspace .route-planner-map {
  min-height: 0;
  grid-row: 1;
  position: relative;
  border: 1px solid #515151;
  overflow: hidden;
}
.route-editor-virtual.route-planner-workspace .planner-map-instruction {
  display: none;
}
.route-editor-virtual.route-planner-workspace .vf-live,
.route-editor-virtual.route-planner-workspace .vf-keys {
  display: none;
}
.route-editor-virtual.route-planner-workspace .vf-modebar {
  top: auto;
  bottom: 138px;
  left: auto;
  right: 10px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 28px;
  z-index: 840;
}
.route-editor-virtual.route-planner-workspace .vf-modebar button {
  width: 28px;
  height: 28px;
  min-height: 28px;
  padding: 0;
  overflow: hidden;
  background: #fafafa;
  color: #555;
  border: 0;
  border-radius: 1px;
  font: 11px Arial;
}
.route-editor-virtual.route-planner-workspace
  .vf-modebar
  button:nth-child(n + 3) {
  font-size: 0;
}
.route-editor-virtual.route-planner-workspace
  .vf-modebar
  button:nth-child(3)::before {
  content: "⌖";
  font-size: 23px;
}
.route-editor-virtual.route-planner-workspace
  .vf-modebar
  button:nth-child(4)::before {
  content: "△";
  font-size: 21px;
}
.route-editor-virtual.route-planner-workspace
  .vf-modebar
  button:nth-child(n + 5) {
  display: none;
}
.route-editor-virtual.route-planner-workspace
  .vf-modebar
  button[aria-pressed="true"] {
  color: #2384d1;
  background: #f4faff;
}
.route-editor-virtual.route-planner-workspace .planner-map-tool-stack {
  top: 16px;
  right: 10px;
  gap: 8px;
  z-index: 850;
}
.route-editor-virtual.route-planner-workspace .planner-map-tool-stack button {
  width: 28px;
  height: 28px;
  min-width: 28px;
  min-height: 28px;
  padding: 4px;
  border-radius: 1px;
}
.route-editor-virtual.route-planner-workspace .planner-map-tool-group {
  border-radius: 1px;
}
.route-editor-virtual.route-planner-workspace .vf-map .cesium-viewer-bottom {
  bottom: 0;
  left: 5px;
  font-size: 8px;
  opacity: 0.7;
}
.route-editor-virtual.route-planner-workspace .route-planner-status {
  position: absolute;
  bottom: 1px;
  left: calc(var(--ref-side) + 10px);
  right: calc(var(--ref-right) + 12px);
  height: 20px;
  padding: 0 5px;
  border: 0;
  z-index: 850;
  background: #222a;
  color: #ddd;
  font:
    10px Arial,
    "PingFang SC",
    sans-serif;
  gap: 12px;
  pointer-events: none;
}
.route-editor-virtual.route-planner-workspace
  .route-planner-status
  > span:nth-child(2) {
  display: none;
}
.route-editor-virtual.route-planner-workspace .ref-action-rail {
  position: absolute;
  left: 12px;
  top: 29%;
  z-index: 860;
  display: grid;
  gap: 9px;
  color: #fff;
  font-size: 12px;
}
.route-editor-virtual.route-planner-workspace .ref-action-rail > small {
  font-size: 11px;
  text-shadow: 0 1px 3px #000;
}
.route-editor-virtual.route-planner-workspace .ref-action-rail button {
  display: flex;
  align-items: center;
  gap: 8px;
  border: 0;
  padding: 0;
  background: none;
  color: #fff;
  font-size: 12px;
  text-align: left;
  cursor: pointer;
  text-shadow: 0 1px 3px #000;
}
.route-editor-virtual.route-planner-workspace .ref-action-rail button > svg {
  padding: 5px;
  width: 31px;
  height: 31px;
  border-radius: 3px;
  background: #313131df;
}
.route-editor-virtual.route-planner-workspace .ref-action-rail button > span {
  display: grid;
  gap: 2px;
}
.route-editor-virtual.route-planner-workspace .ref-action-rail button small {
  font-size: 10px;
}
.route-editor-virtual.route-planner-workspace .map-action-palette {
  left: 12px;
  right: auto;
  top: calc(29% + 112px);
  bottom: auto;
}
.route-editor-virtual.route-planner-workspace .map-action-rail {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.route-editor-virtual.route-planner-workspace .map-action-rail > button {
  font-size: 12px;
  min-height: 31px;
  gap: 8px;
  padding: 0;
  background: transparent;
}
.route-editor-virtual.route-planner-workspace
  .map-action-rail
  > button:first-child {
  display: none;
}
.route-editor-virtual.route-planner-workspace .map-action-rail i {
  width: 31px;
  height: 31px;
  background: #313131df;
}
.route-editor-virtual.route-planner-workspace .ref-top-tools {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
}
.route-editor-virtual.route-planner-workspace .ref-top-tools > button {
  border: 0;
  background: transparent;
  color: #ddd;
  padding: 4px;
  display: grid;
  place-items: center;
  cursor: pointer;
}
.route-editor-virtual.route-planner-workspace .ref-top-tools > button:disabled {
  opacity: 0.25;
}
.route-editor-virtual.route-planner-workspace .ref-help {
  position: absolute;
  top: 36px;
  right: 0;
  z-index: 3000;
  width: 260px;
  padding: 14px;
  background: #262626;
  border: 1px solid #575757;
  box-shadow: 0 6px 20px #0008;
  font-size: 12px;
}
.route-editor-virtual.route-planner-workspace .ref-help p {
  margin: 8px 0;
  color: #bbb;
}
.route-editor-virtual.route-planner-workspace .ref-flight-deck {
  position: absolute;
  left: 12%;
  right: 12%;
  bottom: 25px;
  height: clamp(154px, 20vh, 210px);
  z-index: 830;
  background: #181c1bb5;
  border: 1px solid #ffffff20;
  border-radius: 3px;
  color: #fff;
  container-type: inline-size;
}
.route-editor-virtual.route-planner-workspace .ref-flight-selection {
  position: absolute;
  top: 5px;
  left: 25%;
  display: flex;
  align-items: center;
  gap: 2px;
}
.route-editor-virtual.route-planner-workspace .ref-flight-selection b {
  color: #21e984;
  font-size: 13px;
  font-weight: 500;
}
.route-editor-virtual.route-planner-workspace .ref-flight-selection button,
.route-editor-virtual.route-planner-workspace .ref-flight-note button {
  border: 0;
  color: #ddd;
  background: #262a26aa;
  display: grid;
  place-items: center;
  padding: 3px;
  cursor: pointer;
}
.route-editor-virtual.route-planner-workspace
  .ref-flight-selection
  button:disabled {
  opacity: 0.25;
}
.route-editor-virtual.route-planner-workspace .ref-flight-grid {
  display: grid;
  grid-template-columns: 24% 14% 26% 14% 22%;
  height: 100%;
  align-items: end;
  padding: 26px 12px 21px;
  gap: 0;
}
.route-editor-virtual.route-planner-workspace .ref-coordinates {
  display: grid;
  gap: 6px;
  padding-right: 7px;
}
.route-editor-virtual.route-planner-workspace .ref-coordinates label {
  display: flex;
  align-items: center;
  background: #272a28de;
  padding: 3px 5px;
  gap: 4px;
  white-space: nowrap;
  font-size: 10px;
}
.route-editor-virtual.route-planner-workspace .ref-coordinates input {
  width: 100%;
  min-width: 0;
  border: 0;
  background: #5559;
  color: #bbb;
  padding: 3px;
  font: 10px Arial;
  min-height: 20px;
  height: 20px;
}
.route-editor-virtual.route-planner-workspace .ref-key-row {
  display: flex;
  justify-content: center;
  gap: 3px;
}
.route-editor-virtual.route-planner-workspace .ref-key-row button,
.route-editor-virtual.route-planner-workspace .ref-height > button {
  color: #ddd;
  background: #202322df;
  border: 1px solid #696d6944;
  min-width: 23px;
  height: 25px;
  padding: 0;
  cursor: pointer;
  font-size: 12px;
}
.route-editor-virtual.route-planner-workspace .ref-key-row button:active,
.route-editor-virtual.route-planner-workspace .ref-height > button:active {
  background: #298be9;
  color: #fff;
}
.route-editor-virtual.route-planner-workspace .ref-speed {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 6px 0;
  gap: 5px;
}
.route-editor-virtual.route-planner-workspace .ref-speed span,
.route-editor-virtual.route-planner-workspace .ref-height label span {
  font-size: 10px;
  white-space: pre-line;
  color: #22e887;
  line-height: 1.1;
}
.route-editor-virtual.route-planner-workspace .ref-speed input,
.route-editor-virtual.route-planner-workspace .ref-height input {
  background: transparent;
  border: 0;
  color: #24ed8a;
  min-height: 27px;
  height: 27px;
  padding: 0;
  min-width: 0;
  width: 43px;
  font: 24px/1 Arial;
  font-variant-numeric: tabular-nums;
  text-align: center;
}
.route-editor-virtual.route-planner-workspace .ref-compass {
  position: relative;
  align-self: center;
  width: 100%;
  max-width: 180px;
  margin: auto;
  aspect-ratio: 1;
}
.route-editor-virtual.route-planner-workspace .ref-compass > svg {
  width: 100%;
  height: 100%;
  display: block;
}
.route-editor-virtual.route-planner-workspace .ref-heading {
  position: absolute;
  top: -5px;
  left: 0;
  right: 0;
  text-align: center;
  font: 12px Arial;
  color: #16ea83;
}
.route-editor-virtual.route-planner-workspace .ref-height {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  justify-content: center;
  align-self: center;
}
.route-editor-virtual.route-planner-workspace .ref-height label {
  display: flex;
  align-items: center;
  gap: 1px;
}
.route-editor-virtual.route-planner-workspace .ref-height input {
  width: 60px;
  font-size: 23px;
}
.route-editor-virtual.route-planner-workspace .ref-height > small {
  font: 10px Arial;
  color: #d7dad7;
}
.route-editor-virtual.route-planner-workspace .ref-attitudes {
  display: flex;
  gap: 3px;
  align-items: end;
  padding-left: 4px;
}
.route-editor-virtual.route-planner-workspace .ref-attitude {
  width: 50%;
  min-width: 0;
  text-align: center;
}
.route-editor-virtual.route-planner-workspace .ref-attitude svg {
  width: 100%;
  display: block;
}
.route-editor-virtual.route-planner-workspace .ref-attitude span {
  font-size: 9px;
  white-space: nowrap;
  color: #c1cbc3;
}
.route-editor-virtual.route-planner-workspace .ref-flight-note {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 3px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  font-size: 9px;
  color: #acbaaf;
}
.route-editor-virtual.route-planner-workspace .ref-flight-note > span {
  margin-right: auto;
}
.route-editor-virtual.route-planner-workspace .ref-flight-note button {
  font-size: 10px;
}
.route-editor-virtual.route-planner-workspace
  .ref-flight-deck
  input::-webkit-inner-spin-button {
  appearance: none;
}
.route-editor-virtual.route-planner-workspace .route-waypoint-inspector {
  position: relative;
  grid-column: 3;
  grid-row: 1;
  border: 0;
  background: #222;
  overflow: hidden;
  max-height: none;
  min-height: 0;
}
.route-editor-virtual.route-planner-workspace .vf-preview {
  display: contents;
}
.route-editor-virtual.route-planner-workspace .ref-snapshot-card {
  background: #242424;
  border: 1px solid #494949;
  color: #ccc;
}
.route-editor-virtual.route-planner-workspace .ref-action-heading {
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 0 10px;
  border-bottom: 1px solid #414141;
}
.route-editor-virtual.route-planner-workspace .ref-action-heading strong {
  font-size: 12px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 5px;
}
.route-editor-virtual.route-planner-workspace .ref-action-heading nav {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
}
.route-editor-virtual.route-planner-workspace .ref-action-heading button,
.route-editor-virtual.route-planner-workspace .ref-filename button {
  background: none;
  border: 0;
  padding: 4px;
  color: #ccc;
  cursor: pointer;
  display: grid;
  place-items: center;
}
.route-editor-virtual.route-planner-workspace
  .ref-action-heading
  button:disabled {
  opacity: 0.25;
}
.route-editor-virtual.route-planner-workspace .ref-action-info {
  padding: 8px 10px 10px;
}
.route-editor-virtual.route-planner-workspace .ref-filename {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  height: 29px;
}
.route-editor-virtual.route-planner-workspace .ref-photo-lenses {
  display: flex;
  gap: 6px;
  align-items: center;
  white-space: nowrap;
}
.route-editor-virtual.route-planner-workspace .ref-photo-lenses > span {
  background: #194b71;
  color: #84b5d6;
  font-size: 10px;
  padding: 3px 6px;
  border-radius: 12px;
}
.route-editor-virtual.route-planner-workspace .ref-photo-lenses button {
  font-size: 10px;
  background: #278ce9;
  color: white;
  border: 0;
  border-radius: 12px;
  padding: 3px 7px;
  margin-left: auto;
  cursor: pointer;
}
.route-editor-virtual.route-planner-workspace .ref-snapshot-heading {
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 9px;
  background: #131313;
  font-size: 11px;
  color: #aaa;
}
.route-editor-virtual.route-planner-workspace .ref-snapshot-heading button {
  background: #363636;
  color: #ddd;
  font-size: 10px;
  padding: 3px 8px;
  border: 0;
  border-radius: 2px;
  cursor: pointer;
}
.route-editor-virtual.route-planner-workspace
  .ref-snapshot-heading
  button:disabled {
  opacity: 0.4;
  cursor: default;
}
.route-editor-virtual.route-planner-workspace .ref-snapshot-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 4/3;
  background: #152727;
  overflow: hidden;
}
.route-editor-virtual.route-planner-workspace .ref-snapshot-frame img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.route-editor-virtual.route-planner-workspace .ref-snapshot-empty {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-size: 11px;
  color: #b0bfbf;
}
.route-editor-virtual.route-planner-workspace .ref-snapshot-lens {
  position: absolute;
  top: 7%;
  left: 50%;
  transform: translateX(-50%);
  border: 2px solid #1bb870;
  color: #15c172;
  background: #263e3066;
  font-size: 11px;
  padding: 1px 3px;
}
.route-editor-virtual.route-planner-workspace .ref-snapshot-reticle {
  position: absolute;
  inset: 22% 21%;
  border: 2px solid #ffffffbc;
  background: #ffffff14;
}
.route-editor-virtual.route-planner-workspace .ref-snapshot-card > footer {
  height: 26px;
  padding: 5px 9px;
  background: #111;
  color: #898989;
  font-size: 10px;
}
.route-editor-virtual.route-planner-workspace .ref-live-camera {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border: 1px solid #666;
  background: #111;
}
.route-editor-virtual.route-planner-workspace .vf-preview-frame {
  width: 100%;
  max-width: none;
  aspect-ratio: 4/3;
  margin: 0;
}
.route-editor-virtual.route-planner-workspace .ref-lens-tabs {
  position: absolute;
  top: 4px;
  left: 32px;
  right: 32px;
  display: flex;
  justify-content: center;
  gap: 0;
  z-index: 2;
}
.route-editor-virtual.route-planner-workspace .ref-lens-tabs button {
  border: 0;
  border-radius: 0;
  background: #252525ad;
  color: #ddd;
  font-size: 9px;
  padding: 5px 8px;
  min-height: 22px;
  cursor: pointer;
}
.route-editor-virtual.route-planner-workspace
  .ref-lens-tabs
  button[aria-pressed="true"] {
  background: #278cef;
  color: white;
}
.route-editor-virtual.route-planner-workspace .ref-live-reticle {
  position: absolute;
  inset: 22% 19%;
  pointer-events: none;
}
.route-editor-virtual.route-planner-workspace .ref-live-reticle i {
  position: absolute;
  width: 18px;
  height: 18px;
  border: solid #22ed86;
  border-width: 0;
}
.route-editor-virtual.route-planner-workspace .ref-live-reticle i:nth-child(1) {
  top: 0;
  left: 0;
  border-width: 2px 0 0 2px;
}
.route-editor-virtual.route-planner-workspace .ref-live-reticle i:nth-child(2) {
  top: 0;
  right: 0;
  border-width: 2px 2px 0 0;
}
.route-editor-virtual.route-planner-workspace .ref-live-reticle i:nth-child(3) {
  bottom: 0;
  left: 0;
  border-width: 0 0 2px 2px;
}
.route-editor-virtual.route-planner-workspace .ref-live-reticle i:nth-child(4) {
  bottom: 0;
  right: 0;
  border-width: 0 2px 2px 0;
}
.route-editor-virtual.route-planner-workspace .ref-zoom-rail {
  position: absolute;
  top: 20%;
  right: 5px;
  bottom: 16%;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 6px;
  width: 24px;
  color: #fff;
  font-size: 9px;
}
.route-editor-virtual.route-planner-workspace .ref-zoom-rail input {
  writing-mode: vertical-lr;
  direction: rtl;
  width: 16px;
  height: 100%;
  min-height: 0;
  padding: 0;
  accent-color: #eee;
  cursor: pointer;
}
.route-editor-virtual.route-planner-workspace .vf-preview-meta {
  background: transparent;
  color: #3deba1;
  text-align: center;
  bottom: 9px;
  font-size: 10px;
  text-shadow: 0 1px 3px #000;
}
.route-editor-virtual.route-planner-workspace .vf-crosshair {
  font-size: 21px;
  font-weight: 300;
  transform: translate(-50%, -50%) rotate(25deg);
}
.route-editor-virtual.route-planner-workspace
  .vf-preview
  .cesium-viewer-bottom {
  display: none;
}
.route-editor-virtual.route-planner-workspace .ref-parameter-drawer {
  position: absolute;
  z-index: 1600;
  inset: 0 0 auto;
  background: #25292c;
  border: 1px solid #63717b;
  max-height: calc(100% - 10px);
  overflow: auto;
  padding: 12px;
  box-shadow: 0 6px 20px #0008;
}
.route-editor-virtual.route-planner-workspace .ref-parameter-drawer > header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.route-editor-virtual.route-planner-workspace
  .ref-parameter-drawer
  header
  button {
  background: none;
  color: #ddd;
  border: 0;
  cursor: pointer;
}
.route-editor-virtual.route-planner-workspace
  .route-waypoint-inspector
  > .waypoint-action-panel {
  display: none;
}
.route-editor-virtual.route-planner-workspace
  .route-waypoint-inspector:has(.ref-parameter-drawer)
  > .waypoint-action-panel {
  display: flex;
  position: absolute;
  z-index: 1601;
  top: 380px;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto;
  height: auto;
  min-height: 0;
}
.route-editor-virtual.route-planner-workspace .ref-editor-message {
  position: absolute;
  top: calc(164px + (100vw * 0.207 * 0.75) + 32px);
  left: 8px;
  right: 8px;
  font-size: 10px;
  color: #bcad83;
  line-height: 1.5;
  margin: 4px 0;
  max-height: 42px;
  overflow: auto;
}
.route-editor-virtual.route-planner-workspace .vf-confirm {
  position: absolute;
  top: 8px;
  bottom: auto;
  left: 4px;
  right: 4px;
  z-index: 1900;
}
.route-editor-virtual.route-planner-workspace .vf-retry {
  top: 60px;
}
.route-editor-virtual.route-planner-workspace button:focus-visible,
.route-editor-virtual.route-planner-workspace input:focus-visible {
  outline: 2px solid #65baff;
  outline-offset: 1px;
}
@media (max-width: 1350px) {
  .route-editor-virtual.route-planner-workspace .ref-flight-deck {
    left: 10%;
    right: 8%;
  }
  .route-editor-virtual.route-planner-workspace .planner-route-metrics {
    padding: 9px 0;
  }
  .route-editor-virtual.route-planner-workspace .ref-action-heading {
    height: 36px;
    padding: 0 6px;
  }
  .route-editor-virtual.route-planner-workspace .ref-action-info {
    padding: 5px 7px 7px;
  }
  .route-editor-virtual.route-planner-workspace .ref-photo-lenses {
    gap: 3px;
  }
  .route-editor-virtual.route-planner-workspace .ref-photo-lenses > span {
    font-size: 9px;
    padding: 3px 4px;
  }
  .route-editor-virtual.route-planner-workspace .ref-photo-lenses button {
    font-size: 9px;
    padding: 3px 5px;
  }
  .route-editor-virtual.route-planner-workspace .ref-snapshot-card > footer {
    height: 22px;
    font-size: 9px;
  }
  .route-editor-virtual.route-planner-workspace .ref-snapshot-heading {
    height: 27px;
  }
  .route-editor-virtual.route-planner-workspace .ref-filename {
    height: 25px;
    font-size: 11px;
  }
  .route-editor-virtual.route-planner-workspace .ref-editor-message {
    top: calc(126px + (100vw * 0.207 * 0.75) + 30px);
  }
  .route-editor-virtual.route-planner-workspace .ref-attitude span {
    font-size: 8px;
  }
}
@media (max-height: 700px) {
  .route-editor-virtual.route-planner-workspace .ref-action-rail {
    top: 22%;
  }
  .route-editor-virtual.route-planner-workspace .map-action-palette {
    top: calc(22% + 112px);
  }
  .route-editor-virtual.route-planner-workspace .ref-snapshot-frame {
    max-height: 25vh;
    aspect-ratio: 4/3;
  }
  .route-editor-virtual.route-planner-workspace .ref-live-camera {
    max-height: 28vh;
  }
  .route-editor-virtual.route-planner-workspace
    .ref-live-camera
    .vf-preview-frame {
    height: 28vh;
    aspect-ratio: auto;
  }
  .route-editor-virtual.route-planner-workspace .ref-editor-message {
    display: none;
  }
  .route-editor-virtual.route-planner-workspace .ref-flight-deck {
    height: 145px;
    left: 7%;
    right: 8%;
  }
  .route-editor-virtual.route-planner-workspace .ref-attitudes {
    display: none;
  }
  .route-editor-virtual.route-planner-workspace .ref-flight-grid {
    grid-template-columns: 26% 20% 31% 23%;
  }
}
@media (max-width: 900px) {
  .route-editor-virtual.route-planner-workspace .route-planner-body {
    grid-template-columns: 150px minmax(0, 1fr) 220px;
  }
  .route-editor-virtual.route-planner-workspace .ref-flight-deck {
    left: 5px;
    right: 36px;
  }
  .route-editor-virtual.route-planner-workspace .ref-coordinates {
    display: none;
  }
  .route-editor-virtual.route-planner-workspace .ref-flight-grid {
    grid-template-columns: 28% 44% 28%;
  }
  .route-editor-virtual.route-planner-workspace .ref-attitudes {
    display: none;
  }
  .route-editor-virtual.route-planner-workspace
    .ref-photo-lenses
    > span:nth-child(3) {
    display: none;
  }
  .route-editor-virtual.route-planner-workspace .route-planner-title {
    position: static;
    transform: none;
    margin: auto;
    max-width: 35%;
    padding: 4px 7px;
  }
  .route-editor-virtual.route-planner-workspace .route-planner-title > span {
    display: none;
  }
  .route-editor-virtual.route-planner-workspace .ref-top-tools {
    gap: 3px;
  }
  .route-editor-virtual.route-planner-workspace
    .ref-top-tools
    > button:nth-child(-n + 2) {
    display: none;
  }
}
@media (max-width: 640px) {
  .route-editor-virtual.route-planner-workspace .route-planner-toolbar {
    min-height: 42px;
    height: 42px;
    padding: 0 6px;
    gap: 5px;
  }
  .route-editor-virtual.route-planner-workspace .route-planner-title {
    display: none;
  }
  .route-editor-virtual.route-planner-workspace .route-planner-body {
    grid-template-columns: 1fr;
    grid-template-rows: 520px 210px 720px;
    overflow: auto;
    gap: 4px;
  }
  .route-editor-virtual.route-planner-workspace .route-planner-map {
    grid-column: 1;
    grid-row: 1;
    min-height: 520px;
  }
  .route-editor-virtual.route-planner-workspace .route-planner-sidebar {
    grid-column: 1;
    grid-row: 2;
    min-height: 0;
  }
  .route-editor-virtual.route-planner-workspace .route-waypoint-inspector {
    grid-column: 1;
    grid-row: 3;
    min-height: 720px;
  }
  .route-editor-virtual.route-planner-workspace .route-planner-status {
    display: none;
  }
  .route-editor-virtual.route-planner-workspace .ref-flight-deck {
    left: 8px;
    right: 44px;
    height: 150px;
  }
  .route-editor-virtual.route-planner-workspace .ref-action-rail {
    top: 22%;
  }
  .route-editor-virtual.route-planner-workspace .map-action-palette {
    top: calc(22% + 112px);
  }
  .route-editor-virtual.route-planner-workspace .ref-snapshot-frame {
    max-height: none;
  }
  .route-editor-virtual.route-planner-workspace .ref-live-camera {
    max-height: none;
  }
  .route-editor-virtual.route-planner-workspace
    .ref-live-camera
    .vf-preview-frame {
    height: auto;
    aspect-ratio: 4/3;
  }
  .route-editor-virtual.route-planner-workspace .ref-editor-message {
    top: 420px;
    display: block;
  }
}
.route-editor-virtual.route-planner-workspace .ref-action-rail button {
  line-height: 14px;
}
.route-editor-virtual.route-planner-workspace .ref-action-rail button small {
  line-height: 12px;
}
.route-editor-virtual.route-planner-workspace .ref-action-rail button > span {
  gap: 1px;
}
.route-editor-virtual.route-planner-workspace .ref-action-heading nav span {
  border: 0;
  background: none;
  color: #ccc;
  padding: 0;
  font-size: 12px;
}
.route-editor-virtual.route-planner-workspace
  .route-planner-tools:last-child
  > .primary {
  position: absolute;
  left: 53px;
  top: 12px;
  background: transparent;
  width: 27px;
  height: 28px;
  padding: 4px;
}
.route-editor-virtual.route-planner-workspace
  .route-planner-tools:first-child
  > button:nth-child(2) {
  margin-left: 34px;
}
@media (max-height: 800px) {
  .route-editor-virtual.route-planner-workspace
    .route-planner-tools:last-child
    > .primary {
    top: 7px;
  }
}
.route-editor-virtual.route-planner-workspace
  .route-planner-tools:first-child
  > .planner-button {
  margin-left: 34px;
}
.route-editor-virtual.route-planner-workspace .ref-point-settings {
  position: absolute;
  bottom: calc(100% + 8px);
  right: 0;
  width: 260px;
  background: #282d30;
  border: 1px solid #667078;
  padding: 12px;
  display: grid;
  gap: 8px;
  box-shadow: 0 4px 15px #0006;
}
.route-editor-virtual.route-planner-workspace .ref-point-settings label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
}
.route-editor-virtual.route-planner-workspace .ref-point-settings input {
  width: 85px;
  min-height: 26px;
  background: #171e22;
  border: 1px solid #56616a;
  color: white;
  padding: 3px 6px;
}
.route-editor-virtual.route-planner-workspace .ref-point-settings button {
  background: #39434a;
  border: 0;
  color: #ddd;
  padding: 5px;
  cursor: pointer;
  font-size: 11px;
}
.route-editor-virtual.route-planner-workspace .ref-point-settings > div {
  display: flex;
  gap: 5px;
}
.route-editor-virtual.route-planner-workspace .planner-route-metrics small {
  font-size: 12px;
}
.route-editor-virtual.route-planner-workspace .planner-route-metrics strong {
  font-size: 13px;
}
.route-editor-virtual.route-planner-workspace .ref-photo-lenses > span {
  font-size: 11px;
}
.route-editor-virtual.route-planner-workspace .ref-photo-lenses button {
  font-size: 11px;
}
@media (max-width: 1350px) {
  .route-editor-virtual.route-planner-workspace .planner-route-metrics small {
    font-size: 10px;
  }
  .route-editor-virtual.route-planner-workspace .planner-route-metrics strong {
    font-size: 12px;
  }
  .route-editor-virtual.route-planner-workspace .ref-photo-lenses > span,
  .route-editor-virtual.route-planner-workspace .ref-photo-lenses button {
    font-size: 9px;
  }
}
.route-editor-virtual.route-planner-workspace .ref-map-compass {
  position: absolute;
  right: 4px;
  bottom: 268px;
  width: 42px;
  height: 42px;
  z-index: 840;
  border-radius: 50%;
  border: 3px solid #b5b5b5;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #4e4e4e;
  padding: 0;
  cursor: pointer;
  box-shadow: 0 0 0 2px #ffffffe0;
}
.route-editor-virtual.route-planner-workspace .ref-map-compass b {
  font: bold 14px Arial;
}
.route-editor-virtual.route-planner-workspace .ref-map-compass span {
  font: 9px Arial;
}
.route-editor-virtual.route-planner-workspace .route-waypoint-list h3::after {
  content: " ⓘ";
  color: #ccc;
  font-size: 12px;
}
.route-editor-virtual.route-planner-workspace .ref-flight-grid {
  grid-template-rows: minmax(0, 1fr);
}
.route-editor-virtual.route-planner-workspace .ref-compass {
  height: 100%;
  width: auto;
  max-width: 100%;
  aspect-ratio: 1;
}
@media (min-width: 901px) and (max-width: 1350px) {
  .route-editor-virtual.route-planner-workspace .ref-flight-deck {
    left: 12%;
    right: 12%;
  }
}
.route-editor-virtual.route-planner-workspace .map-action-palette {
  display: none;
}
.route-editor-virtual.route-planner-workspace
  .ref-action-rail
  > button:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}
.route-editor-virtual.route-planner-workspace .ref-recognition {
  color: #c07bdc;
}
.route-editor-virtual.route-planner-workspace .ref-action-menu {
  position: absolute;
  left: 105px;
  top: 16px;
  width: 220px;
  max-height: 50vh;
  overflow: auto;
  background: #292e32;
  border: 1px solid #59636b;
  box-shadow: 0 4px 18px #0008;
  padding: 10px;
  display: grid;
  gap: 6px;
}
.route-editor-virtual.route-planner-workspace .ref-action-menu header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
}
.route-editor-virtual.route-planner-workspace .ref-action-menu header button {
  padding: 3px;
}
.route-editor-virtual.route-planner-workspace .ref-action-menu > button {
  padding: 5px;
  font-size: 12px;
}
.route-editor-virtual.route-planner-workspace .ref-action-menu > button > svg {
  width: 24px;
  height: 24px;
  padding: 3px;
}
@media (max-height: 750px) {
  .route-editor-virtual.route-planner-workspace .ref-action-rail {
    top: 20%;
    gap: 5px;
  }
  .route-editor-virtual.route-planner-workspace
    .ref-action-rail
    > button
    > svg {
    height: 25px;
    width: 25px;
    padding: 4px;
  }
}
.route-editor-virtual.route-planner-workspace .ref-swap {
  position: absolute;
  left: 5px;
  top: 5px;
  z-index: 5;
  background: #222b;
  border: 0;
  color: white;
  font-size: 0;
  width: 26px;
  height: 26px;
  padding: 0;
}
.route-editor-virtual.route-planner-workspace .ref-swap::after {
  content: "⇆";
  font-size: 23px;
}
.route-editor-virtual.route-planner-workspace .ref-lens-tabs {
  left: 34px;
}
.route-editor-virtual.route-planner-workspace .ref-mouse-follow {
  position: absolute;
  left: 10px;
  bottom: 30px;
  color: #1fe885;
  pointer-events: none;
}
.route-editor-virtual.route-planner-workspace .ref-attitude {
  padding: 0;
  background: none;
  border: 0;
  color: inherit;
  cursor: pointer;
}
.route-editor-virtual.route-planner-workspace .ref-batch-selected {
  box-shadow: inset 3px 0 #268bea;
  background: #19394e;
}
.route-editor-virtual.route-planner-workspace .ref-operations {
  position: relative;
  z-index: 30;
}
.route-editor-virtual.route-planner-workspace .ref-operation-dialog {
  position: fixed;
  right: 20px;
  top: 70px;
  width: 330px;
  max-height: calc(100vh - 100px);
  overflow: auto;
  padding: 15px;
  background: #252525;
  border: 1px solid #666;
  border-radius: 4px;
  box-shadow: 0 5px 30px #0009;
  color: #ddd;
}
.route-editor-virtual.route-planner-workspace .ref-operation-dialog header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.route-editor-virtual.route-planner-workspace .ref-operation-dialog button {
  background: #3c3c3c;
  color: #eee;
  border: 1px solid #555;
  padding: 6px 9px;
  border-radius: 3px;
}
.route-editor-virtual.route-planner-workspace
  .ref-operation-dialog
  button:disabled {
  opacity: 0.4;
}
.route-editor-virtual.route-planner-workspace .ref-operation-field {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  margin: 13px 0;
}
.route-editor-virtual.route-planner-workspace .ref-operation-field input,
.route-editor-virtual.route-planner-workspace .ref-operation-field select {
  width: 150px;
  max-width: 52%;
  background: #3b3b3b;
  color: #eee;
  border: 1px solid #666;
  padding: 5px;
}
.route-editor-virtual.route-planner-workspace
  .ref-operation-field
  input[type="checkbox"] {
  width: 16px;
}
.route-editor-virtual.route-planner-workspace .ref-operation-buttons {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
  margin: 12px 0;
}
.route-editor-virtual.route-planner-workspace .ref-reverse-list {
  max-height: 300px;
  overflow: auto;
  background: #1a1a1a;
  padding: 8px;
  margin-bottom: 12px;
}
.route-editor-virtual.route-planner-workspace
  .ref-live-camera[style*="fixed"]
  .vf-preview-frame {
  height: 100%;
  aspect-ratio: auto;
}
.route-editor-virtual.route-planner-workspace .ref-map-swap {
  position: absolute;
  left: 8px;
  bottom: 35px;
  background: #222a;
  color: white;
  border: 0;
  z-index: 4;
  font-size: 0;
  width: 28px;
  height: 28px;
}
.route-editor-virtual.route-planner-workspace .ref-map-swap::after {
  content: "⇆";
  font-size: 23px;
}
.route-editor-virtual.route-planner-workspace
  .ref-no-return
  > button:first-child
  b::before {
  color: #ffb240;
}
.route-editor-virtual.route-planner-workspace
  .ref-no-return
  > button:first-child {
  background: linear-gradient(90deg, #8a561b55, transparent);
}
.route-editor-virtual.route-planner-workspace .rs-info {
  cursor: help;
  color: #999;
  font-size: 12px;
}
.route-editor-virtual.route-planner-workspace .ref-target-distance {
  position: absolute;
  left: 50%;
  top: 53%;
  transform: translateX(-50%);
  font-size: 10px;
  text-shadow: 0 1px 3px #000;
  color: white;
  pointer-events: none;
}
.route-editor-virtual.route-planner-workspace
  .vf-map[style*="fixed"]
  .ref-map-compass {
  bottom: 70px;
  right: 8px;
  width: 34px;
  height: 34px;
}
.route-editor-virtual.route-planner-workspace
  .vf-map[style*="fixed"]
  .vf-modebar {
  bottom: 35px;
  right: 8px;
  flex-direction: row;
  width: auto;
  gap: 3px;
}
.route-editor-virtual.route-planner-workspace
  .vf-map[style*="fixed"]
  .ref-map-swap {
  bottom: auto;
  top: 4px;
  left: 4px;
}

.route-editor-virtual.route-planner-workspace .ref-inline-action {
  padding: 12px;
  color: #ccc;
  overflow: auto;
  max-height: calc(100vh - 300px);
}
.route-editor-virtual.route-planner-workspace .ref-action-field {
  margin: 16px 0;
}
.route-editor-virtual.route-planner-workspace .ref-action-field > label {
  display: block;
  font-size: 12px;
  margin-bottom: 10px;
}
.route-editor-virtual.route-planner-workspace .ref-inline-action input {
  background: #181818;
  border: 1px solid #555;
  border-radius: 2px;
  color: #eee;
  min-width: 0;
  padding: 5px;
  width: 70px;
}
.route-editor-virtual.route-planner-workspace .ref-inline-action button {
  background: #414141;
  color: #ddd;
  border: 0;
  border-radius: 2px;
  padding: 5px;
  cursor: pointer;
}
.route-editor-virtual.route-planner-workspace
  .ref-inline-action
  button:disabled {
  opacity: 0.4;
  cursor: default;
}
.route-editor-virtual.route-planner-workspace
  .ref-inline-action
  button[aria-pressed="true"] {
  background: #308ee5;
  color: white;
}
.route-editor-virtual.route-planner-workspace .ref-stepper {
  display: flex;
  gap: 4px;
  align-items: center;
  flex-wrap: wrap;
}
.route-editor-virtual.route-planner-workspace .ref-stepper input {
  flex: 1;
  min-width: 42px;
  text-align: center;
  color: #50a2ff;
}
.route-editor-virtual.route-planner-workspace .ref-angle-input {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}
.route-editor-virtual.route-planner-workspace
  .ref-angle-input
  input[type="range"] {
  width: 100%;
  accent-color: #368ee9;
  padding: 0;
}
.route-editor-virtual.route-planner-workspace .ref-name-edit {
  display: flex;
  gap: 4px;
  margin: 10px 0;
}
.route-editor-virtual.route-planner-workspace .ref-name-edit input {
  flex: 1;
}
.route-editor-virtual.route-planner-workspace .ref-action-empty {
  padding: 12px;
  color: #888;
  font-size: 12px;
}
.route-editor-virtual.route-planner-workspace
  .ref-inline-action
  .ref-filename
  span {
  overflow-wrap: anywhere;
  min-width: 0;
}

.route-editor-virtual.route-planner-workspace .ref-map-context {
  position: absolute;
  z-index: 30;
  width: 220px;
  padding: 6px;
  background: #262626;
  border: 1px solid #555;
  box-shadow: 0 6px 20px #0008;
  display: grid;
  gap: 2px;
}
.route-editor-virtual.route-planner-workspace .ref-map-context button {
  background: transparent;
  color: #eee;
  border: 0;
  text-align: left;
  padding: 10px 14px;
  cursor: pointer;
}
.route-editor-virtual.route-planner-workspace .ref-map-context button:hover {
  background: #3d3d3d;
}

.route-editor-virtual.route-planner-workspace .route-waypoint-row.geo-point-row.active{background:#303632!important;box-shadow:inset 2px 0 #27d997;border-color:transparent!important}
.route-editor-virtual.route-planner-workspace .route-waypoint-row.geo-point-row.active>button:first-child{color:#63ffca!important;font-weight:700}
.route-editor-virtual.route-planner-workspace .route-waypoint-row.geo-point-row.active>button:first-child b::before{border-top-color:#27d997!important}
