@charset "UTF-8";
:root {
  color-scheme:dark;
  --bg:#171916;
  --panel:#1d201b;
  --ink:#e9ecdf;
  --muted:#a6ad9c;
  --accent:#c5ee91;
  --line:#515849;
  --font:"SFMono-Regular",Consolas,"Liberation Mono",Menlo,monospace;
}

* {
  box-sizing:border-box;
}

html {
  scroll-behavior:smooth;
  scroll-padding-top:2rem;
}

body {
  margin:0;
  background:var(--bg);
  color:var(--ink);
  font:14px/1.7 var(--font);
  -webkit-font-smoothing:antialiased;
}

a {
  color:inherit;
  text-underline-offset:5px;
}

button {
  font:inherit;
}

button,a,summary {
  -webkit-tap-highlight-color:transparent;
}

a:hover {
  color:var(--accent);
}

a:focus-visible,button:focus-visible,summary:focus-visible,[tabindex]:focus-visible {
  outline:2px solid var(--accent);
  outline-offset:6px;
}

::selection {
  background:var(--accent);
  color:var(--bg);
}

.shell {
  max-width:1240px;
  margin:auto;
  padding:0 48px;
}

.muted {
  color:var(--muted);
}

.accent {
  color:var(--accent);
}

.skip {
  position:absolute;
  top:-100px;
  left:20px;
  background:var(--accent);
  color:var(--bg);
  padding:12px;
  z-index:10;
}

.skip:focus {
  top:16px;
}

.masthead {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  min-height:100px;
  border-bottom:1px dashed var(--line);
}

.brand {
  font-size:19px;
  letter-spacing:-1px;
  text-decoration:none;
  font-weight:700;
  white-space:nowrap;
}

.brand>span:first-child {
  color:var(--accent);
  margin-right:9px;
}

.masthead nav {
  display:flex;
  flex-wrap:wrap;
  gap:26px;
  font-size:12px;
}

.masthead nav a {
  text-decoration:none;
}

.hero {
  display:grid;
  grid-template-columns:1.06fr 1fr;
  gap:30px;
  align-items:center;
  padding:88px 0 76px;
}

.eyebrow {
  font-size:10px;
  line-height:1.6;
  letter-spacing:1.7px;
  color:var(--muted);
  margin:0 0 24px;
}

.signal {
  color:var(--accent);
  font-size:18px;
  margin-right:8px;
}

h1 {
  font-size:clamp(36px,4.1vw,54px);
  line-height:1.13;
  letter-spacing:-3px;
  font-weight:500;
  margin:0 0 27px;
}

.lede {
  font-size:16px;
  line-height:1.8;
  margin:0 0 18px;
}

.hero-description {
  max-width:440px;
  color:var(--muted);
  font-size:13px;
  line-height:1.9;
}

.actions {
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:26px;
  margin:30px 0 23px;
}

.button {
  display:inline-flex;
  align-items:center;
  justify-content:space-between;
  gap:35px;
  background:var(--accent);
  color:var(--bg);
  padding:13px 20px;
  text-decoration:none;
  font-size:13px;
  font-weight:700;
  box-shadow:4px 4px 0 var(--bg),5px 5px 0 var(--line);
}

.button:hover {
  background:var(--ink);
  color:var(--bg);
}

.text-link {
  font-size:13px;
  text-decoration:none;
}

.footnote {
  color:var(--muted);
  font-size:10px;
  letter-spacing:.5px;
}

.ribbon-figure {
  min-width:0;
  margin:0;
  align-self:stretch;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding-top:8px;
}

.figure-top {
  display:flex;
  justify-content:space-between;
  gap:12px;
  color:var(--muted);
  font-size:8px;
  letter-spacing:1px;
  border-top:1px dashed var(--line);
  padding-top:12px;
  margin:0 15px 30px;
}

.ribbon {
  font-family:var(--font);
  font-variant-ligatures:none;
  letter-spacing:0;
  font-size:clamp(8px,1.13vw,14px);
  line-height:1.16;
  color:var(--accent);
  margin:0 auto;
  white-space:pre;
  max-width:100%;
  width:max-content;
  text-shadow:0 0 30px #c5ee9112;
}

.ribbon-figure figcaption {
  color:var(--muted);
  text-align:center;
  font-size:10px;
  margin-top:35px;
  letter-spacing:.5px;
}

.ribbon-figure figcaption span {
  color:var(--line);
}

.spec-strip {
  display:flex;
  justify-content:space-between;
  gap:15px;
  border-block:1px dashed var(--line);
  padding:21px 0;
  font-size:10px;
  letter-spacing:1px;
}

.spec-strip b {
  color:var(--accent);
  font-weight:400;
  margin-right:10px;
}

.section {
  padding:74px 0;
  border-bottom:1px dashed var(--line);
}

.section-heading {
  max-width:690px;
  margin-bottom:38px;
}

.section-heading .eyebrow {
  margin-bottom:18px;
}

h2 {
  font-size:28px;
  letter-spacing:-1px;
  font-weight:500;
  line-height:1.35;
  margin:0 0 18px;
}

.section-heading>p:last-child:not(.eyebrow) {
  font-size:13px;
  color:var(--muted);
  line-height:1.9;
  max-width:630px;
}

.section-heading.compact {
  margin-bottom:32px;
}

.flow {
  display:grid;
  grid-template-columns:1fr 40px 1fr 40px 1fr 40px 1fr;
  align-items:center;
  padding:30px 15px;
  background:var(--panel);
  border:1px dashed var(--line);
  position:relative;
}

.flow:before,.flow:after {
  position:absolute;
  color:var(--accent);
  background:var(--bg);
  line-height:1;
  content:"+";
  font-size:20px;
}

.flow:before {
  top:-10px;
  left:-6px;
}

.flow:after {
  bottom:-9px;
  right:-6px;
}

.flow-node {
  text-align:center;
  display:flex;
  flex-direction:column;
  gap:8px;
}

.flow-icon {
  font-size:25px;
  line-height:1.7;
  letter-spacing:2px;
}

.flow-node strong {
  font-size:13px;
  font-weight:500;
}

.flow-node small {
  font-size:10px;
  color:var(--muted);
}

.flow-arrow {
  color:var(--accent);
  text-align:center;
}

.annotation {
  font-size:11px;
  color:var(--muted);
  margin:22px 0 0;
  line-height:1.9;
}

.annotation>span {
  color:var(--accent);
  margin-right:8px;
}

.annotation a {
  color:var(--ink);
}

.features {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:0;
}

.features article {
  padding:27px 28px 24px 0;
  border-top:1px dashed var(--line);
}

.features article:not(:nth-child(3n+1)) {
  border-left:1px dashed var(--line);
  padding-left:28px;
}

.feature-index {
  color:var(--accent);
  font-size:10px;
  letter-spacing:1px;
  margin:0 0 20px;
}

h3 {
  font-size:15px;
  line-height:1.5;
  letter-spacing:-.3px;
  font-weight:500;
  margin:0 0 12px;
}

.features article>p:last-child {
  font-size:12px;
  color:var(--muted);
  line-height:1.9;
  margin:0;
}

.setup-grid {
  display:grid;
  grid-template-columns:1fr 1.1fr;
  gap:60px;
  align-items:start;
}

.steps article {
  display:flex;
  gap:22px;
  margin-bottom:28px;
}

.step-number {
  flex-shrink:0;
  color:var(--accent);
  font-size:11px;
  border:1px dashed var(--line);
  width:30px;
  height:30px;
  display:grid;
  place-items:center;
}

.steps h3 {
  margin:3px 0 9px;
}

.steps p {
  font-size:12px;
  line-height:1.9;
  color:var(--muted);
  margin:0;
}

.steps code,.faq code {
  color:var(--ink);
}

code {
  font-family:inherit;
}

.terminal {
  background:#11130f;
  border:1px solid var(--line);
  min-width:0;
}

.terminal-bar {
  display:flex;
  justify-content:space-between;
  border-bottom:1px dashed var(--line);
  padding:13px 18px;
  color:var(--muted);
  font-size:10px;
}

.terminal-content {
  padding:8px 22px 20px;
}

.code-comment {
  font-size:10px;
  color:var(--muted);
  line-height:1.9;
  margin:20px 0 6px;
}

.command {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  min-height:32px;
  font-size:11px;
}

.command code {
  color:var(--accent);
  overflow-wrap:anywhere;
}

.command code:before {
  content:"$ ";
  color:var(--muted);
}

.command button {
  border:0;
  background:transparent;
  color:var(--muted);
  cursor:pointer;
  font-size:9px;
  padding:8px 0 8px 8px;
  flex-shrink:0;
}

.command button:hover {
  color:var(--accent);
}

.terminal-end {
  border-top:1px dashed var(--line);
  padding-top:18px;
  margin:20px 0 0;
  font-size:10px;
}

.terminal-end>span:first-child {
  color:var(--accent);
}

.cursor {
  margin-left:6px;
  color:var(--accent);
}

.command-table {
  overflow:auto;
}

table {
  border-collapse:collapse;
  width:100%;
  text-align:left;
  font-size:12px;
}

th {
  font-size:10px;
  letter-spacing:1px;
  color:var(--muted);
  font-weight:400;
  padding:0 20px 15px 0;
}

td {
  padding:16px 20px 16px 0;
  border-top:1px dashed var(--line);
  color:var(--muted);
}

td:first-child {
  color:var(--accent);
  white-space:nowrap;
  width:44%;
}

.faq-section {
  display:grid;
  grid-template-columns:1fr 1.5fr;
  gap:60px;
}

.faq details {
  border-bottom:1px dashed var(--line);
  padding:18px 0;
}

.faq details:first-child {
  padding-top:0;
}

.faq details:last-child {
  border:0;
}

.faq summary {
  font-size:13px;
  cursor:pointer;
  list-style:none;
  display:flex;
  justify-content:space-between;
  gap:20px;
}

.faq summary::-webkit-details-marker {
  display:none;
}

.faq summary:after {
  content:"[+]";
  color:var(--accent);
  font-size:12px;
}

.faq details[open] summary:after {
  content:"[-]";
}

.faq details p {
  color:var(--muted);
  font-size:12px;
  line-height:1.9;
  margin:15px 25px 0 0;
}

.closing {
  padding:80px 0;
  text-align:center;
}

.closing .eyebrow {
  font-size:9px;
}

.closing>p:nth-child(2) {
  font-size:27px;
  line-height:1.5;
  letter-spacing:-1px;
  margin:0 0 25px;
}

.closing .text-link {
  border-bottom:1px dashed var(--accent);
  padding-bottom:7px;
}

footer {
  border-top:1px dashed var(--line);
  padding:30px 0 36px;
  display:flex;
  gap:20px;
  justify-content:space-between;
  align-items:center;
  font-size:10px;
  color:var(--muted);
}

footer .brand {
  font-size:14px;
  color:var(--ink);
}

footer>div {
  display:flex;
  flex-wrap:wrap;
  gap:18px;
}

footer a {
  text-decoration:none;
}

.copy-status {
  position:fixed;
  bottom:18px;
  left:50%;
  transform:translateX(-50%);
  background:var(--accent);
  color:var(--bg);
  font-size:12px;
  padding:10px 18px;
  box-shadow:0 3px 20px #0005;
  max-width:90%;
  margin:0;
}

.copy-status:empty {
  display:none;
}

.manual {
  max-width:850px;
}

.manual main {
  padding:50px 0 80px;
}

.manual-content {
  white-space:pre-wrap;
  overflow-wrap:anywhere;
  font:13px/1.9 var(--font);
  color:var(--muted);
}

.manual-content a {
  color:var(--accent);
}

.manual-heading {
  color:var(--ink);
  scroll-margin-top:25px;
  font-weight:700;
}

.not-found {
  min-height:70vh;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:flex-start;
}

.not-found .error-art {
  color:var(--accent);
  font-size:clamp(11px,3vw,24px);
  line-height:1.3;
}

.not-found h1 {
  font-size:36px;
  margin-top:24px;
}

.not-found p {
  color:var(--muted);
  max-width:450px;
}

.not-found .button {
  margin-top:20px;
}

@media(min-width:1240px) {
  .ribbon {
    font-size:14px;
  }
}

@media(max-width:1000px) {
  .shell {
    padding:0 30px;
  }
  .hero {
    gap:20px;
    padding:65px 0;
  }
  .masthead nav {
    gap:15px;
  }
  .setup-grid {
    gap:30px;
  }
  .faq-section {
    gap:30px;
  }
  .spec-strip {
    font-size:9px;
    letter-spacing:.5px;
  }
  .ribbon {
    font-size:1.06vw;
  }
  .features article {
    padding-right:20px;
  }
  .features article:not(:nth-child(3n+1)) {
    padding-left:20px;
  }
}

@media(max-width:760px) {
  .masthead {
    min-height:100px;
    align-items:flex-start;
    justify-content:center;
    flex-direction:column;
    gap:12px;
    padding:20px 0;
  }
  .masthead nav {
    font-size:10px;
    gap:18px;
  }
  .hero {
    grid-template-columns:1fr;
    padding:48px 0 35px;
    gap:35px;
  }
  h1 {
    font-size:48px;
    letter-spacing:-2.8px;
  }
  .hero-description {
    max-width:540px;
  }
  .ribbon-figure {
    max-width:470px;
    width:100%;
    margin:0 auto;
  }
  .ribbon {
    font-size:clamp(7px,2.35vw,12px);
  }
  .figure-top {
    margin-bottom:22px;
  }
  .ribbon-figure figcaption {
    margin-top:25px;
  }
  .spec-strip {
    flex-wrap:wrap;
    justify-content:flex-start;
    gap:14px 24px;
  }
  .section {
    padding:50px 0;
  }
  h2 {
    font-size:25px;
  }
  .flow {
    grid-template-columns:1fr 35px 1fr;
    row-gap:25px;
  }
  .flow>.flow-arrow:nth-child(4) {
    display:none;
  }
  .flow-node small {
    font-size:9px;
  }
  .features {
    grid-template-columns:repeat(2,1fr);
  }
  .features article:not(:nth-child(3n+1)) {
    border-left:0;
    padding-left:0;
  }
  .features article:nth-child(2n) {
    border-left:1px dashed var(--line);
    padding-left:20px;
  }
  .setup-grid {
    grid-template-columns:1fr;
    gap:12px;
  }
  .terminal-content {
    padding:8px 20px 20px;
  }
  .command {
    font-size:12px;
  }
  .code-comment {
    font-size:11px;
  }
  .faq-section {
    grid-template-columns:1fr;
    gap:10px;
  }
  .closing {
    padding:55px 0;
  }
  .closing>p:nth-child(2) {
    font-size:23px;
  }
  footer {
    flex-wrap:wrap;
    justify-content:flex-start;
    gap:16px 24px;
  }
  footer>div {
    width:100%;
    gap:22px;
  }
  td {
    font-size:11px;
  }
  td:first-child {
    padding-right:25px;
  }
  .manual-content {
    font-size:11px;
  }
}

@media(max-width:380px) {
  .shell {
    padding:0 20px;
  }
  h1 {
    font-size:40px;
  }
  .eyebrow {
    font-size:9px;
    letter-spacing:1px;
  }
  .actions {
    gap:22px;
  }
  .features {
    grid-template-columns:1fr;
  }
  .features article:nth-child(2n) {
    border-left:0;
    padding-left:0;
  }
  .command {
    font-size:10px;
  }
  .masthead nav {
    gap:12px;
    font-size:9px;
  }
  .ribbon {
    font-size:2.2vw;
  }
}

@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior:auto;
  }
}

