:root {
  --vht-ink: #061526;
  --vht-navy: #071727;
  --vht-navy-2: #0b2338;
  --vht-panel: #0d2a43;
  --vht-hair: #dce4ef;
  --vht-line: rgba(93, 186, 255, 0.22);
  --vht-line-strong: rgba(93, 186, 255, 0.42);
  --vht-green: #42d39b;
  --vht-blue: #52b8ff;
  --vht-purple: #9b8cff;
  --vht-gold: #f5b74c;
  --vht-red: #ff6b6b;
  --vht-text: #0a1e32;
  --vht-muted: #587083;
  --vht-surface: #f7fbff;
}

[data-md-color-scheme="default"] {
  --md-primary-fg-color: #061526;
  --md-primary-fg-color--light: #0d2a43;
  --md-primary-fg-color--dark: #030b14;
  --md-accent-fg-color: #20b486;
  --md-typeset-a-color: #0077b8;
}

[data-md-color-scheme="slate"] {
  --md-primary-fg-color: #061526;
  --md-accent-fg-color: #42d39b;
  --md-typeset-a-color: #64c7ff;
  --md-default-bg-color: #071727;
  --md-default-fg-color: #d8e8f4;
}

.md-header {
  background:
    radial-gradient(circle at 88% 18%, rgba(27, 114, 232, 0.28), transparent 22%),
    repeating-linear-gradient(164deg, rgba(255, 255, 255, 0.07) 0 1px, transparent 1px 18px),
    linear-gradient(90deg, #001f61 0%, #06296d 100%);
  border-bottom: 1px solid rgba(93, 186, 255, 0.22);
  box-shadow: none;
  color: #f3f9ff;
}

.md-header__button.md-logo img,
.md-header__button.md-logo svg {
  height: 1.35rem;
  width: auto;
}

.md-header__title {
  font-weight: 700;
  letter-spacing: 0;
  color: #f3f9ff;
}

.md-header__button {
  color: #f3f9ff;
}

.md-header label[for="__search"],
.md-header label[for="__search"] svg,
.md-header label[for="__search"] svg * {
  color: #fff !important;
  fill: none;
  stroke: #fff !important;
  stroke: currentColor;
}

.md-search__form {
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.14);
}

.md-search__button {
  min-width: 12rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 0.25rem;
  color: rgba(255, 255, 255, 0.9) !important;
  background: rgba(255, 255, 255, 0.14);
}

.md-search__button:hover {
  background: rgba(255, 255, 255, 0.2);
}

.md-search__button::placeholder,
.md-search__button::before,
.md-search__button::after {
  color: rgba(255, 255, 255, 0.82) !important;
}

.md-search__button::before {
  background-color: rgba(255, 255, 255, 0.9) !important;
}

.md-search__input {
  color: #fff !important;
}

.md-search__icon,
.md-search__icon svg {
  color: #fff !important;
  fill: currentColor;
}

.md-search__input::placeholder {
  color: rgba(255, 255, 255, 0.76);
}

.md-search__form:hover,
.md-search__form:focus-within {
  background: rgba(255, 255, 255, 0.2);
}

.md-header__option {
  display: none;
}

.md-tabs {
  background: #061526;
  border-bottom: 1px solid rgba(93, 186, 255, 0.12);
}

.md-tabs__link {
  opacity: 0.78;
}

.md-tabs__link--active,
.md-tabs__link:hover {
  color: var(--vht-green);
  opacity: 1;
}

.md-footer-meta {
  display: none;
}

.md-main {
  background:
    linear-gradient(180deg, rgba(247, 251, 255, 0.98), rgba(255, 255, 255, 1));
}

.md-content__inner {
  padding-top: 1rem;
}

.md-typeset h1,
.md-typeset h2,
.md-typeset h3 {
  color: var(--vht-ink);
  letter-spacing: 0;
}

.md-typeset {
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  color: #172941;
}

.md-typeset h1 {
  font-weight: 800;
}

.md-typeset h2 {
  font-weight: 760;
}

.md-typeset a {
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

.md-typeset .admonition,
.md-typeset details {
  border-radius: 8px;
  border-color: var(--vht-hair);
  box-shadow: 0 10px 24px rgba(15, 34, 70, 0.06);
}

.md-typeset table:not([class]) {
  border-radius: 8px;
  overflow: hidden;
  border-color: var(--vht-hair);
  box-shadow: 0 10px 24px rgba(15, 34, 70, 0.05);
}

.md-typeset table:not([class]) th {
  background: #eaf4fb;
  color: #092238;
}

.md-typeset code {
  border-radius: 5px;
}

.md-typeset pre > code {
  border: 1px solid rgba(93, 186, 255, 0.18);
}

.md-nav__title,
.md-nav__item .md-nav__link--active {
  color: #043251;
}

.md-nav__link:hover {
  color: #0077b8;
}

.vht-legacy-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.95fr);
  gap: clamp(1.25rem, 4vw, 3.25rem);
  align-items: center;
  min-height: 500px;
  margin: 0 -1.2rem;
  padding: clamp(2.75rem, 6vw, 4.75rem) clamp(1.25rem, 5vw, 4rem);
  color: #eff8ff;
  background:
    radial-gradient(circle at 82% 26%, rgba(66, 211, 155, 0.18), transparent 22rem),
    radial-gradient(circle at 16% 10%, rgba(82, 184, 255, 0.2), transparent 20rem),
    linear-gradient(rgba(6, 21, 38, 0.82), rgba(6, 21, 38, 0.94)),
    linear-gradient(90deg, rgba(93, 186, 255, 0.08) 1px, transparent 1px),
    linear-gradient(rgba(93, 186, 255, 0.08) 1px, transparent 1px),
    #061526;
  background-size: auto, auto, auto, 40px 40px, 40px 40px, auto;
  overflow: hidden;
}

.vht-legacy-hero::after {
  content: "";
  position: absolute;
  inset: auto -8% -28% 34%;
  height: 56%;
  background:
    repeating-linear-gradient(174deg, transparent 0 18px, rgba(66, 211, 155, 0.22) 19px, transparent 20px),
    radial-gradient(ellipse at center, rgba(82, 184, 255, 0.26), transparent 62%);
  transform: rotate(-2deg);
  opacity: 0.7;
  pointer-events: none;
}

.vht-legacy-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  border-top: 4px solid rgba(66, 211, 155, 0.82);
  border-bottom: 1px solid rgba(93, 186, 255, 0.18);
  pointer-events: none;
}

.vht-legacy-hero__content,
.vht-legacy-hero__panel {
  position: relative;
  z-index: 1;
}

.vht-legacy-eyebrow {
  margin: 0 0 0.75rem;
  color: var(--vht-green);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.vht-legacy-hero h1 {
  max-width: 620px;
  margin: 0;
  color: #fff;
  font-size: clamp(2.2rem, 4vw, 3.9rem);
  line-height: 1.02;
  letter-spacing: 0;
}

.vht-legacy-lede {
  max-width: 690px;
  margin: 1.25rem 0 0;
  color: #b9cede;
  font-size: clamp(1rem, 1.7vw, 1.28rem);
  line-height: 1.58;
}

.vht-legacy-metric-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.65rem;
  max-width: 620px;
  margin-top: 1.4rem;
}

.vht-legacy-metric-strip div {
  min-height: 4.25rem;
  padding: 0.72rem 0.85rem;
  border: 1px solid rgba(93, 186, 255, 0.26);
  border-radius: 8px;
  background: rgba(5, 18, 31, 0.5);
}

.vht-legacy-metric-strip strong {
  display: block;
  color: #fff;
  font-size: 1.35rem;
  line-height: 1;
}

.vht-legacy-metric-strip span {
  display: block;
  margin-top: 0.35rem;
  color: #b9cede;
  font-size: 0.72rem;
  line-height: 1.3;
}

.vht-legacy-metric-strip code {
  color: #d8fff5;
  background: transparent;
  padding: 0;
}

.vht-legacy-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.vht-legacy-actions--center {
  justify-content: center;
}

.vht-legacy-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.6rem;
  padding: 0.68rem 1rem;
  border: 1px solid rgba(179, 218, 243, 0.28);
  border-radius: 5px;
  color: #f4fbff !important;
  background: rgba(11, 35, 56, 0.64);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.vht-legacy-button:hover {
  transform: translateY(-1px);
  border-color: rgba(66, 211, 155, 0.72);
  background: rgba(13, 42, 67, 0.88);
}

.vht-legacy-button--primary {
  color: #052016 !important;
  border-color: transparent;
  background: var(--vht-green);
}

.vht-legacy-button--primary:hover {
  background: #6fe6b8;
}

.vht-legacy-terminal {
  border: 1px solid rgba(93, 186, 255, 0.28);
  border-radius: 8px;
  background: rgba(5, 18, 31, 0.86);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.28);
  overflow: hidden;
}

.vht-legacy-terminal__bar {
  display: flex;
  gap: 0.45rem;
  padding: 0.75rem 0.9rem;
  border-bottom: 1px solid rgba(93, 186, 255, 0.18);
}

.vht-legacy-terminal__bar span {
  width: 0.62rem;
  height: 0.62rem;
  border-radius: 999px;
  background: var(--vht-red);
}

.vht-legacy-terminal__bar span:nth-child(2) {
  background: var(--vht-gold);
}

.vht-legacy-terminal__bar span:nth-child(3) {
  background: var(--vht-green);
}

.vht-legacy-terminal pre {
  margin: 0;
  padding: 1.1rem;
  background: transparent;
  color: #c8f7df;
  font-size: 0.74rem;
  line-height: 1.65;
  white-space: pre-wrap;
}

.vht-legacy-terminal code {
  background: transparent;
  color: inherit;
}

.vht-legacy-section {
  margin: 0 -1.2rem;
  padding: clamp(2.8rem, 5vw, 4.75rem) clamp(1.25rem, 5vw, 4rem);
}

.vht-legacy-section--light {
  color: var(--vht-text);
  background: linear-gradient(180deg, #ffffff, #f4f9fd);
}

.vht-legacy-section--dark {
  color: #e9f5ff;
  background:
    linear-gradient(rgba(6, 21, 38, 0.94), rgba(6, 21, 38, 0.97)),
    linear-gradient(90deg, rgba(93, 186, 255, 0.08) 1px, transparent 1px),
    linear-gradient(rgba(93, 186, 255, 0.08) 1px, transparent 1px),
    #061526;
  background-size: auto, 40px 40px, 40px 40px, auto;
}

.vht-legacy-section--closing {
  text-align: center;
}

.vht-legacy-section__intro {
  max-width: 820px;
  margin-bottom: 1.5rem;
}

.vht-legacy-section__intro--center {
  margin-inline: auto;
  text-align: center;
}

.vht-legacy-section h2 {
  margin: 0;
  color: inherit;
  font-size: clamp(1.55rem, 3vw, 2.5rem);
  line-height: 1.08;
}

.vht-legacy-card-grid {
  display: grid;
  gap: 1rem;
}

.vht-legacy-card-grid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.vht-legacy-card-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.vht-legacy-card {
  display: block;
  min-height: 11.75rem;
  padding: 1.2rem 1.25rem;
  border: 1px solid var(--vht-hair);
  border-radius: 8px;
  color: var(--vht-text) !important;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 10px 24px rgba(15, 34, 70, 0.055);
  text-decoration: none !important;
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.vht-legacy-card::before {
  content: "";
  display: block;
  width: 2.15rem;
  height: 0.2rem;
  margin-bottom: 0.75rem;
  border-radius: 99px;
  background: var(--vht-blue);
}

.vht-legacy-card:nth-child(2n)::before {
  background: var(--vht-green);
}

.vht-legacy-card:nth-child(3n)::before {
  background: var(--vht-gold);
}

.vht-legacy-card:hover {
  transform: translateY(-2px);
  border-color: rgba(82, 184, 255, 0.38);
  box-shadow: 0 18px 38px rgba(15, 34, 70, 0.1);
}

.vht-legacy-card--compact {
  min-height: 10rem;
}

.vht-legacy-card h3 {
  margin: 0.5rem 0 0.55rem;
  color: #071727;
  font-size: 1.05rem;
}

.vht-legacy-card p {
  margin: 0;
  color: var(--vht-muted);
  line-height: 1.55;
}

.vht-legacy-card__badge {
  display: inline-flex;
  align-items: center;
  min-height: 1.25rem;
  padding: 0.16rem 0.48rem;
  border-radius: 999px;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.vht-legacy-card__badge--green {
  color: #063522;
  background: rgba(66, 211, 155, 0.25);
}

.vht-legacy-card__badge--blue {
  color: #073456;
  background: rgba(82, 184, 255, 0.24);
}

.vht-legacy-step-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}

.vht-legacy-step-grid a {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  min-height: 4rem;
  padding: 0.9rem;
  border: 1px solid rgba(93, 186, 255, 0.22);
  border-radius: 6px;
  color: #eff8ff !important;
  background: rgba(13, 42, 67, 0.72);
  text-decoration: none !important;
}

.vht-legacy-step-grid a:hover {
  border-color: rgba(66, 211, 155, 0.64);
}

.vht-legacy-step-grid span {
  color: var(--vht-green);
  font-weight: 900;
}

@media screen and (max-width: 960px) {
  .vht-legacy-hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .vht-legacy-metric-strip {
    grid-template-columns: 1fr;
  }

  .vht-legacy-card-grid--two,
  .vht-legacy-card-grid--three,
  .vht-legacy-step-grid {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 600px) {
  .vht-legacy-hero,
  .vht-legacy-section {
    margin-inline: -0.8rem;
    padding-inline: 1rem;
  }

  .vht-legacy-actions {
    flex-direction: column;
  }

  .vht-legacy-button {
    width: 100%;
  }
}

.vht-spec {
  margin: 0 -1.2rem 2rem;
  color: #14223a;
  background: #fff;
}

.vht-spec__body {
  max-width: 68rem;
  margin: 0 auto;
  padding: clamp(1.9rem, 4vw, 3rem) clamp(1.25rem, 4vw, 2rem) 3rem;
}

.vht-eyebrow {
  margin: 0 0 0.65rem;
  color: #1b72e8;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.vht-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 17.5rem;
  gap: clamp(1.2rem, 4vw, 3rem);
  align-items: start;
}

.vht-intro h1 {
  margin: 0;
  max-width: 42rem;
  color: #001f61;
  font-size: clamp(2.15rem, 4.2vw, 3.2rem);
  font-weight: 900;
  line-height: 1.04;
  letter-spacing: 0;
}

.vht-lede {
  max-width: 49rem;
  margin: 1rem 0 0;
  color: #526176;
  font-size: 1rem;
  line-height: 1.55;
}

.vht-hub-card {
  min-height: 9.8rem;
  padding: 1rem 1.05rem;
  border: 1px solid #dce4ef;
  border-radius: 12px;
  background: #f8fafe;
  box-shadow: 0 8px 18px rgba(15, 34, 70, 0.04);
}

.vht-hub-card span {
  display: block;
  color: #1b72e8;
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.vht-hub-card strong {
  display: block;
  margin-top: 0.35rem;
  color: #001f61;
  font-size: 1.45rem;
  font-weight: 900;
  line-height: 1;
}

.vht-hub-card p {
  margin: 0.7rem 0 0;
  color: #526176;
  font-size: 0.82rem;
  line-height: 1.35;
}

.vht-ecosystem {
  margin: 1.6rem 0 1rem;
  padding: 0.75rem;
  border: 1px solid #dce4ef;
  border-radius: 12px;
  background: #f8fafe;
  box-shadow: 0 8px 18px rgba(15, 34, 70, 0.035);
}

.vht-ecosystem__head {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.65rem;
  color: #001f61;
  font-size: 0.78rem;
  font-weight: 900;
}

.vht-ecosystem__head span {
  color: #7a8798;
  font-size: 0.62rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.vht-doc-tiles {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.6rem;
}

.vht-doc-tiles a {
  min-height: 3.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem;
  border: 1px solid #dce5f1;
  border-radius: 9px;
  color: #001f61 !important;
  background: #fff;
  font-weight: 900;
  text-align: center;
  text-decoration: none !important;
  box-shadow: none;
  position: relative;
  overflow: hidden;
}

.vht-doc-tiles a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: #1b72e8;
}

.vht-doc-tiles a:nth-child(3n)::after {
  background: #18b69b;
}

.vht-feature-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-top: 1rem;
}

.vht-feature {
  min-height: 13.2rem;
  display: block;
  padding: 1.25rem 1.35rem;
  border: 1px solid #dce4ef;
  border-radius: 10px;
  color: #14223a !important;
  background: #fff;
  box-shadow: 0 8px 18px rgba(15, 34, 70, 0.035);
  text-decoration: none !important;
  position: relative;
}

.vht-feature::before {
  content: "";
  position: absolute;
  left: -1px;
  top: -1px;
  bottom: -1px;
  width: 5px;
  border-radius: 10px 0 0 10px;
  background: #1b72e8;
}

.vht-feature--teal::before {
  background: #18b69b;
}

.vht-icon {
  width: 2.15rem;
  height: 2.15rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.7rem;
  border-radius: 10px;
  color: #fff;
  background: #1b72e8;
  font-size: 0.72rem;
  font-weight: 900;
}

.vht-feature--teal .vht-icon {
  background: #18b69b;
}

.vht-feature h2 {
  margin: 0 0 0.35rem;
  color: #001f61;
  font-size: 1.05rem;
  font-weight: 900;
}

.vht-feature strong {
  display: block;
  color: #001f61;
  font-size: 1.45rem;
  line-height: 1.08;
}

.vht-feature p {
  margin: 0.75rem 0 0;
  color: #526176;
  font-size: 0.86rem;
  line-height: 1.42;
}

.vht-mini-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  margin: 1rem 0;
}

.vht-mini-grid a {
  min-height: 8rem;
  display: block;
  padding: 0.95rem 1rem;
  border: 1px solid #dce4ef;
  border-radius: 9px;
  color: #14223a !important;
  background: #f5f8fc;
  text-decoration: none !important;
}

.vht-mini-grid span {
  color: #1b72e8;
  font-size: 0.78rem;
  font-weight: 900;
}

.vht-mini-grid h3 {
  margin: 0.35rem 0 0.3rem;
  color: #001f61;
  font-size: 0.92rem;
  font-weight: 900;
}

.vht-mini-grid p {
  margin: 0;
  color: #526176;
  font-size: 0.78rem;
  line-height: 1.36;
}

.vht-section-title {
  margin: 1.25rem 0 0.5rem;
  color: #001f61;
  font-size: 1.25rem;
  font-weight: 900;
}

.md-typeset table.vht-table {
  display: table;
  width: 100%;
  border: 1px solid #dce4ef;
  border-radius: 10px;
  background: #fff;
  box-shadow: none;
}

.md-typeset table.vht-table th {
  background: #eaf1fc;
  color: #001f61;
  font-weight: 900;
}

.md-typeset table.vht-table td {
  color: #526176;
}

.md-typeset table.vht-table td:first-child {
  color: #001f61;
  font-weight: 900;
  white-space: nowrap;
}

.vht-note {
  margin-top: 1rem;
  padding: 0.85rem 1rem;
  border: 1px solid #dce4ef;
  border-left: 4px solid #18b69b;
  border-radius: 9px;
  color: #526176;
  background: #f8fbfd;
  font-size: 0.82rem;
  line-height: 1.4;
}

.vht-note strong {
  color: #001f61;
}

@media screen and (max-width: 960px) {
  .vht-intro,
  .vht-feature-grid,
  .vht-mini-grid {
    grid-template-columns: 1fr;
  }

  .vht-doc-tiles {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 600px) {
  .vht-spec {
    margin-inline: -0.8rem;
  }

  .vht-ecosystem__head {
    align-items: flex-start;
    flex-direction: column;
  }

  .vht-doc-tiles {
    grid-template-columns: 1fr;
  }
}

/* Tight documentation UI pass */
.md-grid {
  max-width: 76rem;
}

.md-header__inner {
  min-height: 2.8rem;
}

.md-header__button.md-logo {
  margin: 0 0.35rem 0 0;
  padding: 0.35rem;
}

.md-header__title {
  font-size: 0.82rem;
  font-weight: 760;
}

.md-search__button {
  min-width: 10.5rem;
  min-height: 1.75rem;
  padding-inline: 2rem 0.6rem;
  font-size: 0.72rem;
}

.md-sidebar {
  width: 12.6rem;
}

.md-sidebar--secondary {
  width: 10rem;
}

.md-nav {
  font-size: 0.68rem;
  line-height: 1.35;
}

.md-nav__title {
  font-size: 0.68rem;
  font-weight: 800;
}

.md-nav__link {
  margin-top: 0.18rem;
  padding-block: 0.22rem;
}

.md-nav__item--section > .md-nav__link {
  font-weight: 820;
}

.md-content__inner {
  max-width: 48rem;
  padding-top: 0.65rem;
  padding-bottom: 2rem;
}

.md-typeset {
  color: #24364d;
  font-size: 0.76rem;
  line-height: 1.55;
}

.md-typeset h1 {
  margin: 0 0 1rem;
  color: #001f61;
  font-size: 1.78rem;
  font-weight: 850;
  line-height: 1.12;
}

.md-typeset h2 {
  margin: 1.45rem 0 0.55rem;
  color: #001f61;
  font-size: 1.08rem;
  font-weight: 820;
  line-height: 1.25;
}

.md-typeset h3 {
  margin: 1rem 0 0.35rem;
  color: #14223a;
  font-size: 0.86rem;
  font-weight: 820;
}

.md-typeset p,
.md-typeset ul,
.md-typeset ol {
  margin-block: 0.55rem;
}

.md-typeset li {
  margin-bottom: 0.18rem;
}

.md-typeset code {
  padding: 0.08rem 0.24rem;
  font-size: 0.7rem;
}

.md-typeset pre {
  margin: 0.8rem 0;
}

.md-typeset pre > code {
  padding: 0.72rem 0.85rem;
  font-size: 0.68rem;
  line-height: 1.5;
}

.md-typeset .highlight {
  position: relative;
  margin: 0.9rem 0 1.05rem;
  border: 1px solid rgba(72, 107, 150, 0.5);
  border-radius: 9px;
  background:
    linear-gradient(180deg, rgba(12, 33, 56, 0.98), rgba(6, 21, 38, 0.98));
  box-shadow:
    0 18px 36px rgba(6, 21, 38, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  overflow: hidden;
}

.md-typeset .highlight::after {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, #1b72e8, #42d39b);
  pointer-events: none;
}

.md-typeset .highlight::before {
  content: "CODE";
  position: absolute;
  top: 0.62rem;
  right: 2.35rem;
  z-index: 2;
  color: rgba(216, 232, 244, 0.58);
  font-size: 0.5rem;
  font-weight: 850;
  letter-spacing: 0.12em;
}

.md-typeset .highlight.language-bash::before,
.md-typeset .highlight.language-shell::before,
.md-typeset .highlight.language-sh::before,
.md-typeset .highlight:has(.language-bash)::before,
.md-typeset .highlight:has(.language-shell)::before,
.md-typeset .highlight:has(.language-sh)::before {
  content: "BASH";
}

.md-typeset .highlight.language-text::before,
.md-typeset .highlight.language-console::before {
  content: "OUTPUT";
}

.md-typeset .highlight.language-yaml::before,
.md-typeset .highlight:has(.language-yaml)::before {
  content: "YAML";
}

.md-typeset .highlight.language-json::before,
.md-typeset .highlight:has(.language-json)::before {
  content: "JSON";
}

.md-typeset .highlight.language-toml::before,
.md-typeset .highlight:has(.language-toml)::before {
  content: "TOML";
}

.md-typeset .highlight pre {
  margin: 0;
  background: transparent !important;
}

.md-typeset .highlight pre > code,
.md-typeset .highlight code {
  display: block;
  padding: 1.05rem 1.1rem 0.98rem;
  border: 0;
  color: #dbeafe;
  background: transparent !important;
  font-family:
    "SFMono-Regular",
    "Cascadia Code",
    "JetBrains Mono",
    "Roboto Mono",
    Consolas,
    monospace;
  font-size: 0.72rem;
  font-weight: 500;
  line-height: 1.62;
  tab-size: 2;
}

.md-typeset .highlight:hover {
  border-color: rgba(82, 184, 255, 0.56);
  box-shadow:
    0 20px 42px rgba(6, 21, 38, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.md-typeset .highlight .md-clipboard,
.md-typeset pre .md-clipboard {
  top: 0.43rem;
  right: 0.45rem;
  width: 1.45rem;
  height: 1.45rem;
  border: 1px solid rgba(148, 163, 184, 0.34);
  border-radius: 6px;
  color: rgba(226, 232, 240, 0.78);
  background: rgba(15, 38, 63, 0.82);
  opacity: 1;
}

.md-typeset .highlight .md-clipboard:hover,
.md-typeset pre .md-clipboard:hover {
  border-color: rgba(82, 184, 255, 0.6);
  color: #fff;
  background: rgba(27, 114, 232, 0.88);
}

.md-typeset .highlight .md-clipboard svg,
.md-typeset pre .md-clipboard svg {
  width: 0.78rem;
  height: 0.78rem;
}

.md-typeset .highlight .hll {
  background-color: rgba(27, 114, 232, 0.18);
}

.md-typeset .highlight .c,
.md-typeset .highlight .c1,
.md-typeset .highlight .cm {
  color: #7f98b6;
  font-style: italic;
}

.md-typeset .highlight .k,
.md-typeset .highlight .kn,
.md-typeset .highlight .kd,
.md-typeset .highlight .kc,
.md-typeset .highlight .kr,
.md-typeset .highlight .nt {
  color: #7dd3fc;
}

.md-typeset .highlight .s,
.md-typeset .highlight .s1,
.md-typeset .highlight .s2,
.md-typeset .highlight .sb {
  color: #a7f3d0;
}

.md-typeset .highlight .se,
.md-typeset .highlight .si,
.md-typeset .highlight .sx {
  color: #fb7185;
}

.md-typeset .highlight .m,
.md-typeset .highlight .mi,
.md-typeset .highlight .mf,
.md-typeset .highlight .mh {
  color: #fbbf24;
}

.md-typeset .highlight .nv,
.md-typeset .highlight .na,
.md-typeset .highlight .vc,
.md-typeset .highlight .vg,
.md-typeset .highlight .vi {
  color: #c4b5fd;
}

.md-typeset .highlight .nb,
.md-typeset .highlight .nf,
.md-typeset .highlight .nc,
.md-typeset .highlight .fm {
  color: #93c5fd;
}

.md-typeset .highlight .nl,
.md-typeset .highlight .nd {
  color: #67e8f9;
}

.md-typeset .highlight .bp,
.md-typeset .highlight .no {
  color: #fde68a;
}

.md-typeset .highlight .o,
.md-typeset .highlight .p {
  color: #b8c7d9;
}

.md-typeset .highlight .w {
  color: inherit;
}

.md-typeset .highlight .language-text code,
.md-typeset .highlight.language-text code {
  color: #cbd5e1;
}

.md-typeset .highlight.language-bash .nb,
.md-typeset .highlight.language-bash .nt {
  color: #7dd3fc;
}

.md-typeset .highlight.language-bash .nv {
  color: #c4b5fd;
  font-weight: 650;
}

.md-typeset .highlight.language-bash .se {
  color: #fb7185;
  font-weight: 750;
}

.md-typeset .highlight .err {
  color: #fecaca;
  background: rgba(239, 68, 68, 0.18);
}

.md-typeset .admonition,
.md-typeset details {
  margin: 0.85rem 0;
  font-size: 0.72rem;
}

.md-typeset .admonition-title,
.md-typeset summary {
  min-height: 1.8rem;
  padding-block: 0.42rem;
  font-size: 0.72rem;
}

.md-typeset table:not([class]) {
  font-size: 0.68rem;
}

.md-typeset table:not([class]) th,
.md-typeset table:not([class]) td {
  padding: 0.42rem 0.55rem;
}

.vht-spec {
  margin: 0;
}

.vht-spec__body {
  max-width: 58rem;
  padding: 1.45rem 1.3rem 2.2rem;
}

.vht-eyebrow {
  margin-bottom: 0.45rem;
  font-size: 0.58rem;
  letter-spacing: 0.16em;
}

.vht-intro {
  grid-template-columns: minmax(0, 1fr) 14.5rem;
  gap: 1.6rem;
}

.vht-intro h1 {
  max-width: 34rem;
  font-size: clamp(1.95rem, 3.6vw, 2.65rem);
  line-height: 1.08;
}

.vht-lede {
  max-width: 37rem;
  margin-top: 0.65rem;
  font-size: 0.84rem;
  line-height: 1.52;
}

.vht-hub-card {
  min-height: 7.6rem;
  padding: 0.8rem 0.85rem;
  border-radius: 8px;
  box-shadow: 0 6px 16px rgba(15, 34, 70, 0.035);
}

.vht-hub-card span {
  font-size: 0.55rem;
}

.vht-hub-card strong {
  margin-top: 0.3rem;
  font-size: 1.18rem;
}

.vht-hub-card p {
  margin-top: 0.55rem;
  font-size: 0.72rem;
  line-height: 1.32;
}

.vht-ecosystem {
  margin: 1rem 0 0.75rem;
  padding: 0.6rem;
  border-radius: 8px;
}

.vht-ecosystem__head {
  margin-bottom: 0.5rem;
  font-size: 0.68rem;
}

.vht-ecosystem__head span {
  font-size: 0.54rem;
}

.vht-doc-tiles {
  gap: 0.45rem;
}

.vht-doc-tiles a {
  min-height: 2.55rem;
  padding: 0.5rem 0.6rem;
  border-radius: 6px;
  font-size: 0.7rem;
}

.vht-doc-tiles a::after {
  height: 2px;
}

.vht-feature-grid {
  gap: 0.75rem;
  margin-top: 0.75rem;
}

.vht-feature {
  min-height: 7.6rem;
  padding: 0.8rem 0.9rem 0.78rem 1rem;
  border-radius: 8px;
}

.vht-feature::before {
  width: 4px;
  border-radius: 8px 0 0 8px;
}

.vht-icon {
  width: 1.45rem;
  height: 1.45rem;
  margin-bottom: 0.45rem;
  border-radius: 6px;
  font-size: 0.54rem;
}

.vht-feature h2 {
  margin-bottom: 0.25rem;
  font-size: 0.78rem;
}

.vht-feature strong {
  max-width: 19rem;
  font-size: 0.98rem;
  line-height: 1.12;
}

.vht-feature p {
  margin-top: 0.45rem;
  font-size: 0.68rem;
  line-height: 1.38;
}

.vht-mini-grid {
  gap: 0.55rem;
  margin: 0.75rem 0;
}

.vht-mini-grid a {
  min-height: 5.8rem;
  padding: 0.72rem 0.78rem;
  border-radius: 7px;
}

.vht-mini-grid span {
  font-size: 0.66rem;
}

.vht-mini-grid h3 {
  margin: 0.25rem 0;
  font-size: 0.78rem;
}

.vht-mini-grid p {
  font-size: 0.68rem;
  line-height: 1.35;
}

.vht-section-title {
  margin: 1rem 0 0.45rem;
  font-size: 0.98rem;
}

.md-typeset table.vht-table {
  border-radius: 8px;
  font-size: 0.68rem;
}

.md-typeset table.vht-table th,
.md-typeset table.vht-table td {
  padding: 0.44rem 0.55rem;
}

.vht-note {
  margin-top: 0.75rem;
  padding: 0.62rem 0.75rem;
  border-radius: 7px;
  font-size: 0.7rem;
}

@media screen and (max-width: 960px) {
  .md-content__inner {
    max-width: none;
  }

  .vht-intro {
    grid-template-columns: 1fr;
  }
}

.docs-home {
  max-width: 61rem;
  margin: 0 auto 2.5rem;
  padding: 0.75rem 0 2rem;
}

.docs-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 16rem;
  gap: clamp(1.1rem, 3vw, 2rem);
  align-items: center;
  padding: 1.05rem 1.05rem 1.1rem;
  border: 1px solid #d8e2f0;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(16, 39, 84, 0.055);
  overflow: hidden;
}

.docs-hero::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 0.22rem;
  background:
    linear-gradient(180deg, #1b72e8, #001f61);
  pointer-events: none;
}

.docs-hero > * {
  position: relative;
  z-index: 1;
}

.docs-icon {
  display: inline-grid;
  place-items: center;
  width: 1.72rem;
  height: 1.72rem;
  border: 1px solid #d4dfed;
  border-radius: 6px;
  color: #0b3a75;
  background: #f7f9fc;
}

.docs-icon svg {
  width: 0.9rem;
  height: 0.9rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.docs-icon--teal {
  border-color: #d4dfed;
  color: #0b3a75;
  background: #f7f9fc;
}

.docs-icon--purple {
  border-color: #d4dfed;
  color: #0b3a75;
  background: #f7f9fc;
}

.docs-icon--green {
  border-color: #d4dfed;
  color: #0b3a75;
  background: #f7f9fc;
}

.docs-icon--red {
  border-color: #d4dfed;
  color: #0b3a75;
  background: #f7f9fc;
}

.docs-icon--gold {
  border-color: #d4dfed;
  color: #0b3a75;
  background: #f7f9fc;
}

.docs-kicker {
  margin: 0 0 0.32rem;
  color: #1b72e8;
  font-size: 0.52rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.docs-hero h1 {
  margin: 0;
  color: #001f61;
  font-size: clamp(1.8rem, 3vw, 2.38rem);
  font-weight: 860;
  line-height: 1.02;
}

.docs-hero p {
  max-width: 36rem;
  margin: 0.62rem 0 0;
  color: #43546b;
  font-size: 0.76rem;
  line-height: 1.55;
}

.docs-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.42rem;
  margin-top: 0.82rem;
}

.docs-hero__actions a {
  padding: 0.28rem 0.52rem;
  border: 1px solid #d8e3f1;
  border-radius: 6px;
  color: #0d3974 !important;
  background: #fff;
  font-size: 0.58rem;
  font-weight: 800;
  text-decoration: none !important;
  transition:
    border-color 140ms ease,
    background-color 140ms ease,
    color 140ms ease;
}

.docs-hero__actions a:hover {
  border-color: rgba(27, 114, 232, 0.48);
  color: #075bd8 !important;
  background: #fff;
}

.docs-version-card {
  position: relative;
  padding: 0.78rem 0.86rem 0.72rem;
  border: 1px solid #d4dfed;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(16, 39, 84, 0.045);
}

.docs-version-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-top: 3px solid #1b72e8;
  border-radius: 8px 8px 0 0;
  pointer-events: none;
}

.docs-version-card > span {
  display: block;
  color: #1b72e8;
  font-size: 0.56rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.docs-version-card strong {
  display: block;
  margin-top: 0.22rem;
  color: #001f61;
  font-size: 1.05rem;
  line-height: 1.1;
}

.docs-version-card dl {
  margin: 0.65rem 0 0;
}

.docs-version-card div {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.34rem 0;
  border-top: 1px solid #e5edf7;
  font-size: 0.68rem;
}

.docs-version-card dt {
  color: #6d7c90;
  font-weight: 760;
}

.docs-version-card dd {
  margin: 0;
  color: #14223a;
  text-align: right;
}

.docs-primary-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.58fr) minmax(14.25rem, 0.58fr);
  gap: 0.85rem;
  align-items: start;
  margin-top: 0.85rem;
}

.docs-panel,
.docs-section,
.docs-callout {
  border: 1px solid #d8e2f0;
  border-radius: 8px;
  background: #fff;
}

.docs-panel {
  padding: 0.82rem;
  box-shadow: 0 12px 28px rgba(16, 39, 84, 0.045);
}

.docs-panel--primary {
  padding: 0;
  overflow: hidden;
  background: #fff;
}

.docs-panel__head {
  margin: -0.82rem -0.82rem 0.62rem;
  padding: 0.72rem 0.82rem 0.66rem;
  border-bottom: 1px solid #e1e9f4;
  background: #f8fafc;
}

.docs-panel--primary .docs-panel__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin: 0;
  padding: 0.68rem 0.76rem 0.62rem;
}

.docs-heading {
  display: flex;
  align-items: center;
  gap: 0.58rem;
}

.docs-heading .docs-icon {
  width: 1.85rem;
  height: 1.85rem;
}

.docs-panel__meta {
  flex: 0 0 auto;
  padding: 0.18rem 0.42rem;
  border: 1px solid #d7e3f2;
  border-radius: 999px;
  color: #50657e;
  background: #fff;
  font-size: 0.56rem;
  font-weight: 780;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.docs-section__head {
  margin-bottom: 0.65rem;
}

.docs-panel h2,
.docs-section h2 {
  margin: 0;
  color: #001f61;
  font-size: 0.86rem;
  font-weight: 850;
  line-height: 1.2;
}

.docs-task-list {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: docs-task;
}

.docs-task-list li {
  counter-increment: docs-task;
  margin: 0;
  border-top: 1px solid #edf2f8;
  background: #fff;
}

.docs-task-list li::before {
  content: counter(docs-task, decimal-leading-zero);
  display: none;
}

.docs-task-list li a {
  position: relative;
  display: grid;
  grid-template-columns: 1.72rem minmax(0, 1fr) auto 0.8rem;
  gap: 0.62rem;
  align-items: center;
  min-height: 2.62rem;
  padding: 0.46rem 0.7rem;
  color: inherit;
  transition:
    background-color 140ms ease,
    box-shadow 140ms ease;
}

.docs-task-list li a::before {
  content: counter(docs-task, decimal-leading-zero);
  position: absolute;
  left: 0.79rem;
  bottom: 0.2rem;
  color: rgba(0, 31, 97, 0.4);
  font-size: 0.44rem;
  font-weight: 900;
  letter-spacing: 0.05em;
}

.docs-task-list li a::after {
  content: "->";
  justify-self: end;
  color: #8fa2ba;
  font-size: 0.74rem;
  font-weight: 760;
  opacity: 0;
  transition:
    color 140ms ease,
    opacity 140ms ease,
    transform 140ms ease;
}

.docs-task-list li:hover a {
  background: #f7f9fc;
  box-shadow: inset 3px 0 0 #1b72e8;
}

.docs-task-list li:hover a::after {
  color: #1b72e8;
  opacity: 1;
  transform: translateX(2px);
}

.docs-version-links a,
.docs-link-grid a {
  text-decoration: none !important;
}

.docs-home a,
.docs-home a:hover {
  text-decoration: none !important;
}

.docs-task-list strong {
  display: block;
  color: #001f61 !important;
  font-size: 0.69rem;
  font-weight: 830;
  line-height: 1.22;
}

.docs-task-list em {
  display: block;
  margin-top: 0.12rem;
  color: #5d6d82;
  font-size: 0.58rem;
  font-style: normal;
  line-height: 1.32;
}

.docs-task-list small {
  justify-self: end;
  padding: 0.14rem 0.38rem;
  border: 1px solid #dce5f1;
  border-radius: 999px;
  color: #52657c;
  background: #f9fbfe;
  font-size: 0.5rem;
  font-weight: 800;
  line-height: 1.1;
}

.docs-version-links {
  display: grid;
  gap: 0.55rem;
}

.docs-version-links a {
  display: grid;
  grid-template-columns: 1.72rem minmax(0, 1fr);
  gap: 0.58rem;
  align-items: start;
  padding: 0.62rem 0.68rem;
  border: 1px solid #e0e8f2;
  border-radius: 7px;
  background: #fff;
  transition:
    border-color 140ms ease,
    box-shadow 140ms ease,
    transform 140ms ease;
}

.docs-version-links a:hover {
  border-color: rgba(27, 114, 232, 0.38);
  box-shadow: 0 10px 22px rgba(16, 39, 84, 0.06);
  transform: translateY(-1px);
}

.docs-version-links strong {
  display: block;
  color: #001f61;
  font-size: 0.74rem;
}

.docs-version-links em {
  display: block;
  margin-top: 0.22rem;
  color: #5d6d82;
  font-size: 0.61rem;
  font-style: normal;
  line-height: 1.35;
}

.docs-section {
  margin-top: 0.8rem;
  padding: 0.82rem 0.86rem;
  background: #fff;
  box-shadow: 0 12px 30px rgba(16, 39, 84, 0.035);
}

.docs-link-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.5rem;
}

.docs-link-grid a {
  position: relative;
  display: grid;
  grid-template-columns: 1.72rem minmax(0, 1fr);
  column-gap: 0.58rem;
  align-items: start;
  min-height: 4.05rem;
  padding: 0.62rem 0.68rem;
  border: 1px solid #e0e8f2;
  border-radius: 7px;
  background: #fff;
  transition:
    border-color 140ms ease,
    box-shadow 140ms ease,
    transform 140ms ease;
}

.docs-link-grid a::after {
  content: "->";
  position: absolute;
  right: 0.62rem;
  top: 0.58rem;
  color: #9baabe;
  font-size: 0.66rem;
  font-weight: 800;
  opacity: 0;
  transition:
    color 140ms ease,
    opacity 140ms ease,
    transform 140ms ease;
}

.docs-link-grid a:hover {
  border-color: rgba(27, 114, 232, 0.35);
  box-shadow: 0 10px 22px rgba(16, 39, 84, 0.055);
  transform: translateY(-1px);
}

.docs-link-grid a:hover::after {
  color: #1b72e8;
  opacity: 1;
  transform: translateX(2px);
}

.docs-link-grid strong {
  grid-column: 2;
  display: block;
  color: #001f61;
  padding-right: 0.8rem;
  font-size: 0.7rem;
  line-height: 1.25;
}

.docs-link-grid a > span:not(.docs-icon) {
  grid-column: 2;
  display: block;
  margin-top: 0.28rem;
  color: #5d6d82;
  font-size: 0.6rem;
  line-height: 1.35;
}

.docs-callout {
  margin-top: 0.8rem;
  padding: 0.72rem 0.85rem;
  border-left: 4px solid #18b69b;
  background: #f8fbfd;
}

.docs-callout strong {
  display: block;
  color: #001f61;
  font-size: 0.76rem;
}

.docs-callout p {
  margin: 0.22rem 0 0;
  color: #526176;
  font-size: 0.68rem;
  line-height: 1.42;
}

@media screen and (max-width: 960px) {
  .docs-hero,
  .docs-primary-grid,
  .docs-link-grid {
    grid-template-columns: 1fr;
  }
}
