.nodes-hero{
  background:var(--av-cream);
  color:var(--av-text);
}

.nodes-hero h1,
.nodes-hero h2,
.nodes-hero h3{
  color:var(--av-ink);
  font-family:var(--av-font-body);
}

.nodes-hero-copy{
  min-width:0;
  align-items:flex-start;
}

.nodes-hero-copy h1{
  max-width:16ch;
  font-size:clamp(2.45rem,4.6vw,3.2rem);
  font-weight:700;
  line-height:1.16;
  letter-spacing:-.035em;
}

.nodes-hero-lead{
  max-width:40rem;
  color:var(--av-text);
}

.nodes-hero-facts{
  width:100%;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:0;
  margin:var(--av-space-4) 0 0;
  padding-top:var(--av-space-3);
  border-top:1px solid var(--av-line);
}

.nodes-hero-facts div{
  min-width:0;
  padding-inline:var(--av-space-2);
  border-right:1px solid var(--av-line);
}

.nodes-hero-facts div:first-child{
  padding-inline-start:0;
}

.nodes-hero-facts div:last-child{
  border-right:0;
}

.nodes-hero-facts dt{
  color:var(--av-ink);
  font-size:var(--av-fs-3);
}

.nodes-hero-facts dd{
  margin-top:var(--av-space-1);
  color:var(--av-muted);
}

.nodes-hero-stage{
  min-width:0;
  height:clamp(25rem,38vw,31rem);
  overflow:visible;
}

.nodes-manifest{
  width:100%;
  max-width:none;
  height:100%;
  display:flex;
  flex-direction:column;
  overflow:hidden;
  border-radius:var(--av-radius-lg);
  background:var(--av-night);
  color:#d8e9f2;
  box-shadow:var(--av-shadow);
}

.nodes-manifest-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:var(--av-space-2);
  padding:var(--av-space-3);
  background:var(--av-night-blue);
  color:#d8e9f2;
}

.nodes-manifest-head div{
  min-width:0;
  display:grid;
  gap:var(--av-space-1);
}

.nodes-manifest-head strong{
  color:#fff;
  font-family:var(--av-font-mono);
  font-size:var(--av-fs-1);
  overflow-wrap:anywhere;
}

.nodes-manifest-label{
  color:var(--av-blue-soft);
  font-family:var(--av-font-mono);
  font-size:var(--av-fs-0);
  letter-spacing:.08em;
}

.nodes-manifest-head .c-badge{
  flex:0 0 auto;
  background:var(--av-yellow);
  color:var(--av-night);
}

.nodes-manifest-head .c-badge::before{
  background:var(--av-night);
}

.nodes-manifest-grid{
  flex:1;
  display:grid;
  align-content:stretch;
  padding-inline:var(--av-space-3);
}

.nodes-manifest-row{
  min-width:0;
  display:grid;
  grid-template-columns:minmax(3rem,.35fr) minmax(0,1fr) auto;
  align-items:center;
  gap:var(--av-space-2);
  border-bottom:1px solid var(--av-line-dark);
}

.nodes-manifest-row:last-child{
  border-bottom:0;
}

.nodes-manifest-row > span{
  min-width:0;
}

.nodes-manifest-row > span:nth-child(2){
  display:grid;
  gap:var(--av-space-1);
}

.nodes-manifest-row strong{
  color:#fff;
  font-size:var(--av-fs-1);
  line-height:1.4;
}

.nodes-manifest-row small{
  color:#acc5d1;
}

.nodes-manifest-row .c-status{
  color:var(--av-blue-soft);
}

.nodes-code{
  width:fit-content;
  align-self:center;
  display:inline-flex;
  align-items:center;
  justify-content:flex-start;
  min-height:2rem;
  padding:.35rem .55rem;
  border-radius:var(--av-radius-sm);
  background:var(--av-blue-pale);
  color:#075d88;
  font-family:var(--av-font-mono);
  font-size:var(--av-fs-0);
  font-weight:700;
  line-height:1.2;
}

.nodes-manifest-foot{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:var(--av-space-2);
  padding:var(--av-space-2) var(--av-space-3);
  background:var(--av-night-blue);
  color:#acc5d1;
  font-size:var(--av-fs-1);
}

.nodes-manifest-foot strong{
  color:#fff;
}

.nodes-map-section{
  background:var(--av-night);
  color:#d8e9f2;
}

.nodes-map-section .av-section-head h2{
  color:#fff;
  font-family:var(--av-font-body);
  font-weight:700;
}

.nodes-map-section .av-section-head p{
  color:#b7c8d0;
}

.nodes-map-section .av-kicker{
  color:var(--av-blue-soft);
}

.nodes-map-board{
  margin:0;
  overflow:hidden;
  border-radius:var(--av-radius-lg);
  background:var(--av-night-blue);
  color:#d8e9f2;
}

.nodes-map-visual{display:none}

.nodes-map-registry{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:0;
  padding:var(--av-space-4) var(--av-space-3);
  background:var(--av-night-blue);
  color:#d8e9f2;
}

.nodes-map-registry span{
  min-width:0;
  padding:.85rem .4rem;
  border-right:1px solid var(--av-line-dark);
  color:#f4f8fb;
  font-family:var(--av-font-mono);
  font-size:var(--av-fs-1);
  font-weight:700;
  letter-spacing:.06em;
  text-align:center;
}

.nodes-map-registry span:last-child{border-right:0}

.nodes-map-caption{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:0;
  background:var(--av-cream);
  color:var(--av-text);
}

.nodes-map-caption div{
  min-width:0;
  display:grid;
  gap:var(--av-space-1);
  padding:var(--av-space-3);
  border-right:1px solid var(--av-line);
}

.nodes-map-caption div:last-child{
  border-right:0;
}

.nodes-map-caption strong{
  color:var(--av-ink);
  font-size:var(--av-fs-1);
}

.nodes-map-caption span{
  color:var(--av-text);
  overflow-wrap:anywhere;
}

.nodes-catalog-section{
  background:var(--av-paper);
  color:var(--av-text);
}

.nodes-catalog-section h2,
.nodes-catalog-section h3{
  color:var(--av-ink);
  font-family:var(--av-font-body);
  font-weight:700;
}

.nodes-card-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(min(100%,20rem),1fr));
  align-items:start;
  gap:var(--av-space-3);
}

.nodes-card{
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:var(--av-space-2);
  padding:var(--av-space-4);
  border-radius:var(--av-radius-md);
  background:var(--av-cream);
  color:var(--av-text);
}

.nodes-card-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:var(--av-space-2);
}

.nodes-card h3{
  font-size:var(--av-fs-4);
}

.nodes-card p{
  color:var(--av-text);
}

.nodes-card dl{
  margin:var(--av-space-2) 0 0;
  border-top:1px solid var(--av-line);
}

.nodes-card dl div{
  min-width:0;
  display:grid;
  grid-template-columns:minmax(5rem,.35fr) minmax(0,1fr);
  gap:var(--av-space-2);
  padding-block:.75rem;
  border-bottom:1px solid var(--av-line);
}

.nodes-card dl div:last-child{
  border-bottom:0;
}

.nodes-card dt{
  color:var(--av-muted);
}

.nodes-card dd{
  color:var(--av-ink);
  overflow-wrap:anywhere;
}

.nodes-catalog-note,
.nodes-migration-note{
  display:grid;
  grid-template-columns:auto minmax(0,1fr);
  align-items:start;
  gap:var(--av-space-2);
  margin-top:var(--av-space-4);
}

.nodes-catalog-note svg,
.nodes-migration-note svg{
  width:1.25rem;
  height:1.25rem;
  margin-top:.2rem;
}

.nodes-matrix-section{
  background:var(--av-blue-pale);
  color:#394c56;
}

.nodes-matrix-section h2,
.nodes-matrix-section h3{
  color:var(--av-ink);
  font-family:var(--av-font-body);
  font-weight:700;
}

.nodes-matrix-section .av-section-head p{
  color:#47515a;
}

.nodes-matrix-wrap{
  background:var(--av-paper);
  color:var(--av-text);
}

.nodes-matrix{
  min-width:58rem;
  color:var(--av-text);
  background:var(--av-paper);
}

.nodes-matrix caption{
  padding:var(--av-space-2) var(--av-space-3);
  color:var(--av-muted);
  background:var(--av-paper);
  text-align:left;
  font-size:var(--av-fs-1);
}

.nodes-matrix th,
.nodes-matrix td{
  text-align:left;
}

.nodes-matrix tbody th{
  background:var(--av-cream);
  color:var(--av-ink);
}

.nodes-matrix tbody th strong,
.nodes-matrix tbody th span{
  display:block;
}

.nodes-matrix tbody th span{
  margin-top:var(--av-space-1);
  color:var(--av-muted);
  font-family:var(--av-font-mono);
  font-size:var(--av-fs-0);
  font-weight:400;
}

.nodes-matrix td{
  color:var(--av-text);
  background:var(--av-paper);
}

.nodes-matrix-notes{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  align-items:start;
  gap:var(--av-space-3);
  margin-top:var(--av-space-4);
}

.nodes-matrix-notes article{
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:var(--av-space-2);
  padding:var(--av-space-4);
  border-radius:var(--av-radius-md);
  background:var(--av-paper);
  color:var(--av-text);
}

.nodes-note-index{
  width:fit-content;
  align-self:flex-start;
  color:var(--av-blue);
  font-family:var(--av-font-mono);
  font-size:var(--av-fs-0);
  font-weight:700;
  letter-spacing:.06em;
}

.nodes-method-section{
  background:var(--av-cream);
  color:var(--av-text);
}

.nodes-method-section h2,
.nodes-method-section h3{
  color:var(--av-ink);
  font-family:var(--av-font-body);
  font-weight:700;
}

.nodes-method-list{
  display:grid;
  gap:0;
  margin:0;
  padding:0;
  list-style:none;
  border-top:1px solid var(--av-line);
}

.nodes-method-list li{
  min-width:0;
  display:grid;
  grid-template-columns:auto minmax(0,1fr) minmax(14rem,.55fr);
  align-items:start;
  gap:var(--av-space-3);
  padding-block:var(--av-space-4);
  border-bottom:1px solid var(--av-line);
}

.nodes-method-number{
  width:fit-content;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:3rem;
  min-height:3rem;
  border-radius:var(--av-radius-sm);
  background:var(--av-night-blue);
  color:#fff;
  font-family:var(--av-font-mono);
  font-size:var(--av-fs-1);
  font-weight:700;
}

.nodes-method-list li > div{
  min-width:0;
  display:grid;
  gap:var(--av-space-1);
}

.nodes-method-list dl{
  min-width:0;
  margin:0;
  padding:var(--av-space-2);
  border-radius:var(--av-radius-sm);
  background:var(--av-paper);
  color:var(--av-text);
}

.nodes-method-list dl div{
  min-width:0;
  display:grid;
  grid-template-columns:minmax(3rem,.3fr) minmax(0,1fr);
  gap:var(--av-space-1);
  padding-block:.6rem;
  border-bottom:1px solid var(--av-line);
}

.nodes-method-list dl div:last-child{
  border-bottom:0;
}

.nodes-method-list dt{
  color:var(--av-muted);
}

.nodes-method-list dd{
  color:var(--av-ink);
  overflow-wrap:anywhere;
}

.nodes-migration-section{
  background:var(--av-paper);
  color:var(--av-text);
}

.nodes-migration-section h2,
.nodes-migration-section h3{
  color:var(--av-ink);
  font-family:var(--av-font-body);
  font-weight:700;
}

.nodes-check-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(min(100%,18rem),1fr));
  align-items:start;
  gap:var(--av-space-3);
}

.nodes-check-card{
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:var(--av-space-2);
  padding:var(--av-space-4);
  border-radius:var(--av-radius-md);
  background:var(--av-cream);
  color:var(--av-text);
}

.nodes-check-icon{
  width:2.75rem;
  height:2.75rem;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  align-self:flex-start;
  border-radius:var(--av-radius-sm);
  background:var(--av-blue-pale);
  color:var(--av-blue);
}

.nodes-check-icon svg{
  width:1.35rem;
  height:1.35rem;
}

.nodes-check-card strong{
  padding-top:var(--av-space-2);
  border-top:1px solid var(--av-line);
  color:var(--av-blue);
  font-family:var(--av-font-mono);
  font-size:var(--av-fs-0);
  line-height:1.5;
}

.nodes-closing-section{
  padding-block:var(--av-space-7) var(--av-space-4);
  background:var(--av-cream);
  color:var(--av-text);
}

.nodes-closing-kicker{
  color:var(--av-blue-soft);
}

.nodes-closing-actions{
  flex:0 0 auto;
  display:flex;
  flex-direction:column;
  align-items:stretch;
  justify-content:flex-start;
  gap:var(--av-space-1);
  margin-top:0;
}

.nodes-closing-actions .c-btn{
  width:100%;
}

.nodes-closing-actions .c-btn-ghost{
  color:#d8e9f2;
  border-color:color-mix(in srgb,currentColor 45%,transparent);
}

@media(max-width:64rem){
  .nodes-hero-stage{
    height:auto;
    overflow:visible;
  }

  .nodes-manifest{
    height:auto;
  }

  .nodes-manifest-row{
    min-height:4.75rem;
    padding-block:var(--av-space-1);
  }
}

@media(max-width:48rem){
  .nodes-map-registry{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .nodes-map-registry span{
    border-right:0;
    border-bottom:1px solid var(--av-line-dark);
  }

  .nodes-hero-copy h1{
    max-width:none;
    font-size:clamp(2.25rem,10vw,2.9rem);
  }

  .nodes-hero-facts{
    grid-template-columns:1fr;
  }

  .nodes-hero-facts div{
    display:grid;
    grid-template-columns:minmax(5rem,.35fr) minmax(0,1fr);
    align-items:baseline;
    gap:var(--av-space-2);
    padding:var(--av-space-2) 0;
    border-right:0;
    border-bottom:1px solid var(--av-line);
  }

  .nodes-hero-facts div:last-child{
    border-bottom:0;
  }

  .nodes-hero-facts dd{
    margin-top:0;
  }

  .nodes-map-caption,
  .nodes-matrix-notes{
    grid-template-columns:1fr;
  }

  .nodes-map-caption div{
    border-right:0;
    border-bottom:1px solid var(--av-line);
  }

  .nodes-map-caption div:last-child{
    border-bottom:0;
  }

  .nodes-method-list li{
    grid-template-columns:auto minmax(0,1fr);
  }

  .nodes-method-list dl{
    grid-column:1/-1;
  }
}

@media(max-width:24.375rem){
  .nodes-manifest-head{
    align-items:flex-start;
    flex-direction:column;
  }

  .nodes-manifest-row{
    grid-template-columns:auto minmax(0,1fr);
  }

  .nodes-manifest-row .c-status{
    grid-column:2;
  }

  .nodes-card dl div,
  .nodes-method-list dl div{
    grid-template-columns:1fr;
  }

  .nodes-catalog-note,
  .nodes-migration-note{
    grid-template-columns:1fr;
  }

  .nodes-method-list li{
    grid-template-columns:1fr;
  }

  .nodes-method-list dl{
    grid-column:auto;
  }

  .nodes-closing-actions{
    width:100%;
  }
}
