.heddle-docs-ui-Hub-Article {
  display: grid;
  gap: 1.05rem;
  color: var(--specular-text);
  font-family: var(--specular-font-sans);
  font-size: 16.0px;
  line-height: 1.5;
  width: 100.0%;
  min-width: 0.0px;
}

.heddle-docs-ui-Hub-Copy {
  margin: 0.0px;
  color: var(--specular-text);
}

.heddle-docs-ui-Hub-H2 {
  margin: 1.15rem 0.0px 0.0px 0.0px;
  font-size: 20.0px;
  font-weight: 650;
  line-height: 1.3;
}

.heddle-docs-ui-Hub-Poster {
  display: grid;
  gap: 1.0rem;
  padding: 1.25rem;
  background: var(--specular-code-bg);
  border: 1.0px solid var(--specular-border);
  border-radius: var(--specular-radius);
  color: var(--specular-text);
  font-family: var(--specular-font-sans);
}

.heddle-docs-ui-Hub-Payload {
  font-family: ui-monospace, 'SF Mono', Menlo, Consolas, monospace;
  font-size: 13.0px;
  white-space: pre-wrap;
  background: var(--specular-code-bg);
  border: 1.0px solid var(--specular-border);
  border-radius: 8.0px;
  padding: 0.85rem 1.0rem;
  margin: 0.0px;
  overflow-x: auto;
  overflow-y: auto;
  color: var(--specular-code-fg);
  line-height: 1.45;
  min-height: 188.0px;
  box-sizing: border-box;
}

.heddle-docs-ui-Hub-Hosts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(9.5rem, 1fr));
  gap: 0.65rem;
}

.heddle-docs-ui-Hub-CardGhost {
  display: grid;
  gap: 0.35rem;
  padding: 0.85rem 0.95rem;
  background: var(--specular-surface);
  border: 1.0px dashed var(--specular-border);
  border-radius: 10.0px;
  color: var(--specular-muted);
  opacity: 0.72;
  min-width: 0.0px;
}

.heddle-docs-ui-Hub-Fine {
  font-size: 13.0px;
  color: var(--specular-muted);
  margin: 0.0px;
  line-height: 1.4;
}

.heddle-docs-ui-Hub-Kicker {
  font-size: 11.0px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--specular-muted);
  font-weight: 600;
}

.heddle-docs-ui-Hub-Card {
  display: grid;
  gap: 0.35rem;
  padding: 0.85rem 0.95rem;
  background: var(--specular-surface);
  border: 1.0px solid var(--specular-border);
  border-radius: 10.0px;
  color: var(--specular-text);
  min-width: 0.0px;
}

.heddle-docs-ui-Hub-CardOn {
  display: grid;
  gap: 0.35rem;
  padding: 0.85rem 0.95rem;
  background: var(--specular-surface);
  border: 1.0px solid var(--specular-accent);
  border-radius: 10.0px;
  color: var(--specular-text);
  box-shadow: 0.0px 0.0px 0.0px 2.0px rgb(196 106 82 / 0.45);
  min-width: 0.0px;
}

.heddle-docs-ui-Hub-Bound {
  display: grid;
  gap: 0.4rem;
  padding: 1.1rem 1.2rem;
  background: var(--specular-surface);
  border: 2.0px solid var(--specular-accent);
  border-radius: 12.0px;
  text-align: center;
}

.heddle-docs-ui-Hub-Title {
  font-size: 18.0px;
  font-weight: 650;
  margin: 0.0px;
  line-height: 1.25;
}

.heddle-docs-ui-Hub-Lead {
  margin: 0.0px;
  font-size: 18.0px;
  line-height: 1.45;
}
