* {
  box-sizing: border-box;
  transition-delay: 0;
  transition-duration: 0.1s;
  transition-property: all;
  transition-timing-function: ease;
}
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  font-family: 'Colfax Regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  background-color: #0d0d0d;
  color: #e0e0e0;
}
button,
input,
select,
textarea {
  font-family: inherit;
}
.df {
  display: flex;
}
.fdr {
  flex-direction: row;
}
.fdc {
  flex-direction: column;
}
.jcc {
  justify-content: center;
}
.jcsb {
  justify-content: space-between;
}
.aic {
  align-items: center;
}
.gap2 {
  gap: 1rem;
}
.hidden {
  display: none !important;
}
header[ceots__map="header"] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  padding: 0 1rem;
  background-color: #1a1a1a;
  border-bottom: 1px solid #2a2a2a;
  box-shadow: 0 1px 3px rgba(0,0,0,0.3);
  z-index: 50;
}
header[ceots__map="header"] .header__left {
  gap: 1.5rem;
  flex: 1 1 auto;
  min-width: 0;
}
header[ceots__map="header"] a[ceots__map="logo"] {
  text-decoration: none;
  color: #e0e0e0;
}
header[ceots__map="header"] a[ceots__map="logo"] .brand_mark {
  font-family: 'Courier New', Courier, monospace;
  color: #6cb8e0;
  font-size: 0.95rem;
  letter-spacing: 0.5px;
}
header[ceots__map="header"] .header__terminal {
  flex: 1 1 auto;
  max-width: 480px;
  min-width: 0;
}
header[ceots__map="header"] .header__terminal pre[ceots__map="terminal__content"] {
  margin: 0;
  padding: 0.4rem 0.85rem;
  background-color: #0a0a0a;
  color: #0f0;
  font-family: 'Courier New', Courier, monospace;
  font-size: 0.85rem;
  line-height: 1.4;
  border-radius: 3px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  border: 1px solid #3a3a3a;
  box-shadow: 2px 2px 0px 0px #1a3a4e;
}
header[ceots__map="header"] .header__terminal pre[ceots__map="terminal__content"] .terminal__prompt {
  color: #6cb8e0;
  font-weight: bold;
  margin-right: 0.5rem;
}
header[ceots__map="header"] .header__terminal pre[ceots__map="terminal__content"] .terminal__message {
  color: #0f0;
}
header[ceots__map="header"] nav[ceots__map="top_right"] ul {
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 0.5rem;
}
header[ceots__map="header"] nav[ceots__map="top_right"] ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  header[ceots__map="header"] {
    height: auto;
    padding: 0.5rem 0.75rem;
  }
  header[ceots__map="header"] .header__left {
    flex-direction: column;
    gap: 0.5rem;
  }
  header[ceots__map="header"] .header__terminal {
    display: none;
  }
  header[ceots__map="header"] nav[ceots__map="top__right"] ul {
    flex-wrap: wrap;
  }
}
.ceots__map__button {
  display: inline-block;
  padding: 0.4rem 1.2rem;
  background-color: #1a1a1a;
  color: #e0e0e0;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.75rem;
  letter-spacing: 0.5px;
  border: 1px solid #3a3a3a;
  border-radius: 2px;
  text-align: center;
  box-shadow: 2px 2px 0px 0px #1a3a4e;
  cursor: pointer;
}
.ceots__map__button:hover {
  box-shadow: 3px 3px 0px 0px #3a5a6e;
  transform: translateY(-1px);
}
.ceots__map__button.primary {
  background-color: #e0e0e0;
  color: #0d0d0d;
}
.ceots__map__button.primary:hover {
  box-shadow: 3px 3px 0px 0px #2a4a5e;
}
main[ceots__map="main"] {
  position: absolute;
  top: 56px;
  left: 0;
  right: 0;
  bottom: 0;
}
div[ceots__map="canvas"] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #050505;
}
@media screen and (max-width: 767px) {
  main[ceots__map="main"] {
    top: 96px;
  }
}
.map__panel {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 360px;
  max-height: calc(100% - 2rem);
  background-color: #1a1a1a;
  border: 2px solid #3a3a3a;
  border-radius: 8px;
  box-shadow: 4px 4px 0px 0px #1a3a4e;
  z-index: 100;
  display: flex;
  flex-direction: column;
}
.map__panel::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #2a4a5e 0%, #3a5a6e 50%, #1a3a4e 100%);
  border-radius: 6px 6px 0 0;
}
.map__panel .panel__header {
  padding: 1rem 1.25rem 0.75rem;
  border-bottom: 1px solid #2a2a2a;
}
.map__panel .panel__header h3 {
  margin: 0;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #e0e0e0;
}
.map__panel .panel__close {
  background: transparent;
  border: none;
  color: #e0e0e0;
  font-size: 1.5rem;
  cursor: pointer;
  line-height: 1;
}
.map__panel .panel__close:hover {
  color: #6cb8e0;
}
.map__panel .panel__list {
  flex: 1 1 auto;
  overflow-y: auto;
  padding: 0.5rem 1rem;
}
.map__panel .panel__footer {
  padding: 1rem 1.25rem;
  border-top: 1px solid #2a2a2a;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .map__panel {
    left: 0.5rem;
    right: 0.5rem;
    top: 0.5rem;
    width: auto;
    max-height: calc(100% - 1rem);
  }
}
.overlay_row,
.view_row,
.provider_row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0.55rem 0.5rem;
  margin: 0.25rem 0;
  background-color: #141414;
  border: 1px solid #2a2a2a;
  border-radius: 3px;
  box-shadow: 2px 2px 0px 0px #1a3a4e;
}
.overlay_row:hover,
.view_row:hover,
.provider_row:hover {
  box-shadow: 3px 3px 0px 0px #3a5a6e;
}
.overlay_row .row__label,
.view_row .row__label,
.provider_row .row__label {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.85rem;
}
.overlay_row .row__sub,
.view_row .row__sub,
.provider_row .row__sub {
  font-size: 0.7rem;
  color: #909090;
  margin-top: 0.15rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.overlay_row .row__color,
.view_row .row__color,
.provider_row .row__color {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #3a3a3a;
  margin-right: 0.5rem;
  flex-shrink: 0;
}
.overlay_row .row__actions,
.view_row .row__actions,
.provider_row .row__actions {
  display: flex;
  gap: 0.4rem;
  flex-shrink: 0;
}
.overlay_row .row__toggle,
.view_row .row__toggle,
.provider_row .row__toggle {
  cursor: pointer;
  accent-color: #6cb8e0;
  width: 16px;
  height: 16px;
}
.overlay_row .row__btn,
.view_row .row__btn,
.provider_row .row__btn {
  background: transparent;
  border: 1px solid #3a3a3a;
  color: #e0e0e0;
  padding: 0.2rem 0.55rem;
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 2px;
  cursor: pointer;
}
.overlay_row .row__btn:hover,
.view_row .row__btn:hover,
.provider_row .row__btn:hover {
  border-color: #6cb8e0;
  color: #6cb8e0;
}
.overlay_row .row__btn.danger:hover,
.view_row .row__btn.danger:hover,
.provider_row .row__btn.danger:hover {
  border-color: #d96060;
  color: #d96060;
}
.map__input {
  width: 100%;
  padding: 0.5rem 0.75rem;
  background-color: #0a0a0a;
  color: #e0e0e0;
  border: 1px solid #3a3a3a;
  border-radius: 2px;
  font-size: 0.85rem;
}
.map__input:focus {
  outline: none;
  border-color: #6cb8e0;
  box-shadow: 0 0 0 1px #1a3a4e;
}
.field {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  margin-bottom: 0.85rem;
}
.field .field__label {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #909090;
}
.locked_sources {
  margin-top: 0.4rem;
  padding: 0.5rem 0.75rem;
  background-color: #141414;
  border: 1px dashed #3a3a3a;
  border-radius: 3px;
  font-size: 0.7rem;
  color: #909090;
}
.locked_sources.hidden {
  display: none;
}
.locked_sources .locked_sources__title {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #6cb8e0;
  margin-bottom: 0.3rem;
}
.locked_sources .locked_sources__row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0.3rem 0;
  gap: 0.5rem;
  font-family: 'Courier New', Courier, monospace;
  line-height: 1.3;
}
.locked_sources .locked_sources__row .locked_sources__row_main {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
}
.locked_sources .locked_sources__row .locked_sources__name {
  color: #e0e0e0;
}
.locked_sources .locked_sources__row .locked_sources__resource {
  color: #909090;
  font-size: 0.65rem;
  margin-left: 0.4rem;
}
.locked_sources .locked_sources__row .locked_sources__buy {
  display: inline-block;
  padding: 0.3rem 0.7rem;
  background-color: #e0e0e0;
  color: #0d0d0d;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.65rem;
  letter-spacing: 0.5px;
  border: 1px solid #3a3a3a;
  border-radius: 2px;
  box-shadow: 2px 2px 0px 0px #3a5a6e;
  white-space: nowrap;
  flex-shrink: 0;
}
.locked_sources .locked_sources__row .locked_sources__buy:hover {
  box-shadow: 3px 3px 0px 0px #2a4a5e;
  transform: translateY(-1px);
}
.upload__label {
  cursor: pointer;
  flex-shrink: 0;
}
.upload__label .upload__btn {
  display: inline-block;
  padding: 0.5rem 0.85rem;
  background-color: #1a1a1a;
  color: #e0e0e0;
  border: 1px solid #3a3a3a;
  border-radius: 2px;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 2px 2px 0px 0px #1a3a4e;
}
.upload__label .upload__btn:hover {
  box-shadow: 3px 3px 0px 0px #3a5a6e;
}
.map__modal {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.75);
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
}
.map__modal .modal__inner {
  width: 480px;
  max-width: calc(100% - 2rem);
  max-height: calc(100% - 2rem);
  background-color: #1a1a1a;
  border: 2px solid #3a3a3a;
  border-radius: 8px;
  box-shadow: 6px 6px 0px 0px #3a5a6e;
  display: flex;
  flex-direction: column;
}
.map__modal .modal__header {
  padding: 1rem 1.25rem;
  border-bottom: 1px solid #2a2a2a;
}
.map__modal .modal__header h3 {
  margin: 0;
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.map__modal .modal__body {
  padding: 1.25rem;
  overflow-y: auto;
}
.map__modal .modal__footer {
  padding: 1rem 1.25rem;
  border-top: 1px solid #2a2a2a;
  gap: 0.5rem;
}
.map__legend {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  min-width: 220px;
  max-width: 320px;
  background-color: #1a1a1a;
  border: 2px solid #3a3a3a;
  border-radius: 6px;
  box-shadow: 4px 4px 0px 0px #1a3a4e;
  z-index: 75;
  overflow: hidden;
  cursor: pointer;
}
.map__legend::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, #2a4a5e 0%, #3a5a6e 50%, #1a3a4e 100%);
}
.map__legend.hidden {
  display: none;
}
.map__legend .legend__header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 0.75rem;
  border-bottom: 1px solid #2a2a2a;
}
.map__legend .legend__header .legend__title {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #909090;
}
.map__legend .legend__header .legend__count {
  font-family: 'Courier New', Courier, monospace;
  font-size: 0.75rem;
  color: #6cb8e0;
}
.map__legend .legend__body {
  padding: 0.4rem 0.6rem;
}
.map__legend .legend__body.collapsed {
  display: none;
}
.map__legend .legend__row {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0.3rem 0.2rem;
  font-size: 0.8rem;
  gap: 0.5rem;
}
.map__legend .legend__row .legend__swatch {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #3a3a3a;
  flex-shrink: 0;
}
.map__legend .legend__row .legend__name {
  flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.map__legend .legend__row .legend__features {
  font-family: 'Courier New', Courier, monospace;
  font-size: 0.7rem;
  color: #909090;
  flex-shrink: 0;
}
.map__legend .legend__info_toggle {
  background: transparent;
  border: 0;
  color: #909090;
  font-size: 0.95rem;
  cursor: pointer;
  padding: 0 0 0 0.25rem;
  line-height: 1;
  flex-shrink: 0;
}
.map__legend .legend__info_toggle:hover {
  color: #6cb8e0;
}
.map__legend .legend__info_toggle.open {
  color: #6cb8e0;
}
.map__legend .legend__info_panel {
  display: none;
  padding: 0.5rem 0.65rem 0.65rem 1.5rem;
  border-top: 1px dashed #2a2a2a;
  background-color: rgba(0,0,0,0.18);
  font-size: 0.72rem;
  line-height: 1.4;
  color: #c0c0c0;
}
.map__legend .legend__info_panel.open {
  display: block;
}
.map__legend .legend__info_caption {
  color: #c0c0c0;
  margin-bottom: 0.45rem;
}
.map__legend .legend__info_section_label {
  font-size: 0.6rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #909090;
  margin-top: 0.45rem;
  margin-bottom: 0.25rem;
}
.map__legend .legend__info_swatch_row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.4rem;
  padding: 0.1rem 0;
}
.map__legend .legend__info_dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #3a3a3a;
  flex-shrink: 0;
}
.map__legend .legend__info_swatch_label {
  font-size: 0.7rem;
}
.map__legend .legend__info_swatch_sublabel {
  font-size: 0.65rem;
  color: #909090;
  margin-left: auto;
}
.map__legend .legend__info_dim_row {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  padding: 0.2rem 0;
}
.map__legend .legend__info_dim_key {
  font-family: 'Courier New', Courier, monospace;
  font-size: 0.65rem;
  color: #6cb8e0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.map__legend .legend__info_dim_what {
  font-size: 0.7rem;
  color: #c0c0c0;
}
.map__legend .legend__info_notes {
  margin: 0.35rem 0 0.1rem 0;
  padding-left: 1rem;
  font-size: 0.7rem;
  color: #c0c0c0;
}
.map__legend .legend__info_notes li {
  margin-bottom: 0.15rem;
}
.map__legend .legend__info_source {
  margin-top: 0.5rem;
  padding-top: 0.4rem;
  border-top: 1px dashed #2a2a2a;
  font-size: 0.65rem;
  color: #909090;
  font-style: italic;
}
.dialog__inner {
  width: 400px;
}
.dialog__inner .dialog__message {
  font-size: 0.95rem;
  margin-bottom: 1rem;
  line-height: 1.4;
  color: #e0e0e0;
  white-space: pre-wrap;
}
.dialog__inner .dialog__input {
  margin-top: 0.5rem;
}
.dialog__inner .dialog__input.hidden {
  display: none;
}
.status_toast {
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.75rem 1.5rem;
  background-color: #1a1a1a;
  color: #e0e0e0;
  border: 2px solid #3a3a3a;
  border-radius: 4px;
  box-shadow: 4px 4px 0px 0px #3a5a6e;
  font-size: 0.85rem;
  z-index: 300;
}
.status_toast.error {
  border-color: #d96060;
  box-shadow: 4px 4px 0px 0px #5a2828;
}
.maplibregl-popup-content {
  background-color: #1a1a1a;
  color: #e0e0e0;
  border: 2px solid #3a3a3a;
  border-radius: 4px;
  box-shadow: 4px 4px 0px 0px #1a3a4e;
  padding: 0.75rem 1rem;
  font-family: 'Colfax Regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: 0.85rem;
}
.maplibregl-popup-content .popup__title {
  font-family: 'Courier New', Courier, monospace;
  color: #6cb8e0;
  font-size: 0.8rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 0.4rem;
}
.maplibregl-popup-tip {
  border-top-color: #3a3a3a !important;
  border-bottom-color: #3a3a3a !important;
}
.maplibregl-ctrl-attrib {
  background-color: rgba(26,26,26,0.85) !important;
  color: #909090 !important;
}
.maplibregl-ctrl-attrib a {
  color: #6cb8e0 !important;
}
.maplibregl-ctrl-group {
  background-color: #1a1a1a !important;
  border: 1px solid #3a3a3a !important;
  box-shadow: 2px 2px 0px 0px #1a3a4e !important;
}
.maplibregl-ctrl-group button {
  background-color: #1a1a1a !important;
}
.maplibregl-ctrl-group button:hover {
  background-color: #2a2a2a !important;
}
.ceots__map__readout {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  background-color: #1a1a1a;
  border: 1px solid #3a3a3a;
  border-radius: 4px;
  box-shadow: 4px 4px 0px 0px #1a3a4e;
  padding: 0.75rem 1rem;
  min-width: 240px;
  max-width: 320px;
  z-index: 100;
  font-size: 0.85rem;
}
.ceots__map__readout .readout__title {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.5px;
  margin-bottom: 0.5rem;
  color: #e0e0e0;
}
.ceots__map__readout .readout__row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0.15rem 0;
}
.ceots__map__readout .readout__row .readout__k {
  color: $text_secondary;
  text-transform: uppercase;
  font-size: 0.7rem;
  letter-spacing: 0.3px;
}
.ceots__map__readout .readout__row .readout__v {
  color: #e0e0e0;
  font-weight: 500;
}
.ceots__map__readout .readout__footnote {
  margin-top: 0.5rem;
  padding-top: 0.4rem;
  border-top: 1px solid #2a2a2a;
  font-size: 0.7rem;
  color: $text_secondary;
}
.ceots__map__readout .readout__empty {
  color: $text_secondary;
  font-style: italic;
}
