.adna-launcher {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 360px;
  pointer-events: auto;
  position: relative;
  width: min(100%, 360px);
  z-index: 4;
}

.adna-launcher__intro {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.adna-launcher__label {
  color: rgb(230, 230, 230);
  font-family: "Geist Mono", monospace;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5em;
}

.adna-launcher__subtitle {
  color: rgb(155, 161, 165);
  font-family: Geist, "Geist Placeholder", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5em;
}

.adna-launcher__list {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.adna-tool {
  align-items: center;
  border: 1px solid rgba(250, 250, 250, 0.12);
  border-radius: 8px;
  color: rgb(230, 230, 230);
  cursor: pointer;
  display: grid;
  grid-template-columns: 28px 1fr 16px;
  gap: 12px;
  min-height: 48px;
  padding: 9px 12px;
  text-decoration: none;
  transition:
    background-color 240ms ease,
    border-color 240ms ease,
    transform 240ms ease;
}

.adna-tool:hover,
.adna-tool:focus-visible {
  background-color: rgba(255, 255, 255, 0.055);
  border-color: rgba(250, 250, 250, 0.2);
  outline: none;
}

.adna-tool__icon {
  align-items: center;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(250, 250, 250, 0.12);
  border-radius: 6px;
  color: rgb(230, 230, 230);
  display: flex;
  font-family: "Geist Mono", monospace;
  font-size: 11px;
  font-weight: 500;
  height: 28px;
  justify-content: center;
  line-height: 1;
  width: 28px;
}

.adna-tool__name {
  color: rgb(230, 230, 230);
  font-family: "Geist Mono", monospace;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5em;
}

.adna-tool__arrow {
  color: rgb(155, 161, 165);
  font-family: "Geist Mono", monospace;
  font-size: 16px;
  line-height: 1;
  transform: translateX(0);
  transition:
    color 240ms ease,
    transform 240ms ease;
}

.adna-tool:hover .adna-tool__arrow,
.adna-tool:focus-visible .adna-tool__arrow {
  color: rgb(230, 230, 230);
  transform: translateX(4px);
}

@media (max-width: 809px) {
  .framer-ZDD0b .framer-jx0221 {
    align-items: stretch !important;
    height: auto !important;
    min-height: 100vh !important;
    overflow: visible !important;
    padding: 56px 0 420px !important;
  }

  .framer-ZDD0b .framer-1xbiinu {
    flex: none !important;
    justify-content: flex-start !important;
    padding: 0 20px !important;
    width: 100% !important;
  }

  .framer-ZDD0b .framer-58ywz3-container {
    bottom: -160px !important;
    height: 720px !important;
    left: -170px !important;
    right: -210px !important;
    top: auto !important;
  }

  .adna-launcher {
    max-width: 350px;
    width: calc(100vw - 40px);
  }
}

@media (min-width: 810px) and (max-width: 899px) {
  .framer-ZDD0b .framer-jx0221 {
    align-items: stretch !important;
    height: auto !important;
    min-height: 100vh !important;
    overflow: visible !important;
    padding: 72px 0 760px !important;
  }

  .framer-ZDD0b .framer-1xbiinu {
    flex: none !important;
    justify-content: flex-start !important;
    max-width: none !important;
    padding: 0 24px !important;
    width: 100% !important;
  }

  .framer-ZDD0b .framer-58ywz3-container {
    bottom: -120px !important;
    height: 980px !important;
    left: -130px !important;
    right: -190px !important;
    top: auto !important;
  }

  .adna-launcher {
    max-width: 360px;
  }
}
