.View-Canvas {
  display: block;
  width: 100%;
  height: 100%;
  cursor: grab;
}

.View-Inset-Canvas {
  display: block;
}

.View-Attribution {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: calc(100% - 32px);
  padding: 9px 16px;
  color: #9a9a9a;
  font-size: 10px;
  line-height: 16px;
  text-align: right;
  word-break: break-all;
  pointer-events: none;
  z-index: 5;
}

.View-Nav {
  display: flex;
  flex-direction: column;
}

.View-Nav-Item {
  display: block;
  width: 100%;
  height: 32px;
  padding: 0 12px;
  border: none;
  background: none;
  font-family: inherit;
  font-size: 13px;
  line-height: 32px;
  color: #ededed;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-radius: 2px;
  cursor: pointer;
  font-variant-numeric: tabular-nums;
}
.View-Nav-Item:hover {
  background: #323232;
}
.View-Nav-Item[data-current] {
  background: #575757;
  cursor: default;
}

.View-Panel {
  position: absolute;
  min-width: 180px;
  display: flex;
  flex-direction: column;
  background: #363636;
  border: 1px solid #2e2e2e;
  border-radius: 12px;
  overflow: hidden;
  z-index: 10;
}
.View-Panel[data-hidden] {
  display: none;
}
.View-Panel-Header {
  height: 32px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: grab;
  user-select: none;
}
.View-Panel-Header:active {
  cursor: grabbing;
}
.View-Panel-Title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  padding: 0 16px;
  background: #323232;
  border-bottom-right-radius: 12px;
  font-size: 11px;
  color: #ededed;
}
.View-Panel-Close {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ededed;
  cursor: pointer;
}
.View-Panel-Close svg {
  width: 9px;
  visibility: hidden;
}
.View-Panel-Close:hover svg {
  visibility: visible;
}
.View-Panel-Body {
  flex: 1;
  overflow-y: auto;
  padding: 10px 12px;
}
.View-Panel-Row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
}
.View-Panel-Row + .View-Panel-Row {
  margin-top: 6px;
}
.View-Panel-Label {
  font-size: 11px;
  color: #9a9a9a;
}
.View-Panel-Value {
  font-size: 13px;
  color: #ededed;
  font-variant-numeric: tabular-nums;
}

.View-Resize {
  position: absolute;
  z-index: 1;
}
.View-Resize[data-edge=n] {
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  cursor: ns-resize;
}
.View-Resize[data-edge=s] {
  left: 0;
  right: 0;
  bottom: 0;
  height: 6px;
  cursor: ns-resize;
}
.View-Resize[data-edge=e] {
  top: 0;
  right: 0;
  bottom: 0;
  width: 6px;
  cursor: ew-resize;
}
.View-Resize[data-edge=w] {
  top: 0;
  left: 0;
  bottom: 0;
  width: 6px;
  cursor: ew-resize;
}
.View-Resize[data-edge=ne] {
  top: 0;
  right: 0;
  width: 12px;
  height: 12px;
  cursor: nesw-resize;
}
.View-Resize[data-edge=nw] {
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  cursor: nwse-resize;
}
.View-Resize[data-edge=se] {
  right: 0;
  bottom: 0;
  width: 12px;
  height: 12px;
  cursor: nwse-resize;
}
.View-Resize[data-edge=sw] {
  left: 0;
  bottom: 0;
  width: 12px;
  height: 12px;
  cursor: nesw-resize;
}

.View-Related {
  position: absolute;
  left: 50%;
  top: 8px;
  transform: translateX(-50%);
  max-width: calc(100% - 32px);
  max-height: 60vh;
  overflow-y: auto;
  background: #363636;
  border: 1px solid #2e2e2e;
  border-radius: 8px;
  font-size: 11px;
  z-index: 4;
}

.View-Related-Summary {
  padding: 5px 12px;
  color: #9a9a9a;
  cursor: pointer;
  user-select: none;
  white-space: nowrap;
}

.View-Related-Group {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 4px 10px;
  padding: 4px 12px 8px;
}

.View-Related-Heading {
  color: #9a9a9a;
  font-size: 10px;
}

.View-Related-Link {
  color: #ededed;
  text-decoration: none;
  white-space: nowrap;
}
.View-Related-Link:hover {
  text-decoration: underline;
}
.View-Related-Link[aria-current=page] {
  color: #9a9a9a;
  pointer-events: none;
}

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

body {
  overflow: hidden;
}

#view {
  position: fixed;
  inset: 0;
  overflow: hidden;
  background: #16181c;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
}

.View-Layers {
  display: flex;
  flex-direction: column;
}

.View-Layer-Toggle {
  display: block;
  width: 100%;
  height: 32px;
  padding: 0 12px;
  border: none;
  background: none;
  font-family: inherit;
  font-size: 13px;
  line-height: 32px;
  color: #ededed;
  text-align: left;
  border-radius: 2px;
  cursor: pointer;
}
.View-Layer-Toggle:hover {
  background: #323232;
}
.View-Layer-Toggle[data-active] {
  background: #575757;
}

.View-Filter {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 12px;
  color: #ededed;
}
.View-Filter select {
  font-size: 12px;
}

.Train-Reading {
  font-size: 12px;
  color: #9a9a9a;
  margin-bottom: 8px;
}

.Train-Lines {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.Train-Line {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #ededed;
}

.Train-LineMark {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 8px;
  flex-shrink: 0;
}