:root {
  --primary-background-color: #000;
  --secondary-background-color: #121212;
  --tertiary-background-color: #1f1f1f;
  --primary-background-color-inverted: #e1e1e1;
  --primary-text-color: #e1e1e1;
  --primary-text-color-inverted: #000;
  --spacing-xs: .25rem;
  --spacing-sm: .5rem;
  --spacing-md: 1rem;
  --border-radius-sm: .75rem;
  --border-radius-md: 1rem;
}

html {
  font-size: 62.5%;
  line-height: 1.4;
}

*, :before, :after {
  box-sizing: border-box;
}

::selection {
  text-shadow: none;
  background: #b3d4fc;
}

hr {
  border: 0;
  border-top: 1px solid #ccc;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  display: block;
}

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.hidden, [hidden] {
  display: none !important;
}

.visually-hidden {
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.visually-hidden.focusable:active, .visually-hidden.focusable:focus {
  clip: auto;
  height: auto;
  white-space: inherit;
  width: auto;
  margin: 0;
  position: static;
  overflow: visible;
}

.invisible {
  visibility: hidden;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

html, body {
  background-color: var(--primary-background-color);
  height: 100%;
  margin: 0;
  font-family: Nunito Sans, sans-serif;
  font-size: 1rem;
}

:root, :host {
  --ol-background-color: white;
  --ol-accent-background-color: #f5f5f5;
  --ol-subtle-background-color: #80808040;
  --ol-partial-background-color: #ffffffbf;
  --ol-foreground-color: #333;
  --ol-subtle-foreground-color: #666;
  --ol-brand-color: #0af;
}

.ol-box {
  box-sizing: border-box;
  border: 1.5px solid var(--ol-background-color);
  background-color: var(--ol-partial-background-color);
  border-radius: 2px;
}

.ol-mouse-position {
  position: absolute;
  top: 8px;
  right: 8px;
}

.ol-scale-line {
  background: var(--ol-partial-background-color);
  border-radius: 4px;
  padding: 2px;
  position: absolute;
  bottom: 8px;
  left: 8px;
}

.ol-scale-line-inner {
  border: 1px solid var(--ol-subtle-foreground-color);
  color: var(--ol-foreground-color);
  text-align: center;
  will-change: contents, width;
  border-top: none;
  margin: 1px;
  font-size: 10px;
  transition: all .25s;
}

.ol-scale-bar {
  position: absolute;
  bottom: 8px;
  left: 8px;
}

.ol-scale-bar-inner {
  display: flex;
}

.ol-scale-step-marker {
  background-color: var(--ol-foreground-color);
  float: right;
  z-index: 10;
  width: 1px;
  height: 15px;
}

.ol-scale-step-text {
  z-index: 11;
  color: var(--ol-foreground-color);
  text-shadow: -1.5px 0 var(--ol-partial-background-color), 0 1.5px var(--ol-partial-background-color), 1.5px 0 var(--ol-partial-background-color), 0 -1.5px var(--ol-partial-background-color);
  font-size: 10px;
  position: absolute;
  bottom: -5px;
}

.ol-scale-text {
  text-align: center;
  color: var(--ol-foreground-color);
  text-shadow: -1.5px 0 var(--ol-partial-background-color), 0 1.5px var(--ol-partial-background-color), 1.5px 0 var(--ol-partial-background-color), 0 -1.5px var(--ol-partial-background-color);
  font-size: 12px;
  position: absolute;
  bottom: 25px;
}

.ol-scale-singlebar {
  z-index: 9;
  box-sizing: border-box;
  border: 1px solid var(--ol-foreground-color);
  height: 10px;
  position: relative;
}

.ol-scale-singlebar-even {
  background-color: var(--ol-subtle-foreground-color);
}

.ol-scale-singlebar-odd {
  background-color: var(--ol-background-color);
}

.ol-unsupported {
  display: none;
}

.ol-viewport, .ol-unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.ol-viewport canvas {
  all: unset;
  overflow: hidden;
}

.ol-viewport {
  touch-action: pan-x pan-y;
}

.ol-selectable {
  -webkit-touch-callout: default;
  -webkit-user-select: text;
  user-select: text;
}

.ol-grabbing {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

.ol-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.ol-control {
  background-color: var(--ol-subtle-background-color);
  border-radius: 4px;
  position: absolute;
}

.ol-zoom {
  top: .5em;
  left: .5em;
}

.ol-rotate {
  transition: opacity .25s linear, visibility linear;
  top: .5em;
  right: .5em;
}

.ol-rotate.ol-hidden {
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s linear, visibility 0s linear .25s;
}

.ol-zoom-extent {
  top: 4.643em;
  left: .5em;
}

.ol-full-screen {
  top: .5em;
  right: .5em;
}

.ol-control button {
  color: var(--ol-subtle-foreground-color);
  font-weight: bold;
  font-size: inherit;
  text-align: center;
  background-color: var(--ol-background-color);
  border: none;
  border-radius: 2px;
  width: 1.375em;
  height: 1.375em;
  margin: 1px;
  padding: 0;
  line-height: .4em;
  text-decoration: none;
  display: block;
}

.ol-control button::-moz-focus-inner {
  border: none;
  padding: 0;
}

.ol-zoom-extent button {
  line-height: 1.4em;
}

.ol-compass {
  will-change: transform;
  font-weight: normal;
  display: block;
}

.ol-touch .ol-control button {
  font-size: 1.5em;
}

.ol-touch .ol-zoom-extent {
  top: 5.5em;
}

.ol-control button:hover, .ol-control button:focus {
  outline: 1px solid var(--ol-subtle-foreground-color);
  color: var(--ol-foreground-color);
  text-decoration: none;
}

.ol-zoom .ol-zoom-in {
  border-radius: 2px 2px 0 0;
}

.ol-zoom .ol-zoom-out {
  border-radius: 0 0 2px 2px;
}

.ol-attribution {
  text-align: right;
  flex-flow: row-reverse;
  align-items: center;
  max-width: calc(100% - 1.3em);
  display: flex;
  bottom: .5em;
  right: .5em;
}

.ol-attribution a {
  color: var(--ol-subtle-foreground-color);
  text-decoration: none;
}

.ol-attribution ul {
  color: var(--ol-foreground-color);
  text-shadow: 0 0 2px var(--ol-background-color);
  margin: 0;
  padding: 1px .5em;
  font-size: 12px;
}

.ol-attribution li {
  list-style: none;
  display: inline;
}

.ol-attribution li:not(:last-child):after {
  content: " ";
}

.ol-attribution img {
  max-height: 2em;
  max-width: inherit;
  vertical-align: middle;
}

.ol-attribution button {
  flex-shrink: 0;
}

.ol-attribution.ol-collapsed ul {
  display: none;
}

.ol-attribution:not(.ol-collapsed) {
  background: var(--ol-partial-background-color);
}

.ol-attribution.ol-uncollapsible {
  border-radius: 4px 0 0;
  bottom: 0;
  right: 0;
}

.ol-attribution.ol-uncollapsible img {
  max-height: 1.6em;
  margin-top: -.2em;
}

.ol-attribution.ol-uncollapsible button {
  display: none;
}

.ol-zoomslider {
  height: 200px;
  top: 4.5em;
  left: .5em;
}

.ol-zoomslider button {
  height: 10px;
  position: relative;
}

.ol-touch .ol-zoomslider {
  top: 5.5em;
}

.ol-overviewmap {
  bottom: .5em;
  left: .5em;
}

.ol-overviewmap.ol-uncollapsible {
  border-radius: 0 4px 0 0;
  bottom: 0;
  left: 0;
}

.ol-overviewmap .ol-overviewmap-map, .ol-overviewmap button {
  display: block;
}

.ol-overviewmap .ol-overviewmap-map {
  border: 1px solid var(--ol-subtle-foreground-color);
  width: 150px;
  height: 150px;
}

.ol-overviewmap:not(.ol-collapsed) button {
  position: absolute;
  bottom: 0;
  left: 0;
}

.ol-overviewmap.ol-collapsed .ol-overviewmap-map, .ol-overviewmap.ol-uncollapsible button {
  display: none;
}

.ol-overviewmap:not(.ol-collapsed) {
  background: var(--ol-subtle-background-color);
}

.ol-overviewmap-box {
  border: 1.5px dotted var(--ol-subtle-foreground-color);
}

.ol-overviewmap .ol-overviewmap-box:hover {
  cursor: move;
}

.ol-overviewmap .ol-viewport:hover {
  cursor: pointer;
}

#map {
  z-index: 0;
  flex-grow: 1;
  width: 100%;
  height: 100%;
  position: fixed;
  overflow: hidden;
}

.ol-layer:after {
  content: "";
  touch-action: none;
  pointer-events: none;
  background: linear-gradient(#0000 0%, #00000080 100%);
  display: block;
  position: absolute;
  inset: 0;
}

.ol-attribution, .ol-zoom {
  display: none;
}

.ol-rotate {
  background-color: #0000;
  top: 1rem;
  right: 1rem;
}

.ol-rotate .ol-rotate-reset {
  cursor: pointer;
  background-color: #000;
  border: 1px solid #232323;
  border-radius: .5rem;
  width: 2.4rem;
  height: 2.4rem;
}

.ol-locate {
  background-color: #0000;
  position: absolute;
  bottom: 5.2rem;
  right: 1rem;
}

.ol-locate > button.off > svg > .indicator {
  fill: #830505;
}

.mapbox-contrast-layer {
  filter: brightness(2);
}

.weather-icon {
  width: 1.5rem;
  height: 1.5rem;
  color: var(--primary-text-color-inverted);
}

.weather-items {
  transform: translateX(calc(var(--minutes) / 60 * -24px));
  flex-direction: row;
  gap: .5rem;
  display: flex;
}

.weather-background {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
}

.weather-items-x {
  position: absolute;
}

.weather-item {
  opacity: 0;
  display: flex;
}

.weather-time-container {
  position: relative;
}

.weather-time {
  color: #e8e8e87d;
  font-family: system-ui;
  font-size: 10px;
  position: absolute;
  left: 1.25rem;
  transform: translateX(-50%);
}

.weather {
  -webkit-user-select: none;
  user-select: none;
  background-color: #1f1f1f;
  border-radius: 2rem;
  align-items: center;
  gap: .5rem;
  width: calc(72px + 2rem);
  margin-top: 1rem;
  padding: .25rem .5rem;
  display: inline-flex;
  position: relative;
  overflow: hidden;

  &:after {
    content: "";
    z-index: 1;
    position: absolute;
    inset: 0;
  }
}

.weather-container {
  flex-direction: row;
  align-items: center;
  gap: .5rem;
  display: flex;
}

.weather-temperature {
  color: #e8e8e87d;
  margin-top: .75rem;
  font-family: system-ui;
  font-size: .75rem;
}

.loader {
  aspect-ratio: 1;
  --_c: no-repeat radial-gradient(farthest-side, #404040 92%, #0000);
  background: var(--_c) top,
    var(--_c) left,
    var(--_c) right,
    var(--_c) bottom;
  background-size: .2rem .2rem;
  width: 1rem;
  animation: 1s infinite l7;
}

@keyframes l7 {
  to {
    transform: rotate(.5turn);
  }
}

.fade-in {
  opacity: 1;
  animation-name: fadeInOpacity;
  animation-duration: 1s;
  animation-timing-function: ease-in;
  animation-iteration-count: 1;
}

@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.weather-widget {
  color: #fff;
  width: 100px;
  height: 100px;
  font-family: sans-serif;
  position: relative;
  overflow: hidden;
}

.widget-bg {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.icons-track {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(14deg);
  mask: url("#pill-mask");
}

#pill-mask {
  transform: translateX(-12px) translateY(16px) rotate(-14deg);
}

.icon {
  offset-path: path("M13 -12C13 1.65736 15.6901 15.1813 20.9165 27.7991C26.143 40.4168 33.8037 51.8819 43.4609 61.5391C53.1181 71.1963 64.5832 78.857 77.2009 84.0835C89.8187 89.3099 103.343 92.5 117 92.5 L 350 220");
  offset-rotate: 0deg;
  offset-distance: calc(var(--icon-offset) + (var(--minutes) * 0.16%));
  justify-content: center;
  align-items: center;
  margin: -18% 0 0 -20%;
  transition: offset-distance .3s ease-out;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(-14deg);
}

.temperature {
  z-index: 3;
  font-size: 24px;
  position: absolute;
  bottom: 15px;
  left: 15px;
}

.current-time {
  z-index: 3;
  font-size: 18px;
  position: absolute;
  bottom: 60px;
  right: 10px;
}

.current-time:before {
  content: "";
  border: 6px solid #0000;
  border-left-width: 0;
  border-right: 8px solid #fff;
  position: absolute;
  top: 50%;
  left: -12px;
  transform: translateY(-50%);
}

.weather-background:before {
  content: "";
  clear: both;
  border-top: 5px solid #e8e8e87d;
  border-left: 5px solid #0000;
  border-right: 5px solid #0000;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: calc(1.25rem - 5px);
}

.react-tabs {
  padding: var(--spacing-md) var(--spacing-md);
  flex-direction: column-reverse;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.react-tabs__tab-list {
  gap: var(--spacing-md);
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.react-tabs__tab {
  cursor: pointer;
  padding: var(--spacing-sm) var(--spacing-md);
  background-color: var(--tertiary-background-color);
  color: var(--primary-text-color);
  border-radius: 2rem;
  font-size: 1rem;
  font-weight: 600;
  transition: background-color .2s, border-color .2s;
  position: relative;
}

.react-tabs__tab--selected {
  background-color: var(--primary-background-color-inverted);
  color: var(--primary-text-color-inverted);
}

.react-tabs__tab-panel {
  color: #fff;
  display: none;
}

.react-tabs__tab-panel--selected {
  flex-grow: 1;
  display: flex;
}

.app {
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  height: 100%;
  padding: 0;
  display: flex;
}

.start-quest-button {
  width: 100%;
  padding: .75rem var(--spacing-md);
  border-radius: var(--border-radius-md);
  pointer-events: all;
  touch-action: auto;
  border: none;
}

.bottom-controls {
  z-index: 1;
  pointer-events: none;
  touch-action: none;
  flex-direction: row;
  justify-content: space-between;
  align-items: end;
  gap: 1rem;
  display: flex;
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  right: 1rem;
}

.react-modal-sheet-container {
  background-color: var(--secondary-background-color);
}

.react-modal-sheet-header {
  cursor: grab;
}

.react-modal-sheet-header:active {
  cursor: grabbing;
}

.svg-button {
  cursor: pointer;
  vertical-align: middle;
  pointer-events: all;
  touch-action: auto;
  background: none;
  border: none;
  outline: none;
  margin: 0;
  padding: 0;
  transition: transform .2s ease-in-out;
  display: inline-block;
}

.svg-button:hover {
  transform: scale(1.1);
}

.svg-button:active {
  transition: transform;
  transform: scale(1);
}

.svg-button svg {
  width: 100%;
  height: 100%;
  display: block;
}
/*# sourceMappingURL=pages.c8664e18.css.map */
