@font-face {
  font-family: Archivo;
  src: url("/assets/archivo-0-DXrUVZxZ.woff2")
    format("woff2");
  font-weight: 100 900;
  font-stretch: 62% 125%;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("/assets/general-sans-0-BeAhF2WT.woff2")
    format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "General Sans";
  src: url("/assets/general-sans-1-DvEF04Ne.woff2")
    format("woff2");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Mono";
  src: url("/assets/ibm-plex-mono-latin-400-normal-DMJ8VG8y.woff2")
    format("woff2");
  font-weight: 400;
  font-display: swap;
}
:root {
  font-family: "General Sans", sans-serif;
  color: #f3f5ef;
  background: #090b0a;
  font-synthesis: none;
  color-scheme: dark;
  -webkit-font-smoothing: antialiased;
  --canvas: #090b0a;
  --ink: #f3f5ef;
  --muted: #a3ada6;
  --line: #2b342e;
  --accent: #42e66c;
  --on-accent: #072411;
}
* {
  box-sizing: border-box;
}
html,
body,
#root {
  margin: 0;
  min-width: 320px;
  min-height: 100%;
}
html {
  scroll-padding-top: 36px;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
a:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 6px;
  border-radius: 3px;
}
::selection {
  background: var(--accent);
  color: var(--on-accent);
}
.skip {
  position: fixed;
  top: 12px;
  left: 16px;
  z-index: 20;
  padding: 12px 18px;
  background: var(--accent);
  color: var(--on-accent);
  transform: translateY(-160%);
}
.skip:focus {
  transform: none;
}
.wordmark {
  display: block;
  flex-shrink: 0;
  width: 179px;
  height: 46px;
  background: currentColor;
  mask-position: left center;
  mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-position: left center;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
}
.launch {
  position: relative;
  isolation: isolate;
  min-height: max(800px, 100svh);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.portrait {
  position: absolute;
  z-index: -2;
  inset: 0 0 0 31%;
  overflow: hidden;
}
.portrait picture {
  display: block;
  width: 100%;
  height: 100%;
}
.portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 66% 35%;
  filter: grayscale(1) brightness(0.73);
}
.portrait-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      #090b0a 0%,
      #090b0ac7 16%,
      #090b0a24 44%,
      transparent 72%
    ),
    linear-gradient(0deg, #090b0a 0%, #090b0a90 9%, transparent 38%),
    linear-gradient(180deg, #090b0a8f, transparent 30%);
}
.launch-header {
  display: flex;
  align-items: center;
  padding: 37px 52px;
}
.launch-main {
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
  padding: 65px 52px 155px;
  min-height: 605px;
}
.launch-copy {
  position: relative;
  z-index: 1;
  max-width: 100%;
}
.launch-copy h1 {
  font-family: Archivo, sans-serif;
  font-weight: 900;
  font-stretch: 115%;
  font-size: clamp(105px, 12vw, 188px);
  line-height: 0.83;
  letter-spacing: -0.064em;
  margin: 0;
  white-space: nowrap;
}
.store-availability {
  width: max-content;
  max-width: 100%;
  margin-top: 42px;
}
.store-buttons {
  display: flex;
  gap: 12px;
}
.store-button {
  appearance: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 13px;
  width: 184px;
  height: 62px;
  padding: 0 19px;
  border: 1px solid transparent;
  border-radius: 12px;
  background: transparent;
  color: #f3f5ef;
  -webkit-text-fill-color: currentColor;
  text-align: left;
  font-family: inherit;
  font-weight: 500;
  white-space: nowrap;
  opacity: 1;
  cursor: default;
}
.store-button-apple {
  background: #fff;
  color: #000;
}
.store-button-google {
  background: #000;
  color: #fff;
  border-color: #fff;
}
.store-icon {
  color: currentColor;
  width: 25px;
  height: 29px;
  flex-shrink: 0;
}
.store-icon-apple {
  transform: translateY(-1px);
}
.store-icon-google {
  width: 23px;
  height: 27px;
}
.store-label {
  display: flex;
  flex-direction: column;
  gap: 1px;
}
.store-caption {
  color: inherit;
  font-size: 10px;
  line-height: 13px;
  letter-spacing: 0.01em;
}
.store-name {
  font-size: 21px;
  line-height: 25px;
  letter-spacing: -0.045em;
}
.site-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin: 0 52px;
  padding: 17px 0 22px;
  font-size: 11px;
  color: var(--muted);
}
.site-footer nav {
  display: flex;
  gap: 26px;
}
.site-footer a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: #c0c8c1;
}
.site-footer a:hover,
.site-footer a[aria-current="page"] {
  color: var(--accent);
}
.legal-page {
  max-width: 1600px;
  min-height: 100svh;
  margin: 0 auto;
}
.legal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 37px 52px;
}
.back-home {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  min-height: 44px;
  font-size: 13px;
  color: var(--muted);
}
.back-home:hover {
  color: var(--ink);
}
.legal-layout {
  display: grid;
  grid-template-columns: 208px minmax(0, 710px);
  justify-content: center;
  gap: clamp(56px, 7vw, 110px);
  padding: 70px 52px 96px;
}
.legal-aside {
  position: sticky;
  top: 38px;
  align-self: start;
  max-height: calc(100svh - 76px);
  overflow: auto;
}
.legal-pages {
  display: grid;
  gap: 6px;
  padding: 0 0 26px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 26px;
}
.legal-pages a {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 38px;
  font-size: 14px;
  font-weight: 500;
  color: var(--muted);
}
.legal-pages a::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: transparent;
}
.legal-pages a[aria-current="page"] {
  color: var(--ink);
}
.legal-pages a[aria-current="page"]::before {
  background: var(--accent);
}
.legal-contents {
  display: grid;
  gap: 1px;
}
.legal-contents a {
  padding: 9px 0 9px 15px;
  font-size: 12px;
  line-height: 18px;
  color: var(--muted);
}
.legal-contents a:hover {
  color: var(--accent);
}
.legal-title {
  margin-bottom: 64px;
}
.legal-date {
  font-family: "IBM Plex Mono", monospace;
  font-size: 10px;
  line-height: 18px;
  color: var(--muted);
  margin: 0 0 23px;
}
.legal-title h1 {
  font-family: Archivo, sans-serif;
  font-size: clamp(46px, 4.8vw, 70px);
  font-weight: 650;
  line-height: 1.02;
  letter-spacing: -0.065em;
  max-width: 650px;
  margin: 0;
}
.legal-intro {
  font-size: 18px;
  line-height: 1.55;
  letter-spacing: -0.02em;
  color: var(--muted);
  max-width: 510px;
  margin: 25px 0 0;
}
.legal-section {
  scroll-margin-top: 38px;
  border-top: 1px solid var(--line);
  padding: 32px 0 36px;
}
.legal-section h2 {
  font-family: Archivo, sans-serif;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 600;
  letter-spacing: -0.7px;
  margin: 0 0 20px;
}
.legal-section p,
.legal-section li {
  font-size: 15px;
  line-height: 1.8;
  color: #b6c0b9;
  letter-spacing: -0.008em;
}
.legal-section p {
  margin: 0 0 17px;
}
.legal-section p:last-child {
  margin-bottom: 0;
}
.legal-section strong {
  font-weight: 500;
  color: var(--ink);
}
.legal-section ul {
  padding-left: 21px;
  margin: 0;
}
.legal-section li {
  padding-left: 6px;
  margin-bottom: 8px;
}
.legal-section li::marker {
  color: var(--muted);
}
.legal-section a {
  color: #75ee97;
  text-decoration: underline;
  text-decoration-color: #42e66c55;
  text-underline-offset: 4px;
  overflow-wrap: anywhere;
}
.legal-section a:hover {
  color: var(--ink);
}
.legal-contact {
  border-left: 2px solid var(--accent);
  padding: 3px 0 3px 19px;
}
.back-top {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  min-height: 44px;
  font-size: 12px;
  margin-top: 22px;
  color: var(--muted);
}
.back-top:hover {
  color: var(--ink);
}
@media (min-width: 1800px) {
  .launch-header {
    padding: 42px 5vw;
  }
  .launch-main {
    padding-left: 5vw;
  }
  .launch .site-footer {
    margin: 0 5vw;
  }
  .launch-copy h1 {
    font-size: clamp(188px, 11vw, 246px);
  }
}
@media (max-width: 1000px) {
  .launch-header,
  .legal-header {
    padding: 30px;
  }
  .launch-main {
    padding: 65px 30px 155px;
  }
  .launch-copy h1 {
    font-size: clamp(90px, 12.5vw, 125px);
  }
  .portrait {
    left: 20%;
    right: -14%;
  }
  .site-footer {
    margin: 0 30px;
  }
  .wordmark {
    width: 155px;
    height: 40px;
  }
  .legal-layout {
    grid-template-columns: 166px minmax(0, 1fr);
    gap: 40px;
    padding: 50px 30px 75px;
  }
  .legal-contents a {
    font-size: 11px;
  }
  .legal-title h1 {
    font-size: 52px;
  }
  .legal-intro {
    font-size: 17px;
  }
}
@media (max-width: 700px) {
  .legal-layout {
    display: flex;
    flex-direction: column;
    gap: 38px;
    padding: 22px 24px 64px;
  }
  .legal-aside {
    position: static;
    max-height: none;
    overflow: visible;
  }
  .legal-contents {
    display: none;
  }
  .legal-pages {
    display: flex;
    gap: 27px;
    padding-bottom: 14px;
    margin: 0;
  }
  .legal-pages a {
    font-size: 12px;
  }
  .legal-title {
    margin-bottom: 40px;
  }
  .legal-title h1 {
    font-size: 48px;
  }
  .legal-intro {
    font-size: 17px;
  }
  .legal-header {
    padding: 25px 24px;
  }
  .legal-header .wordmark {
    width: 144px;
    height: 38px;
  }
  .back-home {
    font-size: 11px;
    gap: 7px;
  }
  .legal-section {
    padding: 28px 0;
  }
  .legal-section h2 {
    font-size: 23px;
  }
  .legal-section p,
  .legal-section li {
    font-size: 15px;
    line-height: 1.75;
  }
}
@media (max-width: 600px) {
  .launch {
    min-height: max(800px, 100svh);
  }
  .launch-header {
    padding: 25px 23px;
  }
  .wordmark {
    width: 144px;
    height: 38px;
  }
  .portrait {
    inset: 112px -51% 0 -8%;
  }
  .portrait img {
    object-position: 59% 40%;
    filter: grayscale(1) brightness(0.67);
  }
  .portrait-shade {
    background:
      linear-gradient(
        180deg,
        #090b0a 0%,
        #090b0ad4 5%,
        transparent 29%,
        #090b0a14 45%,
        #090b0aa8 70%,
        #090b0a 91%
      ),
      linear-gradient(90deg, #090b0a7d, transparent 66%);
  }
  .launch-main {
    align-items: flex-start;
    min-height: 620px;
    padding: 57px 23px 100px;
  }
  .launch-copy h1 {
    font-size: clamp(63px, 16.6vw, 98px);
    font-stretch: 110%;
    line-height: 0.85;
    letter-spacing: -0.065em;
  }
  .store-availability {
    margin-top: 28px;
  }
  .store-buttons {
    gap: 8px;
  }
  .store-button {
    width: 156px;
    min-width: 0;
    height: 58px;
    padding: 0 14px;
    gap: 9px;
    border-radius: 11px;
  }
  .store-name {
    font-size: 18px;
    line-height: 23px;
  }
  .store-icon {
    width: 23px;
    height: 27px;
  }
  .store-icon-google {
    width: 21px;
    height: 25px;
  }
  .site-footer {
    margin: 0 23px;
    padding: 11px 0 18px;
    font-size: 10px;
    gap: 10px;
  }
  .site-footer nav {
    gap: 17px;
  }
  .site-footer a {
    font-size: 10px;
  }
}
@media (max-width: 360px) {
  .launch {
    min-height: 770px;
  }
  .launch-header {
    padding: 22px 20px;
  }
  .wordmark {
    width: 126px;
  }
  .launch-main {
    padding: 50px 20px 100px;
    min-height: 610px;
  }
  .launch-copy h1 {
    font-size: 16.3vw;
  }
  .store-button {
    width: 136px;
    height: 54px;
    padding: 0 12px;
    gap: 9px;
  }
  .store-name {
    font-size: 16px;
    line-height: 21px;
  }
  .store-caption {
    font-size: 9px;
    line-height: 12px;
  }
  .store-icon {
    width: 20px;
    height: 24px;
  }
  .store-icon-google {
    width: 18px;
    height: 22px;
  }
  .site-footer {
    margin: 0 20px;
  }
  .site-footer nav {
    gap: 12px;
  }
  .legal-header .wordmark {
    width: 126px;
  }
  .legal-title h1 {
    font-size: 43px;
  }
}
@media (prefers-contrast: more) {
  .legal-section p,
  .legal-section li,
  .legal-intro,
  .legal-date,
  .legal-contents a,
  .site-footer {
    color: #d6ded7;
  }
}
