.hc-hero{
  padding-block:var(--vm-space-4) var(--vm-space-5);
  color:var(--vm-ink);
  background:var(--vm-paper)
}

.hc-hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(22rem,.88fr);
  gap:var(--vm-space-4);
  align-items:start
}

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

.hc-hero-copy{
  min-width:0
}

.hc-hero-intro{
  display:grid;
  gap:var(--vm-space-1)
}

.hc-hero-intro .c-kicker{
  margin-bottom:var(--vm-space-1)
}

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

.hc-hero-lead{
  max-width:42rem;
  color:var(--vm-ink);
  font-size:var(--vm-fs-3);
  line-height:1.55
}

.hc-hero-note{
  max-width:42rem;
  color:var(--vm-muted)
}

.hc-dispatch{
  min-width:0;
  height:clamp(25rem,35vw,31rem);
  display:flex;
  flex-direction:column;
  overflow:hidden;
  color:var(--vm-white);
  background:var(--vm-ink);
  border-radius:var(--vm-radius-lg);
  box-shadow:var(--vm-shadow)
}

.hc-dispatch-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:var(--vm-space-2);
  padding:var(--vm-space-3);
  color:var(--vm-ink);
  background:var(--vm-amber)
}

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

.hc-dispatch-head strong{
  font-family:var(--vm-font-heading);
  font-size:var(--vm-fs-3);
  line-height:1.25
}

.hc-dispatch-label{
  color:var(--vm-ink);
  font-family:var(--vm-font-mono);
  font-size:var(--vm-fs-0);
  letter-spacing:.08em;
  text-transform:uppercase
}

.hc-dial{
  position:relative;
  flex:1;
  min-height:0;
  padding:var(--vm-space-3);
  background:var(--vm-ink)
}

.hc-dial::before{
  position:absolute;
  inset:50% auto auto 50%;
  width:min(68%,17rem);
  aspect-ratio:1;
  border:1px solid var(--vm-line-dark);
  border-radius:50%;
  content:"";
  transform:translate(-50%,-50%);
  pointer-events:none
}

.hc-dial-core{
  position:absolute;
  inset:50% auto auto 50%;
  width:7.5rem;
  aspect-ratio:1;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  color:var(--vm-ink);
  background:var(--vm-amber);
  border-radius:50%;
  transform:translate(-50%,-50%)
}

.hc-dial-core span{
  font-size:var(--vm-fs-5);
  line-height:1
}

.hc-dial-core small{
  margin-top:var(--vm-space-1);
  color:var(--vm-ink)
}

.hc-dial-ray{
  position:absolute;
  max-width:10.5rem;
  display:grid;
  gap:var(--vm-space-1);
  color:var(--vm-white)
}

.hc-dial-ray strong{
  color:var(--vm-amber);
  font-family:var(--vm-font-heading);
  font-size:var(--vm-fs-1)
}

.hc-dial-ray span{
  color:#C4C8CF;
  font-size:var(--vm-fs-0);
  line-height:1.5
}

.hc-dial-ray-a{
  top:var(--vm-space-3);
  left:var(--vm-space-3)
}

.hc-dial-ray-b{
  top:var(--vm-space-3);
  right:var(--vm-space-3);
  text-align:right
}

.hc-dial-ray-c{
  right:var(--vm-space-3);
  bottom:var(--vm-space-3);
  text-align:right
}

.hc-dispatch-foot{
  display:grid;
  gap:var(--vm-space-1);
  padding:var(--vm-space-2) var(--vm-space-3);
  color:var(--vm-white);
  background:var(--vm-ink-2);
  border-top:1px solid var(--vm-line-dark)
}

.hc-dispatch-foot span{
  color:#C4C8CF;
  font-size:var(--vm-fs-0)
}

.hc-dispatch-foot strong{
  color:var(--vm-white);
  font-size:var(--vm-fs-1);
  overflow-wrap:anywhere
}

.hc-section-head{
  margin-bottom:var(--vm-space-4)
}

.hc-section-head>*{
  min-width:0
}

.hc-section-head>p{
  max-width:36rem;
  color:var(--vm-muted)
}

.hc-heading-stack{
  display:grid;
  gap:var(--vm-space-1)
}

.hc-heading-stack .c-kicker{
  margin-bottom:var(--vm-space-1)
}

.hc-kicker-fill{
  padding:.55em .9em;
  color:var(--vm-ink);
  background:var(--vm-amber-soft);
  border-radius:var(--vm-radius-pill)
}

.hc-search-section{
  color:var(--vm-ink);
  background:var(--vm-amber)
}

.hc-search-section .hc-section-head>p{
  color:var(--vm-ink-2)
}

.hc-search{
  display:grid;
  gap:var(--vm-space-1)
}

.hc-search-bar{
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  gap:var(--vm-space-1);
  align-items:center;
  padding:var(--vm-space-1);
  color:var(--vm-ink);
  background:var(--vm-white);
  border-radius:var(--vm-radius-md);
  box-shadow:var(--vm-shadow-soft)
}

.hc-search-bar>svg{
  width:1.375rem;
  height:1.375rem;
  margin-left:var(--vm-space-1)
}

.hc-search-bar .c-input{
  border-color:transparent;
  background:var(--vm-white)
}

.hc-popular{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:var(--vm-space-1);
  margin-top:var(--vm-space-2)
}

.hc-popular>span{
  font-size:var(--vm-fs-1);
  font-weight:700
}

.hc-popular button{
  min-height:2.25rem;
  padding:.45rem .85rem;
  color:var(--vm-ink);
  background:var(--vm-amber-pale);
  border:1px solid color-mix(in srgb,currentColor 30%,transparent);
  border-radius:var(--vm-radius-pill);
  font-size:var(--vm-fs-1);
  cursor:pointer
}

.hc-popular button:hover{
  background:var(--vm-white)
}

.hc-search-status{
  color:var(--vm-ink-2);
  font-size:var(--vm-fs-1)
}

.hc-no-results{
  margin-top:var(--vm-space-3);
  padding:var(--vm-space-3);
  color:var(--vm-ink);
  background:var(--vm-amber-pale);
  border-radius:var(--vm-radius-md)
}

.hc-no-results[hidden]{
  display:none
}

.hc-no-results h3{
  margin-bottom:var(--vm-space-1)
}

.hc-no-results p{
  margin-bottom:var(--vm-space-3)
}

.hc-guide-grid{
  align-items:start
}

.hc-guide{
  display:flex;
  flex-direction:column
}

.hc-guide-icon{
  width:2.75rem;
  height:2.75rem;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:var(--vm-space-1);
  color:var(--vm-ink);
  background:var(--vm-amber-soft);
  border-radius:var(--vm-radius-sm)
}

.hc-guide-icon svg{
  width:1.5rem;
  height:1.5rem
}

.hc-guide h3{
  margin-bottom:var(--vm-space-1)
}

.hc-guide>p{
  color:var(--vm-muted)
}

.hc-check-list{
  display:grid;
  gap:var(--vm-space-1);
  margin:var(--vm-space-3) 0;
  padding-left:1.25rem
}

.hc-check-list li{
  color:var(--vm-muted)
}

.hc-check-list strong{
  color:var(--vm-ink)
}

.hc-guide .c-terminal{
  margin-top:var(--vm-space-2)
}

.hc-section-note{
  display:flex;
  align-items:flex-start;
  gap:var(--vm-space-1);
  margin-top:var(--vm-space-3)
}

.hc-section-note strong{
  flex:0 0 auto
}

.hc-section-head-dark h2{
  color:var(--vm-white)
}

.hc-section-head-dark .c-kicker{
  color:var(--vm-amber)
}

.hc-section-head-dark>p{
  color:#C4C8CF
}

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

.hc-runbook-step{
  min-width:0;
  padding:var(--vm-space-3);
  color:var(--vm-white);
  background:var(--vm-ink-2);
  border-right:1px solid var(--vm-line-dark)
}

.hc-runbook-step:last-child{
  border-right:0
}

.hc-step-index{
  display:block;
  margin-bottom:var(--vm-space-3);
  color:var(--vm-amber);
  font-size:var(--vm-fs-4)
}

.hc-runbook-step>div{
  display:grid;
  gap:var(--vm-space-1)
}

.hc-runbook-step h3{
  color:var(--vm-white);
  font-size:var(--vm-fs-3)
}

.hc-runbook-step p{
  color:#C4C8CF;
  font-size:var(--vm-fs-1)
}

.hc-command-sheet{
  display:grid;
  grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);
  gap:var(--vm-space-3);
  align-items:center;
  margin-top:var(--vm-space-4);
  padding:var(--vm-space-3);
  color:var(--vm-ink);
  background:var(--vm-white);
  border-radius:var(--vm-radius-lg)
}

.hc-command-sheet>div{
  min-width:0;
  display:grid;
  gap:var(--vm-space-1)
}

.hc-command-sheet .c-badge{
  margin-bottom:var(--vm-space-1)
}

.hc-command-sheet p{
  color:var(--vm-muted)
}

.hc-ci-grid{
  align-items:start
}

.hc-ci-card{
  display:grid;
  gap:var(--vm-space-1)
}

.hc-ci-number{
  width:fit-content;
  margin-bottom:var(--vm-space-1);
  color:var(--vm-orange-paper);
  font-size:var(--vm-fs-3)
}

.hc-ci-card p,
.hc-ci-card>span:last-child{
  color:var(--vm-muted)
}

.hc-ci-card>strong{
  margin-top:var(--vm-space-2);
  font-size:var(--vm-fs-1)
}

.hc-glossary{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  margin:0;
  color:var(--vm-ink);
  background:var(--vm-surface);
  border-radius:var(--vm-radius-lg)
}

.hc-glossary>div{
  min-width:0;
  padding:var(--vm-space-3);
  border-bottom:1px solid var(--vm-line-soft)
}

.hc-glossary>div:nth-child(odd){
  border-right:1px solid var(--vm-line-soft)
}

.hc-glossary>div:nth-last-child(-n+2){
  border-bottom:0
}

.hc-glossary dt{
  margin-bottom:var(--vm-space-1);
  color:var(--vm-ink);
  font-size:var(--vm-fs-3)
}

.hc-glossary dd{
  color:var(--vm-muted)
}

.hc-triage-list{
  color:var(--vm-ink);
  background:var(--vm-amber)
}

.hc-triage{
  color:var(--vm-ink);
  background:var(--vm-amber);
  border-top:1px solid color-mix(in srgb,var(--vm-ink) 16%,transparent)
}

.hc-triage:last-child{
  border-bottom:1px solid color-mix(in srgb,var(--vm-ink) 16%,transparent)
}

.hc-triage summary{
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  align-items:center;
  gap:var(--vm-space-2);
  padding:var(--vm-space-3) 0;
  list-style:none;
  cursor:pointer
}

.hc-triage summary::-webkit-details-marker{
  display:none
}

.hc-triage summary::after{
  width:.7rem;
  height:.7rem;
  border-right:2px solid currentColor;
  border-bottom:2px solid currentColor;
  content:"";
  transform:rotate(45deg);
  transition:transform .2s
}

.hc-triage[open] summary::after{
  transform:rotate(225deg)
}

.hc-triage-code{
  min-width:3.5rem;
  padding:.45rem .65rem;
  color:var(--vm-white);
  background:var(--vm-ink);
  border-radius:var(--vm-radius-sm);
  text-align:center
}

.hc-triage summary>span:nth-child(2){
  min-width:0;
  display:grid;
  gap:var(--vm-space-1)
}

.hc-triage summary strong{
  font-family:var(--vm-font-heading);
  font-size:var(--vm-fs-3)
}

.hc-triage summary small{
  color:var(--vm-ink-2)
}

.hc-triage-body{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:var(--vm-space-3);
  padding:var(--vm-space-3);
  color:var(--vm-ink);
  background:var(--vm-amber-pale);
  border-top:1px solid color-mix(in srgb,var(--vm-ink) 16%,transparent);
  border-radius:var(--vm-radius-md)
}

.hc-triage-body>div{
  min-width:0;
  display:grid;
  align-content:start;
  gap:var(--vm-space-1)
}

.hc-triage-body p{
  color:var(--vm-muted);
  font-size:var(--vm-fs-1)
}

.hc-status-board{
  overflow:hidden;
  color:var(--vm-ink);
  background:var(--vm-white);
  border-radius:var(--vm-radius-lg);
  box-shadow:var(--vm-shadow-soft)
}

.hc-status-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:var(--vm-space-3);
  padding:var(--vm-space-3);
  color:var(--vm-ink);
  background:var(--vm-amber-soft)
}

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

.hc-status-head span{
  color:var(--vm-ink-2)
}

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

.hc-status-grid article{
  min-width:0;
  display:grid;
  grid-template-columns:auto minmax(0,1fr);
  gap:var(--vm-space-1);
  padding:var(--vm-space-3);
  color:var(--vm-ink);
  background:var(--vm-white);
  border-right:1px solid var(--vm-line-soft)
}

.hc-status-grid article:last-child{
  border-right:0
}

.hc-status-grid article>div{
  min-width:0;
  display:grid;
  align-content:start;
  gap:var(--vm-space-1)
}

.hc-status-grid h3{
  font-size:var(--vm-fs-2)
}

.hc-status-grid p{
  color:var(--vm-muted);
  font-size:var(--vm-fs-1)
}

.hc-status-dot{
  width:.65rem;
  height:.65rem;
  margin-top:.35rem;
  background:var(--vm-green);
  border-radius:50%
}

.hc-request-layout{
  align-items:stretch
}

.hc-request-sheet{
  overflow:hidden;
  color:var(--vm-ink);
  background:var(--vm-surface);
  border-radius:var(--vm-radius-lg)
}

.hc-request-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:var(--vm-space-2);
  padding:var(--vm-space-3);
  color:var(--vm-ink);
  background:var(--vm-amber-soft)
}

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

.hc-request-list{
  margin:0;
  padding:0 var(--vm-space-3);
  list-style:none
}

.hc-request-list li{
  display:grid;
  grid-template-columns:2.5rem minmax(0,1fr);
  gap:var(--vm-space-2);
  padding-block:var(--vm-space-2);
  border-bottom:1px solid var(--vm-line-soft)
}

.hc-request-list li:last-child{
  border-bottom:0
}

.hc-request-list li>span{
  color:var(--vm-orange-paper);
  font-weight:700
}

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

.hc-request-list p{
  color:var(--vm-muted);
  font-size:var(--vm-fs-1)
}

.hc-request-side{
  height:100%
}

.hc-contact-card{
  display:flex;
  flex-direction:column;
  min-height:0
}

.hc-contact-card h3{
  margin-bottom:var(--vm-space-1)
}

.hc-contact-card p{
  margin-bottom:var(--vm-space-3)
}

.hc-contact-card p a{
  color:var(--vm-orange-paper);
  text-decoration:underline;
  text-underline-offset:.2em;
  overflow-wrap:anywhere
}

.hc-contact-card .c-btn{
  margin-top:var(--vm-space-3)
}

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

.hc-contact-card.c-card-dark h3{
  color:var(--vm-white)
}

.hc-contact-card.c-card-dark p{
  color:#C4C8CF
}

.hc-contact-card.c-card-dark .hc-guide-icon{
  color:var(--vm-ink);
  background:var(--vm-amber)
}

.hc-contact-card.c-card-dark .c-btn-ghost{
  color:var(--vm-white);
  border-color:color-mix(in srgb,currentColor 45%,transparent)
}

.hc-closing-section{
  padding-bottom:var(--vm-space-4)
}

.hc-closing-copy{
  min-width:0;
  display:grid;
  gap:var(--vm-space-1)
}

.hc-closing-copy .c-kicker{
  margin-bottom:var(--vm-space-1);
  color:var(--vm-amber)
}

.hc-closing-copy h2{
  max-width:28ch;
  color:var(--vm-white)
}

.hc-closing-copy p{
  max-width:42rem;
  color:#C4C8CF
}

.hc-closing-actions{
  flex:0 0 auto;
  display:flex;
  flex-direction:column;
  gap:var(--vm-space-1)
}

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

.hc-closing-actions .c-btn-ghost{
  color:var(--vm-white);
  border-color:color-mix(in srgb,currentColor 45%,transparent)
}

.support-search-item[hidden]{
  display:none
}

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

  .hc-hero-copy h1{
    max-width:22ch
  }

  .hc-dispatch{
    height:auto;
    min-height:28rem;
    overflow:visible
  }

  .hc-dial{
    min-height:20rem
  }

  .hc-runbook{
    grid-template-columns:repeat(2,minmax(0,1fr))
  }

  .hc-runbook-step{
    border-right:0;
    border-bottom:1px solid var(--vm-line-dark)
  }

  .hc-status-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))
  }

  .hc-status-grid article:nth-child(2){
    border-right:0
  }

  .hc-status-grid article:nth-child(-n+2){
    border-bottom:1px solid var(--vm-line-soft)
  }
}

@media (max-width:48rem){
  .hc-section-head{
    display:grid;
    gap:var(--vm-space-2)
  }

  .hc-search-bar{
    grid-template-columns:auto minmax(0,1fr)
  }

  .hc-search-bar .c-btn{
    grid-column:1/-1;
    width:100%
  }

  .hc-command-sheet{
    grid-template-columns:1fr
  }

  .hc-glossary{
    grid-template-columns:1fr
  }

  .hc-glossary>div:nth-child(odd){
    border-right:0
  }

  .hc-glossary>div:nth-last-child(2){
    border-bottom:1px solid var(--vm-line-soft)
  }

  .hc-triage-body{
    grid-template-columns:1fr
  }

  .hc-status-head{
    align-items:flex-start;
    flex-direction:column
  }

  .hc-status-head .c-btn{
    width:100%
  }
}

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

  .hc-hero-copy h1{
    max-width:none;
    font-size:clamp(2.1rem,11vw,2.75rem)
  }

  .hc-hero-lead{
    font-size:var(--vm-fs-2)
  }

  .hc-hero-copy .c-actions{
    display:grid;
    grid-template-columns:1fr
  }

  .hc-hero-copy .c-btn{
    width:100%;
    white-space:normal
  }

  .hc-dispatch{
    min-height:0
  }

  .hc-dispatch-head{
    flex-direction:column
  }

  .hc-dial{
    position:static;
    display:grid;
    gap:var(--vm-space-1);
    min-height:0
  }

  .hc-dial::before{
    display:none
  }

  .hc-dial-core,
  .hc-dial-ray{
    position:static;
    max-width:none;
    width:100%;
    aspect-ratio:auto;
    transform:none;
    text-align:left
  }

  .hc-dial-core{
    min-height:7rem;
    border-radius:var(--vm-radius-md)
  }

  .hc-dial-ray{
    padding:var(--vm-space-2);
    color:var(--vm-white);
    background:var(--vm-ink-2);
    border-radius:var(--vm-radius-sm)
  }

  .hc-section-note{
    flex-direction:column
  }

  .hc-runbook{
    grid-template-columns:1fr
  }

  .hc-runbook-step:last-child{
    border-bottom:0
  }

  .hc-status-grid{
    grid-template-columns:1fr
  }

  .hc-status-grid article,
  .hc-status-grid article:nth-child(2){
    border-right:0;
    border-bottom:1px solid var(--vm-line-soft)
  }

  .hc-status-grid article:last-child{
    border-bottom:0
  }

  .hc-triage summary{
    grid-template-columns:auto minmax(0,1fr);
    align-items:start
  }

  .hc-triage summary::after{
    grid-column:2;
    margin-top:var(--vm-space-1)
  }

  .hc-request-head{
    flex-direction:column
  }

  .hc-request-list li{
    grid-template-columns:2rem minmax(0,1fr)
  }

  .hc-closing-actions{
    width:100%
  }
}

@media (max-width:24rem){
  .hc-search-bar{
    grid-template-columns:1fr
  }

  .hc-search-bar>svg{
    margin-left:0
  }

  .hc-search-bar .c-btn{
    grid-column:auto
  }

  .hc-popular{
    align-items:stretch;
    flex-direction:column
  }

  .hc-popular button{
    width:100%
  }
}
