:root {
  --lightningcss-light: initial;
  --lightningcss-dark: ;
  color-scheme: light dark;
  color: #ffffffde;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #242424;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Avenir, Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.5;
}

@media (prefers-color-scheme: dark) {
  :root {
    --lightningcss-light: ;
    --lightningcss-dark: initial;
  }
}

a {
  color: #646cff;
  -webkit-text-decoration: inherit;
  text-decoration: inherit;
  font-weight: 500;
}

a:hover {
  color: #535bf2;
}

body {
  width: 100%;
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

h1 {
  font-size: 3.2em;
  line-height: 1.1;
}

button {
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #0000;
  border-radius: 8px;
  padding: .6em 1.2em;
  font-family: inherit;
  font-size: 1em;
  font-weight: 500;
  transition: border-color .25s;
}

button:hover {
  border-color: #fff;
}

button:focus {
  outline: 4px auto -webkit-focus-ring-color;
}

button:focus-visible {
  outline: 4px auto -webkit-focus-ring-color;
}

.location-hover-popup {
  transform-origin: bottom !important;
  transition: none !important;
  animation: none !important;
  position: fixed !important;
}

.location-hover-popup .leaflet-popup-content-wrapper {
  border: 1px solid #0000001a;
  border-radius: 8px;
  box-shadow: 0 4px 12px #00000026;
}

.location-hover-popup .leaflet-popup-tip {
  background: #fff;
  border: 1px solid #0000001a;
}

@media (prefers-color-scheme: light) {
  :root {
    color: #fff;
    background-color: #fff;
  }

  a:hover {
    color: #fff;
  }

  button {
    background-color: #f9f9f9;
  }
}

#root {
  width: 100%;
  margin: 0;
  padding: 0;
}

.logo {
  will-change: filter;
  height: 6em;
  padding: 1.5em;
  transition: filter .3s;
}

.logo:hover {
  filter: drop-shadow(0 0 2em #646cffaa);
}

.logo.react:hover {
  filter: drop-shadow(0 0 2em #61dafbaa);
}

@keyframes logo-spin {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}

@media (prefers-reduced-motion: no-preference) {
  a:nth-of-type(2) .logo {
    animation: 20s linear infinite logo-spin;
  }
}

@keyframes slideFromDownLeft {
  from {
    opacity: 0;
    transform: translateX(-300px)translateY(200px)scale(0)rotateZ(8deg);
  }

  to {
    opacity: 1;
    transform: translateX(0)translateY(0)scale(1)rotateZ(8deg);
  }
}

.hand-and-sign {
  animation: 3s cubic-bezier(.175, .25, .2, 1.155) slideFromDownLeft;
}

.sign-close {
  animation: 3.5s cubic-bezier(.175, .25, .2, 1.155) slideFromDownLeft;
}

.card {
  padding: 2em;
}

.read-the-docs {
  color: #888;
}

