/* PlumScreen — Redaktion für ruhige Such- und Ermittlungsspiele */

/* Schriftdateien vom eigenen Server — keine Anfrage an fremde Hosts */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url('assets/fonts/inter-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url('assets/fonts/inter-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('assets/fonts/space-grotesk-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('assets/fonts/space-grotesk-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* Ersatzschriften mit angeglichenen Metriken — verhindert Verschieben beim Nachladen */
@font-face {
  font-family: "Inter Ersatz";
  src: local("Arial"), local("Helvetica"), local("Liberation Sans");
  size-adjust: 105.2%;
  ascent-override: 92.1%;
  descent-override: 22.9%;
  line-gap-override: 0%;
}
@font-face {
  font-family: "Grotesk Ersatz";
  src: local("Arial"), local("Helvetica"), local("Liberation Sans");
  size-adjust: 98.5%;
  ascent-override: 99.9%;
  descent-override: 29.7%;
  line-gap-override: 0%;
}

:root {
  --flaeche: #ffffff;
  --flaeche-weich: #f4f4f7;
  --flaeche-tief: #ebebf1;
  --tinte: #121214;
  --tinte-leise: #55555f;
  --akzent: #4338ca;
  --akzent-weich: #ecebfa;
  --linie: #dededf;
  --stern-leer: #cfcfd8;

  --schrift-anzeige: "Space Grotesk", "Grotesk Ersatz", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --schrift-text: "Inter", "Inter Ersatz", "Helvetica Neue", Helvetica, Arial, sans-serif;

  --t-anzeige: clamp(2.5rem, 6.4vw, 4.5rem);
  --t-gross: clamp(1.75rem, 3.4vw, 2.5rem);
  --t-mittel: clamp(1.25rem, 2vw, 1.5rem);
  --t-unter: 1.125rem;
  --t-text: 1rem;
  --t-klein: 0.875rem;
  --t-marke: 0.75rem;

  --r-taste: 4px 24px 4px 24px;
  --r-flaeche: 16px;

  --a-4: 4px;  --a-8: 8px;  --a-12: 12px; --a-16: 16px;
  --a-20: 20px; --a-24: 24px; --a-32: 32px; --a-40: 40px;
  --a-48: 48px; --a-64: 64px; --a-80: 80px;

  --breite: 1120px;
  --kopf-hoehe: 68px;
}

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

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.001ms !important; transition-duration: 0.001ms !important; }
}

body {
  margin: 0;
  background: var(--flaeche);
  color: var(--tinte);
  font-family: var(--schrift-text);
  font-size: var(--t-text);
  line-height: 1.55;
  letter-spacing: -0.008em;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3 { font-family: var(--schrift-anzeige); font-weight: 600; margin: 0; line-height: 1.1; letter-spacing: -0.025em; }
p { margin: 0; }
ul, ol { margin: 0; padding: 0; list-style: none; }
img { display: block; max-width: 100%; height: auto; }

a { color: var(--akzent); text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 1px; }
a:hover { text-decoration-thickness: 2px; }

:focus-visible { outline: 3px solid var(--akzent); outline-offset: 3px; border-radius: 2px; }

.sicht-sprung {
  position: absolute; left: -9999px; top: 0; z-index: 60;
  background: var(--akzent); color: #fff; padding: var(--a-12) var(--a-20);
  border-radius: var(--r-taste); text-decoration: none;
}
.sicht-sprung:focus { left: var(--a-16); top: var(--a-16); }

.sicht-huelle { width: 100%; max-width: var(--breite); margin-inline: auto; padding-inline: var(--a-20); }
@media (min-width: 768px) { .sicht-huelle { padding-inline: var(--a-32); } }

/* ---------- Tasten (eine Geometrie im ganzen Projekt) ---------- */
.sicht-taste {
  display: inline-flex; align-items: center; justify-content: center; gap: var(--a-8);
  min-height: 48px; padding: var(--a-12) var(--a-24);
  font-family: var(--schrift-text); font-size: var(--t-klein); font-weight: 600;
  letter-spacing: -0.01em; text-decoration: none; cursor: pointer;
  border: 0; border-radius: var(--r-taste);
  transition: background-color .18s ease, color .18s ease, transform .18s ease, box-shadow .18s ease;
}
.sicht-taste--voll { background: var(--akzent); color: #fff; }
.sicht-taste--voll:hover { background: #372ea8; transform: translateY(-2px); }
.sicht-taste--voll:active { background: #2c2589; transform: translateY(0); }
.sicht-taste--flach { background: var(--flaeche-weich); color: var(--tinte); }
.sicht-taste--flach:hover { background: var(--flaeche-tief); transform: translateY(-2px); }
.sicht-taste--flach:active { background: var(--linie); transform: translateY(0); }
.sicht-taste--leise { background: transparent; color: var(--akzent); padding-inline: var(--a-16); }
.sicht-taste--leise:hover { background: var(--akzent-weich); }
.sicht-taste--leise:active { background: #dedcf5; }
.sicht-taste__pfeil { width: 16px; height: 16px; flex: none; }

/* ---------- Kopfleiste ---------- */
.sicht-kopf { position: sticky; top: 0; z-index: 40; background: rgba(255,255,255,.94); backdrop-filter: blur(10px); }
.sicht-kopf__innen { display: flex; align-items: center; justify-content: space-between; gap: var(--a-16); min-height: var(--kopf-hoehe); }
.sicht-kopf__marke {
  font-family: var(--schrift-anzeige); font-size: 1.125rem; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.08em; color: var(--tinte); text-decoration: none;
  display: inline-flex; align-items: center; min-height: 48px;
}
.sicht-kopf__marke-teil--akzent { color: var(--akzent); }
.sicht-kopf__menue { display: none; }
.sicht-kopf__menue.is-offen { display: block; }
.sicht-kopf__liste { display: flex; flex-direction: column; gap: var(--a-4); padding-block: var(--a-8) var(--a-24); }
.sicht-kopf__link {
  display: flex; align-items: center; min-height: 48px; padding-inline: var(--a-8);
  font-size: var(--t-klein); font-weight: 500; color: var(--tinte); text-decoration: none;
}
.sicht-kopf__link:hover { color: var(--akzent); }
.sicht-kopf__schalter {
  display: inline-flex; align-items: center; justify-content: center;
  width: 48px; height: 48px; padding: 0; background: transparent; border: 0;
  border-radius: var(--r-taste); color: var(--tinte); cursor: pointer;
}
.sicht-kopf__schalter:hover { background: var(--flaeche-weich); }
.sicht-kopf__schalter svg { width: 22px; height: 22px; }
.sicht-kopf__schalter-zu { display: none; }
.sicht-kopf__schalter[aria-expanded="true"] .sicht-kopf__schalter-auf { display: none; }
.sicht-kopf__schalter[aria-expanded="true"] .sicht-kopf__schalter-zu { display: block; }

@media (min-width: 1024px) {
  .sicht-kopf__menue { display: block !important; }
  .sicht-kopf__liste { flex-direction: row; gap: var(--a-4); padding-block: 0; }
  .sicht-kopf__schalter { display: none; }
}

/* ---------- Abschnitte ---------- */
.sicht-block { padding-block: var(--a-64); }
.sicht-block--luft { padding-block: var(--a-80); }
.sicht-block--eng { padding-block: var(--a-48); }
.sicht-block--getoent { background: var(--flaeche-weich); }
.sicht-block__kopf { display: flex; flex-direction: column; gap: var(--a-12); margin-bottom: var(--a-40); }
.sicht-block__marke { font-size: var(--t-marke); font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: var(--akzent); }
.sicht-block__titel { font-size: var(--t-gross); }
.sicht-block__lead { max-width: 62ch; color: var(--tinte-leise); font-size: var(--t-unter); line-height: 1.5; }

/* ---------- Lede (Auftakt) ---------- */
.sicht-lede { padding-block: var(--a-64) var(--a-48); text-align: center; }
@media (min-width: 768px) { .sicht-lede { padding-block: 96px var(--a-64); } }
.sicht-lede__marke { font-size: var(--t-marke); font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: var(--akzent); }
.sicht-lede__titel { font-size: var(--t-anzeige); letter-spacing: -0.035em; margin-block: var(--a-20) var(--a-24); }
.sicht-lede__text { max-width: 58ch; margin-inline: auto; color: var(--tinte-leise); font-size: var(--t-unter); line-height: 1.55; }
.sicht-lede__aktionen { display: flex; flex-wrap: wrap; gap: var(--a-12); justify-content: center; margin-top: var(--a-32); }
.sicht-lede__vitrine { display: flex; flex-wrap: wrap; gap: var(--a-12); justify-content: center; margin-top: var(--a-48); }
.sicht-lede__bild { width: 64px; height: 64px; border-radius: 14px; }
@media (min-width: 768px) { .sicht-lede__bild { width: 72px; height: 72px; } }
.sicht-lede__fuss { margin-top: var(--a-16); font-size: var(--t-klein); color: var(--tinte-leise); }

/* ---------- Auswahl / Kollektionen ---------- */
.spalte-listen { display: grid; gap: var(--a-32); }
@media (min-width: 900px) { .spalte-listen { grid-template-columns: repeat(3, 1fr); gap: var(--a-40); } }
.kachel-liste { display: flex; flex-direction: column; gap: var(--a-12); }
.kachel-liste__zahl { font-family: var(--schrift-anzeige); font-size: var(--t-marke); font-weight: 600; letter-spacing: 0.16em; color: var(--akzent); }
.kachel-liste__titel { font-size: var(--t-mittel); }
.kachel-liste__text { color: var(--tinte-leise); }
.kachel-liste__marken { display: flex; flex-wrap: wrap; gap: var(--a-8); margin-top: var(--a-4); }
.kachel-liste__marke {
  display: inline-flex; align-items: center; padding: 6px var(--a-16);
  border-radius: var(--r-taste); background: var(--akzent-weich); color: var(--akzent);
  font-size: var(--t-marke); font-weight: 600; letter-spacing: 0.02em;
}

/* ---------- Katalog: Zeilen ---------- */
.befund-katalog { display: flex; flex-direction: column; gap: var(--a-40); }
.befund-row { display: grid; gap: var(--a-16); align-items: start; }
@media (min-width: 900px) {
  .befund-row { grid-template-columns: 68px 72px minmax(0,1fr) 280px; gap: var(--a-24); align-items: center; }
}
.befund-row__nummer {
  font-family: var(--schrift-anzeige); font-size: 2.75rem; font-weight: 600;
  line-height: 1; letter-spacing: -0.04em; color: var(--akzent); font-variant-numeric: tabular-nums;
}
.befund-row__marke { width: 56px; height: 56px; border-radius: 13px; }
@media (min-width: 900px) { .befund-row__marke { width: 72px; height: 72px; border-radius: 16px; } }
.befund-row__inhalt { display: flex; flex-direction: column; gap: var(--a-8); min-width: 0; }
.befund-row__titel { font-size: var(--t-mittel); }
.befund-row__kurz { font-size: var(--t-klein); color: var(--akzent); font-weight: 600; }
.befund-row__meta { display: flex; flex-wrap: wrap; align-items: center; gap: var(--a-8) var(--a-16); font-size: var(--t-klein); color: var(--tinte-leise); }
.befund-row__text { color: var(--tinte-leise); max-width: 62ch; }
.befund-row__aktion { margin-top: var(--a-4); align-self: flex-start; }
.befund-row__tafel { width: 100%; border-radius: var(--r-flaeche); overflow: hidden; background: var(--flaeche-weich); aspect-ratio: 3 / 2; }
.befund-row__bild { width: 100%; height: 100%; object-fit: cover; }

.wert-sterne { display: inline-flex; align-items: center; gap: 2px; }
.wert-stern { width: 15px; height: 15px; flex: none; }
.wert-stern--voll { fill: var(--akzent); }
.wert-stern--leer { fill: var(--stern-leer); }
.wert-stern__grund { fill: var(--stern-leer); }
.wert-stern__halb { fill: var(--akzent); clip-path: inset(0 50% 0 0); }
.wert-zahl { font-weight: 600; color: var(--tinte); }

/* ---------- Stimmen ---------- */
.kachel-stimmen { display: grid; gap: var(--a-24); }
@media (min-width: 700px) { .kachel-stimmen { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .kachel-stimmen { grid-template-columns: repeat(3, 1fr); align-items: start; } }
.kachel-stimme { display: flex; flex-direction: column; gap: var(--a-12); background: var(--flaeche); border-radius: var(--r-flaeche); padding: var(--a-24); }
.sicht-block--getoent .kachel-stimme { background: var(--flaeche); }
.kachel-stimme__zitat { margin: 0; font-size: var(--t-text); line-height: 1.6; }
.kachel-stimme__autor { font-weight: 600; font-size: var(--t-klein); font-style: normal; }
.kachel-stimme__quelle { font-size: var(--t-marke); color: var(--tinte-leise); }

/* ---------- Vergleichstafel ---------- */
.befund-tafel__rahmen { width: 100%; overflow-x: auto; }
.befund-tafel__rahmen:focus-visible { outline: 3px solid var(--akzent); outline-offset: 4px; }
.befund-tafel__tabelle { width: 100%; border-collapse: collapse; font-size: var(--t-klein); text-align: left; min-width: 720px; }
.befund-tafel__tabelle caption { text-align: left; padding-bottom: var(--a-16); color: var(--tinte-leise); font-size: var(--t-klein); }
.befund-tafel__tabelle th, .befund-tafel__tabelle td { padding: var(--a-16) var(--a-12); vertical-align: top; }
.befund-tafel__tabelle thead th { font-family: var(--schrift-text); font-weight: 600; font-size: var(--t-marke); letter-spacing: 0.08em; text-transform: uppercase; color: var(--tinte-leise); border-bottom: 1px solid var(--linie); }
.befund-tafel__tabelle tbody tr:nth-child(odd) { background: var(--flaeche-weich); }
.sicht-block--getoent .befund-tafel__tabelle tbody tr:nth-child(odd) { background: var(--flaeche); }
.befund-tafel__tabelle tbody th { font-family: var(--schrift-text); font-weight: 600; color: var(--tinte); }
.befund-tafel__ja { display: inline-flex; align-items: center; gap: 6px; color: var(--akzent); font-weight: 600; }
.befund-tafel__nein { display: inline-flex; align-items: center; gap: 6px; color: var(--tinte-leise); }
.befund-tafel__zeichen { width: 16px; height: 16px; flex: none; }
.befund-tafel__notiz { margin-top: var(--a-20); max-width: 70ch; color: var(--tinte-leise); font-size: var(--t-klein); }

/* ---------- Methode ---------- */
.spalte-methode { display: grid; gap: var(--a-32); }
@media (min-width: 700px) { .spalte-methode { grid-template-columns: repeat(2, 1fr); gap: var(--a-40); } }
@media (min-width: 1100px) { .spalte-methode { grid-template-columns: repeat(4, 1fr); } }
.spalte-methode__schritt { display: flex; flex-direction: column; gap: var(--a-8); }
.spalte-methode__zahl { font-family: var(--schrift-anzeige); font-size: 1.5rem; font-weight: 600; color: var(--akzent); }
.spalte-methode__titel { font-size: var(--t-unter); }
.spalte-methode__text { color: var(--tinte-leise); font-size: var(--t-klein); }

/* ---------- Zugang: Free / Plus ---------- */
.kachel-plaene { display: grid; gap: var(--a-24); align-items: start; }
@media (min-width: 800px) { .kachel-plaene { grid-template-columns: repeat(2, 1fr); gap: var(--a-32); } }
.kachel-plan { display: flex; flex-direction: column; gap: var(--a-16); padding: var(--a-32); border-radius: var(--r-flaeche); background: var(--flaeche-weich); }
.kachel-plan--plus { background: var(--flaeche); border: 1px solid var(--akzent); }
.kachel-plan__name { font-size: var(--t-mittel); }
.kachel-plan__preis { font-family: var(--schrift-anzeige); font-size: 2.25rem; font-weight: 600; letter-spacing: -0.03em; }
.kachel-plan__takt { font-family: var(--schrift-text); font-size: var(--t-klein); font-weight: 400; color: var(--tinte-leise); letter-spacing: 0; }
.kachel-plan__liste { display: flex; flex-direction: column; gap: var(--a-8); font-size: var(--t-klein); color: var(--tinte-leise); }
.kachel-plan__punkt { display: flex; gap: var(--a-8); }
.kachel-plan__haken { width: 16px; height: 16px; flex: none; margin-top: 4px; color: var(--akzent); }
.kachel-plan__hinweis { font-size: var(--t-marke); color: var(--tinte-leise); line-height: 1.5; }

/* ---------- Fragen ---------- */
.spalte-fragen { display: flex; flex-direction: column; }
.spalte-fragen__punkt { padding-block: var(--a-8); }
.spalte-fragen__knopf {
  display: flex; align-items: center; justify-content: space-between; gap: var(--a-16);
  width: 100%; min-height: 56px; padding: var(--a-12) 0;
  background: transparent; border: 0; cursor: pointer; text-align: left;
  font-family: var(--schrift-anzeige); font-size: var(--t-unter); font-weight: 600;
  letter-spacing: -0.02em; color: var(--tinte); border-radius: var(--r-taste);
}
.spalte-fragen__knopf:hover { color: var(--akzent); }
.spalte-fragen__frage { margin: 0; font: inherit; letter-spacing: inherit; }
.spalte-fragen__zeichen { width: 18px; height: 18px; flex: none; color: var(--akzent); transition: transform .2s ease; }
.spalte-fragen__knopf[aria-expanded="true"] .spalte-fragen__zeichen { transform: rotate(45deg); }
.spalte-fragen__antwort { display: none; padding-bottom: var(--a-16); max-width: 72ch; color: var(--tinte-leise); }
.spalte-fragen__antwort.is-offen { display: block; }

/* ---------- Galerie ---------- */
.kachel-galerie { display: grid; gap: var(--a-20); }
@media (min-width: 700px) { .kachel-galerie { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .kachel-galerie { grid-template-columns: repeat(3, 1fr); } }
.kachel-galerie__tafel { display: flex; flex-direction: column; gap: var(--a-12); margin: 0; }
.kachel-galerie__rahmen { width: 100%; border-radius: var(--r-flaeche); overflow: hidden; background: var(--flaeche-weich); aspect-ratio: 4 / 3; }
.kachel-galerie__bild { width: 100%; height: 100%; object-fit: cover; }
.kachel-galerie__unterschrift { font-size: var(--t-marke); color: var(--tinte-leise); }

/* ---------- Zahlen ---------- */
.befund-zahlen { display: grid; gap: var(--a-32); }
@media (min-width: 600px) { .befund-zahlen { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .befund-zahlen { grid-template-columns: repeat(4, 1fr); } }
.befund-zahlen__posten { display: flex; flex-direction: column; gap: var(--a-4); }
.befund-zahlen__wert { font-family: var(--schrift-anzeige); font-size: 2.5rem; font-weight: 600; letter-spacing: -0.035em; line-height: 1; }
.befund-zahlen__label { font-size: var(--t-klein); color: var(--tinte-leise); }

/* ---------- Redaktion ---------- */
.spalte-redaktion { display: grid; gap: var(--a-32); }
@media (min-width: 900px) { .spalte-redaktion { grid-template-columns: 1.15fr 1fr; gap: var(--a-64); } }
.spalte-redaktion__fliess { display: flex; flex-direction: column; gap: var(--a-16); max-width: 66ch; color: var(--tinte-leise); }
.spalte-redaktion__punkte { display: flex; flex-direction: column; gap: var(--a-20); }
.spalte-redaktion__punkt { display: flex; gap: var(--a-12); }
.spalte-redaktion__zeichen { width: 20px; height: 20px; flex: none; margin-top: 3px; color: var(--akzent); }
.spalte-redaktion__punkt-titel { font-family: var(--schrift-anzeige); font-size: var(--t-text); font-weight: 600; }
.spalte-redaktion__punkt-text { font-size: var(--t-klein); color: var(--tinte-leise); }

/* ---------- Fuß ---------- */
.sicht-fuss { background: var(--flaeche-weich); padding-block: var(--a-64) var(--a-32); margin-top: var(--a-24); }
.sicht-fuss__raster { display: grid; gap: var(--a-32); }
@media (min-width: 800px) { .sicht-fuss__raster { grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: var(--a-40); } }
.sicht-fuss__marke { display: inline-flex; align-items: center; min-height: 44px; font-family: var(--schrift-anzeige); font-size: 1.125rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em; color: var(--tinte); text-decoration: none; }
.sicht-fuss__text { margin-top: var(--a-12); font-size: var(--t-klein); color: var(--tinte-leise); max-width: 40ch; }
.sicht-fuss__titel { font-size: var(--t-marke); font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--tinte-leise); font-family: var(--schrift-text); }
.sicht-fuss__liste { display: flex; flex-direction: column; margin-top: var(--a-8); }
.sicht-fuss__link { display: flex; align-items: center; min-height: 44px; font-size: var(--t-klein); color: var(--tinte); text-decoration: none; }
.sicht-fuss__link:hover { color: var(--akzent); text-decoration: underline; text-underline-offset: 3px; }
.sicht-fuss__rechte { margin-top: var(--a-40); font-size: var(--t-marke); color: var(--tinte-leise); }

/* ---------- Hinweisleiste + Nach oben ---------- */
.sicht-hinweis {
  position: fixed; inset-inline: var(--a-16); bottom: var(--a-16); z-index: 50;
  display: none; gap: var(--a-16); flex-direction: column;
  max-width: 640px; margin-inline: auto; padding: var(--a-20);
  background: var(--tinte); color: #f2f2f4; border-radius: var(--r-flaeche);
  box-shadow: 0 12px 30px -8px rgba(0,0,0,.28);
}
.sicht-hinweis.is-sichtbar { display: flex; }
.sicht-hinweis__text { font-size: var(--t-klein); line-height: 1.5; }
.sicht-hinweis__text a { color: #cdc7ff; }
.sicht-hinweis__tasten { display: flex; flex-wrap: wrap; gap: var(--a-8); }
.sicht-hinweis .sicht-taste--flach { background: #2b2b31; color: #f2f2f4; }
.sicht-hinweis .sicht-taste--flach:hover { background: #3a3a42; }

.sicht-hoch {
  position: fixed; right: var(--a-16); bottom: 84px; z-index: 45;
  display: none; width: 48px; height: 48px; padding: 0;
  align-items: center; justify-content: center;
  background: var(--tinte); color: #fff; border: 0; border-radius: var(--r-taste); cursor: pointer;
}
.sicht-hoch.is-sichtbar { display: inline-flex; }
.sicht-hoch:hover { background: var(--akzent); }
.sicht-hoch svg { width: 20px; height: 20px; }

/* ---------- Rechtstexte ---------- */
.sicht-recht { padding-block: var(--a-48) var(--a-64); }
.sicht-recht__kopf { display: flex; flex-direction: column; gap: var(--a-12); margin-bottom: var(--a-32); }
.sicht-recht__titel { font-size: var(--t-gross); }
.sicht-recht__stand { font-size: var(--t-klein); color: var(--tinte-leise); }
.sicht-recht__inhalt { display: flex; flex-direction: column; gap: var(--a-24); max-width: 74ch; }
.sicht-recht__absatz { color: var(--tinte-leise); }
.sicht-recht__h2 { font-size: var(--t-mittel); margin-top: var(--a-16); }
.sicht-recht__h3 { font-size: var(--t-unter); margin-top: var(--a-8); }
.sicht-recht__liste { display: flex; flex-direction: column; gap: var(--a-8); color: var(--tinte-leise); }
.sicht-recht__punkt { display: flex; gap: var(--a-12); }
.sicht-recht__punkt::before { content: ""; flex: none; width: 6px; height: 6px; margin-top: 10px; border-radius: 50%; background: var(--akzent); }
.sicht-recht__zurueck { margin-top: var(--a-40); }

/* ---------- Fehlerseite ---------- */
.sicht-fehler { padding-block: var(--a-80); text-align: center; }
.sicht-fehler__zahl { font-family: var(--schrift-anzeige); font-size: var(--t-anzeige); font-weight: 600; color: var(--akzent); letter-spacing: -0.04em; line-height: 1; }
.sicht-fehler__titel { font-size: var(--t-gross); margin-top: var(--a-16); }
.sicht-fehler__text { max-width: 52ch; margin: var(--a-16) auto 0; color: var(--tinte-leise); }
.sicht-fehler__aktionen { display: flex; flex-wrap: wrap; gap: var(--a-12); justify-content: center; margin-top: var(--a-32); }


code, pre { overflow-wrap: anywhere; word-break: break-word; }
