a {
  text-decoration: none;
  outline: none;
  color: #06c;
}
a:focus-visible,
a:hover {
  text-decoration: underline;
}
.ui-spin {
  animation: 2s linear 0s infinite ui-spin;
}
@keyframes ui-spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.ui-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: scroll;
}
button.ui,
.ui-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-family: inherit;
  font-size: inherit;
  font-weight: 500;
  color: #fff;
  background-color: #a020f0;
  border: none;
  border-radius: 0.25em;
  height: 2em;
  padding: 0 1.5em;
  text-decoration: none;
  outline: none;
  transition: backdrop-filter 0.2s, opacity 0.2s, scale 0.2s;
}
button.ui.icon,
.ui-btn.icon {
  background-color: transparent;
  color: inherit;
  vertical-align: bottom;
  padding: 0;
  width: 2em;
}
button.ui.icon > *,
.ui-btn.icon > * {
  max-width: 80%;
  height: 65%;
}
button.ui.round,
.ui-btn.round {
  vertical-align: bottom;
  border-radius: 50%;
  padding: 0;
  width: 2em;
}
button.ui.round > *,
.ui-btn.round > * {
  max-width: 80%;
  height: 40%;
}
button.ui.outlined,
.ui-btn.outlined {
  border: 1px solid #a020f0;
  box-sizing: border-box;
  color: #a020f0;
  background-color: transparent;
}
button.ui:disabled,
.ui-btn:disabled {
  opacity: 0.5;
}
button.ui:not(:disabled),
.ui-btn:not(:disabled) {
  cursor: pointer;
}
button.ui:not(:disabled):focus-visible,
.ui-btn:not(:disabled):focus-visible,
button.ui:not(:disabled):hover,
.ui-btn:not(:disabled):hover {
  text-decoration: none;
  backdrop-filter: invert(10%);
}
button.ui:not(:disabled):focus-visible:not(.icon, .outlined),
.ui-btn:not(:disabled):focus-visible:not(.icon, .outlined),
button.ui:not(:disabled):hover:not(.icon, .outlined),
.ui-btn:not(:disabled):hover:not(.icon, .outlined) {
  opacity: 0.85;
}
button.ui:not(:disabled):active,
.ui-btn:not(:disabled):active {
  backdrop-filter: invert(20%);
  scale: 0.98;
}
.ui-dialog {
  background-color: rgba(0, 0, 0, 0.4);
}
.ui-dialog > .content {
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
  background-color: #fff;
  margin: 5% auto;
  box-sizing: border-box;
  padding: 15px;
  width: 500px;
  min-width: calc(360px - 16px);
  max-width: calc(100vw - 16px);
  border-radius: 5px;
}
.ui-dialog > .content > button.close {
  margin: -0.25em -0.25em 0.5em 0.5em;
  float: right;
}
.ui-dialog > .content > h1 {
  font-size: 1.5em;
  margin: 0 0 0.5em;
}
fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
/*!
 * Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2024 Fonticons, Inc.
 */
.ui-xmark {
  content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'><path fill='rgb(51,51,51)' d='M342.6 150.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192 210.7 86.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L146.7 256 41.4 361.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L192 301.3 297.4 406.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L237.3 256 342.6 150.6z'/></svg>");
}
input:not([type=checkbox], [type=radio], [type=range]),
textarea,
select {
  background-color: #fff;
  color: #000;
  font-family: inherit;
  font-size: inherit;
  width: 100%;
  padding-right: 0.5em;
  padding-left: 0.5em;
  border: 1px solid #bbb;
  border-radius: 0.25em;
  box-sizing: border-box;
  outline: none;
  transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
}
input:not([type=checkbox], [type=radio], [type=range]):not(textarea),
textarea:not(textarea),
select:not(textarea) {
  height: 2em;
}
input:not([type=checkbox], [type=radio], [type=range]):disabled,
textarea:disabled,
select:disabled {
  background-color: #fafafa;
}
input:not([type=checkbox], [type=radio], [type=range]):focus,
textarea:focus,
select:focus {
  border-color: #a020f0;
  box-shadow: 0 0 0 1px #a020f0;
}
input:not([type=checkbox], [type=radio], [type=range]) + .ui-hint,
textarea + .ui-hint,
select + .ui-hint {
  margin-top: 0.25em;
}
textarea {
  padding-top: 0.375em;
  padding-bottom: 0.375em;
  vertical-align: top;
  resize: vertical;
}
select {
  appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 448 512'><path d='M201.4 342.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 274.7 86.6 137.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z'/></svg>");
  background-position: calc(100% - 0.5em) 50%;
  background-attachment: scroll;
  background-repeat: no-repeat;
}
select:enabled {
  cursor: pointer;
}
input[type=checkbox],
input[type=radio] {
  cursor: pointer;
}
input[type=checkbox] + label,
input[type=radio] + label {
  cursor: pointer;
}
label {
  display: inline-block;
  -webkit-user-select: none;
  user-select: none;
  margin-top: 1em;
}
:not(input[type=checkbox], input[type=radio]) + label,
label:first-child {
  display: block;
  width: fit-content;
  margin-bottom: 0.25em;
  font-size: 0.875em;
  opacity: 0.8;
}
.ui-notify {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-sizing: border-box;
  max-width: 320px;
  margin: 16px auto;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
  background-color: #fff;
  padding: 8px 12px;
  border-radius: 5px;
}
.ui-lg {
  font-size: 1.25em;
}
table.ui {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}
table.ui tr.clickable {
  cursor: pointer;
}
table.ui thead th {
  border-bottom: 1px solid #ccc;
  font-size: 0.875em;
  padding: calc(0.5em / 0.875);
  color: #555;
}
table.ui tfoot td {
  border-top: 1px solid #ccc;
  font-weight: bold;
}
table.ui tr:hover td {
  background-color: #f5f5f5;
}
table.ui tr:hover td button.ui.icon {
  visibility: visible;
}
table.ui td {
  border-top: 1px solid #eee;
  padding: 0.5em;
}
table.ui td.neg {
  color: #e00;
}
table.ui td:has(button.ui.icon) {
  padding-block: 0;
}
table.ui td button.ui.icon {
  width: 1.5em;
  height: 1.5em;
  visibility: hidden;
}
table.ui th,
table.ui td {
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
table.ui th.right,
table.ui td.right {
  text-align: right;
}
table.ui.dense {
  font-size: 0.875em;
}
table.ui.dense th {
  padding: calc(0.5em / 0.875 - 2px);
}
table.ui.dense td {
  padding: calc(0.5em - 2px);
}
table.ui.disabled {
  pointer-events: none;
}
.ui-hint {
  font-size: 0.75em;
  opacity: 0.5;
}
.icon-play {
  content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'><path fill='rgb(51,51,51)' d='M73 39c-14.8-9.1-33.4-9.4-48.5-.9S0 62.6 0 80L0 432c0 17.4 9.4 33.4 24.5 41.9s33.7 8.1 48.5-.9L361 297c14.3-8.7 23-24.2 23-41s-8.7-32.2-23-41L73 39z'/></svg>");
}
.icon-pause {
  content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'><path fill='rgb(51,51,51)' d='M48 64C21.5 64 0 85.5 0 112L0 400c0 26.5 21.5 48 48 48l32 0c26.5 0 48-21.5 48-48l0-288c0-26.5-21.5-48-48-48L48 64zm192 0c-26.5 0-48 21.5-48 48l0 288c0 26.5 21.5 48 48 48l32 0c26.5 0 48-21.5 48-48l0-288c0-26.5-21.5-48-48-48l-32 0z'/></svg>");
}
body {
  font-family: Arial;
  margin: 0;
}
.vmap-map {
  height: 100vh;
}
.error {
  color: crimson;
  position: fixed;
  top: 2vh;
  left: 0;
  right: 0;
  width: fit-content;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.7);
  padding: 4px 8px;
  border-radius: 6px;
  font-size: 0.75em;
  z-index: 3;
}
.timeline {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 6px 16px;
  position: fixed;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 600px;
  max-width: 90vw;
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.15);
  padding: 8px 12px;
  border-radius: 12px;
}
.timeline input[type=range] {
  border-radius: 0.25em;
  grid-column: span 2;
  outline: none;
}
.timeline input[type=range]:focus-visible {
  backdrop-filter: invert(10%);
}
.ui-dialog {
  z-index: 4;
}
.ui-dialog > .site {
  width: 350px;
}
.ui-dialog > .site.wide {
  width: 70vw;
}
@media (min-width: 600px) {
  .ui-dialog > .site.wide .container {
    grid-template-columns: auto 1fr;
  }
}
.ui-dialog > .site .container {
  display: grid;
  align-items: start;
  gap: 16px;
}
.ui-dialog > .site .container i {
  justify-self: center;
  margin: 2em;
}
.ui-dialog > .site .container table.ui {
  width: auto;
}
.ui-dialog > .site .container img {
  width: 100%;
}
/*# sourceMappingURL=app.css.map */