.yue > section#toxflow-hilfe > h1,
.yue > section#toxflow-closed-beta-hilfe > h1 {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.sy-head .searchbox,
.yue > section#toxflow-hilfe > .toctree-wrapper:empty,
.yue > section#toxflow-closed-beta-hilfe > .toctree-wrapper:empty {
  display: none;
}

.yue a,
.globaltoc a,
.localtoc a,
.sy-breadcrumbs a,
.sy-head-links a,
.navigation a {
  text-decoration-color: rgba(194, 129, 66, 0.72);
  text-decoration-line: underline;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
  transition: color 160ms ease, text-decoration-color 160ms ease;
}

.yue a:hover,
.globaltoc a:hover,
.localtoc a:hover,
.sy-breadcrumbs a:hover,
.sy-head-links a:hover,
.navigation a:hover {
  color: #f1b66b;
  text-decoration-color: #f1b66b;
}

.yue a.headerlink,
.yue .tx-button,
.yue .tx-hero-visual,
.yue .tx-step-card,
.yue .tx-reference-links a {
  text-decoration: none;
}

.tx-home {
  --tx-bg-deep: #0b0a08;
  --tx-surface: rgba(34, 31, 27, 0.78);
  --tx-surface-strong: rgba(47, 42, 36, 0.88);
  --tx-border: rgba(190, 155, 106, 0.24);
  --tx-border-bright: rgba(228, 182, 113, 0.48);
  --tx-text: #f7f2ea;
  --tx-muted: #b9ab99;
  --tx-accent: #c28142;
  --tx-accent-strong: #f1b66b;
  --tx-green: #4ade80;
  margin: -1rem 0 2rem;
}

.tx-hero {
  align-items: center;
  background:
    radial-gradient(circle at 82% 18%, rgba(228, 176, 97, 0.14), transparent 34%),
    linear-gradient(120deg, rgba(17, 25, 34, 0.98), rgba(11, 17, 23, 0.98) 58%, rgba(25, 19, 13, 0.96));
  border: 1px solid var(--tx-border);
  border-radius: 24px;
  box-sizing: border-box;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.045);
  display: grid;
  gap: clamp(1.5rem, 4vw, 3rem);
  grid-template-columns: minmax(390px, 1.08fr) minmax(320px, 0.92fr);
  min-height: clamp(350px, 34vw, 410px);
  overflow: hidden;
  padding: clamp(1.5rem, 3vw, 2.5rem);
  position: relative;
}

.tx-hero::before {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 58px 58px;
  content: "";
  inset: 0;
  mask-image: radial-gradient(circle at 72% 42%, black, transparent 66%);
  opacity: 0.18;
  position: absolute;
  pointer-events: none;
}

.tx-hero::after {
  background: linear-gradient(90deg, rgba(5, 7, 10, 0.14), transparent 52%);
  content: "";
  inset: 0;
  position: absolute;
  pointer-events: none;
}

.tx-hero-copy,
.tx-hero-result {
  position: relative;
  z-index: 2;
}

.tx-hero-copy {
  align-self: center;
  max-width: 40rem;
}

.tx-hero h1 {
  color: var(--tx-text);
  font-size: clamp(2.5rem, 3.7vw, 3.45rem);
  letter-spacing: -0.055em;
  line-height: 1.02;
  margin: 0.35rem 0 0;
  max-width: 15ch;
}

.tx-hero-eyebrow,
.tx-reference-label {
  color: var(--tx-accent-strong);
  display: inline-block;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.tx-hero-lead {
  color: var(--tx-muted);
  font-size: clamp(1rem, 1.35vw, 1.12rem);
  line-height: 1.65;
  margin: 1rem 0 0;
  max-width: 35rem;
}

.tx-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.55rem;
}

.tx-button {
  align-items: center;
  border-radius: 10px;
  display: inline-flex;
  font-weight: 750;
  justify-content: center;
  letter-spacing: -0.01em;
  min-height: 2.85rem;
  padding: 0.72rem 1.05rem;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.tx-button:hover {
  transform: translateY(-2px);
}

.tx-button-primary {
  background: linear-gradient(135deg, #9f7933, #795821);
  border: 1px solid #e4b061;
  box-shadow: 0 12px 28px rgba(143, 110, 46, 0.2);
  color: var(--tx-text);
}

.tx-button-secondary {
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(182, 192, 203, 0.38);
  color: var(--tx-text);
}

.tx-hero-result {
  align-self: center;
  margin: 0;
  max-width: 500px;
  width: 100%;
}

.tx-hero-visual {
  background: #0b1117;
  border: 1px solid #2b3845;
  border-radius: 16px;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.38), 0 0 0 1px rgba(255, 255, 255, 0.025);
  display: block;
  padding: 5px;
  transition: transform 160ms ease, border-color 160ms ease;
}

.tx-hero-visual:hover {
  border-color: var(--tx-border-bright);
  transform: translateY(-2px);
}

.tx-hero-visual img {
  aspect-ratio: 1.9 / 1;
  border-radius: 10px;
  display: block;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.tx-hero-result figcaption {
  color: var(--tx-muted);
  font-size: 0.9rem;
  margin-top: 0.7rem;
  text-align: center;
}

.tx-hero-result figcaption strong {
  color: var(--tx-text);
}

.yue figure img.tx-doc-screenshot {
  background: #0b1117;
  border: 1px solid #2b3845;
  border-radius: 12px;
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.38),
    0 0 0 1px rgba(255, 255, 255, 0.025);
  box-sizing: border-box;
  display: block;
  padding: 5px;
}

.yue .tx-doc-step {
  align-items: center;
  background: #b784ff;
  border: 1px solid #e8d7ff;
  border-radius: 999px;
  box-shadow: 0 2px 8px rgba(183, 132, 255, 0.22);
  box-sizing: border-box;
  color: #101820;
  display: inline-flex;
  font-size: 0.78em;
  font-weight: 800;
  height: 1.55em;
  justify-content: center;
  line-height: 1;
  margin-right: 0.22em;
  min-width: 1.55em;
  padding: 0;
  vertical-align: 0.06em;
  width: 1.55em;
}

.yue .tx-doc-info {
  background: rgba(121, 212, 238, 0.08);
  border: 1px dashed #79d4ee;
  border-radius: 0.45em;
  box-sizing: border-box;
  color: #d9f8ff;
  display: inline-flex;
  font-size: 0.72em;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1;
  margin-right: 0.35em;
  padding: 0.34em 0.52em;
  text-transform: uppercase;
  vertical-align: 0.08em;
}

.tx-section-heading {
  margin: clamp(2.7rem, 6vw, 4.2rem) 0 1.25rem;
}

.tx-section-heading h2,
.tx-reference h2 {
  color: var(--tx-text);
  font-size: clamp(1.55rem, 3vw, 2.45rem);
  letter-spacing: -0.045em;
  line-height: 1.05;
  margin: 0;
}

.tx-section-heading p {
  color: var(--tx-muted);
  line-height: 1.65;
}

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

.tx-step-card,
.tx-reference-group {
  background: var(--tx-surface);
  border: 1px solid var(--tx-border);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.055);
}

.tx-step-card {
  border-radius: 24px;
  color: var(--tx-text);
  min-height: 11.5rem;
  padding: 1.35rem;
  position: relative;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.tx-step-card:hover {
  background: var(--tx-surface-strong);
  border-color: var(--tx-border-bright);
  transform: translateY(-4px);
}

.tx-step-number {
  color: var(--tx-accent-strong);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.tx-step-card-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.tx-step-icon {
  align-items: center;
  background: rgba(95, 143, 175, 0.09);
  border: 1px solid rgba(95, 143, 175, 0.3);
  border-radius: 11px;
  color: #d8e2ea;
  display: inline-flex;
  height: 2.55rem;
  justify-content: center;
  width: 2.55rem;
}

.tx-step-icon svg {
  height: 1.4rem;
  width: 1.4rem;
}

.tx-step-card h3 {
  color: var(--tx-text);
  font-size: 1.45rem;
  letter-spacing: -0.035em;
  margin: 1.25rem 0 0.7rem;
}

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

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

.tx-reference-group {
  border-radius: 24px;
  padding: 1.35rem;
}

.tx-reference-group h3 {
  color: var(--tx-text);
  font-size: 1.25rem;
  letter-spacing: -0.025em;
  margin: 0.45rem 0 1rem;
}

.tx-reference-links {
  display: grid;
  gap: 0.55rem;
}

.tx-reference-links a {
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 12px;
  color: var(--tx-text);
  display: grid;
  gap: 0.18rem;
  padding: 0.75rem 0.8rem;
  transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.tx-reference-links a:hover {
  background: rgba(255, 255, 255, 0.055);
  border-color: var(--tx-border-bright);
  transform: translateY(-2px);
}

.tx-reference-links strong {
  color: var(--tx-text);
  font-size: 0.96rem;
}

.tx-reference-links span {
  color: var(--tx-muted);
  font-size: 0.86rem;
  line-height: 1.42;
}

@media (max-width: 980px) {
  .tx-hero {
    grid-template-columns: 1fr;
  }

  .tx-card-grid,
  .tx-reference-grid {
    grid-template-columns: 1fr;
  }

  .tx-hero h1 {
    max-width: 16ch;
  }

  .tx-hero-copy {
    max-width: none;
  }

  .tx-hero-result {
    justify-self: start;
    max-width: 620px;
    width: 100%;
  }
}

@media (max-width: 640px) {
  .tx-home {
    margin-top: -0.35rem;
  }

  .tx-hero {
    border-radius: 24px;
    min-height: auto;
    padding: 1.15rem;
  }

  .tx-hero h1 {
    font-size: clamp(2.35rem, 12vw, 3.3rem);
    max-width: 12ch;
  }

  .tx-hero-lead {
    max-width: none;
  }

  .tx-hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .tx-button {
    width: 100%;
  }

  .tx-hero-visual {
    border-radius: 13px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tx-button,
  .tx-hero-visual,
  .tx-step-card,
  .tx-reference-links a {
    transition: none;
  }

  .tx-button:hover,
  .tx-hero-visual:hover,
  .tx-step-card:hover,
  .tx-reference-links a:hover {
    transform: none;
  }
}
