.support-page{
  background:#fcfbf7;
  color:#17161a;
}

.support-page .support-hero{
  padding-block:var(--hero-pad);
  background:#17161a;
  color:#f8f7f5;
}

.support-hero-grid{
  display:grid;
  grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);
  align-items:start;
  gap:var(--space-4);
}

.support-hero-grid>*{
  min-width:0;
}

.support-hero-copy{
  display:flex;
  flex-direction:column;
  align-items:center;
  min-width:0;
  color:#f8f7f5;
  text-align:center;
}

.support-hero-copy .c-kicker{
  align-self:center;
  margin-inline:auto;
}

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

.support-hero-copy .c-kicker+h1{
  margin-top:var(--space-2);
}

.support-hero-copy h1+.support-hero-lead{
  margin-top:var(--space-1);
}

.support-hero-lead{
  max-width:42rem;
  color:#c7c3cb;
  overflow-wrap:anywhere;
}

.support-hero-copy .c-actions{
  justify-content:center;
  margin-top:var(--space-3);
}

.support-hero-copy .c-btn-ghost{
  color:#f8f7f5;
  border-color:rgba(248,247,245,.42);
}

.support-stage{
  width:100%;
  min-width:0;
  height:auto;
  min-height:0;
  padding:0;
  overflow:hidden;
  border-radius:var(--radius-lg);
  background:#ffffff;
  color:#17161a;
  box-shadow:var(--shadow-soft);
  text-align:left;
}

.support-stage-head{
  display:flex;
  min-width:0;
  align-items:center;
  justify-content:space-between;
  gap:var(--space-2);
  padding:var(--space-3);
  background:#e3e1ea;
  color:#211d2c;
}

.support-stage-head>div{
  display:grid;
  min-width:0;
  gap:var(--space-1);
}

.support-stage-head strong{
  color:#211d2c;
  font-family:var(--font-heading);
  font-size:var(--fs-4);
  line-height:var(--lh-heading);
}

.support-stage-label{
  color:#514b5b;
  font-family:var(--font-mono);
  font-size:var(--fs-0);
  line-height:1.3;
  letter-spacing:.08em;
}

.support-stage-body{
  padding-inline:var(--space-3);
  background:#ffffff;
  color:#17161a;
}

.support-stage-route{
  display:grid;
  grid-template-columns:2.5rem minmax(0,1fr) auto;
  min-width:0;
  align-items:center;
  gap:var(--space-2);
  padding-block:var(--space-2);
  border-bottom:1px solid #d8d5d0;
  color:#17161a;
}

.support-stage-route>div{
  display:grid;
  min-width:0;
  gap:var(--space-1);
}

.support-stage-route strong{
  color:#17161a;
  font-family:var(--font-heading);
  font-size:var(--fs-2);
  line-height:1.3;
}

.support-stage-route small{
  color:#5f5b63;
  overflow-wrap:anywhere;
}

.support-route-index{
  display:inline-flex;
  width:2.5rem;
  height:2.5rem;
  align-items:center;
  justify-content:center;
  border-radius:var(--radius-sm);
  background:#26335f;
  color:#ffffff;
  font-family:var(--font-mono);
  font-size:var(--fs-0);
  line-height:1;
}

.support-route-state{
  width:fit-content;
  max-width:100%;
  padding:.4rem .65rem;
  border-radius:var(--radius-pill);
  background:#d8e8e6;
  color:#172a31;
  font-family:var(--font-mono);
  font-size:var(--fs-0);
  line-height:1.2;
}

.support-stage-foot{
  display:flex;
  min-width:0;
  align-items:flex-end;
  justify-content:space-between;
  gap:var(--space-2);
  padding:var(--space-3);
  background:#f2e0cf;
  color:#321e17;
}

.support-stage-foot>div{
  display:grid;
  min-width:0;
  gap:var(--space-1);
}

.support-stage-foot span{
  color:#60453b;
  font-size:var(--fs-0);
}

.support-stage-foot strong{
  color:#321e17;
  font-size:var(--fs-1);
  line-height:var(--lh-small);
  overflow-wrap:anywhere;
}

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

.support-page .c-section-white{
  background:#ffffff;
  color:#17161a;
}

.support-page .c-section-aqua{
  background:#d8e8e6;
  color:#172a31;
}

.support-page .c-section-dark{
  background:#17161a;
  color:#f8f7f5;
}

.support-page .c-section-pink{
  background:#f4dce7;
  color:#361b27;
}

.support-page .c-section-olive{
  background:#e4e1c7;
  color:#252719;
}

.support-section-head{
  display:flex;
  max-width:46rem;
  flex-direction:column;
  align-items:flex-start;
}

.support-section-head .c-kicker+h2{
  margin-top:var(--space-2);
}

.support-section-head h2+p{
  margin-top:var(--space-1);
}

.support-section-head p{
  color:#5f5b63;
}

.c-section-aqua .support-section-head h2{
  color:#172a31;
}

.c-section-aqua .support-section-head p{
  color:#40545a;
}

.c-section-pink .support-section-head h2{
  color:#361b27;
}

.c-section-pink .support-section-head p{
  color:#593846;
}

.c-section-olive .support-section-head h2{
  color:#252719;
}

.c-section-olive .support-section-head p{
  color:#4f513e;
}

.c-section-dark .support-section-head h2{
  color:#f8f7f5;
}

.c-section-dark .support-section-head p{
  color:#bcb8c1;
}

.support-entry-grid{
  margin-top:var(--space-4);
  grid-template-columns:repeat(auto-fit,minmax(min(100%,19rem),1fr));
  align-items:start;
}

.support-entry{
  display:flex;
  min-height:0;
  flex-direction:column;
  align-items:flex-start;
  gap:var(--space-1);
  transition:transform var(--speed),box-shadow var(--speed);
}

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

.support-entry:focus-visible{
  outline-offset:4px;
}

.support-entry-mark{
  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:#26335f;
  color:#ffffff;
}

.support-entry-mark svg{
  width:1.3rem;
  height:1.3rem;
}

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

.support-entry h3{
  width:100%;
  max-width:none;
  margin-top:var(--space-1);
  font-size:var(--fs-3);
}

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

.support-diagnostic-list{
  display:grid;
  margin:var(--space-4) 0 0;
  padding:0;
  list-style:none;
  border-top:1px solid rgba(23,42,49,.18);
}

.support-diagnostic-list li{
  display:grid;
  grid-template-columns:3rem minmax(0,1fr) minmax(8rem,auto);
  min-width:0;
  align-items:start;
  gap:var(--space-3);
  padding-block:var(--space-3);
  border-bottom:1px solid rgba(23,42,49,.18);
  color:#172a31;
}

.support-diagnostic-list li>div{
  display:grid;
  min-width:0;
  gap:var(--space-1);
}

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

.support-diagnostic-list p{
  color:#40545a;
}

.support-diagnostic-list li>strong{
  color:#172a31;
  font-family:var(--font-mono);
  font-size:var(--fs-0);
  line-height:var(--lh-small);
  text-align:right;
}

.support-step-number{
  color:#172a31;
  font-family:var(--font-mono);
  font-size:var(--fs-1);
  font-weight:800;
  line-height:1.5;
}

.support-notice{
  margin-top:var(--space-4);
  background:#f2e0cf;
  color:#321e17;
}

.support-notice strong{
  color:#321e17;
}

.support-notice p{
  margin-top:var(--space-1);
  color:#60453b;
}

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

.support-guidance-card{
  display:flex;
  min-width:0;
  flex-direction:column;
  align-items:flex-start;
  gap:var(--space-1);
}

.support-guidance-card h3{
  margin-top:var(--space-1);
}

.support-guidance-card ul{
  display:grid;
  gap:var(--space-1);
  margin:var(--space-2) 0 0;
  padding-left:1.2rem;
  color:inherit;
}

.support-guidance-code{
  display:inline-flex;
  width:fit-content;
  max-width:100%;
  align-self:flex-start;
  color:inherit;
  font-family:var(--font-mono);
  font-size:var(--fs-0);
  font-weight:800;
  line-height:1.3;
  letter-spacing:.06em;
  overflow-wrap:anywhere;
}

.support-ci-section{
  background:#17161a;
  color:#f8f7f5;
}

.support-ci-board{
  margin-top:var(--space-4);
  border-top:1px solid rgba(255,255,255,.14);
  background:#17161a;
  color:#f8f7f5;
}

.support-ci-row{
  display:grid;
  grid-template-columns:auto minmax(0,1fr);
  min-width:0;
  align-items:start;
  gap:var(--space-2) var(--space-3);
  padding-block:var(--space-3);
  border-bottom:1px solid rgba(255,255,255,.14);
  color:#f8f7f5;
}

.support-ci-row>div{
  display:grid;
  min-width:0;
  gap:var(--space-1);
}

.support-ci-row h3{
  color:#f8f7f5;
  font-size:var(--fs-3);
}

.support-ci-row p{
  color:#bcb8c1;
}

.support-ci-id{
  color:#b9a8d2;
  font-family:var(--font-mono);
  font-size:var(--fs-0);
  font-weight:800;
  line-height:var(--lh-small);
  overflow-wrap:anywhere;
}

.support-ci-output{
  display:inline-flex;
  width:fit-content;
  max-width:100%;
  grid-column:2;
  justify-self:start;
  padding:.45rem .75rem;
  border-radius:var(--radius-pill);
  background:rgba(255,255,255,.08);
  color:#d7d3dc;
  font-family:var(--font-mono);
  font-size:var(--fs-0);
  line-height:var(--lh-small);
  overflow-wrap:anywhere;
}

.support-storage-layout{
  margin-top:var(--space-4);
}

.support-storage-main{
  display:flex;
  min-width:0;
  height:100%;
  flex-direction:column;
  align-items:flex-start;
  padding:var(--space-4);
  background:#ffffff;
  color:#17161a;
}

.support-storage-main p{
  color:#5f5b63;
}

.support-storage-main .c-checklist{
  margin-top:var(--space-3);
}

.support-storage-main>.c-checklist+p{
  margin-top:var(--space-3);
}

.support-card-heading{
  display:grid;
  gap:var(--space-1);
}

.support-card-heading .support-guidance-code+h3{
  margin-top:var(--space-1);
}

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

.support-storage-side>*,
.support-request-side>*{
  height:auto;
}

.support-side-card{
  display:flex;
  min-width:0;
  height:100%;
  flex-direction:column;
  align-items:flex-start;
  justify-content:space-between;
  gap:var(--space-3);
}

.support-side-card>div{
  display:grid;
  min-width:0;
  gap:var(--space-1);
}

.support-side-card h3{
  margin-top:var(--space-1);
}

.support-side-card>strong{
  color:inherit;
  font-family:var(--font-mono);
  font-size:var(--fs-0);
  line-height:var(--lh-small);
}

.support-addon-table{
  margin-top:var(--space-4);
  border-radius:var(--radius-md);
  background:#ffffff;
  color:#17161a;
}

.support-addon-table .c-table{
  display:table;
  width:100%;
  background:#ffffff;
  color:#17161a;
}

.support-addon-table caption{
  padding:var(--space-3);
  background:#ffffff;
  color:#17161a;
  font-family:var(--font-heading);
  font-size:var(--fs-3);
  font-weight:800;
  text-align:left;
}

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

.support-request-layout{
  margin-top:var(--space-4);
}

.support-request-sheet{
  min-width:0;
  height:100%;
  overflow:hidden;
  border-radius:var(--radius-md);
  background:#ffffff;
  color:#17161a;
  box-shadow:var(--shadow-soft);
}

.support-request-head{
  display:flex;
  min-width:0;
  align-items:center;
  justify-content:space-between;
  gap:var(--space-2);
  padding:var(--space-3);
  background:#e3e1ea;
  color:#211d2c;
}

.support-request-head>div{
  display:grid;
  min-width:0;
  gap:var(--space-1);
}

.support-request-head h3{
  color:#211d2c;
}

.support-request-fields{
  display:grid;
  margin:0;
  padding-inline:var(--space-3);
  background:#ffffff;
  color:#17161a;
}

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

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

.support-request-fields dt{
  color:#17161a;
}

.support-request-fields dd{
  min-width:0;
  color:#5f5b63;
  overflow-wrap:anywhere;
}

.support-faq{
  margin-top:var(--space-4);
  border-top-color:rgba(37,39,25,.18);
}

.support-faq details{
  background:#e4e1c7;
  color:#252719;
  border-bottom-color:rgba(37,39,25,.18);
}

.support-faq summary{
  padding-bottom:1.4rem;
  color:#252719;
}

.support-faq .c-faq-answer{
  padding:14px 0 1.4rem;
  border-top:1px solid rgba(37,39,25,.18);
  color:#4f513e;
}

.support-faq .c-faq-answer p{
  color:#4f513e;
}

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

.support-closing-section{
  padding-block:var(--section-space) var(--space-5);
  background:#fcfbf7;
  color:#17161a;
}

.support-closing-section .c-closing{
  background:#17161a;
  color:#f8f7f5;
}

.support-closing-section .c-closing h2{
  margin-top:var(--space-2);
  color:#f8f7f5;
  font-size:var(--fs-5);
}

.support-closing-section .c-closing p{
  color:#bcb8c1;
}

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

.support-closing-actions .c-btn-ghost{
  color:#f8f7f5;
  border-color:rgba(248,247,245,.42);
}

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

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

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

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

  .support-ci-output{
    grid-column:1/-1;
    justify-self:start;
  }

  .support-storage-main{
    height:auto;
  }

  .support-storage-side,
  .support-request-side{
    grid-template-rows:auto;
  }

  .support-side-card{
    height:auto;
  }
}

@media(max-width:40rem){
  .support-hero-copy h1{
    max-width:none;
    font-size:clamp(2.25rem,12vw,3rem);
  }

  .support-hero-copy .c-actions,
  .support-account-actions{
    width:100%;
  }

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

  .support-stage-head,
  .support-stage-foot{
    align-items:flex-start;
    flex-direction:column;
  }

  .support-stage-route{
    grid-template-columns:2.5rem minmax(0,1fr);
  }

  .support-route-state{
    grid-column:2;
  }

  .support-diagnostic-list li{
    grid-template-columns:2.5rem minmax(0,1fr);
    gap:var(--space-2);
  }

  .support-diagnostic-list li>strong{
    grid-column:2;
    text-align:left;
  }

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

  .support-ci-output{
    grid-column:1;
  }

  .support-storage-main{
    padding:var(--space-3);
  }

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

  .support-request-fields>div{
    grid-template-columns:1fr;
    gap:var(--space-1);
  }

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

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