[hidden] {
  display: none !important;
}
:root {
  color-scheme: dark;
  --bg: #101813;
  --panel: #18251c;
  --panel-light: #1e2e22;
  --line: #344536;
  --text: #e3e9df;
  --muted: #a6b3a0;
  --accent: #c0e895;
  --mono: ui-monospace, SFMono-Regular, Consolas, monospace;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font:
    16px/1.65 system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
}
a {
  color: inherit;
  text-underline-offset: 5px;
}
button,
input {
  font: inherit;
}
button,
a,
input,
summary {
  -webkit-tap-highlight-color: transparent;
}
button,
summary {
  cursor: pointer;
}
button {
  color: inherit;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
summary:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 5px;
}
button:disabled {
  cursor: wait;
  opacity: 0.5;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
.wrap {
  width: min(1280px, calc(100% - 96px));
  margin-inline: auto;
}
.site-header {
  min-height: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 48px;
  border-bottom: 1px solid var(--line);
  max-width: 1600px;
  margin: auto;
  gap: 24px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 24px;
  letter-spacing: 2px;
  font-weight: 700;
  text-decoration: none;
  line-height: 1.25;
}
.brand small {
  display: block;
  font: 9px/2 var(--mono);
  letter-spacing: 1.4px;
  color: var(--muted);
}
nav {
  display: flex;
  align-items: center;
  gap: 32px;
}
nav > a {
  text-decoration: none;
  font-size: 13px;
}
nav > a:hover,
.text-link:hover,
footer a:hover {
  color: var(--accent);
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  background: var(--accent);
  color: #152011;
  border: 1px solid var(--accent);
  border-radius: 5px;
  padding: 13px 23px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 650;
  transition:
    background 0.2s,
    transform 0.2s;
}
.button:hover {
  background: #d4f5b2;
  color: #152011;
  transform: translateY(-2px);
}
.button.small {
  padding: 9px 17px;
}
.hero {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  align-items: center;
  padding-block: 88px 76px;
  gap: 60px;
}
.eyebrow {
  font: 11px/1.7 var(--mono);
  letter-spacing: 2px;
  color: var(--accent);
  margin: 0 0 24px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.signal-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: var(--accent);
  border-radius: 50%;
  flex-shrink: 0;
  box-shadow: 0 0 14px #c0e89540;
}
h1 {
  font-size: clamp(48px, 5.4vw, 78px);
  letter-spacing: -4px;
  line-height: 1.08;
  font-weight: 500;
  margin: 0 0 25px;
}
h1 em {
  font-style: normal;
  color: var(--accent);
}
.intro {
  max-width: 510px;
  font-size: 17px;
  line-height: 1.8;
  color: var(--muted);
  margin: 0;
}
.actions {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-top: 30px;
}
.text-link {
  font-size: 13px;
  text-decoration: none;
}
.hero-note {
  font: 10px/1.8 var(--mono);
  color: var(--muted);
  margin-top: 19px;
}
.hero-art {
  position: relative;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  background: radial-gradient(circle, #73915a13, transparent 65%);
}
.hero-art img {
  width: 46%;
  z-index: 1;
  filter: drop-shadow(0 10px 35px #0005);
}
.orbit {
  position: absolute;
  border: 1px solid #8aac6e25;
  border-radius: 50%;
  inset: 5%;
}
.orbit-two {
  inset: 15%;
  border-style: dashed;
}
.orbit-three {
  inset: 25%;
}
.crosshair {
  position: absolute;
  background: #8aac6e20;
}
.horizontal {
  height: 1px;
  width: 100%;
}
.vertical {
  width: 1px;
  height: 100%;
}
.coordinate {
  position: absolute;
  font: 9px/1.8 var(--mono);
  letter-spacing: 2px;
  color: var(--muted);
  text-align: center;
  background: var(--bg);
  padding: 5px 12px;
}
.coord-top {
  top: 3%;
}
.coord-bottom {
  bottom: 2%;
}
.orbit-point {
  position: absolute;
  top: 23%;
  right: 15%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 18px #c0e89560;
}
.workspace {
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: var(--panel);
  box-shadow: 0 25px 70px #0003;
}
.panel-top {
  display: flex;
  justify-content: space-between;
  padding: 13px 19px;
  font: 9px/1.5 var(--mono);
  letter-spacing: 1.5px;
  color: var(--muted);
}
.panel-top .signal-dot {
  margin-right: 8px;
}
.screenshot-button {
  padding: 0;
  border: 0;
  display: block;
  width: 100%;
  position: relative;
  background: var(--bg);
}
.screenshot-button > img {
  width: 100%;
  aspect-ratio: 1911/1047;
  object-fit: cover;
}
.expand-label {
  position: absolute;
  bottom: 15px;
  right: 15px;
  background: #101813e8;
  padding: 5px 12px;
  border: 1px solid var(--line);
  border-radius: 4px;
  font: 11px/2 var(--mono);
}
.workspace-bottom {
  padding: 24px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}
.workspace-bottom h2 {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.3px;
  margin: 0;
}
.workspace-bottom p {
  color: var(--muted);
  font-size: 12px;
  margin: 4px 0 0;
}
.view-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.view-controls button {
  border: 1px solid transparent;
  border-radius: 4px;
  background: transparent;
  font-size: 11px;
  padding: 7px 9px;
  color: var(--muted);
}
.view-controls button:hover {
  color: var(--text);
}
.view-controls button[aria-pressed="true"] {
  background: #31452b;
  border-color: #5f7950;
  color: var(--accent);
}
.section-space {
  padding-block: 100px;
}
.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 50px;
  margin-bottom: 42px;
}
h2 {
  font-weight: 450;
  font-size: clamp(30px, 3.5vw, 44px);
  line-height: 1.2;
  letter-spacing: -1.5px;
  margin: 0;
}
.section-heading .eyebrow,
.faq .eyebrow {
  margin-bottom: 18px;
}
.section-heading > p {
  max-width: 390px;
  font-size: 15px;
  color: var(--muted);
  margin: 0;
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--line);
  border-radius: 6px;
  overflow: hidden;
}
.feature-grid article {
  padding: 28px 24px;
  background: linear-gradient(140deg, var(--panel), transparent);
  border-right: 1px solid var(--line);
}
.feature-grid article:last-child {
  border: 0;
}
.feature-symbol {
  display: block;
  font-size: 35px;
  color: var(--accent);
  height: 68px;
  line-height: 1;
}
.feature-number {
  font: 9px/1.5 var(--mono);
  letter-spacing: 1.4px;
  color: var(--muted);
}
h3 {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 550;
  letter-spacing: -0.5px;
}
.feature-grid p {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.85;
}
.local-note {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 22px 0 0;
}
.local-note > span {
  font-size: 35px;
  color: var(--accent);
}
.local-note p {
  font-size: 12px;
  color: var(--muted);
  max-width: 950px;
}
.local-note strong {
  color: var(--text);
  font-weight: 500;
}
.downloads {
  background: #162119;
  border-block: 1px solid var(--line);
}
.release-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  font: 11px/1.8 var(--mono);
  color: var(--muted);
  margin-bottom: 20px;
}
.release-toolbar > div {
  display: flex;
  gap: 22px;
  align-items: center;
  flex-shrink: 0;
}
.release-toolbar label {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
input {
  accent-color: var(--accent);
}
.text-button {
  padding: 4px 0;
  background: transparent;
  border: 0;
  color: var(--accent);
  font: inherit;
}
.download-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.download-card {
  display: flex;
  flex-direction: column;
  padding: 27px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--bg);
  min-width: 0;
}
.platform-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}
.platform-icon {
  font: 26px/1 var(--mono);
  color: var(--accent);
}
.version-tag {
  border: 1px solid var(--line);
  font: 10px/1.4 var(--mono);
  padding: 5px 8px;
  border-radius: 4px;
  color: var(--accent);
}
.download-card h3 {
  font-size: 25px;
  margin: 20px 0 5px;
}
.download-card p {
  font-size: 12px;
  color: var(--muted);
  margin: 0 0 18px;
}
.download-card .button {
  width: 100%;
  font-size: 13px;
  gap: 12px;
  margin-top: auto;
}
.download-card .asset-list {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
  font-size: 11px;
}
.asset-list li + li {
  margin-top: 7px;
}
.asset-list a {
  overflow-wrap: anywhere;
}
.asset-meta {
  display: block;
  color: var(--muted);
  font: 10px/1.8 var(--mono);
  margin-top: 4px;
}
.release-notes {
  margin-top: 20px;
  font-size: 11px;
  color: var(--muted);
}
.download-footnotes {
  display: flex;
  justify-content: space-between;
  gap: 45px;
  align-items: start;
  margin-top: 22px;
  font-size: 11px;
  color: var(--muted);
}
.download-footnotes p {
  max-width: 770px;
  margin: 0;
}
.download-footnotes > a {
  white-space: nowrap;
}
.mobile-downloads {
  margin-top: 26px;
  font-size: 13px;
  color: var(--muted);
  border-top: 1px solid var(--line);
  padding-top: 20px;
}
.mobile-downloads summary {
  color: var(--text);
}
.mobile-downloads a {
  display: inline-block;
  margin: 5px 20px 5px 0;
}
.faq {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 70px;
}
.faq-list details {
  border-bottom: 1px solid var(--line);
  padding: 20px 0;
}
.faq-list details:first-child {
  padding-top: 0;
}
.faq-list summary {
  font-size: 15px;
}
.faq-list p {
  font-size: 13px;
  color: var(--muted);
  max-width: 620px;
}
summary::marker {
  color: var(--accent);
}
code {
  color: var(--accent);
  overflow-wrap: anywhere;
}
.closing {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 38px 40px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 6px;
}
.closing p {
  font-size: 24px;
  letter-spacing: -0.8px;
  line-height: 1.4;
  margin: 0;
}
.closing strong {
  font-weight: 450;
  color: var(--accent);
}
.closing .button {
  margin-left: auto;
}
footer {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
  padding-block: 55px 25px;
}
footer .brand {
  font-size: 19px;
}
footer p {
  font-size: 11px;
  color: var(--muted);
}
footer > div {
  display: flex;
  gap: 25px;
  margin-left: auto;
  font-size: 12px;
}
footer small {
  flex-basis: 100%;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  font-size: 10px;
  color: var(--muted);
}
dialog {
  width: 96vw;
  max-width: 1800px;
  background: var(--bg);
  border: 1px solid var(--line);
  padding: 10px;
  border-radius: 6px;
}
dialog::backdrop {
  background: #000d;
}
dialog button {
  display: block;
  margin: 0 0 10px auto;
  background: var(--panel);
  border: 1px solid var(--line);
  padding: 8px 16px;
  border-radius: 4px;
}
dialog img {
  max-height: 80vh;
  object-fit: contain;
  margin: auto;
}
.skip-link {
  position: fixed;
  top: -100px;
  left: 15px;
  z-index: 10;
  background: var(--accent);
  color: var(--bg);
  padding: 10px;
}
.skip-link:focus {
  top: 15px;
}
@media (min-width: 1600px) {
  .hero {
    padding-block: 100px;
  }
}
@media (max-width: 1100px) {
  .wrap {
    width: calc(100% - 56px);
  }
  .site-header {
    padding-inline: 28px;
  }
  .hero {
    gap: 20px;
  }
  .actions {
    gap: 18px;
  }
  .workspace-bottom {
    align-items: start;
    flex-direction: column;
  }
  .feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .feature-grid article:nth-child(2) {
    border-right: 0;
  }
  .feature-grid article:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }
  .download-card {
    padding: 22px;
  }
  .hero-note {
    font-size: 9px;
  }
}
@media (max-width: 760px) {
  .site-header {
    padding: 16px 20px;
    min-height: 80px;
  }
  nav {
    gap: 16px;
  }
  nav > a:not(.button) {
    display: none;
  }
  .brand {
    font-size: 21px;
  }
  .brand small {
    font-size: 8px;
  }
  .wrap {
    width: calc(100% - 40px);
  }
  .hero {
    grid-template-columns: 1fr;
    padding-block: 52px 44px;
    gap: 0;
  }
  .hero-copy {
    z-index: 1;
  }
  h1 {
    font-size: 58px;
    letter-spacing: -3px;
  }
  .intro {
    font-size: 15px;
  }
  .hero-art {
    display: none;
  }
  .actions {
    flex-wrap: wrap;
  }
  .hero-note {
    font-size: 9px;
  }
  .section-space {
    padding-block: 60px;
  }
  .section-heading {
    align-items: start;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
  }
  .section-heading > p {
    max-width: 100%;
  }
  .panel-top {
    font-size: 8px;
    padding: 11px;
  }
  .workspace-bottom {
    padding: 18px;
  }
  .workspace-bottom h2 {
    font-size: 15px;
  }
  .expand-label {
    font-size: 9px;
    bottom: 7px;
    right: 7px;
  }
  .feature-grid article {
    padding: 22px 18px;
  }
  .feature-grid h3 {
    font-size: 17px;
  }
  .feature-grid p {
    font-size: 12px;
  }
  .release-toolbar {
    align-items: start;
    flex-direction: column;
    gap: 4px;
  }
  .download-grid {
    grid-template-columns: 1fr;
  }
  .download-card {
    padding: 24px;
  }
  .download-card h3 {
    margin-top: 12px;
  }
  .download-footnotes {
    flex-direction: column;
    gap: 16px;
  }
  .faq {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .closing {
    padding: 25px;
    flex-wrap: wrap;
    gap: 16px;
  }
  .closing p {
    font-size: 21px;
  }
  .closing .button {
    margin-left: 22px;
  }
  footer {
    gap: 15px;
  }
  footer > div {
    margin-left: 0;
  }
  footer p {
    flex-basis: 65%;
    font-size: 10px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    transition: none !important;
  }
}
