:root {
  --mint: #c7efd1;
  --ink: #202522;
  --muted: #59645c;
  --paper: #f5f6f2;
  --line: #ccd3cb;
  --mono: ui-monospace, SFMono-Regular, Menlo, monospace;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
a,
summary {
  -webkit-tap-highlight-color: transparent;
}
a:focus-visible,
summary:focus-visible {
  outline: 3px solid #33704a;
  outline-offset: 6px;
}
a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.wrap {
  padding-left: clamp(24px, 4.5vw, 80px);
  padding-right: clamp(24px, 4.5vw, 80px);
}
header {
  display: flex;
  align-items: center;
  gap: 56px;
  min-height: 90px;
  background: var(--mint);
  padding: 16px clamp(24px, 4.5vw, 80px);
  position: sticky;
  top: 0;
  z-index: 5;
  border-bottom: 1px solid #20252217;
}
.brand {
  font-size: 30px;
  font-weight: 750;
  letter-spacing: -2px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
}
.brand span {
  font-size: 20px;
  letter-spacing: 0;
}
nav {
  display: flex;
  gap: 32px;
}
nav a,
.nav-cta,
.section-label,
.eyebrow,
.fine,
.caption,
.terminal-footer {
  font-family: var(--mono);
  font-size: 12px;
}
nav a,
.nav-cta {
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.nav-cta {
  margin-left: auto;
  display: flex;
  gap: 24px;
  align-items: center;
}
.hero {
  background: var(--mint);
  padding-top: 0;
  padding-bottom: 64px;
  border-radius: 0 0 18px 18px;
}
.wordmark {
  font-size: clamp(130px, 18vw, 260px);
  line-height: 0.9;
  letter-spacing: -0.08em;
  font-weight: 730;
  transform: translateX(-0.035em);
  padding-bottom: 12px;
}
.wordmark span {
  color: #5f8f6f;
}
.hero-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  padding-top: 12px;
}
.eyebrow {
  line-height: 1.8;
  text-transform: uppercase;
  letter-spacing: 0.055em;
  margin: 0;
}
.small-note {
  display: inline-block;
  color: #4d6856;
  margin-top: 9px;
  margin-left: 20px;
  text-transform: none;
  letter-spacing: 0;
}
.dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #386147;
  margin-right: 10px;
}
.pitch h1 {
  font-size: clamp(36px, 4vw, 58px);
  line-height: 1.03;
  letter-spacing: -0.055em;
  margin: 0 0 18px;
  font-weight: 620;
}
.pitch > p {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: -0.02em;
  margin: 0 0 20px;
}
.actions {
  display: flex;
  gap: 26px;
  align-items: center;
  flex-wrap: wrap;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  padding: 23px 29px;
  border-radius: 100px;
  font-family: var(--mono);
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1.3;
}
.button:hover {
  background: #344139;
  text-decoration: none;
  transform: translateY(-1px);
}
.dark {
  background: var(--ink);
  color: var(--mint);
}
.text-link {
  font-size: 13px;
}
.text-link span {
  margin-left: 18px;
}
.pitch > .fine,
.fine {
  font-size: 11px;
  line-height: 1.6;
  color: var(--muted);
  margin-top: 14px;
}
.workspace {
  padding-top: 74px;
  padding-bottom: 70px;
}
.section-label {
  display: flex;
  justify-content: space-between;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--line);
  font-size: 10px;
  letter-spacing: 0.08em;
}
.section-intro {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 45px;
  padding: 45px 0;
}
h2 {
  font-size: clamp(32px, 4.1vw, 58px);
  line-height: 1.07;
  font-weight: 570;
  letter-spacing: -0.05em;
  margin: 0;
}
.section-intro > p {
  max-width: 300px;
  font-size: 16px;
  line-height: 1.55;
  margin: 0;
}
.app-stage {
  padding: 54px 48px;
  background-color: #e4e8df;
  background-image: radial-gradient(#8a978547 0.65px, transparent 0.65px);
  background-size: 8px 8px;
  border: 1px solid var(--line);
  border-radius: 10px;
}
.app-demo {
  border: 1px solid #abb3aa;
  border-radius: 12px;
  background: #eee;
  box-shadow:
    0 15px 35px #26362716,
    0 2px 3px #2636270d;
  overflow: hidden;
}
.app-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 44px;
  background: #e9ebe7;
  padding: 0 17px;
  font-size: 11px;
  color: #666e65;
}
.traffic {
  display: flex;
  gap: 6px;
}
.traffic i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #ed8479;
  border: 1px solid #0000000d;
}
.traffic i:nth-child(2) {
  background: #e9c568;
}
.traffic i:nth-child(3) {
  background: #8fbd82;
}
.app-controls {
  font-size: 15px;
}
.app-tabs {
  display: flex;
  align-items: center;
  height: 44px;
  padding: 0 10px 6px;
  gap: 10px;
  background: #e9ebe7;
  font-size: 11px;
  white-space: nowrap;
}
.home-tab {
  font-size: 20px;
  padding: 0 8px;
}
.tab-group {
  border: 1px solid #a1b49f;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 3px;
  background: #c4d3bf40;
}
.tab-group b {
  font-size: 10px;
  font-weight: 500;
  padding: 0 6px;
  color: #4d624b;
}
.tab-group > span {
  padding: 7px 14px;
  color: #56614f;
}
.tab-group > .selected {
  background: #fcfcfa;
  border: 1px solid #ccd3c6;
  border-radius: 5px;
  color: #222b21;
  box-shadow: 0 1px 2px #00000008;
}
.plain-tab {
  padding: 0 13px;
}
.tab-add {
  font-size: 19px;
  color: #677061;
}
.app-content {
  display: grid;
  grid-template-columns: 1.06fr 1fr;
  min-height: 350px;
  border-top: 1px solid #d2d7cf;
}
.terminal {
  background: #fafaf7;
  padding: 25px 25px 12px;
  font-family: var(--mono);
  font-size: 11px;
  line-height: 1.7;
  position: relative;
  min-width: 0;
}
.terminal-brand {
  color: #bd7053;
  font-size: 16px;
  margin-bottom: 28px;
}
.terminal-brand strong {
  font-size: 15px;
}
.terminal-brand > span {
  display: block;
  font-size: 10px;
  color: #92978b;
  margin-left: 21px;
}
.terminal p {
  margin: 14px 0;
}
.muted,
.code-muted {
  color: #91978d;
}
.terminal .prompt {
  background: #eeeeea;
  border-radius: 4px;
  padding: 10px;
  color: #4f554a;
}
.code-change {
  margin: 20px 0;
}
.code-change > span,
.code-green {
  color: #458564;
}
pre {
  font-family: inherit;
  font-size: inherit;
  margin-left: 11px;
  line-height: 1.6;
}
.terminal-input {
  border-top: 1px solid #dde0d7;
  margin-top: 25px;
  padding-top: 9px;
  color: #868d7d;
}
.cursor {
  display: inline-block;
  width: 6px;
  height: 13px;
  background: #707b68;
  vertical-align: middle;
}
.terminal-footer {
  margin-top: 16px;
  font-size: 9px;
  color: #92998d;
}
.browser-demo {
  border-left: 1px solid #d0d5cb;
  background: #fff;
}
.browser-address {
  height: 37px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 12px;
  padding: 0 13px;
  background: #f1f2ee;
  border-bottom: 1px solid #e0e3da;
  color: #82897b;
}
.browser-address > span {
  text-align: center;
  flex: 1;
  background: #fbfbf9;
  border: 1px solid #e3e5de;
  padding: 3px;
  border-radius: 4px;
  font-size: 9px;
}
.example-page {
  background: #f3e7d9;
  padding: 26px 30px 18px;
  min-height: calc(100% - 37px);
}
.example-logo {
  font-size: 19px;
  font-weight: 650;
  letter-spacing: -1px;
  display: block;
  margin-bottom: 40px;
}
.example-page > .eyebrow {
  font-size: 7px;
  color: #8c7868;
}
.example-page h3 {
  font-weight: 500;
  font-size: 32px;
  line-height: 1.02;
  letter-spacing: -1.3px;
  margin: 12px 0 22px;
}
.example-art {
  height: 102px;
  display: flex;
  gap: 9px;
  align-items: end;
  overflow: hidden;
}
.example-art i {
  background: #bb7860;
  width: 32%;
  height: 100%;
  border-radius: 100px 100px 0 0;
}
.example-art i:nth-child(2) {
  height: 65%;
  background: #d0a97f;
}
.example-art i:nth-child(3) {
  height: 86%;
  background: #7f9273;
}
.example-caption {
  font-size: 8px;
  color: #8c7868;
  display: block;
  margin-top: 15px;
}
.caption {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: var(--muted);
  font-size: 10px;
  margin-top: 14px;
  line-height: 1.5;
}
.features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding-top: 64px;
  gap: 36px;
}
.features article {
  border-top: 1px solid var(--line);
  padding-top: 25px;
}
.feature-icon {
  font-family: var(--mono);
  font-size: 25px;
}
.features h3 {
  font-size: 21px;
  font-weight: 550;
  letter-spacing: -0.5px;
  margin: 24px 0 12px;
}
.features p {
  font-size: 14px;
  line-height: 1.65;
  color: var(--muted);
  max-width: 310px;
  margin: 0;
}
.how {
  background: #e8ede5;
  padding-top: 50px;
  padding-bottom: 75px;
}
.how-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 45px;
  padding-top: 54px;
}
.lead {
  font-size: 19px;
  line-height: 1.55;
  max-width: 440px;
  margin: 0 0 35px;
  letter-spacing: -0.02em;
}
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
li {
  display: flex;
  gap: 25px;
  padding: 24px 0;
  border-top: 1px solid #ccd4c8;
}
li > span {
  font-family: var(--mono);
  font-size: 11px;
  color: #778770;
  padding-top: 5px;
}
li h3 {
  font-size: 17px;
  margin: 0 0 8px;
  font-weight: 570;
}
li p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.6;
  max-width: 360px;
  margin: 0;
}
.questions {
  padding-top: 60px;
  padding-bottom: 80px;
}
.faq-layout {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 45px;
  margin-top: 50px;
}
details {
  border-bottom: 1px solid var(--line);
}
summary {
  font-size: 16px;
  padding: 23px 28px 23px 0;
  cursor: pointer;
  position: relative;
  list-style: none;
}
summary::-webkit-details-marker {
  display: none;
}
summary:after {
  content: "+";
  position: absolute;
  right: 3px;
  color: #7f8b76;
  font-size: 21px;
  top: 19px;
}
details[open] summary:after {
  content: "−";
}
details p {
  font-size: 14px;
  line-height: 1.7;
  color: var(--muted);
  margin: 0 30px 24px 0;
  max-width: 500px;
}
.download {
  background: var(--mint);
  padding-top: 60px;
  padding-bottom: 62px;
  border-radius: 18px 18px 0 0;
}
.download h2 {
  margin: 25px 0 34px;
}
.download-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
.download-actions p {
  max-width: 230px;
  font-family: var(--mono);
  font-size: 11px;
  line-height: 1.7;
  color: #4b6553;
}
footer {
  display: flex;
  align-items: center;
  gap: 30px;
  padding-top: 32px;
  padding-bottom: 32px;
  border-top: 1px solid #bed4bd;
  background: var(--mint);
  font-family: var(--mono);
  font-size: 10px;
}
footer p {
  margin-right: auto;
}
footer > span {
  color: #5d7360;
}
.skip {
  position: fixed;
  top: -80px;
  left: 20px;
  background: var(--ink);
  color: white;
  padding: 15px;
  z-index: 10;
}
.skip:focus {
  top: 10px;
}
@media (min-width: 1500px) {
  body {
    max-width: 1800px;
    margin: auto;
  }
}
@media (min-width: 801px) and (max-height: 800px) {
  .wordmark {
    font-size: clamp(130px, 22vh, 176px);
  }
}
@media (max-width: 800px) {
  header {
    gap: 25px;
    min-height: 74px;
  }
  nav {
    gap: 20px;
  }
  nav a {
    font-size: 10px;
  }
  .hero-bottom {
    grid-template-columns: 0.6fr 1fr;
    gap: 25px;
  }
  .pitch > p {
    font-size: 16px;
  }
  .app-stage {
    padding: 26px 18px;
  }
  .terminal {
    padding: 18px 15px;
    font-size: 9px;
  }
  .terminal-brand {
    font-size: 13px;
  }
  .terminal-brand strong {
    font-size: 12px;
  }
  .example-page {
    padding: 22px 20px;
  }
  .example-page h3 {
    font-size: 28px;
  }
  .features {
    gap: 24px;
  }
  .features h3 {
    font-size: 18px;
  }
  .features p {
    font-size: 13px;
  }
  .how-layout,
  .faq-layout {
    gap: 28px;
  }
  .app-tabs {
    font-size: 9px;
    gap: 4px;
  }
  .tab-group > span {
    padding: 7px 9px;
  }
  .caption {
    font-size: 9px;
  }
}
@media (max-width: 560px) {
  header {
    gap: 15px;
  }
  nav {
    margin-left: auto;
  }
  nav a:not(.account-link) {
    display: none;
  }
  nav .account-link,
  .nav-cta {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    font-size: 12px;
  }
  .nav-cta {
    margin-left: 0;
    gap: 12px;
  }
  .wordmark {
    font-size: 43vw;
    padding-bottom: 20px;
  }
  .hero-bottom {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-top: 8px;
  }
  .hero-bottom > .eyebrow {
    font-size: 10px;
  }
  .small-note {
    margin-top: 2px;
  }
  .hero {
    padding-bottom: 42px;
  }
  .pitch h1 {
    font-size: 43px;
  }
  .pitch > p {
    font-size: 16px;
    margin-bottom: 25px;
  }
  .button {
    padding: 20px 24px;
  }
  .section-intro {
    display: block;
    padding: 30px 0;
  }
  .section-intro > p {
    margin-top: 20px;
  }
  .workspace {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .app-stage {
    padding: 20px 10px;
    margin: 0 -10px;
  }
  .app-content {
    grid-template-columns: 1fr;
  }
  .browser-demo {
    display: none;
  }
  .terminal {
    font-size: 10px;
    padding: 20px;
  }
  .app-title {
    font-size: 9px;
    padding: 0 10px;
  }
  .app-tabs .plain-tab {
    display: none;
  }
  .app-tabs .home-tab {
    padding: 0 2px;
  }
  .app-tabs .tab-group {
    flex: 1;
    justify-content: space-between;
  }
  .caption > span {
    display: none;
  }
  .features {
    grid-template-columns: 1fr;
    padding-top: 35px;
    gap: 28px;
  }
  .features article {
    display: grid;
    grid-template-columns: 35px 1fr;
    column-gap: 15px;
  }
  .feature-icon {
    grid-row: 1/3;
  }
  .features h3 {
    margin: 0 0 8px;
  }
  .features p {
    max-width: none;
    grid-column: 2;
  }
  .how-layout,
  .faq-layout {
    grid-template-columns: 1fr;
    gap: 35px;
    padding-top: 32px;
  }
  .how {
    padding-top: 36px;
    padding-bottom: 42px;
  }
  .how-layout h2 br {
    display: none;
  }
  .lead {
    font-size: 17px;
  }
  .questions {
    padding-top: 38px;
    padding-bottom: 45px;
  }
  .faq-layout {
    margin-top: 0;
  }
  .download {
    padding-top: 42px;
    padding-bottom: 40px;
  }
  .download h2 {
    font-size: 35px;
  }
  .download-actions {
    gap: 8px;
  }
  .download-actions p {
    max-width: none;
  }
  footer {
    flex-wrap: wrap;
    gap: 20px;
  }
  footer p {
    display: none;
  }
  footer > a:nth-last-child(2) {
    margin-left: auto;
  }
  footer > span {
    width: 100%;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .button:hover {
    transform: none;
  }
}

[hidden] {
  display: none !important;
}
button {
  font: inherit;
  cursor: pointer;
}
button:disabled {
  opacity: 0.55;
  cursor: wait;
}
button:focus-visible {
  outline: 3px solid #33704a;
  outline-offset: 6px;
}
button.button {
  border: 0;
}
.account {
  min-height: calc(100vh - 200px);
  padding-top: 85px;
  padding-bottom: 85px;
  max-width: 940px;
  margin: auto;
}
.account h1 {
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 600;
  letter-spacing: -0.055em;
  margin: 18px 0 30px;
}
.account p {
  line-height: 1.65;
  max-width: 580px;
}
#account-status {
  color: #536257;
  min-height: 1.5em;
}
.account-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}
.account-email {
  font-size: 20px;
  overflow-wrap: anywhere;
}
.devices-heading {
  font-size: 24px;
  margin-top: 48px;
  margin-bottom: 16px;
}
.device-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid var(--line);
  padding: 22px 0;
}
.device-row strong {
  font-size: 15px;
  font-weight: 550;
  overflow-wrap: anywhere;
}
.device-row span {
  display: block;
  font-size: 12px;
  color: var(--muted);
  margin-top: 5px;
}
.account-text-button {
  color: var(--ink);
  border: 0;
  background: transparent;
  padding: 8px 0;
  font-size: 13px;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.account-delete-button {
  display: block;
  color: #903d36;
  margin-top: 18px;
}
.account-text-button + .account-text-button:not(.account-delete-button) { margin-inline-start: 16px; }
.account-delete-dialog {
  width: min(520px, calc(100vw - 40px));
  max-height: calc(100dvh - 40px);
  overflow: auto;
  padding: clamp(24px, 5vw, 36px);
  border: 1px solid var(--line);
  border-radius: 16px;
  color: var(--ink);
  background: var(--paper);
  box-shadow: 0 16px 60px #20252224;
}
.account-delete-dialog::backdrop { background: #20252266; }
.account-delete-dialog h2 { margin: 0; font-size: 26px; letter-spacing: -0.04em; }
.account-delete-dialog label { display: block; margin-top: 24px; font-size: 14px; }
.account-delete-dialog .delete-account-email { margin: 8px 0 12px; font-weight: 600; overflow-wrap: anywhere; }
.account-delete-dialog input {
  width: 100%;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  background: white;
  font: inherit;
}
.account-delete-dialog .account-actions { justify-content: flex-end; }
.account-delete-dialog :is(input, button):focus-visible { outline: 3px solid #33704a; outline-offset: 3px; }
