.support-hero{
  padding-top:var(--space-7);
  background:#243034;
  color:#FFFFFF;
}

.support-hero-layout{
  display:grid;
  grid-template-columns:minmax(0,1.02fr) minmax(0,.98fr);
  align-items:start;
  gap:var(--space-6);
  padding-bottom:var(--space-6);
}

.support-hero-copy{
  min-width:0;
  align-self:start;
  color:#FFFFFF;
}

.support-hero-copy h1{
  max-width:16ch;
  color:#FFFFFF;
  font-size:clamp(2.5rem,4.8vw,3.8rem);
  line-height:1.16;
  overflow-wrap:anywhere;
}

.support-title-group{
  display:grid;
  gap:.5rem;
}

.support-title-group p{
  max-width:40rem;
  color:#D9E0E1;
  font-size:var(--text-md);
}

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

.support-hero-actions .c-btn-ghost{
  color:#FFFFFF;
  border-color:rgba(255,255,255,.42);
}

.support-hero-note{
  max-width:42rem;
  color:#C4CDCE;
  font-size:var(--text-sm);
}

.support-stage{
  min-width:0;
  height:auto;
  align-self:start;
  padding:var(--space-3);
  overflow:visible;
  border-radius:var(--radius-lg);
  background:#303F43;
  color:#FFFFFF;
}

.support-handoff{
  width:100%;
  height:auto;
  min-width:0;
  padding:0;
  overflow:hidden;
  border-radius:var(--radius-md);
  background:#FFFFFF;
  color:#243034;
  box-shadow:var(--shadow-stage);
  transform:rotate(1.15deg);
  transform-origin:center;
}

.support-handoff-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:var(--space-3);
  padding:var(--space-3);
  background:#F4E6B8;
  color:#302811;
}

.support-handoff-head div{
  min-width:0;
}

.support-handoff-head span,
.support-handoff-head strong{
  display:block;
}

.support-handoff-head span{
  font-size:var(--text-xs);
  line-height:1.4;
  letter-spacing:.08em;
}

.support-handoff-head strong{
  margin-top:.5rem;
  font-family:var(--font-heading);
  font-size:var(--text-lg);
  line-height:1.25;
}

.support-handoff-code{
  flex:0 1 auto;
  min-width:0;
  overflow-wrap:anywhere;
}

.support-handoff-body{
  padding:var(--space-3);
  padding-bottom:var(--space-4);
  color:#243034;
}

.support-handoff-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:0 var(--space-3);
  margin:0;
}

.support-handoff-grid div{
  min-width:0;
  padding-block:var(--space-2);
  border-bottom:1px solid #D9DCD9;
}

.support-handoff-grid dt{
  color:#697276;
  font-size:var(--text-xs);
}

.support-handoff-grid dd{
  margin-top:.5rem;
  color:#243034;
  font-family:var(--font-mono);
  overflow-wrap:anywhere;
}

.support-handoff-progress{
  margin-top:var(--space-3);
}

.support-handoff-progress-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:var(--space-2);
  color:#4C5558;
  font-size:var(--text-xs);
  font-weight:750;
}

.support-handoff-progress ol{
  margin-top:var(--space-1);
  padding:0;
  list-style:none;
}

.support-handoff-progress li{
  display:grid;
  grid-template-columns:2.25rem minmax(0,1fr);
  gap:0 var(--space-2);
  padding:.4rem 0;
  border-top:1px solid #D9DCD9;
}

.support-handoff-progress li>span{
  grid-row:1/3;
  color:#9C3F0B;
  font-size:var(--text-xs);
}

.support-handoff-progress li strong{
  color:#243034;
  font-size:var(--text-sm);
  line-height:1.4;
}

.support-handoff-progress li small{
  margin-top:.25rem;
  color:#697276;
}

.support-data-band{
  padding-block:var(--space-3);
  background:#192529;
  color:#E9EEEE;
}

.support-data-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  align-items:stretch;
}

.support-data-grid>div{
  min-width:0;
  padding:var(--space-2) var(--space-3);
  border-left:1px solid rgba(255,255,255,.16);
}

.support-data-grid>div:last-child{
  border-right:1px solid rgba(255,255,255,.16);
}

.support-data-grid span,
.support-data-grid strong{
  display:block;
}

.support-data-grid span{
  color:#A7B2B4;
  font-size:var(--text-xs);
}

.support-data-grid strong{
  margin-top:.5rem;
  color:#FFFFFF;
  font-size:var(--text-base);
  line-height:1.4;
  overflow-wrap:anywhere;
}

.support-section{
  padding-block:var(--space-7);
}

.support-section-head{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,.72fr);
  align-items:end;
  gap:var(--space-5);
  margin-bottom:var(--space-5);
}

.support-section-head>div{
  min-width:0;
}

.support-section-head h2{
  max-width:18ch;
  margin-inline:0;
  overflow-wrap:anywhere;
}

.support-section-head>p{
  min-width:0;
  max-width:38rem;
  color:#697276;
}

.support-entry-section{
  background:#FAF9F6;
  color:#243034;
}

.support-entry-grid{
  grid-template-columns:repeat(auto-fit,minmax(min(100%,13.5rem),1fr));
  align-items:start;
}

.support-entry-card{
  display:flex;
  min-width:0;
  flex-direction:column;
  align-items:flex-start;
  gap:.5rem;
  min-height:22rem;
  padding:var(--space-3);
}

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

.support-entry-card h3{
  margin-top:.5rem;
  font-size:var(--text-lg);
  overflow-wrap:anywhere;
}

.support-entry-card p{
  color:inherit;
  opacity:.78;
}

.support-entry-card-dark{
  background:#243034;
  color:#FFFFFF;
}

.support-entry-card-dark p{
  color:#D9E0E1;
  opacity:1;
}

.support-entry-card-dark .c-badge{
  background:#F4E6B8;
  color:#302811;
}

.support-icon-chip{
  display:inline-flex;
  width:2.75rem;
  height:2.75rem;
  align-items:center;
  justify-content:center;
  margin-bottom:var(--space-1);
  border-radius:var(--radius-sm);
  background:rgba(36,48,52,.1);
  color:inherit;
}

.support-entry-card-dark .support-icon-chip{
  background:#3A494D;
  color:#FFFFFF;
}

.support-card-link{
  margin-top:auto;
  padding-top:var(--space-3);
  color:inherit;
  font-size:var(--text-sm);
  font-weight:750;
}

.support-remote-section{
  background:#D5E7E4;
  color:#18302F;
}

.support-remote-section .support-section-head>p{
  color:#36504E;
}

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

.support-step{
  display:grid;
  grid-template-columns:3rem minmax(0,1fr);
  align-items:start;
  gap:var(--space-2);
  min-width:0;
  padding:var(--space-3);
  border-radius:var(--radius-md);
  background:#FFFFFF;
  color:#243034;
}

.support-step-number{
  display:inline-flex;
  width:2.75rem;
  height:2.75rem;
  align-items:center;
  justify-content:center;
  border-radius:var(--radius-sm);
  background:#18302F;
  color:#FFFFFF;
  font-size:var(--text-sm);
}

.support-step div{
  display:grid;
  min-width:0;
  gap:.5rem;
}

.support-step h3{
  color:#243034;
  font-size:var(--text-md);
  overflow-wrap:anywhere;
}

.support-step p{
  color:#566064;
  font-size:var(--text-sm);
}

.support-security-note{
  margin-top:var(--space-4);
}

.support-security-note p{
  color:#302811;
}

.support-terminal-section{
  background:#243034;
  color:#FFFFFF;
}

.support-terminal-layout{
  display:grid;
  grid-template-columns:minmax(0,.72fr) minmax(0,1.28fr);
  align-items:stretch;
  gap:var(--space-5);
}

.support-terminal-copy{
  min-width:0;
  align-self:center;
  color:#FFFFFF;
}

.support-terminal-copy h2{
  max-width:15ch;
  color:#FFFFFF;
  overflow-wrap:anywhere;
}

.support-terminal-copy>p{
  margin-top:var(--space-2);
  color:#C4CDCE;
}

.support-check-list{
  margin-top:var(--space-3);
  padding:0;
  list-style:none;
}

.support-check-list li{
  padding:var(--space-2) 0;
  border-top:1px solid rgba(255,255,255,.16);
  color:#D9E0E1;
}

.support-check-list li:last-child{
  border-bottom:1px solid rgba(255,255,255,.16);
}

.support-check-list strong{
  color:#FFFFFF;
}

.support-terminal{
  min-width:0;
  height:100%;
}

.support-terminal-bar{
  justify-content:space-between;
  min-width:0;
}

.support-terminal-session{
  min-width:0;
  overflow-wrap:anywhere;
}

.support-terminal pre{
  min-height:28rem;
  color:#E9EEEE;
}

.support-xcode-section{
  background:#FAF9F6;
  color:#243034;
}

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

.support-config-card{
  display:flex;
  min-width:0;
  flex-direction:column;
  align-items:flex-start;
  gap:.5rem;
  padding:var(--space-4);
}

.support-config-index{
  display:inline-flex;
  width:2.5rem;
  height:2.5rem;
  align-items:center;
  justify-content:center;
  margin-bottom:var(--space-1);
  border-radius:var(--radius-sm);
  background:#243034;
  color:#FFFFFF;
}

.support-config-card h3{
  font-size:var(--text-lg);
}

.support-config-card p{
  color:inherit;
  opacity:.78;
}

.support-config-card pre{
  width:100%;
  margin-top:var(--space-3);
  padding:var(--space-3);
  border-radius:var(--radius-sm);
  background:#192529;
  color:#E9EEEE;
}

.support-config-card ul{
  margin-top:var(--space-2);
  color:inherit;
}

.support-compatibility-table{
  margin-top:var(--space-5);
}

.support-compatibility-table table{
  min-width:48rem;
}

.support-compatibility-table caption{
  padding:0 0 var(--space-2);
  color:#4C5558;
  font-size:var(--text-sm);
  font-weight:700;
  text-align:left;
}

.support-runner-section{
  background:#243034;
  color:#FFFFFF;
}

.support-runner-section .support-section-head>p{
  color:#C4CDCE;
}

.support-runner-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  align-items:stretch;
  gap:var(--space-3);
}

.support-runner-card{
  display:flex;
  min-width:0;
  height:100%;
  flex-direction:column;
  overflow:hidden;
  border-radius:var(--radius-md);
  background:#FFFFFF;
  color:#243034;
}

.support-runner-card-alt{
  background:#F2D7D5;
  color:#321E20;
}

.support-runner-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:var(--space-3);
  padding:var(--space-3);
  background:#F4E6B8;
  color:#302811;
}

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

.support-runner-head span{
  font-size:var(--text-xs);
}

.support-runner-head strong{
  text-align:right;
}

.support-runner-body{
  display:flex;
  flex:1;
  flex-direction:column;
  padding:var(--space-4);
  color:inherit;
}

.support-runner-body h3{
  color:inherit;
}

.support-runner-body ol{
  display:flex;
  flex:1;
  flex-direction:column;
  margin-top:var(--space-3);
  padding-inline-start:1.25rem;
}

.support-runner-body li{
  flex:1;
  padding:.7rem 0;
  border-top:1px solid rgba(36,48,52,.15);
  color:inherit;
}

.support-cache-board{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(min(100%,14rem),1fr));
  align-items:stretch;
  gap:var(--space-2);
  margin-top:var(--space-5);
}

.support-cache-board>div{
  min-width:0;
  padding:var(--space-3);
  border-radius:var(--radius-md);
  background:#303F43;
  color:#FFFFFF;
}

.support-cache-board span,
.support-cache-board strong{
  display:block;
}

.support-cache-board span{
  color:#E7C27C;
  font-size:var(--text-xs);
}

.support-cache-board strong{
  margin-top:.5rem;
  color:#FFFFFF;
}

.support-cache-board p{
  margin-top:.5rem;
  color:#C4CDCE;
  font-size:var(--text-sm);
}

.support-upgrade-section{
  background:#F4E6B8;
  color:#302811;
}

.support-upgrade-section .support-section-head>p{
  color:#5D512C;
}

.support-upgrade-layout{
  display:grid;
  grid-template-columns:minmax(0,1.25fr) minmax(0,.75fr);
  align-items:stretch;
  gap:var(--space-3);
}

.support-upgrade-sheet{
  min-width:0;
  height:100%;
  padding:var(--space-4);
  background:#243034;
  color:#FFFFFF;
}

.support-upgrade-sheet h3{
  margin-bottom:var(--space-3);
  color:#FFFFFF;
}

.support-upgrade-sheet dt{
  color:#FFFFFF;
}

.support-upgrade-sheet dd{
  color:#D9E0E1;
}

.support-upgrade-side{
  display:grid;
  grid-template-rows:repeat(2,minmax(0,1fr));
  align-items:stretch;
  gap:var(--space-3);
  min-width:0;
}

.support-upgrade-card{
  display:flex;
  height:100%;
  min-width:0;
  flex-direction:column;
  justify-content:space-between;
  padding:var(--space-3);
}

.support-upgrade-card>div{
  display:grid;
  gap:.5rem;
}

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

.support-upgrade-card p{
  color:inherit;
  opacity:.8;
}

.support-upgrade-card .c-btn{
  width:100%;
  margin-top:var(--space-3);
}

.support-diagnostic-section{
  background:#DAD9EA;
  color:#25243A;
}

.support-diagnostic-section .support-section-head>p{
  color:#4D4B66;
}

.support-diagnostic-layout{
  display:grid;
  grid-template-columns:minmax(0,1.3fr) minmax(0,.7fr);
  align-items:stretch;
  gap:var(--space-3);
}

.support-diagnostic-board{
  min-width:0;
  overflow:hidden;
  border-radius:var(--radius-md);
  background:#FFFFFF;
  color:#243034;
}

.support-diagnostic-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:var(--space-3);
  padding:var(--space-3);
  background:#243034;
  color:#FFFFFF;
}

.support-diagnostic-head span{
  color:#E7C27C;
  font-size:var(--text-xs);
}

.support-diagnostic-items{
  padding-inline:var(--space-4);
}

.support-diagnostic-items>div{
  display:grid;
  grid-template-columns:2.75rem minmax(0,1fr);
  gap:0 var(--space-2);
  padding-block:var(--space-3);
  border-bottom:1px solid #D9DCD9;
}

.support-diagnostic-items>div:last-child{
  border-bottom:0;
}

.support-diagnostic-items span{
  grid-row:1/3;
  color:#9C3F0B;
  font-size:var(--text-sm);
}

.support-diagnostic-items h3{
  color:#243034;
  font-size:var(--text-md);
}

.support-diagnostic-items p{
  margin-top:.5rem;
  color:#697276;
  font-size:var(--text-sm);
}

.support-diagnostic-side{
  display:grid;
  grid-template-rows:repeat(2,minmax(0,1fr));
  align-items:stretch;
  gap:var(--space-3);
  min-width:0;
}

.support-safe-card,
.support-danger-card{
  display:flex;
  height:100%;
  min-width:0;
  flex-direction:column;
  justify-content:space-between;
  padding:var(--space-3);
  border-radius:var(--radius-md);
}

.support-safe-card{
  background:#D5E7E4;
  color:#18302F;
}

.support-danger-card{
  background:#F2D7D5;
  color:#321E20;
}

.support-safe-card>div,
.support-danger-card>div{
  display:grid;
  gap:.5rem;
}

.support-safe-card .c-badge,
.support-danger-card .c-badge{
  width:fit-content;
  max-width:100%;
  align-self:flex-start;
  margin-bottom:var(--space-1);
}

.support-safe-card ul,
.support-danger-card ul{
  margin-top:var(--space-2);
}

.support-safe-card .c-btn{
  width:100%;
  margin-top:var(--space-3);
}

.support-danger-card>p{
  margin-top:var(--space-3);
  color:#5F4144;
  font-size:var(--text-sm);
}

.support-closing-section{
  padding-block:var(--space-7);
  background:#FAF9F6;
  color:#243034;
}

.support-closing{
  padding:var(--space-5);
  background:#243034;
  color:#FFFFFF;
}

.support-closing>div:first-child{
  min-width:0;
}

.support-closing h2{
  max-width:20ch;
  color:#FFFFFF;
  overflow-wrap:anywhere;
}

.support-closing p{
  max-width:46rem;
  margin-top:var(--space-2);
  color:#C4CDCE;
}

.support-closing-actions{
  display:flex;
  min-width:min(100%,16rem);
  flex-direction:column;
  align-items:stretch;
  gap:var(--space-2);
}

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

.support-closing-actions .c-btn-ghost{
  color:#FFFFFF;
  border-color:rgba(255,255,255,.42);
}

@media(max-width:64rem){
  .support-hero-layout,
  .support-terminal-layout,
  .support-upgrade-layout,
  .support-diagnostic-layout{
    grid-template-columns:1fr;
  }

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

  .support-handoff{
    height:auto;
    transform:none;
  }

  .support-section-head{
    grid-template-columns:1fr;
    align-items:start;
    gap:var(--space-3);
  }

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

  .support-data-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .support-data-grid>div:nth-child(3){
    border-left:1px solid rgba(255,255,255,.16);
  }

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

  .support-terminal-copy{
    align-self:start;
  }

  .support-terminal pre{
    min-height:0;
  }
}

@media(max-width:48rem){
  .support-hero{
    padding-top:var(--space-6);
  }

  .support-hero-layout{
    gap:var(--space-4);
  }

  .support-hero-copy h1{
    max-width:none;
    font-size:clamp(2.35rem,11vw,3.15rem);
  }

  .support-stage{
    padding:var(--space-2);
  }

  .support-handoff-head,
  .support-diagnostic-head,
  .support-runner-head{
    flex-direction:column;
    align-items:flex-start;
  }

  .support-handoff-grid,
  .support-xcode-grid,
  .support-runner-grid,
  .support-upgrade-side,
  .support-diagnostic-side{
    grid-template-columns:1fr;
  }

  .support-handoff-progress li{
    grid-template-columns:2rem minmax(0,1fr);
  }

  .support-data-grid{
    grid-template-columns:1fr;
  }

  .support-data-grid>div,
  .support-data-grid>div:last-child{
    border-right:0;
    border-left:0;
    border-bottom:1px solid rgba(255,255,255,.16);
  }

  .support-data-grid>div:last-child{
    border-bottom:0;
  }

  .support-section{
    padding-block:var(--space-6);
  }

  .support-section-head{
    margin-bottom:var(--space-4);
  }

  .support-entry-card{
    min-height:0;
  }

  .support-card-link{
    margin-top:var(--space-3);
    padding-top:0;
  }

  .support-step{
    grid-template-columns:2.75rem minmax(0,1fr);
  }

  .support-terminal-bar{
    align-items:flex-start;
    flex-direction:column;
  }

  .support-upgrade-card,
  .support-safe-card,
  .support-danger-card{
    height:auto;
  }

  .support-closing-section{
    padding-block:var(--space-6);
  }

  .support-closing{
    padding:var(--space-4);
  }
}

@media(max-width:24.375rem){
  .support-hero-actions{
    align-items:stretch;
    flex-direction:column;
  }

  .support-hero-actions .c-btn{
    width:100%;
    white-space:normal;
  }

  .support-handoff-head,
  .support-handoff-body,
  .support-runner-head,
  .support-runner-body,
  .support-diagnostic-head{
    padding:var(--space-3);
  }

  .support-handoff-grid{
    grid-template-columns:1fr;
  }

  .support-step,
  .support-diagnostic-items>div{
    grid-template-columns:1fr;
  }

  .support-step-number,
  .support-diagnostic-items span{
    grid-row:auto;
  }

  .support-diagnostic-items{
    padding-inline:var(--space-3);
  }

  .support-closing-actions{
    min-width:0;
  }

  .support-closing-actions .c-btn{
    white-space:normal;
  }
}
