.remote-hero{
  padding-block:var(--vm-hero-pad);
  color:#361F2A;
  background:#F4EFF1;
}

.remote-hero .c-page-hero-inner{
  display:grid;
  grid-template-columns:minmax(0,1.02fr) minmax(0,.98fr);
  align-items:start;
  gap:var(--vm-space-5);
}

.remote-hero .c-hero-copy{
  min-width:0;
  align-items:flex-start;
  text-align:left;
}

.remote-hero h1{
  max-width:15ch;
  margin-inline:0;
  color:#361F2A;
  font-size:clamp(2.25rem,4.5vw,3.2rem);
  line-height:1.16;
}

.remote-hero-lead{
  max-width:42rem;
  margin-top:var(--vm-space-1);
  color:#5F4752;
  font-size:var(--vm-fs-3);
  line-height:1.7;
}

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

.remote-hero-meta{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  margin:0;
  padding-top:var(--vm-space-3);
  border-top:1px solid rgba(54,31,42,.16);
}

.remote-hero-meta>div{
  min-width:0;
  padding-right:var(--vm-space-2);
}

.remote-hero-meta>div+div{
  padding-left:var(--vm-space-2);
  border-left:1px solid rgba(54,31,42,.16);
}

.remote-hero-meta dt{
  color:#765E69;
}

.remote-hero-meta dd{
  margin-top:var(--vm-space-1);
  color:#361F2A;
  font-weight:700;
  overflow-wrap:anywhere;
}

.remote-calibration{
  align-self:start;
  width:100%;
  min-width:0;
  height:auto;
  padding:var(--vm-space-4);
  border:1px solid rgba(255,255,255,.15);
  border-radius:var(--vm-radius-lg);
  color:#F7F5F8;
  background:#171419;
  box-shadow:var(--vm-shadow);
  overflow:hidden;
  text-align:left;
}

.remote-calibration-head{
  display:flex;
  min-width:0;
  align-items:flex-start;
  justify-content:space-between;
  gap:var(--vm-space-2);
}

.remote-calibration-head>div{
  min-width:0;
}

.remote-calibration-label{
  display:block;
  color:#AAA6AE;
  font-size:var(--vm-fs-0);
  line-height:1.4;
}

.remote-calibration-head strong{
  display:block;
  margin-top:var(--vm-space-1);
  color:#F7F5F8;
  font-family:var(--vm-font-mono);
  font-size:var(--vm-fs-2);
  letter-spacing:.04em;
  overflow-wrap:anywhere;
}

.remote-calibration .c-badge-status{
  flex:0 0 auto;
  color:#173127;
  background:#F1F4F2;
}

.remote-calibration .c-badge-status::before{
  background:#7A1FA2;
}

.remote-calibration-scale{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  margin-top:var(--vm-space-4);
  border-bottom:1px solid rgba(255,255,255,.16);
}

.remote-calibration-scale span{
  position:relative;
  min-width:0;
  padding-bottom:.75rem;
  color:#AAA6AE;
  font-family:var(--vm-font-mono);
  font-size:var(--vm-fs-0);
  text-align:center;
}

.remote-calibration-scale span::after{
  position:absolute;
  left:50%;
  bottom:-.25rem;
  width:.5rem;
  height:.5rem;
  border-radius:50%;
  background:#A852C9;
  transform:translateX(-50%);
  content:"";
}

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

.remote-calibration-list li{
  display:grid;
  min-width:0;
  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 rgba(255,255,255,.12);
}

.remote-calibration-index{
  display:inline-flex;
  width:2.1rem;
  height:2.1rem;
  align-items:center;
  justify-content:center;
  border-radius:var(--vm-radius-sm);
  color:#171419;
  background:#F4EFF1;
  font-size:var(--vm-fs-0);
  font-weight:750;
}

.remote-calibration-list li>div{
  min-width:0;
}

.remote-calibration-list strong{
  display:block;
  color:#F7F5F8;
  font-size:var(--vm-fs-1);
}

.remote-calibration-list small{
  display:block;
  margin-top:var(--vm-space-1);
  color:#AAA6AE;
  overflow-wrap:anywhere;
}

.remote-calibration-state{
  width:fit-content;
  max-width:100%;
  padding:.35rem .55rem;
  border:1px solid rgba(255,255,255,.18);
  border-radius:999px;
  color:#D7D3DA;
  background:#211F24;
  font-size:var(--vm-fs-0);
  line-height:1.25;
  text-align:center;
}

.remote-calibration-foot{
  display:flex;
  min-width:0;
  align-items:center;
  justify-content:space-between;
  gap:var(--vm-space-2);
  padding-top:var(--vm-space-3);
}

.remote-calibration-foot span{
  color:#AAA6AE;
  font-size:var(--vm-fs-0);
}

.remote-calibration-foot strong{
  color:#F7F5F8;
  font-size:var(--vm-fs-1);
  text-align:right;
  overflow-wrap:anywhere;
}

.remote-section-head{
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);
  align-items:end;
  gap:var(--vm-space-5);
  margin-bottom:var(--vm-space-5);
}

.remote-section-head>div,
.remote-section-head>p{
  min-width:0;
}

.remote-section-head h2{
  max-width:18ch;
  margin-inline:0;
}

.remote-section-head>p{
  color:#68636B;
}

.remote-section-head-dark h2{
  color:#F7F5F8;
}

.remote-section-head-dark>p{
  color:#AAA6AE;
}

.remote-section-head-dark .vm-kicker{
  color:#F7F5F8;
}

.remote-preflight-layout,
.remote-support-layout{
  display:grid;
  grid-template-columns:minmax(0,1.18fr) minmax(0,.82fr);
  align-items:start;
  gap:var(--vm-space-3);
}

.remote-preflight-main,
.remote-support-main{
  display:flex;
  min-width:0;
  flex-direction:column;
  align-items:stretch;
  padding:var(--vm-space-4);
  color:#173127;
  background:#F1F4F2;
}

.remote-preflight-main .c-badge,
.remote-support-main .c-badge{
  width:fit-content;
  align-self:flex-start;
  color:#35261C;
  background:#F5F1EC;
}

.remote-preflight-main h3,
.remote-support-main h3{
  margin-top:var(--vm-space-2);
  color:#173127;
}

.remote-checklist{
  margin-top:var(--vm-space-3);
}

.remote-card-action{
  width:fit-content;
  max-width:100%;
  margin-top:var(--vm-space-3);
  align-self:flex-start;
}

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

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

.remote-side-card h3,
.remote-support-card h3{
  margin-top:var(--vm-space-2);
}

.remote-side-card p,
.remote-support-card p{
  margin-top:var(--vm-space-1);
}

.remote-side-result{
  display:block;
  margin-top:var(--vm-space-3);
  font-family:var(--vm-font-mono);
  font-size:var(--vm-fs-1);
}

.remote-notice{
  margin-top:var(--vm-space-4);
  padding:var(--vm-space-3);
  color:#1D2A3A;
  background:#EEF2F6;
  border-color:rgba(29,42,58,.14);
}

.remote-notice a{
  color:#56306B;
  font-weight:700;
  overflow-wrap:anywhere;
}

.remote-table-shell{
  border-radius:var(--vm-radius-md);
  box-shadow:0 10px 30px rgba(31,27,34,.05);
}

.remote-table-shell caption{
  padding:var(--vm-space-2);
  color:#555159;
  background:#FAFAF8;
  font-size:var(--vm-fs-1);
  font-weight:700;
  text-align:left;
}

.remote-connect-steps,
.remote-tuning-grid{
  margin-top:var(--vm-space-4);
  align-items:start;
}

.remote-step-card,
.remote-tuning-card{
  min-width:0;
  padding:var(--vm-space-3);
}

.remote-step-number{
  display:inline-flex;
  width:2.25rem;
  height:2.25rem;
  align-items:center;
  justify-content:center;
  border-radius:var(--vm-radius-sm);
  color:#FFFFFF;
  background:#7A1FA2;
  font-size:var(--vm-fs-0);
  font-weight:750;
}

.remote-step-card h3{
  margin-top:var(--vm-space-2);
}

.remote-step-card p{
  margin-top:var(--vm-space-1);
}

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

.remote-setting-card,
.remote-security-card{
  min-width:0;
  padding:var(--vm-space-4);
}

.remote-setting-mark,
.remote-security-icon{
  display:inline-flex;
  width:2.5rem;
  height:2.5rem;
  align-items:center;
  justify-content:center;
  border-radius:var(--vm-radius-sm);
  color:#FFFFFF;
  background:#4D3298;
}

.remote-setting-mark svg,
.remote-security-icon svg{
  width:1.25rem;
  height:1.25rem;
}

.remote-setting-card .c-badge{
  margin-top:var(--vm-space-2);
}

.remote-setting-card h3{
  margin-top:var(--vm-space-2);
}

.remote-setting-card p{
  margin-top:var(--vm-space-1);
}

.remote-setting-card ul{
  margin:var(--vm-space-3) 0 0;
  padding-left:1.2rem;
}

.remote-setting-card li+li{
  margin-top:var(--vm-space-1);
}

.remote-dark-section{
  color:#F7F5F8;
  background:#171419;
}

.remote-verification-board{
  border-top:1px solid rgba(255,255,255,.16);
  color:#F7F5F8;
  background:#171419;
}

.remote-verification-row{
  display:grid;
  min-width:0;
  grid-template-columns:auto minmax(0,1fr) auto;
  align-items:center;
  gap:var(--vm-space-3);
  padding-block:var(--vm-space-3);
  border-bottom:1px solid rgba(255,255,255,.16);
}

.remote-verification-code{
  display:inline-flex;
  width:3.2rem;
  height:2.25rem;
  align-items:center;
  justify-content:center;
  border-radius:var(--vm-radius-sm);
  color:#171419;
  background:#F4EFF1;
  font-size:var(--vm-fs-0);
  font-weight:750;
}

.remote-verification-row>div{
  min-width:0;
}

.remote-verification-row h3{
  color:#F7F5F8;
}

.remote-verification-row p{
  margin-top:var(--vm-space-1);
  color:#AAA6AE;
  font-size:var(--vm-fs-1);
}

.remote-verification-output{
  width:fit-content;
  max-width:100%;
  padding:.45rem .7rem;
  border:1px solid rgba(255,255,255,.2);
  border-radius:999px;
  color:#F7F5F8;
  background:#211F24;
  font-size:var(--vm-fs-0);
  line-height:1.3;
  text-align:center;
}

.remote-dark-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:1px solid rgba(255,255,255,.16);
  border-radius:var(--vm-radius-md);
  color:#F7F5F8;
  background:#211F24;
}

.remote-dark-note svg{
  width:1.25rem;
  height:1.25rem;
  color:#C58BDB;
}

.remote-dark-note strong{
  color:#F7F5F8;
}

.remote-dark-note p{
  margin-top:var(--vm-space-1);
  color:#AAA6AE;
  font-size:var(--vm-fs-1);
}

.remote-tuning-card{
  color:#171419;
  background:#FFFFFF;
}

.remote-tuning-card .c-badge{
  color:#35261C;
  background:#F5F1EC;
}

.remote-tuning-card h3{
  margin-top:var(--vm-space-2);
  color:#171419;
}

.remote-tuning-card p{
  color:#555159;
}

.remote-security-card h3{
  margin-top:var(--vm-space-2);
}

.remote-security-card p{
  margin-top:var(--vm-space-1);
}

.remote-troubleshoot{
  margin:0;
  padding:0;
  list-style:none;
  border-top:1px solid rgba(53,38,28,.15);
}

.remote-troubleshoot li{
  display:grid;
  min-width:0;
  grid-template-columns:auto minmax(0,1fr) auto;
  align-items:center;
  gap:var(--vm-space-3);
  padding-block:var(--vm-space-3);
  border-bottom:1px solid rgba(53,38,28,.15);
}

.remote-troubleshoot-number{
  display:inline-flex;
  width:2.5rem;
  height:2.5rem;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  color:#FFFFFF;
  background:#7A1FA2;
  font-size:var(--vm-fs-0);
  font-weight:750;
}

.remote-troubleshoot-copy{
  min-width:0;
}

.remote-troubleshoot-copy h3{
  color:#35261C;
}

.remote-troubleshoot-copy p{
  margin-top:var(--vm-space-1);
  color:#695A50;
  font-size:var(--vm-fs-1);
}

.remote-troubleshoot-result{
  width:fit-content;
  max-width:18rem;
  padding:.45rem .7rem;
  border-radius:999px;
  color:#35261C;
  background:#FFFFFF;
  font-size:var(--vm-fs-0);
  line-height:1.3;
  text-align:center;
  overflow-wrap:anywhere;
}

.remote-support-fields{
  margin:var(--vm-space-3) 0 0;
}

.remote-support-fields>div{
  display:grid;
  min-width:0;
  grid-template-columns:minmax(7rem,.36fr) minmax(0,1fr);
  gap:var(--vm-space-2);
  padding-block:.8rem;
  border-bottom:1px solid rgba(23,49,39,.14);
}

.remote-support-fields dt{
  color:#173127;
}

.remote-support-fields dd{
  color:#53655E;
  overflow-wrap:anywhere;
}

.remote-closing{
  color:#171419;
  background:#FAFAF8;
}

.remote-closing .c-cta{
  color:#F7F5F8;
  background:#171419;
  border-color:rgba(255,255,255,.16);
}

.remote-closing-copy{
  min-width:0;
  max-width:43rem;
}

.remote-closing-copy .vm-kicker{
  color:#F7F5F8;
}

.remote-closing-copy h2{
  color:#F7F5F8;
}

.remote-closing-copy p{
  color:#AAA6AE;
}

.remote-closing-actions{
  min-width:min(100%,14rem);
  flex-direction:column;
  align-items:stretch;
  justify-content:flex-start;
  margin-top:0;
}

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

.remote-closing-actions .c-btn-ghost{
  color:#F7F5F8;
  background:transparent;
  border-color:rgba(255,255,255,.38);
}

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

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

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

  .remote-section-head h2{
    max-width:22ch;
  }

  .remote-preflight-layout,
  .remote-support-layout{
    grid-template-columns:1fr;
  }

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

@media(max-width:46rem){
  .remote-hero{
    padding-block:var(--vm-hero-pad);
  }

  .remote-hero .c-page-hero-inner{
    gap:var(--vm-space-4);
  }

  .remote-hero h1{
    max-width:none;
    font-size:clamp(2.15rem,11vw,2.8rem);
  }

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

  .remote-hero-meta>div{
    padding:var(--vm-space-2) 0;
  }

  .remote-hero-meta>div+div{
    padding-left:0;
    border-top:1px solid rgba(54,31,42,.16);
    border-left:0;
  }

  .remote-calibration{
    height:auto;
    padding:var(--vm-space-3);
    overflow:hidden;
  }

  .remote-calibration-head{
    flex-direction:column;
  }

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

  .remote-calibration-state{
    grid-column:2;
    justify-self:start;
  }

  .remote-calibration-foot{
    align-items:flex-start;
    flex-direction:column;
  }

  .remote-calibration-foot strong{
    text-align:left;
  }

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

  .remote-preflight-side,
  .remote-support-side,
  .remote-settings-grid,
  .remote-security-grid{
    grid-template-columns:1fr;
  }

  .remote-preflight-side,
  .remote-support-side{
    grid-template-rows:auto;
  }

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

  .remote-verification-row,
  .remote-troubleshoot li{
    grid-template-columns:auto minmax(0,1fr);
    align-items:start;
    gap:var(--vm-space-2);
  }

  .remote-verification-output,
  .remote-troubleshoot-result{
    grid-column:2;
    justify-self:start;
    max-width:100%;
  }

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

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

@media(max-width:24.375rem){
  .remote-calibration-scale{
    grid-template-columns:repeat(2,minmax(0,1fr));
    row-gap:var(--vm-space-2);
  }

  .remote-calibration-scale span{
    border-bottom:1px solid rgba(255,255,255,.12);
  }

  .remote-calibration-list li,
  .remote-verification-row,
  .remote-troubleshoot li{
    grid-template-columns:1fr;
  }

  .remote-calibration-state,
  .remote-verification-output,
  .remote-troubleshoot-result{
    grid-column:1;
  }
}
