.rd-hero{
  background:var(--av-cream);
}

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

.rd-hero-copy h1{
  max-width:15ch;
  font-size:clamp(2.45rem,4.5vw,3.45rem);
  line-height:1.16;
}

.rd-hero-lead{
  max-width:42rem;
}

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

.rd-hero-facts div{
  min-width:0;
  display:grid;
  gap:.5rem;
  padding:var(--av-space-2);
  padding-inline:0;
}

.rd-hero-facts div + div{
  padding-inline-start:var(--av-space-2);
  border-left:1px solid var(--av-line);
}

.rd-hero-facts strong{
  color:var(--av-ink);
  font-family:var(--av-font-mono);
  font-size:var(--av-fs-3);
  line-height:1.25;
  font-variant-numeric:tabular-nums;
  overflow-wrap:anywhere;
}

.rd-hero-facts span{
  color:var(--av-muted);
  font-size:var(--av-fs-0);
  line-height:1.45;
}

.rd-stage{
  min-width:0;
}

.rd-run-sheet{
  width:100%;
  max-width:none;
  height:100%;
  display:flex;
  flex-direction:column;
  overflow:hidden;
  border-radius:var(--av-radius-lg);
  background:#ffffff;
  color:#47515a;
  box-shadow:var(--av-shadow);
}

.rd-run-sheet h2,
.rd-run-sheet h3,
.rd-run-sheet h4{
  color:#1b2025;
}

.rd-sheet-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:var(--av-space-2);
  padding:var(--av-space-3) var(--av-space-4);
  background:#163c60;
  color:#d8e9f2;
}

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

.rd-sheet-head h2{
  color:#ffffff;
  font-size:var(--av-fs-4);
}

.rd-sheet-head .c-status{
  flex:0 0 auto;
  color:#d8e9f2;
}

.rd-sheet-label{
  color:#8cc8e8;
  font-family:var(--av-font-mono);
  font-size:var(--av-fs-0);
  font-weight:700;
  line-height:1.35;
  letter-spacing:.08em;
}

.rd-sheet-fields{
  flex:1;
  margin:0;
  padding:0 var(--av-space-4);
  background:#ffffff;
  color:#47515a;
}

.rd-sheet-fields > div{
  display:grid;
  grid-template-columns:minmax(7rem,.7fr) minmax(0,1.3fr);
  gap:var(--av-space-2);
  padding-block:var(--av-space-2);
  border-bottom:1px solid var(--av-line);
}

.rd-sheet-fields > div:last-child{
  border-bottom:0;
}

.rd-sheet-fields dt,
.rd-sheet-fields dd{
  min-width:0;
  overflow-wrap:anywhere;
}

.rd-sheet-fields dt{
  color:#626C74;
  font-family:var(--av-font-mono);
}

.rd-sheet-fields dd{
  color:#1b2025;
}

.rd-sheet-foot{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:var(--av-space-2);
  padding:var(--av-space-2) var(--av-space-4);
  background:#dceff8;
  color:#294754;
  font-size:var(--av-fs-0);
  line-height:1.5;
}

.rd-sheet-foot span{
  min-width:0;
  overflow-wrap:anywhere;
}

.rd-mode-grid{
  align-items:start;
}

.rd-mode-card{
  display:flex;
  flex-direction:column;
  gap:var(--av-space-1);
}

.rd-icon{
  width:2.75rem;
  height:2.75rem;
  display:grid;
  place-items:center;
  margin-bottom:var(--av-space-1);
  border-radius:var(--av-radius-sm);
  background:#163c60;
  color:#ffffff;
}

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

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

.rd-mode-card h3{
  margin-top:.25rem;
}

.rd-plain-list{
  display:grid;
  gap:0;
  margin:var(--av-space-2) 0 0;
  padding:0;
  list-style:none;
}

.rd-plain-list li{
  position:relative;
  padding:.65rem 0 .65rem 1.15rem;
  border-top:1px solid var(--av-line);
  color:var(--av-text);
  font-size:var(--av-fs-1);
}

.rd-plain-list li::before{
  content:"";
  position:absolute;
  top:1.2rem;
  left:0;
  width:.4rem;
  height:.4rem;
  border-radius:50%;
  background:var(--av-blue);
}

.rd-preflight{
  align-items:stretch;
}

.rd-check-sheet{
  min-width:0;
  overflow:hidden;
  border-radius:var(--av-radius-lg);
  background:#ffffff;
  color:#47515a;
  box-shadow:var(--av-shadow);
}

.rd-check-sheet h3,
.rd-check-sheet h4{
  color:#1b2025;
}

.rd-check-head{
  display:grid;
  gap:.5rem;
  padding:var(--av-space-3) var(--av-space-4);
  background:#163c60;
  color:#d8e9f2;
}

.rd-check-head h3{
  color:#ffffff;
}

.rd-check-list{
  margin:0;
  padding:0 var(--av-space-4);
  list-style:none;
}

.rd-check-list li{
  display:grid;
  grid-template-columns:auto minmax(0,1fr);
  gap:var(--av-space-2);
  padding-block:var(--av-space-3);
  border-bottom:1px solid var(--av-line);
}

.rd-check-list li:last-child{
  border-bottom:0;
}

.rd-check-list li > div{
  min-width:0;
  display:grid;
  gap:.5rem;
}

.rd-step-number{
  width:2.3rem;
  height:2.3rem;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  background:#f7c94b;
  color:#1b2025;
  font-family:var(--av-font-mono);
  font-size:var(--av-fs-0);
  font-weight:700;
  line-height:1;
  font-variant-numeric:tabular-nums;
}

.rd-preflight-side{
  align-self:stretch;
}

.rd-preflight-side>.c-card{
  justify-content:space-between;
}

.rd-side-card{
  gap:var(--av-space-1);
}

.rd-side-card .rd-icon{
  margin-bottom:var(--av-space-1);
}

.rd-flow-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(min(100%,14rem),1fr));
  align-items:start;
  gap:var(--av-space-3);
  margin:0;
  padding:0;
  list-style:none;
}

.rd-flow-card{
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:var(--av-space-1);
  padding:var(--av-space-3);
  border-radius:var(--av-radius-md);
  background:#ffffff;
  color:#47515a;
}

.rd-flow-card h3{
  color:#1b2025;
}

.rd-flow-card .rd-step-number{
  width:fit-content;
  min-width:2.3rem;
  align-self:flex-start;
  margin-bottom:var(--av-space-1);
}

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

.rd-section-note svg{
  width:1.25rem;
  height:1.25rem;
  margin-top:.2rem;
}

.rd-command-section{
  background:#1b2025;
  color:#d8e9f2;
}

.rd-command-section h2,
.rd-command-section h3,
.rd-command-section h4{
  color:#ffffff;
}

.rd-command-section p{
  color:#b7c8d0;
}

.rd-night-head .av-kicker{
  color:#8cc8e8;
}

.rd-ledger{
  overflow:hidden;
  border-radius:var(--av-radius-lg);
  background:#163c60;
  color:#d8e9f2;
}

.rd-ledger-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:var(--av-space-2);
  padding:var(--av-space-3) var(--av-space-4);
  background:#0d4269;
  color:#d8e9f2;
  border-bottom:1px solid var(--av-line-dark);
}

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

.rd-ledger-state{
  width:fit-content;
  max-width:100%;
  flex:0 0 auto;
  align-self:flex-start;
  padding:.45rem .75rem;
  border-radius:999px;
  background:#f7c94b;
  color:#1b2025;
  font-family:var(--av-font-mono);
  font-size:var(--av-fs-0);
  font-weight:700;
  line-height:1.2;
}

.rd-ledger-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(min(100%,12rem),1fr));
  align-items:stretch;
}

.rd-ledger-grid article{
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:var(--av-space-1);
  padding:var(--av-space-3);
  border-bottom:1px solid var(--av-line-dark);
}

.rd-ledger-grid article + article{
  border-left:1px solid var(--av-line-dark);
}

.rd-ledger-grid span{
  color:#8cc8e8;
  font-size:var(--av-fs-0);
  line-height:1.4;
  overflow-wrap:anywhere;
}

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

.rd-tool-card{
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:var(--av-space-1);
  padding:var(--av-space-3);
  border-radius:var(--av-radius-md);
  background:#eef5f7;
  color:#47515a;
}

.rd-tool-card h3{
  color:#1b2025;
}

.rd-tool-card > span{
  width:fit-content;
  max-width:100%;
  align-self:flex-start;
  color:#075d88;
  font-size:var(--av-fs-0);
  font-weight:700;
  overflow-wrap:anywhere;
}

.rd-security-grid{
  align-items:start;
}

.rd-security-card{
  display:flex;
  flex-direction:column;
  gap:var(--av-space-1);
}

.rd-security-index{
  width:fit-content;
  max-width:100%;
  align-self:flex-start;
  margin-bottom:var(--av-space-1);
  color:#086fa1;
  font-family:var(--av-font-mono);
  font-size:var(--av-fs-3);
  font-weight:700;
  line-height:1.2;
}

.rd-troubleshoot-table{
  margin-bottom:var(--av-space-4);
}

.rd-troubleshoot-table table{
  min-width:46rem;
}

.rd-troubleshoot-table caption{
  padding:var(--av-space-2);
  background:#ffffff;
  color:#47515a;
  font-size:var(--av-fs-1);
  font-weight:700;
  text-align:left;
  caption-side:top;
}

.rd-troubleshoot-table th,
.rd-troubleshoot-table td{
  text-align:left;
}

.rd-faq{
  background:#ffffff;
  color:#47515a;
}

.rd-faq details{
  border-radius:0;
  background:#ffffff;
  color:#47515a;
  border-top:1px solid var(--av-line);
}

.rd-faq details:last-child{
  border-bottom:1px solid var(--av-line);
}

.rd-faq summary{
  color:#1b2025;
}

.rd-faq .c-faq-body{
  color:#47515a;
  border-top:1px solid var(--av-line);
}

.rd-support-paired{
  align-items:stretch;
}

.rd-support-checklist{
  display:flex;
  flex-direction:column;
  gap:var(--av-space-1);
}

.rd-support-checklist > .c-badge{
  width:fit-content;
  max-width:100%;
  align-self:flex-start;
  margin-bottom:var(--av-space-1);
}

.rd-support-list{
  display:grid;
  gap:0;
  margin:var(--av-space-2) 0 0;
  padding:0;
  list-style:none;
}

.rd-support-list li{
  min-width:0;
  display:grid;
  grid-template-columns:minmax(7rem,.45fr) minmax(0,1.55fr);
  gap:var(--av-space-2);
  padding-block:.8rem;
  border-top:1px solid var(--av-line);
}

.rd-support-list strong,
.rd-support-list span{
  min-width:0;
  overflow-wrap:anywhere;
}

.rd-support-list strong{
  color:var(--av-ink);
}

.rd-support-side{
  align-self:stretch;
}

.rd-support-card{
  gap:var(--av-space-1);
}

.rd-support-card p{
  overflow-wrap:anywhere;
}

.rd-card-action{
  padding-top:var(--av-space-3);
  margin-top:auto;
}

.rd-card-action .c-btn{
  width:100%;
  white-space:normal;
}

.rd-text-link{
  color:#075d88;
  font-weight:700;
  text-decoration:underline;
  text-decoration-thickness:1px;
  text-underline-offset:.2em;
  overflow-wrap:anywhere;
}

.rd-closing-section{
  background:var(--av-cream);
  padding-bottom:var(--av-space-4);
}

.rd-closing-actions{
  flex:0 0 auto;
  flex-direction:column;
  align-items:stretch;
  justify-content:flex-start;
}

.rd-closing-actions .c-btn{
  width:100%;
  white-space:normal;
}

@media(max-width:64rem){
  .rd-hero-copy h1{
    max-width:18ch;
  }

  .rd-run-sheet{
    height:auto;
    overflow:visible;
  }

  .rd-stage{
    height:auto;
    overflow:visible;
  }

  .rd-ledger-grid article + article{
    border-left:0;
  }
}

@media(max-width:48rem){
  .rd-hero-facts{
    grid-template-columns:1fr;
  }

  .rd-hero-facts div{
    padding-block:var(--av-space-2);
  }

  .rd-hero-facts div + div{
    padding-inline-start:0;
    border-top:1px solid var(--av-line);
    border-left:0;
  }

  .rd-sheet-head,
  .rd-ledger-head{
    flex-direction:column;
  }

  .rd-sheet-fields > div{
    grid-template-columns:1fr;
    gap:.5rem;
  }

  .rd-sheet-foot{
    align-items:flex-start;
    flex-direction:column;
  }

  .rd-check-list li{
    grid-template-columns:1fr;
  }

  .rd-support-list li{
    grid-template-columns:1fr;
    gap:.5rem;
  }

  .rd-section-note{
    grid-template-columns:1fr;
  }
}

@media(max-width:24.375rem){
  .rd-hero-copy h1{
    font-size:clamp(2.15rem,11vw,2.7rem);
  }

  .rd-sheet-head,
  .rd-sheet-fields,
  .rd-sheet-foot,
  .rd-check-head,
  .rd-check-list{
    padding-inline:var(--av-space-3);
  }

  .rd-ledger-head{
    padding-inline:var(--av-space-3);
  }

  .rd-hero-copy .av-actions,
  .rd-hero-copy .c-btn{
    width:100%;
  }
}
