.ra-hero{
  padding-block:var(--ops-space-4) var(--ops-space-6);
  background:var(--ops-ink);
  color:var(--ops-surface);
}

.ra-hero p{
  color:var(--ops-muted-2);
}

.ra-hero__breadcrumb{
  margin-bottom:var(--ops-space-4);
  color:var(--ops-muted-2);
}

.ra-hero__breadcrumb a{
  color:var(--ops-surface);
}

.ra-hero__layout{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);
  align-items:center;
  gap:var(--ops-space-5);
}

.ra-hero__layout>*{
  min-width:0;
}

.ra-hero__copy{
  display:grid;
  gap:.5rem;
}

.ra-hero__copy .ops-kicker{
  width:fit-content;
  max-width:100%;
  align-self:flex-start;
}

.ra-hero__copy h1{
  max-width:12ch;
  margin:0;
}

.ra-hero__copy>p{
  max-width:42rem;
  margin:0;
}

.ra-hero__facts{
  margin-top:var(--ops-space-3);
  padding-block:var(--ops-space-2);
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  border-block:1px solid var(--ops-line-dark);
}

.ra-hero__facts div{
  min-width:0;
  padding-inline:var(--ops-space-2);
  display:grid;
  gap:.5rem;
  border-right:1px solid var(--ops-line-dark);
}

.ra-hero__facts div:first-child{
  padding-left:0;
}

.ra-hero__facts div:last-child{
  padding-right:0;
  border-right:0;
}

.ra-hero__facts strong{
  font-size:var(--ops-fs-4);
  color:var(--ops-yellow);
}

.ra-hero__facts span{
  color:var(--ops-muted-2);
  font-size:var(--ops-fs-1);
}

.ra-hero__actions{
  margin-top:var(--ops-space-3);
  justify-content:flex-start;
}

.ra-hero__actions .c-btn-ghost{
  border-color:var(--ops-line-dark);
  color:var(--ops-surface);
}

.ra-route{
  min-width:0;
  padding:0;
  overflow:hidden;
  border-radius:var(--ops-radius-lg);
  background:var(--ops-yellow-pale);
  color:var(--ops-ink);
  box-shadow:var(--ops-shadow);
}

.ra-route__head{
  padding:var(--ops-space-2);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:var(--ops-space-1);
  background:var(--ops-yellow-pale);
  color:var(--ops-ink);
}

.ra-route__state{
  display:inline-flex;
  align-items:center;
  gap:.5rem;
  color:var(--ops-ink);
  font-size:var(--ops-fs-1);
  font-weight:700;
}

.ra-route__map{
  padding:var(--ops-space-2);
  background:var(--ops-ink-2);
  color:var(--ops-surface);
}

.ra-route__map svg{
  width:100%;
  min-height:18rem;
}

.ra-route__map text{
  font-family:var(--ops-font);
  font-size:14px;
}

.ra-route__legend{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  background:var(--ops-surface);
  color:var(--ops-ink);
}

.ra-route__legend div{
  min-width:0;
  padding:var(--ops-space-2);
  display:grid;
  gap:.5rem;
}

.ra-route__legend span{
  color:var(--ops-muted);
  font-size:var(--ops-fs-1);
}

.ra-route__legend strong{
  font-family:var(--ops-mono);
  font-size:var(--ops-fs-2);
}

.ops-section-head{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(18rem,.65fr);
  align-items:end;
  gap:var(--ops-space-4);
  margin-bottom:var(--ops-space-4);
}

.ops-section-head>div{
  min-width:0;
  display:grid;
  gap:.5rem;
}

.ops-section-head .ops-kicker{
  width:fit-content;
  max-width:100%;
  align-self:flex-start;
}

.ops-section-head h2,
.ops-section-head p{
  margin:0;
}

.ops-section-head h2{
  max-width:22ch;
}

.ops-section-head>p{
  max-width:34rem;
}

.ra-mode-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:var(--ops-space-2);
  align-items:start;
}

.ra-mode-grid>*{
  min-width:0;
}

.ra-mode-card{
  min-width:0;
  padding:var(--ops-space-4);
  display:grid;
  gap:var(--ops-space-3);
  border-radius:var(--ops-radius-lg);
  background:var(--ops-paper);
  color:var(--ops-ink);
}

.ra-mode-card__icon{
  width:3rem;
  height:3rem;
  display:grid;
  place-items:center;
  border-radius:var(--ops-radius-sm);
  background:var(--ops-yellow-soft);
  color:var(--ops-ink);
}

.ra-mode-card__icon svg{
  width:1.4rem;
  height:1.4rem;
}

.ra-mode-card>div:nth-child(2){
  display:grid;
  gap:.5rem;
}

.ra-mode-card .c-badge{
  width:fit-content;
  max-width:100%;
  align-self:flex-start;
}

.ra-mode-card h3,
.ra-mode-card p{
  margin:0;
}

.ra-mode-card p{
  color:var(--ops-muted);
}

.ra-mode-card ul{
  margin:0;
  color:var(--ops-muted);
}

.ra-choice-note{
  margin-top:var(--ops-space-3);
}

.ra-choice-note h3,
.ra-choice-note p{
  margin:0;
}

.ra-choice-note>div{
  display:grid;
  gap:.5rem;
}

.ra-ssh-panel{
  min-width:0;
  padding:var(--ops-space-4);
  border-radius:var(--ops-radius-lg);
  background:var(--ops-surface);
  color:var(--ops-ink);
}

.ra-ssh-panel>.ops-kicker{
  width:fit-content;
  max-width:100%;
  align-self:flex-start;
  display:flex;
  margin-bottom:.5rem;
}

.ra-ssh-panel>h2{
  max-width:20ch;
  margin-bottom:.5rem;
}

.ra-ssh-panel>p{
  margin-bottom:var(--ops-space-3);
  color:var(--ops-muted);
}

.ra-check-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:var(--ops-space-2);
}

.ra-check-grid>*{
  min-width:0;
}

.ra-check-unit{
  padding:var(--ops-space-3);
  border-radius:var(--ops-radius-md);
  background:var(--ops-paper);
  color:var(--ops-ink);
}

.ra-check-unit span{
  display:block;
  margin-bottom:.5rem;
  color:var(--ops-muted);
  font-size:var(--ops-fs-1);
}

.ra-check-unit h3{
  margin-bottom:.5rem;
}

.ra-check-unit p{
  margin:0;
  color:var(--ops-muted);
  font-size:var(--ops-fs-2);
}

.ra-info-card{
  background:var(--ops-surface);
  color:var(--ops-ink);
}

.ra-info-card .c-badge{
  margin-bottom:.5rem;
}

.ra-info-card h3{
  margin-bottom:.5rem;
}

.ra-info-card p{
  color:var(--ops-muted);
}

.ra-info-card dl{
  margin:var(--ops-space-2) 0;
}

.ra-info-card dl div{
  padding-block:.75rem;
  display:grid;
  grid-template-columns:minmax(6rem,max-content) minmax(0,1fr);
  gap:var(--ops-space-1);
  border-bottom:1px solid var(--ops-line);
}

.ra-info-card dt{
  font-weight:700;
}

.ra-info-card dd{
  min-width:0;
  margin:0;
  color:var(--ops-muted);
  overflow-wrap:anywhere;
}

.ra-info-card ul{
  margin:var(--ops-space-2) 0 0;
  color:var(--ops-muted);
}

.ra-terminal-section{
  background:var(--ops-ink);
  color:var(--ops-surface);
}

.ra-terminal-section .ops-section-head p{
  color:var(--ops-muted-2);
}

.ra-terminal{
  margin:0;
  padding:0;
  overflow:hidden;
  border:1px solid var(--ops-line-dark);
  border-radius:var(--ops-radius-lg);
  background:var(--ops-ink-2);
  color:var(--ops-surface);
}

.ra-terminal__bar{
  min-width:0;
  padding:var(--ops-space-2);
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  align-items:center;
  gap:var(--ops-space-2);
  background:var(--ops-ink-3);
  color:var(--ops-surface);
}

.ra-terminal__bar figcaption{
  min-width:0;
  margin:0;
  color:var(--ops-muted-2);
  font-size:var(--ops-fs-1);
  overflow-wrap:anywhere;
}

.ra-terminal__bar>span{
  color:var(--ops-muted-2);
  font-size:var(--ops-fs-0);
}

.ra-terminal__lights{
  display:flex;
  align-items:center;
  gap:.45rem;
}

.ra-terminal__lights span{
  width:.7rem;
  height:.7rem;
  border-radius:50%;
}

.ra-terminal__lights span:nth-child(1){
  background:var(--ops-danger);
  color:var(--ops-surface);
}

.ra-terminal__lights span:nth-child(2){
  background:var(--ops-yellow);
  color:var(--ops-ink);
}

.ra-terminal__lights span:nth-child(3){
  background:var(--ops-success);
  color:var(--ops-ink);
}

.ra-terminal .c-code{
  margin:0;
  min-height:27rem;
  border-radius:0;
  background:var(--ops-ink);
  color:var(--ops-surface);
}

.ra-terminal__notes{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  background:var(--ops-ink-3);
  color:var(--ops-surface);
}

.ra-terminal__notes div{
  min-width:0;
  padding:var(--ops-space-2);
  display:grid;
  gap:.5rem;
  border-right:1px solid var(--ops-line-dark);
}

.ra-terminal__notes div:last-child{
  border-right:0;
}

.ra-terminal__notes strong{
  font-family:var(--ops-mono);
  color:var(--ops-yellow);
}

.ra-terminal__notes span{
  color:var(--ops-muted-2);
  font-size:var(--ops-fs-1);
}

.ra-session-steps{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  gap:var(--ops-space-2);
}

.ra-session-steps li{
  min-width:0;
  padding:var(--ops-space-3);
  display:grid;
  grid-template-columns:auto minmax(0,1fr);
  align-items:start;
  gap:var(--ops-space-3);
  border-radius:var(--ops-radius-md);
  background:var(--ops-paper);
  color:var(--ops-ink);
}

.ra-session-steps__number{
  width:3rem;
  height:3rem;
  display:grid;
  place-items:center;
  border-radius:var(--ops-radius-sm);
  background:var(--ops-yellow);
  color:var(--ops-ink);
  font-weight:700;
}

.ra-session-steps li>div{
  min-width:0;
  display:grid;
  gap:.5rem;
}

.ra-session-steps h3,
.ra-session-steps p{
  margin:0;
}

.ra-session-steps p{
  color:var(--ops-muted);
}

.ra-transfer-grid{
  align-items:start;
}

.ra-transfer-card{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  background:var(--ops-surface);
  color:var(--ops-ink);
}

.ra-transfer-card__icon{
  width:2.75rem;
  height:2.75rem;
  margin-bottom:.5rem;
  display:grid;
  place-items:center;
  border-radius:var(--ops-radius-sm);
  background:var(--ops-yellow-soft);
  color:var(--ops-ink);
}

.ra-transfer-card__icon svg{
  width:1.35rem;
  height:1.35rem;
}

.ra-transfer-card .c-badge{
  margin-bottom:.5rem;
}

.ra-transfer-card h3{
  margin-bottom:.5rem;
}

.ra-transfer-card p{
  color:var(--ops-muted);
}

.ra-transfer-card ul{
  margin:auto 0 0;
  padding-top:var(--ops-space-2);
  color:var(--ops-muted);
}

.ra-transfer-warning{
  margin-top:var(--ops-space-3);
}

.ra-transfer-warning>div{
  display:grid;
  gap:.5rem;
}

.ra-transfer-warning h3,
.ra-transfer-warning p{
  margin:0;
}

.ra-tuning-layout{
  display:grid;
  gap:var(--ops-space-3);
}

.ra-tuning-table{
  background:var(--ops-surface);
  color:var(--ops-ink);
}

.ra-tuning-table caption{
  padding:var(--ops-space-2);
  text-align:left;
  background:var(--ops-surface);
  color:var(--ops-ink);
  font-weight:700;
}

.ra-tuning-band{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  border-radius:var(--ops-radius-lg);
  background:var(--ops-yellow);
  color:var(--ops-ink);
}

.ra-tuning-band div{
  min-width:0;
  padding:var(--ops-space-3);
  display:grid;
  gap:.5rem;
}

.ra-tuning-band span{
  color:var(--ops-ink);
  font-size:var(--ops-fs-0);
  font-weight:700;
}

.ra-tuning-band strong{
  font-size:var(--ops-fs-4);
}

.ra-tuning-band p{
  margin:0;
  color:var(--ops-ink);
}

.ra-diagnostics{
  background:var(--ops-ink);
  color:var(--ops-surface);
}

.ra-diagnostics .ops-section-head p{
  color:var(--ops-muted-2);
}

.ra-diagnostics__list{
  border-color:var(--ops-line-dark);
}

.ra-diagnostics__list details{
  border-color:var(--ops-line-dark);
}

.ra-diagnostics__list summary{
  color:var(--ops-surface);
}

.ra-diagnostics__list .c-faq-content{
  border-top:1px solid var(--ops-line-dark);
}

.ra-diagnostics__list .c-faq-content p{
  color:var(--ops-muted-2);
}

.ra-ticket-note{
  margin-top:var(--ops-space-4);
  padding:var(--ops-space-3);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:var(--ops-space-3);
  border-radius:var(--ops-radius-lg);
  background:var(--ops-ink-3);
  color:var(--ops-surface);
}

.ra-ticket-note>div{
  min-width:0;
  display:grid;
  gap:.5rem;
}

.ra-ticket-note h3,
.ra-ticket-note p{
  margin:0;
}

.ra-ticket-note p{
  color:var(--ops-muted-2);
}

.ra-ticket-note .c-badge{
  width:fit-content;
  max-width:100%;
  align-self:flex-start;
}

.ra-security-list{
  margin-bottom:var(--ops-space-3);
}

.ra-security-details{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:var(--ops-space-2);
  align-items:start;
}

.ra-security-details>*{
  min-width:0;
}

.ra-security-details article{
  padding:var(--ops-space-3);
  border-radius:var(--ops-radius-md);
  background:var(--ops-surface);
  color:var(--ops-ink);
}

.ra-security-details .c-badge{
  margin-bottom:.5rem;
}

.ra-security-details h3{
  margin-bottom:.5rem;
}

.ra-security-details p{
  margin:0;
  color:var(--ops-muted);
}

.ra-cta-actions{
  min-width:min(100%,16rem);
  display:flex;
  flex-direction:column;
  align-items:stretch;
  gap:.5rem;
}

.ra-cta-actions .c-btn{
  width:100%;
}

.ra-cta-actions .c-btn-ghost{
  border-color:var(--ops-line-dark);
  color:var(--ops-surface);
}

@media(min-width:1440px){
  .ra-hero__layout{
    gap:var(--ops-space-6);
  }
}

@media(max-width:900px){
  .ra-hero__layout,
  .ops-section-head{
    grid-template-columns:1fr;
  }

  .ops-section-head{
    align-items:start;
    gap:var(--ops-space-2);
  }

  .ops-section-head>p{
    max-width:46rem;
  }

  .ra-route{
    max-width:46rem;
  }

  .ra-security-details{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media(max-width:768px){
  .ra-mode-grid,
  .ra-check-grid,
  .ra-terminal__notes,
  .ra-tuning-band,
  .ra-security-details{
    grid-template-columns:1fr;
  }

  .ra-terminal__bar{
    grid-template-columns:auto minmax(0,1fr);
  }

  .ra-terminal__bar>span{
    grid-column:1/-1;
  }

  .ra-terminal__notes div{
    border-right:0;
    border-bottom:1px solid var(--ops-line-dark);
  }

  .ra-terminal__notes div:last-child{
    border-bottom:0;
  }

  .ra-ticket-note{
    align-items:flex-start;
    flex-direction:column;
  }

  .ra-ticket-note .c-btn{
    width:100%;
  }
}

@media(max-width:640px){
  .ra-hero{
    padding-bottom:var(--ops-space-5);
  }

  .ra-hero__breadcrumb{
    margin-bottom:var(--ops-space-3);
  }

  .ra-hero__facts{
    grid-template-columns:1fr;
  }

  .ra-hero__facts div,
  .ra-hero__facts div:first-child,
  .ra-hero__facts div:last-child{
    padding:var(--ops-space-1) 0;
    border-right:0;
    border-bottom:1px solid var(--ops-line-dark);
  }

  .ra-hero__facts div:last-child{
    border-bottom:0;
  }

  .ra-route__legend{
    grid-template-columns:1fr;
  }

  .ra-route__map svg{
    min-height:13rem;
  }

  .ra-mode-card,
  .ra-ssh-panel{
    padding:var(--ops-space-3);
  }

  .ra-session-steps li{
    grid-template-columns:1fr;
  }

  .ra-session-steps__number{
    width:2.75rem;
    height:2.75rem;
  }

  .ra-info-card dl div{
    grid-template-columns:1fr;
    gap:.5rem;
  }

  .ra-terminal__bar{
    gap:var(--ops-space-1);
  }

  .ra-terminal .c-code{
    min-height:0;
  }
}

@media(max-width:390px){
  .ra-hero__copy h1{
    max-width:none;
  }

  .ra-hero__actions .c-btn,
  .ra-cta-actions,
  .ra-cta-actions .c-btn{
    width:100%;
  }

  .ra-route__head{
    align-items:flex-start;
    flex-direction:column;
  }

  .ra-terminal__bar{
    grid-template-columns:1fr;
  }

  .ra-terminal__lights{
    margin-bottom:.5rem;
  }

  .ra-terminal__bar>span{
    grid-column:auto;
  }

  .ra-ticket-note{
    padding:var(--ops-space-2);
  }
}
