.support-hero{
  padding-block:var(--vm-space-5) var(--vm-space-6);
  background:var(--vm-ice);
  color:var(--vm-ink);
}

.support-hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1.02fr) minmax(0,.98fr);
  align-items:stretch;
  gap:var(--vm-space-5);
}

.support-hero-copy{
  min-width:0;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
}

.support-hero-heading{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:.5rem;
}

.support-hero-heading .c-kicker,
.support-section-title .c-kicker{
  width:fit-content;
  max-width:100%;
  align-self:flex-start;
}

.support-hero-heading h1{
  max-width:18ch;
  font-size:clamp(2.35rem,4.5vw,3.2rem);
  line-height:1.16;
}

.support-hero-heading p{
  max-width:62ch;
  margin-inline:0;
}

.support-hero-actions{
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-start;
  gap:var(--vm-space-1);
  margin-block:var(--vm-space-3);
}

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

.support-hero-facts div{
  min-width:0;
  display:flex;
  align-items:baseline;
  gap:.5rem;
  padding:var(--vm-space-2) 0;
}

.support-hero-facts div + div{
  padding-left:var(--vm-space-2);
  border-left:1px solid var(--vm-line);
}

.support-hero-facts strong{
  color:var(--vm-lime-paper);
  font-size:var(--vm-text-xl);
  line-height:1;
}

.support-hero-facts span{
  min-width:0;
  color:var(--vm-muted);
  font-size:var(--vm-text-sm);
  line-height:1.4;
  overflow-wrap:anywhere;
}

.support-run-sheet{
  min-width:0;
  min-height:32rem;
  display:flex;
  flex-direction:column;
  overflow:hidden;
  border-radius:var(--vm-radius-lg);
  background:var(--vm-white);
  color:var(--vm-ink);
  box-shadow:var(--vm-shadow);
  text-align:left;
}

.support-sheet-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:var(--vm-space-2);
  padding:var(--vm-space-3);
  background:var(--vm-acid);
  color:var(--vm-ink);
}

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

.support-sheet-head span{
  font-family:var(--vm-mono);
  font-size:var(--vm-text-xs);
  font-weight:750;
  letter-spacing:.06em;
}

.support-sheet-head strong{
  font-family:var(--vm-heading);
  font-size:var(--vm-text-lg);
  line-height:1.35;
}

.support-sheet-state{
  flex:none;
  padding:.5rem .7rem;
  border-radius:999px;
  background:var(--vm-ink);
  color:var(--vm-white);
}

.support-sheet-body{
  flex:1;
  display:flex;
  flex-direction:column;
  justify-content:space-evenly;
  padding-inline:var(--vm-space-3);
  background:var(--vm-white);
  color:var(--vm-ink);
}

.support-sheet-row{
  min-width:0;
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  align-items:center;
  gap:var(--vm-space-2);
  padding-block:var(--vm-space-2);
  border-bottom:1px solid var(--vm-line);
}

.support-sheet-row > span{
  color:var(--vm-lime-paper);
  font-size:var(--vm-text-xs);
  font-weight:750;
}

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

.support-sheet-row strong{
  font-family:var(--vm-heading);
  font-size:var(--vm-text-md);
  line-height:1.35;
}

.support-sheet-row small{
  color:var(--vm-muted);
  overflow-wrap:anywhere;
}

.support-sheet-row b{
  display:inline-flex;
  width:2.25rem;
  height:2.25rem;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:var(--vm-ice);
  color:var(--vm-ink);
  font-family:var(--vm-mono);
  font-size:var(--vm-text-xs);
  line-height:1;
}

.support-sheet-foot{
  display:flex;
  justify-content:space-between;
  gap:var(--vm-space-2);
  padding:var(--vm-space-2) var(--vm-space-3);
  background:var(--vm-ink);
  color:var(--vm-white);
}

.support-sheet-foot span{
  min-width:0;
  color:#b7cdd1;
  font-size:var(--vm-text-xs);
  line-height:1.5;
  overflow-wrap:anywhere;
}

.support-section-title{
  min-width:0;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:.5rem;
}

.support-step-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  align-items:start;
  gap:var(--vm-space-3);
  margin:0;
  padding:0;
  list-style:none;
}

.support-step-grid li{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:.5rem;
}

.support-step-number{
  display:inline-flex;
  width:2.5rem;
  height:2.5rem;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:var(--vm-acid);
  color:var(--vm-ink);
  font-size:var(--vm-text-xs);
  font-weight:800;
  line-height:1;
}

.support-step-grid h3{
  font-size:var(--vm-text-lg);
}

.support-step-grid p{
  color:var(--vm-muted);
  font-size:var(--vm-text-sm);
}

.support-start-note{
  display:grid;
  grid-template-columns:auto minmax(0,1fr);
  gap:var(--vm-space-2);
  margin-top:var(--vm-space-4);
  padding:var(--vm-space-3);
  border-radius:var(--vm-radius-md);
  background:var(--vm-ice);
  color:var(--vm-ink);
}

.support-start-note svg,
.support-backup-callout svg{
  width:1.25rem;
  height:1.25rem;
  color:var(--vm-lime-paper);
}

.support-start-note div,
.support-backup-callout div{
  min-width:0;
  display:grid;
  gap:.5rem;
}

.support-start-note p{
  color:var(--vm-muted);
}

.support-head-on-dark{
  color:var(--vm-white);
}

.support-head-on-dark p{
  color:#b7cdd1;
}

.support-kicker-dark{
  background:var(--vm-acid);
  color:var(--vm-ink);
}

.support-kicker-dark::before{
  background:var(--vm-ink);
}

.support-diagnostic-layout{
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(18rem,.85fr);
  align-items:stretch;
  gap:var(--vm-space-3);
}

.support-diagnostic-list{
  min-width:0;
}

.support-diagnostic-row{
  display:grid;
  grid-template-columns:auto minmax(0,1fr);
  gap:var(--vm-space-2);
  padding-block:var(--vm-space-3);
  border-top:1px solid var(--vm-line-dark);
  color:var(--vm-white);
}

.support-diagnostic-row:last-child{
  border-bottom:1px solid var(--vm-line-dark);
}

.support-diagnostic-row > span{
  color:var(--vm-acid);
  font-size:var(--vm-text-sm);
  font-weight:750;
}

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

.support-diagnostic-row h3{
  font-size:var(--vm-text-lg);
}

.support-diagnostic-row p{
  color:#b7cdd1;
  font-size:var(--vm-text-sm);
}

.support-command-sheet{
  min-width:0;
  display:flex;
  flex-direction:column;
  border-radius:var(--vm-radius-md);
  overflow:hidden;
  background:var(--vm-white);
  color:var(--vm-ink);
}

.support-command-label{
  display:flex;
  justify-content:space-between;
  gap:var(--vm-space-2);
  padding:var(--vm-space-3);
  background:var(--vm-acid);
  color:var(--vm-ink);
}

.support-command-label span,
.support-command-label strong{
  min-width:0;
  font-size:var(--vm-text-sm);
  overflow-wrap:anywhere;
}

.support-command-block{
  display:grid;
  gap:.5rem;
  padding:var(--vm-space-3);
  border-bottom:1px solid var(--vm-line);
  background:var(--vm-white);
  color:var(--vm-ink);
}

.support-command-block span{
  color:var(--vm-muted);
  font-size:var(--vm-text-xs);
  font-weight:750;
}

.support-command-block code{
  overflow-wrap:anywhere;
}

.support-command-sheet > p{
  margin-top:auto;
  padding:var(--vm-space-3);
  background:var(--vm-ice);
  color:var(--vm-muted);
  font-size:var(--vm-text-sm);
}

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

.support-check-card{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:.5rem;
}

.support-check-card > svg{
  width:1.5rem;
  height:1.5rem;
  margin-bottom:.25rem;
}

.support-check-card ul,
.support-storage-card ul{
  margin:.25rem 0 0;
  padding-left:1.2rem;
}

.support-check-card li,
.support-storage-card li{
  margin-top:.35rem;
  font-size:var(--vm-text-sm);
}

.support-check-card.c-card-dark{
  background:var(--vm-ink);
  color:var(--vm-white);
}

.support-check-card.c-card-dark li{
  color:#b7cdd1;
}

.support-baseline{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:var(--vm-space-3);
  margin-top:var(--vm-space-4);
  padding:var(--vm-space-3);
  border-radius:var(--vm-radius-md);
  background:var(--vm-ice);
  color:var(--vm-ink);
}

.support-baseline > div:first-child{
  min-width:0;
  display:grid;
  gap:.5rem;
}

.support-baseline > div:first-child span{
  color:var(--vm-lime-paper);
  font-size:var(--vm-text-xs);
  font-weight:750;
}

.support-baseline-code{
  min-width:0;
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-end;
  gap:var(--vm-space-1);
}

.support-baseline-code code{
  padding:.55rem .75rem;
  border-radius:var(--vm-radius-sm);
  background:var(--vm-white);
  color:var(--vm-ink);
}

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

.support-ci-flow article{
  min-width:0;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:.5rem;
  padding:var(--vm-space-3);
  border-radius:var(--vm-radius-md);
  background:var(--vm-white);
  color:var(--vm-ink);
}

.support-ci-flow article > span{
  color:var(--vm-lime-paper);
  font-size:var(--vm-text-xs);
  font-weight:750;
}

.support-ci-flow h3{
  font-size:var(--vm-text-lg);
}

.support-ci-flow p{
  color:var(--vm-muted);
  font-size:var(--vm-text-sm);
}

.support-ci-flow strong{
  margin-top:var(--vm-space-2);
  color:var(--vm-ink-2);
  font-size:var(--vm-text-sm);
}

.support-build-table{
  min-width:54rem;
}

.support-build-table caption{
  padding:var(--vm-space-2);
  background:var(--vm-white);
  color:var(--vm-muted);
  font-size:var(--vm-text-sm);
  text-align:left;
  caption-side:top;
}

.support-build-table th,
.support-build-table td{
  text-align:left;
}

.support-log-rule{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  margin-top:var(--vm-space-4);
  border-top:1px solid var(--vm-line);
  border-bottom:1px solid var(--vm-line);
}

.support-log-rule div{
  min-width:0;
  display:flex;
  align-items:center;
  gap:var(--vm-space-1);
  padding:var(--vm-space-2);
}

.support-log-rule div + div{
  border-left:1px solid var(--vm-line);
}

.support-log-rule span{
  color:var(--vm-lime-paper);
  font-weight:800;
}

.support-log-rule p{
  font-size:var(--vm-text-sm);
}

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

.support-storage-card{
  min-width:0;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:.5rem;
  padding:var(--vm-space-3);
  border-radius:var(--vm-radius-md);
  background:var(--vm-ink-2);
  color:var(--vm-white);
}

.support-storage-card > span{
  color:var(--vm-acid);
  font-size:var(--vm-text-xs);
  font-weight:750;
}

.support-storage-card p,
.support-storage-card li{
  color:#c6d9dc;
}

.support-backup-callout{
  display:grid;
  grid-template-columns:auto minmax(0,1fr);
  gap:var(--vm-space-2);
  margin-top:var(--vm-space-4);
  padding:var(--vm-space-3);
  border-radius:var(--vm-radius-md);
  background:var(--vm-acid);
  color:var(--vm-ink);
}

.support-backup-callout svg{
  color:var(--vm-ink);
}

.support-backup-callout p{
  color:var(--vm-ink-2);
}

.support-request-layout{
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(18rem,.85fr);
  align-items:start;
  gap:var(--vm-space-3);
}

.support-request-sheet{
  min-width:0;
  overflow:hidden;
  border-radius:var(--vm-radius-md);
  background:var(--vm-ice);
  color:var(--vm-ink);
}

.support-request-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:var(--vm-space-2);
  padding:var(--vm-space-3);
  background:var(--vm-ink);
  color:var(--vm-white);
}

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

.support-request-head span{
  color:#b7cdd1;
  font-size:var(--vm-text-xs);
}

.support-request-fields{
  margin:0;
  padding-inline:var(--vm-space-3);
  background:var(--vm-ice);
  color:var(--vm-ink);
}

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

.support-request-fields > div:last-child{
  border-bottom:0;
}

.support-request-fields dt{
  color:var(--vm-ink);
}

.support-request-fields dd{
  color:var(--vm-muted);
  overflow-wrap:anywhere;
}

.support-request-side{
  min-width:0;
  display:grid;
  gap:var(--vm-space-3);
}

.support-request-side article{
  min-width:0;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:.5rem;
}

.support-request-side .c-card-acid{
  background:var(--vm-acid);
  color:var(--vm-ink);
}

.support-request-side .c-card-acid p{
  color:var(--vm-ink-2);
}

.support-request-action{
  background:var(--vm-ice);
  color:var(--vm-ink);
}

.support-request-action p{
  color:var(--vm-muted);
}

.support-request-action .c-btn{
  margin-top:var(--vm-space-2);
}

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

.support-escalation-grid article{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:.5rem;
}

.support-escalation-grid p{
  color:var(--vm-muted);
}

.support-escalation-grid strong{
  margin-top:var(--vm-space-2);
  color:var(--vm-lime-paper);
  font-size:var(--vm-text-sm);
}

.support-follow-up{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:var(--vm-space-3);
  margin-top:var(--vm-space-4);
  padding:var(--vm-space-3);
  border-radius:var(--vm-radius-md);
  background:var(--vm-acid);
  color:var(--vm-ink);
}

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

.support-follow-up p{
  max-width:68ch;
  color:var(--vm-ink-2);
}

.support-follow-up .c-btn{
  flex:none;
}

.support-close{
  padding-top:var(--vm-space-6);
  padding-bottom:var(--vm-space-4);
}

.support-close .c-close-band{
  background:var(--vm-ink);
  color:var(--vm-white);
}

.support-close .c-close-band > div:first-child{
  min-width:0;
  max-width:48rem;
}

.support-close .c-close-band p{
  color:#b7cdd1;
}

.support-close-actions{
  flex:none;
  display:flex;
  flex-direction:column;
  align-items:stretch;
  gap:var(--vm-space-1);
}

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

.support-close-actions .c-btn-ghost{
  border-color:rgba(237,249,250,.42);
  background:transparent;
  color:var(--vm-white);
}

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

  .support-run-sheet{
    min-height:0;
  }

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

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

  .support-escalation-grid article:last-child,
  .support-storage-grid article:last-child{
    grid-column:1 / -1;
  }

  .support-command-sheet{
    min-height:0;
  }

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

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

  .support-log-rule div:nth-child(3){
    border-left:0;
    border-top:1px solid var(--vm-line);
  }

  .support-log-rule div:nth-child(4){
    border-top:1px solid var(--vm-line);
  }
}

@media(max-width:44rem){
  .support-hero{
    padding-block:var(--vm-space-4) var(--vm-space-5);
  }

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

  .support-hero-heading h1{
    max-width:none;
    font-size:clamp(2.25rem,11vw,3.1rem);
  }

  .support-hero-actions{
    width:100%;
  }

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

  .support-hero-facts div{
    justify-content:space-between;
  }

  .support-hero-facts div + div{
    padding-left:0;
    border-top:1px solid var(--vm-line);
    border-left:0;
  }

  .support-sheet-head,
  .support-sheet-foot,
  .support-command-label,
  .support-request-head{
    align-items:flex-start;
    flex-direction:column;
  }

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

  .support-sheet-row b{
    display:none;
  }

  .support-step-grid,
  .support-xcode-grid,
  .support-ci-flow,
  .support-storage-grid,
  .support-escalation-grid,
  .support-request-side,
  .support-log-rule{
    grid-template-columns:1fr;
  }

  .support-storage-grid article:last-child,
  .support-escalation-grid article:last-child{
    grid-column:auto;
  }

  .support-baseline,
  .support-follow-up{
    align-items:flex-start;
    flex-direction:column;
  }

  .support-baseline-code{
    justify-content:flex-start;
  }

  .support-baseline-code code{
    width:100%;
    overflow-x:auto;
  }

  .support-log-rule div + div,
  .support-log-rule div:nth-child(3),
  .support-log-rule div:nth-child(4){
    border-top:1px solid var(--vm-line);
    border-left:0;
  }

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

  .support-follow-up .c-btn{
    width:100%;
  }

  .support-close-actions{
    width:100%;
  }
}

@media(max-width:390px){
  .support-sheet-body,
  .support-request-fields{
    padding-inline:var(--vm-space-2);
  }

  .support-sheet-head,
  .support-sheet-foot,
  .support-command-block,
  .support-command-sheet > p,
  .support-request-head{
    padding:var(--vm-space-2);
  }

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

  .support-start-note,
  .support-backup-callout{
    grid-template-columns:1fr;
  }
}
