.titan-map-objects {
  border-top: 1px solid #415448;
  margin: 14px 0;
  padding-top: 12px;
  font-size: 12px;
}
.titan-map-objects > summary {
  cursor: pointer;
  color: #d9e8d1;
}
.tmo-body {
  padding-top: 10px;
}
.tmo-status {
  color: #9eb2a4;
  line-height: 1.45;
  margin: 0 0 9px;
}
.tmo-master {
  display: block;
  margin: 0 0 8px;
  font-size: 11px;
}
.tmo-filters {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px 8px;
}
.tmo-filters .tmo-filter {
  display: block;
  margin: 0;
  font-size: 11px;
}
.tmo-search {
  width: 100%;
  margin: 10px 0 8px;
  padding: 8px;
  border: 1px solid #45604d;
  border-radius: 4px;
  background: #20372b;
  color: #edf3e9;
  font: inherit;
}
.tmo-overview {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 8px;
  border: 1px solid #3f5848;
  border-radius: 4px;
  background: #101d18;
}
.tmo-overview text {
  fill: #91aa9a;
  font:
    8px "Segoe UI",
    sans-serif;
}
.tmo-overview circle {
  opacity: 0.72;
  pointer-events: none;
}
.tmo-overview circle.is-selected {
  opacity: 1;
  stroke: #fff;
  stroke-width: 1.2;
}
.tmo-current-position {
  fill: none;
  stroke: #fff;
  stroke-width: 1.8;
}
.tmo-list {
  max-height: 208px;
  overflow: auto;
  border: 1px solid #344a3d;
  border-radius: 4px;
  background: #102019;
}
.tmo-list-item {
  display: grid;
  width: 100%;
  grid-template-columns: 22px 1fr;
  gap: 1px 5px;
  padding: 7px 8px;
  border: 0;
  border-bottom: 1px solid #2c4135;
  border-radius: 0;
  background: transparent;
  color: #e5eee7;
  text-align: left;
  font: inherit;
  cursor: pointer;
}
.tmo-list-item:hover,
.tmo-list-item[aria-selected="true"] {
  background: #294638;
}
.tmo-symbol {
  grid-row: 1 / 3;
  align-self: center;
  justify-self: center;
  color: var(--tmo-color);
  font-weight: 800;
  font-size: 13px;
}
.tmo-item-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tmo-item-type {
  color: #91a99a;
  font-size: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tmo-detail {
  margin-top: 9px;
  padding: 9px;
  border: 1px solid #415448;
  border-radius: 4px;
  background: #192d23;
}
.tmo-detail strong {
  display: block;
  margin-bottom: 6px;
}
.tmo-hypothesis-note {
  margin: 0 0 7px;
  color: #6fe2db;
  font-size: 11px;
  line-height: 1.35;
}
.tmo-detail dl {
  display: grid;
  grid-template-columns: minmax(0, 42%) minmax(0, 1fr);
  gap: 3px 8px;
  margin: 0;
  font-size: 11px;
}
.tmo-detail dt {
  color: #94aa9c;
}
.tmo-detail dd {
  margin: 0;
  overflow-wrap: anywhere;
  font-variant-numeric: tabular-nums;
}
.tmo-detail-note {
  margin: 8px 0 0;
  color: #94aa9c;
  font-size: 11px;
}
.tmo-focus {
  width: 100%;
  margin-top: 9px;
}
.tmo-label-layer {
  position: fixed;
  inset: 0;
  z-index: 24;
  pointer-events: none;
  overflow: hidden;
}
.tmo-world-label {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 210px;
  padding: 3px 6px;
  border-left: 3px solid var(--tmo-color);
  border-radius: 2px;
  background: #102019dc;
  color: #f3f7f4;
  font:
    10px/1.25 "Segoe UI",
    sans-serif;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transform-origin: 0 100%;
}
.tmo-world-label.is-selected {
  outline: 1px solid var(--tmo-color);
  font-weight: 700;
}
.tmo-world-label[hidden] {
  display: none;
}
