.onb-page{
  background:#ffffff;
  color:#171d14;
}

.onb-hero{
  padding-block:var(--orb-space-6);
  background:#fafcf6;
  color:#171d14;
}

.onb-hero .c-page-hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);
  align-items:start;
  gap:var(--orb-space-5);
}

.onb-hero-copy{
  min-width:0;
  align-items:start;
  text-align:left;
}

.onb-hero-copy h1{
  max-width:16ch;
  margin-inline:0;
  color:#0b1207;
  font-size:clamp(2.5rem,5vw,4rem);
  line-height:1.16;
  overflow-wrap:anywhere;
}

.onb-hero-copy .orb-lead{
  max-width:42rem;
  margin-inline:0;
  color:#62695e;
}

.onb-hero-copy .orb-actions{
  justify-content:flex-start;
  margin-block:var(--orb-space-4);
}

.onb-hero-facts{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  min-width:0;
  margin:0 0 var(--orb-space-3);
  border-top:1px solid #dce4d4;
}

.onb-hero-facts div{
  min-width:0;
  padding:var(--orb-space-2) var(--orb-space-2) 0 0;
}

.onb-hero-facts dt{
  color:#62695e;
}

.onb-hero-facts dd{
  margin-top:var(--orb-space-1);
  color:#171d14;
  overflow-wrap:anywhere;
}

.c-page-hero-stage.onb-stage{
  display:flex;
  width:100%;
  min-width:0;
  height:clamp(27rem,38vw,31rem);
  align-self:start;
  flex-direction:column;
  overflow:hidden;
  border-radius:var(--orb-radius-lg);
  background:#0b1207;
  color:#dfe8d8;
  box-shadow:var(--orb-shadow);
}

.onb-stage-head,
.onb-stage-foot{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:var(--orb-space-2);
  padding:var(--orb-space-2) var(--orb-space-3);
  background:#121d0c;
  color:#b7c2af;
  font-family:var(--orb-font-mono);
  font-size:var(--orb-fs-0);
  line-height:1.45;
}

.onb-stage-progress{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  background:#86e000;
  color:#0b1207;
}

.onb-stage-progress span{
  min-width:0;
  padding:.7rem .5rem;
  font-family:var(--orb-font-mono);
  font-size:var(--orb-fs-0);
  line-height:1.3;
  text-align:center;
  overflow-wrap:anywhere;
}

.onb-stage-progress .is-current{
  background:#b8f05a;
  color:#0b1207;
  font-weight:700;
}

.onb-stage-record{
  display:flex;
  min-height:0;
  flex:1;
  flex-direction:column;
  justify-content:space-between;
  padding:var(--orb-space-3);
}

.onb-stage-device{
  display:flex;
  min-width:0;
  align-items:center;
  gap:var(--orb-space-2);
}

.onb-stage-device strong,
.onb-stage-gate strong{
  display:block;
  margin-top:var(--orb-space-1);
  color:#f8fbf5;
  font-size:var(--orb-fs-2);
  line-height:1.45;
  overflow-wrap:anywhere;
}

.onb-device-mark{
  display:inline-flex;
  width:3rem;
  height:3rem;
  flex:0 0 auto;
  align-items:center;
  justify-content:center;
  border-radius:var(--orb-radius-sm);
  background:#86e000;
  color:#0b1207;
}

.onb-device-mark svg{
  width:1.5rem;
  height:1.5rem;
}

.onb-label{
  display:block;
  width:fit-content;
  max-width:100%;
  color:inherit;
  font-family:var(--orb-font-mono);
  font-size:var(--orb-fs-0);
  font-weight:650;
  line-height:1.4;
  letter-spacing:.08em;
  text-transform:uppercase;
  overflow-wrap:anywhere;
}

.onb-stage .onb-label{
  color:#9eab96;
}

.onb-stage-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  margin:var(--orb-space-3) 0;
}

.onb-stage-grid div{
  min-width:0;
  border-top:1px solid rgba(232,242,223,.18);
  padding:var(--orb-space-2) var(--orb-space-2) var(--orb-space-2) 0;
}

.onb-stage-grid dt{
  color:#9eab96;
  font-family:var(--orb-font-mono);
}

.onb-stage-grid dd{
  margin-top:var(--orb-space-1);
  color:#f8fbf5;
  font-family:var(--orb-font-mono);
  overflow-wrap:anywhere;
}

.onb-stage-gate{
  display:flex;
  min-width:0;
  align-items:center;
  gap:var(--orb-space-2);
  border-radius:var(--orb-radius-md);
  padding:var(--orb-space-3);
  background:#162010;
  color:#dfe8d8;
}

.onb-status-dot{
  display:inline-block;
  width:.65rem;
  height:.65rem;
  flex:0 0 auto;
  border-radius:50%;
  background:#86e000;
}

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

.onb-check-card{
  display:flex;
  min-width:0;
  flex-direction:column;
  border-radius:var(--orb-radius-md);
  padding:var(--orb-space-3);
  background:#f0f6e8;
  color:#171d14;
}

.onb-check-card h3{
  margin-top:var(--orb-space-2);
  color:#0b1207;
}

.onb-check-card p{
  color:#62695e;
}

.onb-check-card .c-badge{
  margin-top:var(--orb-space-2);
}

.onb-check-index,
.onb-step-number{
  display:inline-flex;
  width:fit-content;
  max-width:100%;
  align-self:flex-start;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  padding:.45rem .7rem;
  background:#0b1207;
  color:#b8f05a;
  font-size:var(--orb-fs-0);
  line-height:1;
}

.onb-preflight-note,
.onb-build-note,
.onb-launch-note{
  margin-top:var(--orb-space-4);
}

.onb-order{
  background:#f0f6e8;
  color:#171d14;
}

.onb-order h2,
.onb-order h3{
  color:#0b1207;
}

.onb-order p{
  color:#62695e;
}

.onb-order-steps{
  margin:0;
  padding:0;
  list-style:none;
}

.onb-order-steps li{
  display:grid;
  grid-template-columns:auto minmax(0,1fr);
  gap:var(--orb-space-3);
  border-top:1px solid #dce4d4;
  padding:var(--orb-space-3) 0;
}

.onb-order-steps li:last-child{
  border-bottom:1px solid #dce4d4;
}

.onb-order-steps h3,
.onb-order-steps p{
  margin-bottom:var(--orb-space-1);
}

.onb-order .orb-actions{
  justify-content:flex-start;
}

.onb-security{
  display:grid;
  grid-template-columns:minmax(0,1.2fr) minmax(0,.8fr);
  align-items:start;
  gap:var(--orb-space-3);
}

.onb-security-main{
  min-width:0;
  overflow:hidden;
  border-radius:var(--orb-radius-md);
  background:#f7f9f3;
  color:#171d14;
}

.onb-security-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:var(--orb-space-2);
  padding:var(--orb-space-2) var(--orb-space-3);
  background:#0b1207;
  color:#f8fbf5;
}

.onb-security-body{
  padding:var(--orb-space-4);
}

.onb-security-body h3{
  color:#0b1207;
}

.onb-rule-list{
  margin:0;
  padding:0;
  list-style:none;
}

.onb-rule-list li{
  display:grid;
  grid-template-columns:minmax(8rem,.38fr) minmax(0,1fr);
  gap:var(--orb-space-2);
  border-top:1px solid #dce4d4;
  padding:var(--orb-space-2) 0;
}

.onb-rule-list strong{
  color:#0b1207;
  line-height:1.5;
}

.onb-rule-list span{
  min-width:0;
  color:#62695e;
  overflow-wrap:anywhere;
}

.onb-security-side{
  display:grid;
  grid-template-rows:auto;
  align-items:start;
  gap:var(--orb-space-3);
}

.onb-side-card{
  display:flex;
  min-width:0;
  height:auto;
  flex-direction:column;
  justify-content:space-between;
  padding-inline:max(var(--orb-space-3),24px);
}

.onb-side-card h3{
  margin-top:var(--orb-space-2);
}

.onb-side-card .c-badge,
.onb-side-card .c-btn{
  width:fit-content;
  max-width:100%;
  align-self:flex-start;
  margin-top:var(--orb-space-3);
}

.onb-side-card.c-card-dark{
  background:#0b1207;
  color:#dfe8d8;
}

.onb-side-card.c-card-dark .onb-label{
  color:#9eab96;
}

.onb-ssh-section{
  background:#0b1207;
  color:#dfe8d8;
}

.onb-ssh-section h2,
.onb-ssh-section h3{
  color:#f8fbf5;
}

.onb-ssh-section .orb-lead{
  color:#b7c2af;
}

.onb-ssh-section .orb-kicker{
  color:#c7d2c0;
}

.onb-command-layout{
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);
  align-items:start;
  gap:var(--orb-space-3);
}

.onb-terminal{
  min-width:0;
  height:auto;
}

.onb-terminal pre{
  max-width:100%;
}

.onb-diagnostic-sheet{
  min-width:0;
  overflow:hidden;
  border-radius:var(--orb-radius-md);
  background:#f7f9f3;
  color:#171d14;
}

.onb-diagnostic-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:var(--orb-space-2);
  padding:var(--orb-space-2) var(--orb-space-3);
  background:#86e000;
  color:#0b1207;
  font-family:var(--orb-font-mono);
  font-size:var(--orb-fs-0);
}

.onb-diagnostic-sheet .onb-diagnostic-head span{
  margin:0;
  padding:0;
  color:#0b1207;
}

.onb-diagnostic-sheet ol{
  margin:0;
  padding:var(--orb-space-3);
  list-style-position:inside;
}

.onb-diagnostic-sheet li{
  border-top:1px solid #dce4d4;
  padding:var(--orb-space-2) 0;
  color:#171d14;
}

.onb-diagnostic-sheet strong{
  color:#0b1207;
}

.onb-diagnostic-sheet span{
  display:block;
  margin-top:var(--orb-space-1);
  padding-left:1.35rem;
  color:#62695e;
}

.onb-desktop-board{
  display:grid;
  grid-template-columns:minmax(14rem,.34fr) minmax(0,1fr);
  align-items:stretch;
  overflow:hidden;
  border-radius:var(--orb-radius-md);
  background:#f0f6e8;
  color:#171d14;
}

.onb-desktop-rail{
  padding:var(--orb-space-4);
  background:#0b1207;
  color:#dfe8d8;
}

.onb-desktop-rail .onb-label{
  color:#b8f05a;
}

.onb-desktop-rail strong{
  display:block;
  margin-top:var(--orb-space-2);
  color:#f8fbf5;
  font-family:var(--orb-font-heading);
  font-size:var(--orb-fs-4);
  line-height:var(--orb-lh-heading);
}

.onb-desktop-rail p{
  margin-top:var(--orb-space-3);
  color:#b7c2af;
}

.onb-desktop-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  align-items:start;
  gap:var(--orb-space-3);
  padding:var(--orb-space-4);
}

.onb-desktop-grid article{
  min-width:0;
  border-top:1px solid #dce4d4;
  padding-top:var(--orb-space-3);
}

.onb-desktop-grid h3{
  margin-top:var(--orb-space-2);
  color:#0b1207;
}

.onb-desktop-grid p{
  color:#62695e;
}

.onb-migration-section{
  background:#f7f9f3;
  color:#171d14;
}

.onb-migration-section h2,
.onb-migration-section h3{
  color:#0b1207;
}

.onb-migration-section p,
.onb-migration-section li{
  color:#62695e;
}

.onb-migration-path{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  align-items:start;
  gap:var(--orb-space-3);
}

.onb-migration-card{
  display:flex;
  min-width:0;
  flex-direction:column;
  border-radius:var(--orb-radius-md);
  padding:var(--orb-space-3);
  background:#ffffff;
  color:#171d14;
}

.onb-migration-mark{
  display:flex;
  min-width:0;
  align-items:center;
  justify-content:space-between;
  gap:var(--orb-space-2);
  margin-bottom:var(--orb-space-3);
  color:#3f7300;
  font-size:var(--orb-fs-0);
}

.onb-migration-mark svg{
  width:1.25rem;
  height:1.25rem;
  flex:0 0 auto;
}

.onb-migration-card h3{
  margin-top:var(--orb-space-2);
}

.onb-migration-card ul{
  margin-bottom:0;
  padding-left:1.1rem;
}

.onb-path-result{
  display:flex;
  align-items:flex-start;
  gap:var(--orb-space-2);
  margin-top:var(--orb-space-4);
  border-radius:var(--orb-radius-md);
  padding:var(--orb-space-3);
  background:#0b1207;
  color:#dfe8d8;
}

.onb-path-result p{
  margin:0;
  color:#b7c2af;
}

.onb-path-result strong{
  color:#f8fbf5;
}

.onb-path-result .onb-status-dot{
  margin-top:.45rem;
}

.onb-build-layout{
  display:grid;
  grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);
  align-items:stretch;
  gap:var(--orb-space-3);
}

.onb-build-steps{
  margin:0;
  padding:0;
  list-style:none;
}

.onb-build-steps li{
  display:grid;
  grid-template-columns:auto minmax(0,1fr);
  gap:var(--orb-space-2);
  border-top:1px solid #dce4d4;
  padding:var(--orb-space-3) 0;
}

.onb-build-steps li:last-child{
  border-bottom:1px solid #dce4d4;
}

.onb-build-steps h3,
.onb-build-steps p{
  margin-bottom:var(--orb-space-1);
}

.onb-ci-section{
  background:#f0f6e8;
  color:#171d14;
}

.onb-ci-section h2,
.onb-ci-section h3{
  color:#0b1207;
}

.onb-ci-section p{
  color:#62695e;
}

.onb-ci-board{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  align-items:start;
  gap:var(--orb-space-3);
}

.onb-ci-column{
  min-width:0;
  border-radius:var(--orb-radius-md);
  padding:var(--orb-space-3);
  background:#ffffff;
  color:#171d14;
}

.onb-ci-column .onb-label{
  color:#3f7300;
}

.onb-ci-column h3{
  margin-top:var(--orb-space-2);
}

.onb-ci-column dl{
  margin:0;
}

.onb-ci-column dl div{
  display:grid;
  grid-template-columns:minmax(6rem,.38fr) minmax(0,1fr);
  gap:var(--orb-space-2);
  border-top:1px solid #dce4d4;
  padding:var(--orb-space-2) 0;
}

.onb-ci-column dt{
  color:#62695e;
}

.onb-ci-column dd{
  color:#171d14;
  overflow-wrap:anywhere;
}

.onb-ci-column .onb-rule-list li{
  grid-template-columns:1fr;
  gap:var(--orb-space-1);
}

.onb-ci-test{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,.8fr);
  align-items:stretch;
  gap:var(--orb-space-4);
  margin-top:var(--orb-space-3);
  border-radius:var(--orb-radius-md);
  padding:var(--orb-space-4);
  background:#0b1207;
  color:#dfe8d8;
}

.onb-ci-test .onb-label{
  color:#b8f05a;
}

.onb-ci-test h3{
  margin-top:var(--orb-space-2);
  color:#f8fbf5;
}

.onb-ci-test p{
  color:#b7c2af;
}

.onb-ci-test dl{
  margin:0;
}

.onb-ci-test dl div{
  border-top:1px solid rgba(232,242,223,.18);
  padding:var(--orb-space-2) 0;
}

.onb-ci-test dt{
  color:#9eab96;
}

.onb-ci-test dd{
  margin-top:var(--orb-space-1);
  color:#f8fbf5;
  overflow-wrap:anywhere;
}

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

.onb-launch-card{
  display:flex;
  min-width:0;
  flex-direction:column;
  border-radius:var(--orb-radius-md);
  padding:var(--orb-space-3);
  background:#f7f9f3;
  color:#171d14;
}

.onb-launch-card h3{
  margin-top:var(--orb-space-2);
  color:#0b1207;
}

.onb-launch-card p{
  color:#62695e;
}

.onb-launch-card .c-badge{
  margin-top:var(--orb-space-2);
}

.onb-icon-chip{
  display:inline-flex;
  width:2.75rem;
  height:2.75rem;
  flex:0 0 auto;
  align-items:center;
  justify-content:center;
  align-self:flex-start;
  border-radius:var(--orb-radius-sm);
  background:#e8f8ce;
  color:#345f00;
}

.onb-icon-chip svg{
  width:1.35rem;
  height:1.35rem;
}

.onb-closing-section{
  padding-top:var(--orb-space-6);
  padding-bottom:var(--orb-space-5);
}

.onb-closing-section .c-cta{
  padding-inline:max(var(--orb-space-4),24px);
  background:#0b1207;
  color:#f8fbf5;
}

.onb-closing-section .c-cta h2{
  color:#f8fbf5;
}

.onb-closing-section .c-cta p{
  color:#b7c2af;
}

.onb-closing-kicker{
  color:#b8f05a;
}

.onb-closing-kicker::before{
  background:#86e000;
}

.onb-closing-section .c-btn-ghost{
  border-color:rgba(248,251,245,.45);
  color:#f8fbf5;
}

@media (max-width:64rem){
  .onb-hero .c-page-hero-grid,
  .onb-security,
  .onb-command-layout,
  .onb-build-layout{
    grid-template-columns:1fr;
  }

  .onb-stage{
    height:auto;
    min-height:0;
    overflow:visible;
  }

  .onb-security-side{
    grid-template-columns:repeat(2,minmax(0,1fr));
    grid-template-rows:none;
  }

  .onb-desktop-board{
    grid-template-columns:1fr;
  }

  .onb-migration-path,
  .onb-ci-board{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .onb-migration-card:last-child,
  .onb-ci-column:last-child{
    grid-column:1 / -1;
  }
}

@media (max-width:46rem){
  .onb-hero{
    padding-block:var(--orb-space-5);
  }

  .onb-hero-copy h1{
    max-width:none;
    font-size:clamp(2.35rem,12vw,3.25rem);
  }

  .onb-hero-facts,
  .onb-stage-grid,
  .onb-desktop-grid,
  .onb-migration-path,
  .onb-ci-board,
  .onb-ci-test,
  .onb-security-side{
    grid-template-columns:1fr;
  }

  .onb-stage-head,
  .onb-stage-foot{
    align-items:flex-start;
    flex-direction:column;
  }

  .onb-stage-progress{
    grid-template-columns:repeat(auto-fit,minmax(5rem,1fr));
  }

  .onb-security-head{
    align-items:flex-start;
    flex-direction:column;
  }

  .onb-security-body,
  .onb-desktop-rail,
  .onb-desktop-grid,
  .onb-ci-test{
    padding:var(--orb-space-3);
  }

  .onb-rule-list li,
  .onb-ci-column dl div{
    grid-template-columns:1fr;
    gap:var(--orb-space-1);
  }

  .onb-migration-card:last-child,
  .onb-ci-column:last-child{
    grid-column:auto;
  }

  .onb-order-steps li,
  .onb-build-steps li{
    grid-template-columns:1fr;
  }

  .onb-closing-section .c-cta .orb-actions{
    justify-content:flex-start;
  }
}

@media (max-width:24.375rem){
  .onb-stage-progress{
    grid-template-columns:1fr;
  }

  .onb-stage-gate,
  .onb-stage-device,
  .onb-path-result{
    align-items:flex-start;
  }

  .onb-ci-test,
  .onb-security-body,
  .onb-desktop-rail,
  .onb-desktop-grid{
    padding-inline:var(--orb-space-3);
  }
}
