/* =========================================================================
   Stildatei ausschließlich für varianten/index.html — das Vergleichsblatt.
   Sie ist bewusst nüchtern und sieht NICHT wie das Produkt aus: Dieses Blatt
   ist ein Werkzeug. Keine der drei Richtungen darf sich hier durchsetzen,
   sonst bevorzugt die Gegenüberstellung eine davon.
   ========================================================================= */

:root {
  --w-grund: #FAFAFA;
  --w-flaeche: #FFFFFF;
  --w-text: #1C1C1C;
  --w-leise: #5A5A5A;
  --w-linie: #C8C8C8;
  --w-marke: #005A9C;
  --w-mono: ui-monospace, Consolas, 'DejaVu Sans Mono', monospace;
}

*, *::before, *::after { box-sizing: border-box; }

body {
  margin: 0;
  padding: 1.5rem 1rem 4rem;
  background: var(--w-grund);
  color: var(--w-text);
  font-family: system-ui, 'Segoe UI', Arial, sans-serif;
  font-size: 15px;
  line-height: 1.55;
}

.werkzeugkopf {
  max-width: 78rem;
  margin: 0 auto 2rem;
  padding-bottom: 1rem;
  border-bottom: 3px solid var(--w-text);
}
.werkzeugkopf h1 { font-size: 1.375rem; margin: 0 0 0.25rem; }
.werkzeugkopf p { margin: 0; color: var(--w-leise); font-size: 0.875rem; }
.werkzeugkopf code { font-family: var(--w-mono); }

.raster {
  max-width: 78rem;
  margin: 0 auto;
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr;
}
@media (min-width: 60rem) {
  .raster { grid-template-columns: repeat(3, 1fr); }
}

.spalte {
  background: var(--w-flaeche);
  border: 1px solid var(--w-linie);
}
.spalte-kopf {
  padding: 0.75rem 1rem;
  border-bottom: 1px solid var(--w-linie);
  background: var(--w-grund);
}
.spalte-kopf h2 { font-size: 1.0625rem; margin: 0 0 0.25rem; }
.spalte-kopf .kennung {
  font-family: var(--w-mono);
  font-size: 0.75rem;
  color: var(--w-marke);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.saetze { padding: 0.875rem 1rem; font-size: 0.8125rem; margin: 0; }
.saetze dt {
  font-weight: 700;
  color: var(--w-leise);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.6875rem;
  margin-top: 0.625rem;
}
.saetze dt:first-child { margin-top: 0; }
.saetze dd { margin: 0.125rem 0 0; }

.rahmenpaar { padding: 0 1rem 1rem; }
.rahmen-etikett {
  font-family: var(--w-mono);
  font-size: 0.6875rem;
  color: var(--w-leise);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: 0.875rem 0 0.375rem;
}
iframe {
  width: 100%;
  height: 30rem;
  border: 1px solid var(--w-linie);
  background: var(--w-flaeche);
  display: block;
}
.direktlink { font-size: 0.75rem; margin: 0.375rem 0 0; }

.matrix { max-width: 78rem; margin: 2.5rem auto 0; overflow-x: auto; }
.matrix h2 { font-size: 1.125rem; margin: 0 0 0.75rem; }
table { border-collapse: collapse; width: 100%; font-size: 0.8125rem; min-width: 46rem; }
th, td { border: 1px solid var(--w-linie); padding: 0.5rem 0.625rem; text-align: left; vertical-align: top; }
th { background: var(--w-grund); font-weight: 700; }
tbody th { width: 13rem; }
td.achse-nr { width: 2.5rem; text-align: center; font-family: var(--w-mono); }
.pflicht { background: #FFF4D6; }

.fussnote {
  max-width: 78rem;
  margin: 1.5rem auto 0;
  font-size: 0.8125rem;
  color: var(--w-leise);
}
.fussnote strong { color: var(--w-text); }

a { color: var(--w-marke); }
:focus-visible { outline: 2px solid var(--w-marke); outline-offset: 2px; }
