:root {
  color-scheme: dark;
  --green: #3f9a68;
  --ink: #f0f4f1;
  --muted: #aab5ae;
  --surface: #101713;
  --soft: #172019;
  --cream: #f4f0e9;
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  background: #050706;
  color: var(--ink);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: radial-gradient(circle at 50% 18%, #14231a 0, transparent 34%), #050706;
  color: var(--ink);
}
a {
  color: inherit;
  text-underline-offset: 4px;
}
button {
  font: inherit;
}
.topbar {
  position: sticky;
  top: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
  padding: 0 clamp(20px, 5vw, 72px);
  background: rgba(5, 7, 6, 0.86);
  backdrop-filter: blur(16px);
}
.brand {
  display: flex;
  align-items: center;
  gap: 11px;
  text-decoration: none;
  font-weight: 700;
}
.actions,
.language {
  display: flex;
  align-items: center;
  gap: 14px;
}
.actions > a {
  font-size: 13px;
}
.language button {
  min-width: 44px;
  min-height: 44px;
  border: 0;
  background: transparent;
  color: #89958d;
  cursor: pointer;
}
.language button[aria-pressed="true"] {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 6px;
}
main {
  width: min(1120px, calc(100% - 40px));
  margin: auto;
}
.hero {
  min-height: 650px;
  display: grid;
  align-content: center;
  justify-items: start;
  padding: 90px 0;
}
.eyebrow {
  margin: 0 0 18px;
  color: #65b887;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.13em;
}
.hero h1 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(46px, 8vw, 92px);
  line-height: 0.98;
  letter-spacing: -0.065em;
}
.lede {
  max-width: 700px;
  margin: 30px 0;
  color: #c0c8c3;
  font-size: 20px;
  line-height: 1.65;
}
.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 22px;
}
.button {
  display: inline-grid;
  min-height: 52px;
  place-items: center;
  padding: 0 24px;
  border-radius: 999px;
  background: var(--cream);
  color: #111;
  text-decoration: none;
  font-weight: 700;
}
.text-link {
  font-weight: 650;
}
.manual-note {
  margin: 18px 0 0;
  color: #89958d;
  font-size: 13px;
  line-height: 1.5;
}
.mobile-handoff {
  display: none;
}
.prerequisites,
.privacy,
.success {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 55px;
  margin: 0 0 100px;
  padding: 46px;
  border-radius: 28px;
  background: var(--surface);
}
h2 {
  margin: 0;
  font-size: clamp(32px, 5vw, 54px);
  line-height: 1.04;
  letter-spacing: -0.05em;
}
.prerequisites ul {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.prerequisites li {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 10px;
  color: #d5ddd8;
}
.prerequisites li:before {
  content: "✓";
  color: #65b887;
  font-weight: 900;
}
.prerequisites > a {
  grid-column: 2;
  width: max-content;
  color: #8dd3a9;
  font-weight: 650;
}
.steps {
  padding: 40px 0 110px;
}
.steps > h2 {
  margin-bottom: 44px;
}
.steps ol {
  display: grid;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.steps li {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) minmax(240px, 0.65fr);
  gap: 25px;
  align-items: center;
  padding: 28px;
  border-radius: 22px;
  background: var(--surface);
}
.number {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 50%;
  background: #1c3929;
  color: #76c796;
  font-weight: 800;
}
.steps h3 {
  margin: 0 0 9px;
  font-size: 21px;
}
.steps p {
  margin: 0 0 12px;
  color: var(--muted);
  line-height: 1.65;
}
.steps code,
.help code {
  padding: 2px 5px;
  border-radius: 5px;
  background: #263029;
  color: #e8eee9;
}
.steps a {
  color: #8dd3a9;
}
.mini {
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 18px;
  border-radius: 16px;
  background: #202923;
  color: #c9d3cc;
  font-size: 12px;
}
.download-mini,
.folder-mini {
  flex-direction: column;
  align-items: flex-start;
}
.download-mini b,
.extensions-mini b {
  padding: 9px 12px;
  border-radius: 8px;
  background: #34734e;
  color: #fff;
}
.address-mini {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
}
.extensions-mini {
  flex-direction: column;
  align-items: flex-end;
}
.extensions-mini i {
  display: inline-block;
  width: 30px;
  height: 16px;
  border-radius: 999px;
  background: #4b9e6d;
  vertical-align: -3px;
}
.pin-mini img {
  width: 34px;
  height: 34px;
}
.browser-addresses {
  display: grid;
  gap: 8px;
}
.browser-addresses > span {
  display: grid;
  grid-template-columns: 58px 1fr auto;
  gap: 8px;
  align-items: center;
}
.browser-addresses button {
  min-height: 44px;
  border: 0;
  border-radius: 8px;
  padding: 0 12px;
  background: #26342b;
  color: #fff;
  cursor: pointer;
}
.success {
  grid-template-columns: auto 1fr;
  align-items: center;
  background: #162c20;
}
.success img {
  border-radius: 14px;
}
.success p {
  color: #b8c8be;
  line-height: 1.6;
}
.privacy {
  grid-template-columns: 1fr 1fr;
}
.privacy > p {
  margin: 0;
  color: #bdc8c0;
  line-height: 1.7;
}
.privacy > a {
  grid-column: 2;
  width: max-content;
  color: #8dd3a9;
}
.help {
  padding: 30px 0 100px;
}
.help > h2 {
  margin-bottom: 30px;
}
.help details {
  border-top: 1px solid #253029;
  padding: 19px 0;
}
.help details:last-of-type {
  border-bottom: 1px solid #253029;
}
.help summary {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  font-weight: 700;
  cursor: pointer;
}
.help summary:after {
  content: "+";
  font-size: 24px;
}
.help details[open] summary:after {
  content: "−";
}
.help details p {
  max-width: 760px;
  color: var(--muted);
  line-height: 1.65;
}
.support {
  margin-top: 30px;
  color: #c5cec8;
}
.copy-status {
  position: fixed;
  right: 18px;
  bottom: 18px;
  min-height: 0;
  margin: 0;
  padding: 10px 14px;
  border-radius: 10px;
  background: #edf4ef;
  color: #173022;
  font-size: 13px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s;
}
.copy-status.is-visible {
  opacity: 1;
}
footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 32px clamp(20px, 5vw, 72px);
  background: #0b0f0c;
  color: #8e9a92;
  font-size: 12px;
}
:where(a, button, summary):focus-visible {
  outline: 3px solid #65b887;
  outline-offset: 4px;
}
@media (max-width: 760px) {
  .topbar {
    min-height: 64px;
  }
  .actions > a {
    display: none;
  }
  main {
    width: min(100% - 28px, 1120px);
  }
  .hero {
    min-height: 0;
    padding: 90px 4px 80px;
  }
  .hero h1 {
    font-size: 49px;
  }
  .lede {
    font-size: 17px;
  }
  .download-desktop {
    display: none;
  }
  .steps a[download] {
    display: none;
  }
  .mobile-handoff {
    display: block;
    margin: 28px 0 0;
    padding: 18px;
    border-radius: 16px;
    background: #172019;
    color: #d5ddd8;
    line-height: 1.55;
  }
  .prerequisites,
  .privacy,
  .success {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 70px;
    padding: 26px 22px;
  }
  .prerequisites > a,
  .privacy > a {
    grid-column: 1;
  }
  .steps {
    padding-bottom: 80px;
  }
  .steps li {
    grid-template-columns: 38px 1fr;
    padding: 22px 18px;
  }
  .mini {
    grid-column: 2;
    min-height: 90px;
  }
  .browser-addresses > span {
    grid-template-columns: 1fr auto;
  }
  .browser-addresses b {
    grid-column: 1/-1;
  }
  .browser-addresses code {
    overflow-wrap: anywhere;
  }
  .help {
    padding-bottom: 75px;
  }
  footer {
    flex-direction: column;
  }
  .manual-note {
    font-size: 12px;
  }
}
