.support-page main{
  background:#ffffff;
  color:#172128;
}

.support-hero-surface{
  padding-block:var(--vm-space-6);
  background:#fcfcfa;
  color:#172128;
}

.support-hero{
  width:calc(100% - var(--vm-gutter)*2);
  max-width:var(--vm-standard);
  margin-inline:auto;
  padding:0;
  display:grid;
  grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr);
  align-items:start;
  gap:clamp(2.5rem,6vw,5rem);
  background:#fcfcfa;
  color:#172128;
}

.support-hero-copy{
  min-width:0;
  display:grid;
  align-items:start;
  gap:.5rem;
}

.support-hero-copy .vm-kicker{
  margin:0 0 .25rem;
}

.support-hero-copy h1{
  max-width:15ch;
  margin-inline:0;
  color:#172128;
  font-size:clamp(2.35rem,4.3vw,3.2rem);
  line-height:1.16;
}

.support-hero-copy>p{
  max-width:39rem;
  color:#4f595f;
  font-size:var(--vm-fs-3);
}

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

.support-hero-facts{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:0;
  margin:0 0 var(--vm-space-2);
  padding-top:var(--vm-space-2);
  border-top:1px solid #e4e7e4;
}

.support-hero-facts div{
  min-width:0;
  padding-inline:var(--vm-space-2);
}

.support-hero-facts div:first-child{
  padding-left:0;
}

.support-hero-facts div+div{
  border-left:1px solid #e4e7e4;
}

.support-hero-facts dt,
.support-hero-facts dd{
  min-width:0;
  overflow-wrap:anywhere;
}

.support-hero-facts dt{
  color:#596167;
  font-size:var(--vm-fs-0);
}

.support-hero-facts dd{
  margin-top:.25rem;
  color:#172128;
  font-weight:700;
}

.support-dispatch{
  width:100%;
  max-width:none;
  height:auto;
  min-width:0;
  padding:0;
  overflow:hidden;
  border-radius:var(--vm-radius-lg);
  background:#172128;
  color:#ffffff;
  box-shadow:var(--vm-shadow-lg);
  text-align:left;
}

.support-dispatch-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:var(--vm-space-2);
  padding:var(--vm-space-3);
  background:#e7f4fa;
  color:#17343e;
}

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

.support-dispatch-label{
  color:#47636c;
  font-family:var(--vm-font-mono);
  font-size:var(--vm-fs-0);
  font-variant-numeric:tabular-nums;
  letter-spacing:.08em;
}

.support-dispatch-head strong{
  color:#17343e;
  font-family:var(--vm-font-heading);
  font-size:var(--vm-fs-3);
  line-height:1.35;
}

.support-dispatch-head .vm-badge{
  flex:0 0 auto;
  background:#ffffff;
  color:#005f2c;
}

.support-dispatch-body{
  padding:var(--vm-space-3);
  background:#172128;
  color:#ffffff;
}

.support-dispatch-route{
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  align-items:start;
  gap:var(--vm-space-2);
  padding-block:var(--vm-space-2);
  border-bottom:1px solid rgba(255,255,255,.14);
}

.support-dispatch-route:first-child{
  padding-top:0;
}

.support-route-index{
  width:2rem;
  height:2rem;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:#ffffff;
  color:#172128;
  font-size:var(--vm-fs-0);
  font-weight:750;
}

.support-dispatch-route>div{
  min-width:0;
}

.support-dispatch-route strong{
  display:block;
  color:#ffffff;
  font-size:var(--vm-fs-2);
}

.support-dispatch-route p{
  margin-top:.5rem;
  color:#b7c0c5;
  font-size:var(--vm-fs-1);
  line-height:1.55;
}

.support-route-output{
  align-self:start;
  padding:.32rem .58rem;
  border-radius:var(--vm-radius-pill);
  background:#f4f0e7;
  color:#352f22;
  font-size:var(--vm-fs-0);
  line-height:1.25;
  font-weight:700;
  white-space:nowrap;
}

.support-dispatch-summary{
  display:grid;
  gap:.5rem;
  margin-top:var(--vm-space-2);
  padding:var(--vm-space-2);
  border-radius:var(--vm-radius-sm);
  background:#fff1e4;
  color:#3e2516;
}

.support-dispatch-summary span{
  color:#6a4b39;
  font-size:var(--vm-fs-0);
  font-weight:700;
}

.support-dispatch-summary strong{
  color:#3e2516;
  font-family:var(--vm-font-mono);
  font-size:var(--vm-fs-1);
  line-height:1.55;
  overflow-wrap:anywhere;
}

.support-section-head{
  max-width:48rem;
  margin-bottom:var(--vm-space-4);
}

.support-section-head .vm-kicker,
.support-check-copy .vm-kicker,
.support-mlx-copy .vm-kicker,
.support-order-copy .vm-kicker,
.support-closing .vm-kicker,
.support-evidence-card .vm-kicker{
  margin:0 0 .75rem;
}

.support-section-head h2,
.support-check-copy h2,
.support-mlx-copy h2,
.support-order-copy h2,
.support-closing h2{
  margin-inline:0;
}

.support-section-head h2+p,
.support-check-copy h2+p,
.support-mlx-copy h2+p,
.support-order-copy h2+p,
.support-closing h2+p{
  margin-top:.5rem;
}

.support-section-head p{
  color:inherit;
  opacity:.76;
}

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

.support-entry{
  min-width:0;
  padding:var(--vm-space-3);
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  align-items:center;
  gap:var(--vm-space-2);
  border-radius:var(--vm-radius-md);
  transition:transform var(--vm-duration) var(--vm-ease),box-shadow var(--vm-duration);
}

.support-entry:hover{
  transform:translateY(-3px);
  box-shadow:var(--vm-shadow-sm);
}

.support-entry-storage{
  background:#fcfcfa;
  color:#172128;
  box-shadow:inset 0 0 0 1px #e4e7e4;
}

.support-icon-chip{
  width:2.75rem;
  height:2.75rem;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:var(--vm-radius-sm);
  background:rgba(255,255,255,.72);
  color:inherit;
}

.support-icon-chip svg{
  width:1.25rem;
  height:1.25rem;
}

.support-entry-copy{
  min-width:0;
  display:grid;
  gap:.5rem;
}

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

.support-entry-copy strong{
  font-family:var(--vm-font-heading);
  font-size:var(--vm-fs-3);
  line-height:1.4;
}

.support-entry-copy span{
  color:inherit;
  font-size:var(--vm-fs-1);
  line-height:1.55;
  opacity:.76;
}

.support-entry-arrow{
  color:inherit;
  font-family:var(--vm-font-mono);
  font-size:var(--vm-fs-3);
}

.support-check-layout{
  display:grid;
  grid-template-columns:minmax(0,.78fr) minmax(0,1.22fr);
  align-items:stretch;
  gap:var(--vm-space-4);
}

.support-check-copy{
  min-width:0;
  align-self:start;
}

.support-check-copy>p{
  color:#4d456b;
}

.support-check-note{
  margin-top:var(--vm-space-3);
  background:#ffffff;
  color:#2c2548;
}

.support-check-note p{
  color:#514a70;
}

.support-check-card{
  min-width:0;
  padding:0;
  overflow:hidden;
  border-radius:var(--vm-radius-lg);
  background:#ffffff;
  color:#172128;
  box-shadow:var(--vm-shadow-sm);
}

.support-check-card-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:var(--vm-space-2);
  padding:var(--vm-space-3);
  background:#172128;
  color:#ffffff;
}

.support-check-card-head span{
  color:#ffffff;
  font-family:var(--vm-font-heading);
  font-weight:700;
}

.support-check-card-head strong{
  color:#d5dcdf;
  font-size:var(--vm-fs-1);
}

.vm-checklist{
  margin:0;
  padding:0 var(--vm-space-3);
  list-style:none;
  background:#ffffff;
  color:#172128;
}

.vm-checklist li{
  position:relative;
  min-width:0;
  padding:var(--vm-space-2) 0 var(--vm-space-2) 2rem;
  border-bottom:1px solid #e4e7e4;
}

.vm-checklist li:last-child{
  border-bottom:0;
}

.vm-checklist li::before{
  content:"";
  position:absolute;
  left:.15rem;
  top:1.45rem;
  width:.75rem;
  height:.42rem;
  border-left:2px solid #005f2c;
  border-bottom:2px solid #005f2c;
  transform:rotate(-45deg);
}

.vm-checklist li span,
.vm-checklist li small{
  display:block;
  min-width:0;
  overflow-wrap:anywhere;
}

.vm-checklist li span{
  color:#172128;
  font-family:var(--vm-font-heading);
  font-weight:700;
}

.vm-checklist li small{
  margin-top:.5rem;
  color:#596167;
}

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

.support-diagnostic-list{
  margin:0;
  padding:0;
  list-style:none;
  border-radius:var(--vm-radius-lg);
  background:#fcfcfa;
  color:#172128;
}

.support-diagnostic-list li{
  min-width:0;
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  align-items:start;
  gap:var(--vm-space-2);
  padding:var(--vm-space-3);
  border-bottom:1px solid #e4e7e4;
}

.support-diagnostic-list li:last-child{
  border-bottom:0;
}

.support-step-number{
  color:#005f2c;
  font-weight:750;
}

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

.support-diagnostic-list h3{
  color:#172128;
  font-size:var(--vm-fs-3);
}

.support-diagnostic-list p{
  margin-top:.5rem;
  color:#596167;
  font-size:var(--vm-fs-1);
}

.support-result{
  align-self:start;
  padding:.32rem .58rem;
  border-radius:var(--vm-radius-pill);
  background:#e7f4fa;
  color:#17343e;
  font-size:var(--vm-fs-0);
  line-height:1.25;
  font-weight:700;
  white-space:nowrap;
}

.support-evidence-card{
  min-width:0;
  height:100%;
  padding:var(--vm-space-3);
  display:flex;
  flex-direction:column;
  align-items:stretch;
  border-radius:var(--vm-radius-lg);
  background:#172128;
  color:#ffffff;
}

.support-evidence-card h3{
  color:#ffffff;
}

.support-evidence-card>p{
  color:#b7c0c5;
}

.support-evidence-card dl{
  flex:1;
  margin:var(--vm-space-3) 0 0;
}

.support-evidence-card dl div{
  min-width:0;
  padding-block:var(--vm-space-2);
  border-top:1px solid rgba(255,255,255,.14);
}

.support-evidence-card dt,
.support-evidence-card dd{
  min-width:0;
  overflow-wrap:anywhere;
}

.support-evidence-card dt{
  color:#ffffff;
}

.support-evidence-card dd{
  margin-top:.5rem;
  color:#b7c0c5;
}

.support-evidence-card .vm-btn{
  margin-top:var(--vm-space-3);
  background:#ffffff;
  color:#172128;
}

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

.support-build-flow li{
  min-width:0;
  padding:var(--vm-space-3);
  border-radius:var(--vm-radius-md);
  background:#ffffff;
  color:#3e2516;
}

.support-flow-index{
  width:2.25rem;
  height:2.25rem;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:#172128;
  color:#ffffff;
  font-weight:750;
}

.support-build-flow h3{
  margin-top:var(--vm-space-2);
  color:#3e2516;
  font-size:var(--vm-fs-3);
}

.support-build-flow p{
  margin-top:.5rem;
  color:#694b3a;
  font-size:var(--vm-fs-1);
}

.support-mlx-layout{
  display:grid;
  grid-template-columns:minmax(0,.72fr) minmax(0,1.28fr);
  align-items:start;
  gap:var(--vm-space-4);
}

.support-mlx-copy{
  min-width:0;
}

.support-mlx-copy>p{
  color:#596167;
}

.support-mlx-actions{
  justify-content:flex-start;
}

.support-mlx-board{
  min-width:0;
  padding:0 var(--vm-space-3);
  border-radius:var(--vm-radius-lg);
  background:#f4f0e7;
  color:#352f22;
}

.support-mlx-row{
  display:grid;
  grid-template-columns:minmax(4.5rem,auto) minmax(0,1fr) auto;
  align-items:start;
  gap:var(--vm-space-2);
  padding-block:var(--vm-space-3);
  border-bottom:1px solid #ded8ca;
}

.support-mlx-row:last-child{
  border-bottom:0;
}

.support-mlx-row>span{
  color:#6d6658;
  font-size:var(--vm-fs-0);
  font-weight:750;
  overflow-wrap:anywhere;
}

.support-mlx-row>div{
  min-width:0;
}

.support-mlx-row strong{
  color:#352f22;
  font-family:var(--vm-font-heading);
}

.support-mlx-row p{
  margin-top:.5rem;
  color:#655e50;
  font-size:var(--vm-fs-1);
}

.support-mlx-row b{
  align-self:start;
  padding:.32rem .58rem;
  border-radius:var(--vm-radius-pill);
  background:#ffffff;
  color:#005f2c;
  font-size:var(--vm-fs-0);
  line-height:1.25;
  white-space:nowrap;
}

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

.support-storage-card{
  min-width:0;
  padding:var(--vm-space-3);
  border-radius:var(--vm-radius-md);
  background:#ffffff;
  color:#17343e;
}

.support-storage-code{
  display:block;
  color:#51707a;
  font-size:var(--vm-fs-0);
  font-weight:750;
}

.support-storage-card h3{
  margin-top:var(--vm-space-2);
  color:#17343e;
}

.support-storage-card p{
  margin-top:.5rem;
  color:#4d6871;
}

.support-order-layout{
  display:grid;
  grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);
  align-items:stretch;
  gap:var(--vm-space-4);
}

.support-order-copy{
  min-width:0;
  align-self:start;
}

.support-order-copy p{
  color:#596167;
}

.support-order-copy p+p{
  margin-top:var(--vm-space-2);
}

.support-order-card{
  min-width:0;
  padding:0;
  overflow:hidden;
  border-radius:var(--vm-radius-lg);
  background:#f1edff;
  color:#2c2548;
  box-shadow:var(--vm-shadow-sm);
}

.support-order-card-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:var(--vm-space-2);
  padding:var(--vm-space-3);
  background:#172128;
  color:#ffffff;
}

.support-order-card-head span{
  color:#ffffff;
  font-family:var(--vm-font-heading);
  font-weight:700;
}

.support-order-card-head strong{
  color:#b7c0c5;
  font-size:var(--vm-fs-0);
}

.support-order-card dl{
  margin:0;
  padding-inline:var(--vm-space-3);
  background:#f1edff;
  color:#2c2548;
}

.support-order-card dl div{
  min-width:0;
  display:grid;
  grid-template-columns:minmax(6rem,.35fr) minmax(0,1fr);
  gap:var(--vm-space-2);
  padding-block:var(--vm-space-2);
  border-bottom:1px solid #dcd5ee;
}

.support-order-card dt,
.support-order-card dd{
  min-width:0;
  overflow-wrap:anywhere;
}

.support-order-card dt{
  color:#2c2548;
}

.support-order-card dd{
  color:#5d5675;
}

.support-order-actions{
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-start;
  gap:.75rem;
  padding:var(--vm-space-3);
  background:#f1edff;
  color:#2c2548;
}

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

.support-request-card{
  min-width:0;
  padding:var(--vm-space-3);
  border-radius:var(--vm-radius-md);
  background:#ffffff;
  color:#352f22;
}

.support-request-index{
  display:block;
  color:#6c6558;
  font-size:var(--vm-fs-0);
  font-weight:750;
}

.support-request-card h3{
  margin-top:var(--vm-space-2);
  color:#352f22;
}

.support-request-card p{
  margin-top:.5rem;
  color:#655e50;
  font-size:var(--vm-fs-1);
}

.support-request-note{
  margin-top:var(--vm-space-3);
  padding:var(--vm-space-3);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:var(--vm-space-3);
  border-radius:var(--vm-radius-md);
  background:#fff1e4;
  color:#3e2516;
}

.support-request-note>div{
  min-width:0;
}

.support-request-note strong{
  color:#3e2516;
  font-family:var(--vm-font-heading);
  font-size:var(--vm-fs-3);
}

.support-request-note p{
  margin-top:.5rem;
  color:#694b3a;
}

.support-request-note p a:not(.vm-btn){
  color:#005f2c;
  font-weight:700;
  overflow-wrap:anywhere;
}

.support-request-note .vm-btn{
  flex:0 0 auto;
}

.support-closing-section{
  padding-top:var(--vm-space-5);
  padding-bottom:var(--vm-space-4);
  background:#ffffff;
  color:#172128;
}

.support-closing{
  min-width:0;
  padding:var(--vm-space-4);
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(14rem,auto);
  align-items:center;
  gap:var(--vm-space-4);
  border-radius:var(--vm-radius-lg);
  background:#172128;
  color:#ffffff;
}

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

.support-closing h2{
  max-width:36rem;
  color:#ffffff;
}

.support-closing p{
  max-width:42rem;
  color:#b7c0c5;
}

.support-closing .vm-kicker{
  background:#e7f4fa;
  color:#17343e;
}

.support-closing .vm-kicker::before{
  background:#005f2c;
}

.support-closing-actions{
  display:flex;
  flex-direction:column;
  align-items:stretch;
  gap:.75rem;
}

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

.support-closing-actions .vm-btn-ghost{
  border-color:rgba(255,255,255,.4);
  background:transparent;
  color:#ffffff;
}

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

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

  .support-hero-copy h1{
    max-width:20ch;
  }

  .support-dispatch{
    height:auto;
    overflow:hidden;
  }

  .support-check-layout,
  .support-diagnostic,
  .support-mlx-layout,
  .support-order-layout{
    grid-template-columns:1fr;
  }

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

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

  .support-closing{
    grid-template-columns:1fr;
    align-items:start;
  }

  .support-closing-actions{
    width:min(100%,22rem);
    align-items:stretch;
  }
}

@media (max-width:48rem){
  .support-entry-grid,
  .support-storage-grid{
    grid-template-columns:1fr;
  }

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

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

  .support-mlx-row b{
    grid-column:2;
    justify-self:start;
  }

  .support-request-note{
    align-items:flex-start;
    flex-direction:column;
  }

  .support-request-note .vm-btn{
    width:100%;
  }
}

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

  .support-hero-facts div{
    padding:var(--vm-space-2) 0;
  }

  .support-hero-facts div+div{
    border-left:0;
    border-top:1px solid #e4e7e4;
  }

  .support-dispatch-head{
    display:grid;
  }

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

  .support-route-output{
    grid-column:2;
    justify-self:start;
  }

  .support-diagnostic-list li{
    grid-template-columns:auto minmax(0,1fr);
  }

  .support-result{
    grid-column:2;
    justify-self:start;
  }

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

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

  .support-order-actions{
    display:grid;
  }

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

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

@media (max-width:24.375rem){
  .support-entry{
    grid-template-columns:auto minmax(0,1fr);
  }

  .support-entry-arrow{
    grid-column:2;
  }

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

  .support-mlx-row b{
    grid-column:1;
  }
}
