/* kinderarzt.org – Stylesheet */
:root {
  --akzent: #0f766e;
  --akzent-dunkel: #115e59;
  --akzent-hell: #ccfbf1;
  --warn: #b45309;
  --warn-hell: #fef3c7;
  --rot: #b91c1c;
  --rot-hell: #fee2e2;
  --gruen: #15803d;
  --gruen-hell: #dcfce7;
  --text: #1e293b;
  --text-schwach: #64748b;
  --rand: #e2e8f0;
  --flaeche: #f8fafc;
  --weiss: #fff;
  --radius: 10px;
  --schatten: 0 1px 2px rgba(15, 23, 42, .06), 0 4px 16px rgba(15, 23, 42, .05);
  --font: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --mono: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}
* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { font-size: 16px; -webkit-text-size-adjust: 100%; }
body { margin: 0; font-family: var(--font); color: var(--text); background: var(--flaeche); line-height: 1.55; }
a { color: var(--akzent); }
a:hover { color: var(--akzent-dunkel); }
h1, h2, h3, h4 { line-height: 1.25; margin: 0 0 .5em; font-weight: 650; letter-spacing: -.01em; }
h1 { font-size: 1.9rem; }
h2 { font-size: 1.35rem; margin-top: 1.6em; }
h3 { font-size: 1.1rem; margin-top: 1.4em; }
p { margin: 0 0 1em; }
.wrap { max-width: 1120px; margin: 0 auto; padding: 0 16px; }
.main { padding: 18px 16px 48px; min-height: 60vh; }
.muted, .hinweis { color: var(--text-schwach); }
.klein { font-size: .9rem; }
.skip { position: absolute; left: -999px; top: 0; background: var(--weiss); padding: 8px; z-index: 100; }
.skip:focus { left: 8px; }
.inline { display: inline; }
.linklike { background: none; border: 0; padding: 0; color: inherit; font: inherit; cursor: pointer; text-decoration: none; }
.linklike:hover { color: var(--akzent-dunkel); }
code, .mono { font-family: var(--mono); font-size: .92em; }

/* Kopf */
.site-header { background: var(--weiss); border-bottom: 1px solid var(--rand); position: sticky; top: 0; z-index: 20; }
.header-inner { display: flex; align-items: center; gap: 18px; min-height: 60px; flex-wrap: wrap; }
.brand { font-weight: 750; font-size: 1.25rem; color: var(--text); text-decoration: none; display: inline-flex; align-items: center; gap: 8px; }
.brand-tld { color: var(--akzent); }
.brand-mark { width: 26px; height: 26px; border-radius: 7px; background: var(--akzent) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M8 22 L13 12 L18 20 L24 8' fill='none' stroke='%23fff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/cover; }
.nav { display: flex; gap: 4px 14px; flex-wrap: wrap; align-items: center; }
.nav a, .nav .linklike { color: var(--text); text-decoration: none; padding: 6px 2px; font-size: .95rem; }
.nav a:hover, .nav .linklike:hover { color: var(--akzent); }
.nav .nav-strong { color: var(--akzent); font-weight: 600; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.nav-suche { position: relative; display: flex; align-items: center; margin-left: auto; flex: 0 1 260px; min-width: 160px; }
.nav-suche input { width: 100%; border: 1px solid var(--rand); border-radius: 8px; padding: 6px 34px 6px 10px; font: inherit; font-size: .93rem; background: var(--weiss); }
.nav-suche input:focus { outline: 2px solid var(--akzent); outline-offset: 0; }
.nav-suche button { position: absolute; right: 4px; top: 50%; transform: translateY(-50%); border: 0; background: none; cursor: pointer; font-size: 1rem; line-height: 1; padding: 4px; color: var(--text-schwach); }
.suche-treffer { position: absolute; top: calc(100% + 4px); left: 0; right: 0; z-index: 50; margin: 0; padding: 4px 0; list-style: none; background: var(--weiss); border: 1px solid var(--rand); border-radius: 8px; box-shadow: var(--schatten); max-height: 70vh; overflow-y: auto; min-width: 280px; }
.suche-treffer li a { display: block; padding: 7px 12px; text-decoration: none; color: var(--text); font-size: .93rem; }
.suche-treffer li a small { display: block; color: var(--text-schwach); font-size: .82rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.suche-treffer li.aktiv a, .suche-treffer li a:hover { background: var(--flaeche); color: var(--akzent); }
.suche-treffer li.leer { padding: 7px 12px; color: var(--text-schwach); font-size: .9rem; }
.suche-form { display: flex; gap: 8px; max-width: 560px; margin: 0 0 18px; }
.suche-form input { flex: 1; border: 1px solid var(--rand); border-radius: 8px; padding: 8px 12px; font: inherit; }
@media (max-width: 860px) { .nav-suche { order: 3; flex: 1 1 100%; margin: 0 0 8px; } .suche-treffer { right: 0; left: 0; min-width: 0; } }
.nav-toggle { display: none; margin-left: auto; border: 1px solid var(--rand); background: var(--weiss); border-radius: 8px; padding: 6px 12px; font: inherit; }
@media (max-width: 860px) {
  .nav-toggle { display: inline-block; }
  .nav { display: none; width: 100%; flex-direction: column; align-items: flex-start; padding-bottom: 10px; }
  .nav.offen { display: flex; }
}

/* Fuß */
.site-footer { border-top: 1px solid var(--rand); background: var(--weiss); margin-top: 40px; font-size: .9rem; color: var(--text-schwach); }
.footer-inner { display: flex; justify-content: space-between; gap: 20px; padding: 22px 16px; flex-wrap: wrap; }
.footer-inner nav { display: flex; gap: 14px; flex-wrap: wrap; }

/* Meldungen */
.flash { padding: 12px 16px; border-radius: var(--radius); margin: 0 0 16px; border: 1px solid; }
.flash-success { background: var(--gruen-hell); border-color: #86efac; color: #14532d; }
.flash-error { background: var(--rot-hell); border-color: #fca5a5; color: #7f1d1d; }
.breadcrumbs { font-size: .9rem; color: var(--text-schwach); margin-bottom: 10px; display: flex; gap: 6px; flex-wrap: wrap; }
.breadcrumbs a { color: var(--text-schwach); }

/* Karten und Raster */
.karte { background: var(--weiss); border: 1px solid var(--rand); border-radius: var(--radius); padding: 18px 20px; box-shadow: var(--schatten); }
.raster { display: grid; gap: 16px; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); margin: 0; padding: 0; list-style: none; }
.raster .karte { height: 100%; display: flex; flex-direction: column; }
.karte h3 { margin-top: 0; }
.karte .kurz { color: var(--text-schwach); font-size: .93rem; flex: 1; }
.karte a.titel { text-decoration: none; color: var(--text); }
.karte a.titel:hover { color: var(--akzent); }
/* Ganze Kachel als Link: ein Klick irgendwo öffnet den Rechner */
.karte-link { padding: 0; }
.karte-link > a { display: flex; flex-direction: column; height: 100%; padding: 18px 20px; color: var(--text); text-decoration: none; border-radius: var(--radius); }
.karte-link > a:hover, .karte-link > a:focus-visible { outline: 2px solid var(--akzent); outline-offset: -2px; }
.karte-link > a:hover h3 { color: var(--akzent); }
.karte-link .kurz { margin: 0; }
.tag { display: inline-block; font-size: .75rem; padding: 2px 8px; border-radius: 999px; background: var(--akzent-hell); color: var(--akzent-dunkel); font-weight: 600; vertical-align: middle; }
.tag-fehlt { background: var(--warn-hell); color: var(--warn); }
.tag-extern { background: #e2e8f0; color: #334155; }
.tag-rot { background: var(--rot-hell); color: var(--rot); }
.tag-gruen { background: var(--gruen-hell); color: var(--gruen); }
.hero { padding: 28px 0 8px; }
.hero h1 { font-size: 2.2rem; margin-bottom: .3em; }
.hero p { font-size: 1.1rem; color: var(--text-schwach); max-width: 60ch; }
.kategorie-block { margin-top: 28px; }
.kategorie-block h2 { display: flex; align-items: baseline; gap: 10px; flex-wrap: wrap; }
.kategorie-block h2 a { text-decoration: none; }
.kategorie-block .kurz { color: var(--text-schwach); font-size: .95rem; margin-top: -6px; }

/* Werkzeugseite */
.tool-kopf { margin-bottom: 18px; }
.tool-kopf .kurz { font-size: 1.05rem; color: var(--text-schwach); max-width: 70ch; }
.tool-layout { display: grid; gap: 20px; grid-template-columns: minmax(0, 1fr); }
@media (min-width: 980px) { .tool-layout.mit-seite { grid-template-columns: minmax(0, 2fr) minmax(260px, 1fr); } }
.formular { background: var(--weiss); border: 1px solid var(--rand); border-radius: var(--radius); padding: 18px 20px; box-shadow: var(--schatten); }
.formular fieldset { border: 0; padding: 0; margin: 0 0 14px; }
.formular legend { font-weight: 650; padding: 0; margin-bottom: 8px; }
.felder { display: grid; gap: 12px 16px; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); }
.felder .breit { grid-column: 1 / -1; }
.feld label, .feld .label { display: block; font-size: .88rem; font-weight: 600; margin-bottom: 4px; color: #334155; }
.feld input[type=text], .feld input[type=number], .feld input[type=date], .feld input[type=datetime-local], .feld input[type=time], .feld input[type=email], .feld input[type=password], .feld select, .feld textarea {
  width: 100%; padding: 8px 10px; border: 1px solid #cbd5e1; border-radius: 8px; font: inherit; background: var(--weiss); color: var(--text);
}
.feld input:focus, .feld select:focus, .feld textarea:focus { outline: 2px solid var(--akzent); outline-offset: 1px; border-color: var(--akzent); }
.feld .nachsatz { font-size: .8rem; color: var(--text-schwach); margin-top: 3px; }
.feld.is-invalid input, .feld.is-invalid select { border-color: var(--rot); }
.field-error { display: block; color: var(--rot); font-size: .85rem; margin-top: 4px; }
.gruppe { display: flex; gap: 8px; align-items: end; }
.gruppe .feld { flex: 1; }
.gruppe > input { min-width: 0; flex: 1 1 5.5em; }
.gruppe > input[type=date] { flex: 2 1 9.5em; }
.gruppe > input[type=time] { flex: 1 1 6.5em; }
/* Felder mit zwei Eingaben (Wochen+Tage, Datum+Uhrzeit) brauchen eine breitere Spalte */
.feld.zweifach { grid-column: span 2; }
@media (max-width: 420px) { .feld.zweifach { grid-column: 1 / -1; } }
.optionen { display: flex; gap: 6px 14px; flex-wrap: wrap; }
.optionen label { font-weight: 500; font-size: .95rem; display: inline-flex; gap: 6px; align-items: flex-start; }
.optionen label input { margin-top: .3em; flex: 0 0 auto; }
.oder { text-align: center; color: var(--text-schwach); font-size: .85rem; margin: 8px 0; }
.knopf, button.knopf { display: inline-block; background: var(--akzent); color: var(--weiss); border: 0; border-radius: 8px; padding: 10px 18px; font: inherit; font-weight: 600; cursor: pointer; text-decoration: none; }
.knopf:hover { background: var(--akzent-dunkel); color: var(--weiss); }
.knopf-zweit { background: var(--weiss); color: var(--akzent); border: 1px solid var(--akzent); }
.knopf-zweit:hover { background: var(--akzent-hell); color: var(--akzent-dunkel); }
.knopf-klein { padding: 5px 10px; font-size: .85rem; }
.knopf-gefahr { background: var(--weiss); color: var(--rot); border: 1px solid var(--rot); }
.knopf-gefahr:hover { background: var(--rot-hell); color: var(--rot); }
.aktionen { display: flex; gap: 10px; flex-wrap: wrap; align-items: center; margin-top: 6px; }
.fehlerliste { background: var(--rot-hell); border: 1px solid #fca5a5; color: #7f1d1d; border-radius: 8px; padding: 10px 14px; margin-bottom: 14px; }
.fehlerliste ul { margin: 0; padding-left: 18px; }
.datenluecke { background: var(--warn-hell); border: 1px solid #fcd34d; color: #78350f; border-radius: var(--radius); padding: 14px 18px; }

/* Ergebnis */
.ergebnis { margin-top: 20px; }
.ergebnis-kopf { display: flex; gap: 8px 18px; flex-wrap: wrap; color: var(--text-schwach); font-size: .93rem; margin-bottom: 10px; }
.ergebnis-kopf b { color: var(--text); }
.kacheln { display: grid; gap: 12px; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); margin-bottom: 14px; }
.kachel { background: var(--weiss); border: 1px solid var(--rand); border-radius: var(--radius); padding: 12px 14px; }
.kachel .label { font-size: .8rem; color: var(--text-schwach); text-transform: uppercase; letter-spacing: .04em; font-weight: 600; }
.kachel .wert { font-size: 1.4rem; font-weight: 700; margin: 2px 0; }
.kachel .wert small { font-size: .9rem; font-weight: 500; color: var(--text-schwach); }
.kachel .zusatz { font-size: .85rem; color: var(--text-schwach); }
.kachel.warn { border-color: #fcd34d; background: var(--warn-hell); }
.kachel.rot { border-color: #fca5a5; background: var(--rot-hell); }
.kachel.gruen { border-color: #86efac; background: var(--gruen-hell); }
.tabelle { width: 100%; border-collapse: collapse; background: var(--weiss); border: 1px solid var(--rand); border-radius: var(--radius); overflow: hidden; font-size: .95rem; }
.tabelle th, .tabelle td { padding: 8px 10px; border-bottom: 1px solid var(--rand); text-align: left; vertical-align: top; }
.tabelle th { background: #f1f5f9; font-weight: 650; font-size: .85rem; }
.tabelle tr:last-child td { border-bottom: 0; }
.tabelle .zahl, .tabelle td.zahl, .tabelle th.zahl { text-align: right; font-variant-numeric: tabular-nums; }
.tabelle-wrap { overflow-x: auto; }
.status-unter { color: var(--gruen); font-weight: 600; }
.status-phototherapie, .status-verlegung { color: var(--warn); font-weight: 600; }
.status-eskalation, .status-austausch { color: var(--rot); font-weight: 700; }
.z-tief, .z-hoch { color: var(--warn); font-weight: 600; }
.z-sehr { color: var(--rot); font-weight: 700; }

/* Diagramm */
.chart-box { background: var(--weiss); border: 1px solid var(--rand); border-radius: var(--radius); padding: 10px; margin: 14px 0; position: relative; }
.chart-box h3 { margin: 4px 6px 6px; font-size: 1rem; }
.growth-chart { width: 100%; height: auto; display: block; }
.gc-bg { fill: #fff; }
.gc-grid { stroke: #e5e7eb; stroke-width: 1; }
.gc-grid-strong { stroke: #cbd5e1; }
.gc-tick, .gc-label, .gc-axis { font: 11px var(--font); fill: #475569; }
.gc-axis { font-size: 12px; }
.gc-line { fill: none; stroke: #94a3b8; stroke-width: 1.2; }
.gc-median { stroke: var(--akzent); stroke-width: 1.8; }
.gc-line-a { stroke: #b45309; } .gc-line-b { stroke: #b91c1c; } .gc-line-c { stroke: #7f1d1d; stroke-dasharray: 5 3; } .gc-line-d { stroke: #334155; }
text.gc-line-a { fill: #b45309; } text.gc-line-b { fill: #b91c1c; } text.gc-line-c { fill: #7f1d1d; } text.gc-line-d { fill: #334155; }
.gc-path { fill: none; stroke: #c2410c; stroke-width: 1.5; }
.gc-point { fill: #c2410c; stroke: #fff; stroke-width: 1.5; cursor: pointer; }
.gc-point:hover { r: 7; }
.gc-tooltip { position: absolute; pointer-events: none; background: #0f172a; color: #fff; font-size: .8rem; padding: 4px 8px; border-radius: 6px; transform: translate(-50%, -130%); white-space: nowrap; z-index: 5; }

/* Seitenleiste eines Werkzeugs */
.seite-box { background: var(--weiss); border: 1px solid var(--rand); border-radius: var(--radius); padding: 14px 16px; font-size: .92rem; margin-bottom: 16px; }
.seite-box h3 { margin-top: 0; font-size: .95rem; }
.seite-box ul { padding-left: 18px; margin: 0; }
.quelle { font-size: .88rem; color: var(--text-schwach); }
.speichern { border-top: 1px dashed var(--rand); margin-top: 18px; padding-top: 14px; }
.speichern .felder { grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); }
details.mehr summary { cursor: pointer; color: var(--akzent); font-weight: 600; }

/* Messzeilen (Verlauf, Bilirubin) */
.zeilen { width: 100%; border-collapse: collapse; }
.zeilen th, .zeilen td { padding: 4px 6px 4px 0; }
.zeilen th { font-size: .82rem; color: #334155; text-align: left; font-weight: 600; }
.zeilen input { width: 100%; padding: 6px 8px; border: 1px solid #cbd5e1; border-radius: 6px; font: inherit; }
.zeilen .entfernen { border: 0; background: none; color: var(--text-schwach); cursor: pointer; font-size: 1.1rem; }
textarea.csv { width: 100%; min-height: 160px; font-family: var(--mono); font-size: .85rem; }

/* Patienten */
.patienten-liste td a { text-decoration: none; font-weight: 600; }
.stammdaten { display: grid; gap: 6px 20px; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); margin: 0; }
.stammdaten dt { font-size: .8rem; color: var(--text-schwach); text-transform: uppercase; letter-spacing: .04em; }
.stammdaten dd { margin: 0 0 8px; font-weight: 600; }
.gruppe-kopf { display: flex; justify-content: space-between; gap: 10px; align-items: baseline; flex-wrap: wrap; }

/* FAQ */
.faq { margin-top: 28px; }
.faq-eintrag { border: 1px solid var(--rand); border-radius: 8px; background: var(--weiss); padding: 8px 14px; margin-bottom: 8px; }
.faq-eintrag summary { cursor: pointer; font-weight: 600; }
.faq-eintrag p { margin: 8px 0 4px; color: var(--text); }

/* Text-Seiten */
.prosa { max-width: 76ch; }
.prosa h2 { margin-top: 1.4em; }
.prosa ul, .prosa ol { padding-left: 22px; }

@media print {
  .site-header, .site-footer, .nav, .speichern, .aktionen, .breadcrumbs, .knopf { display: none !important; }
  body { background: #fff; }
  .karte, .formular, .chart-box { box-shadow: none; border-color: #999; }
  .main { padding: 0; }
}

/* Weitere Fachrechner */
/* Tabellenzeilen: die zum Alter passende Zeile und die Summenzeile */
.tabelle tr.ist-aktiv td { background: var(--akzent-hell); font-weight: 600; }
.tabelle tr.ist-summe td { border-top: 2px solid #cbd5e1; font-weight: 600; }
.feld-gruppe-titel { font-weight: 650; font-size: .95rem; margin: 14px 0 6px; }
.formular fieldset.rahmen { border: 1px solid var(--rand); border-radius: 8px; padding: 10px 14px 12px; margin-bottom: 14px; }
.formular fieldset.rahmen legend { padding: 0 6px; margin: 0; }
.fach-paar { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 16px; align-items: start; }
.fach-paar > * { min-width: 0; }
.fach-paar h3 { margin-top: 0; }
.fach-hinweise h3 { font-size: 1rem; margin-top: 1.2em; }
.fach-hinweise p { font-size: .95rem; }
/* Dokumentationszeile zum Kopieren */
.doku-block { margin-top: 18px; }
.doku-block textarea { width: 100%; font: inherit; font-size: .9rem; padding: 8px 10px; border: 1px solid #cbd5e1; border-radius: 8px; background: var(--weiss); color: var(--text); resize: vertical; }
.doku-block .doku-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-top: 8px; }
.doku-block .doku-ok { font-size: .86rem; color: var(--gruen); }
/* Klinische Scores: Score-Wahl und Befunde als Radio-Gruppen */
.score-wahl { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 16px; }
.score-chip { display: inline-flex; align-items: center; padding: 5px 12px; border: 1px solid var(--akzent); border-radius: 999px; font-size: .9rem; text-decoration: none; color: var(--akzent-dunkel); background: var(--weiss); }
.score-chip:hover { background: var(--akzent-hell); }
.score-chip.ist-aktiv { background: var(--akzent); border-color: var(--akzent); color: var(--weiss); }
.formular fieldset.score-item { border: 1px solid var(--rand); border-radius: 8px; padding: 10px 14px 12px; margin: 0 0 14px; }
.formular fieldset.score-item legend { padding: 0 6px; margin: 0; }
.formular fieldset.score-item.ist-fehlend { border-color: var(--rot); }
.score-optionen { display: grid; gap: 6px; }
.score-option { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 10px; padding: 6px 10px; border-radius: 6px; border: 1px solid transparent; cursor: pointer; font-size: .95rem; }
.score-option:hover { background: var(--flaeche); }
.score-option:has(input:checked) { border-color: var(--akzent); background: var(--akzent-hell); }
.score-punkte { font-variant-numeric: tabular-nums; font-weight: 700; color: var(--akzent-dunkel); min-width: 1.6em; text-align: right; }
/* Inline-SVG-Diagramme der App\Lib\Chart-Klasse (Nierenlänge) */
.chart { width: 100%; height: auto; display: block; }
.chart .chart-grid { stroke: var(--rand); stroke-width: 1; }
.chart .chart-tick { font: 10px var(--font); fill: var(--text-schwach); }
.chart .chart-axis-name { font-size: 11px; }
.chart .chart-line { fill: none; stroke: var(--akzent); stroke-width: 2.5; stroke-linejoin: round; stroke-linecap: round; }
.chart .chart-area { fill: var(--akzent-hell); opacity: .55; }
.chart .chart-dot { fill: #fff; stroke: #c2410c; stroke-width: 2; }
.chart .chart-point { cursor: help; }
.chart .chart-hit { fill: transparent; stroke: none; }
.chart .chart-point:hover .chart-dot { stroke-width: 3.5; fill: var(--warn-hell); }
.chart .chart-percentile-line { fill: none; stroke: #94a3b8; stroke-width: 1; stroke-dasharray: 3 3; opacity: .8; }
.chart .chart-percentile-line.is-median { stroke: var(--akzent); stroke-dasharray: none; stroke-width: 1.6; }
.chart .chart-percentile-label { font: 9px var(--font); fill: var(--text-schwach); }
.chart .chart-band { fill: var(--akzent); opacity: .16; }
.chart .chart-band-line { stroke: var(--akzent-dunkel); stroke-width: 2; }
.chart .chart-band-label { font: 9px var(--font); font-weight: 700; fill: var(--akzent-dunkel); }
/* Endgröße: Glockenkurve der möglichen Erwachsenengrößen */
.ah-chart { margin: 0; }
.ah-chart svg { width: 100%; height: auto; display: block; }
.ah-chart figcaption { color: var(--text-schwach); font-size: .86rem; margin: 6px 6px 4px; }
.ah-curve-fill { fill: var(--akzent); opacity: .18; }
.ah-curve-line { fill: none; stroke: var(--akzent); stroke-width: 2.5; stroke-linejoin: round; }
.ah-axis { stroke: #cbd5e1; stroke-width: 1.5; }
.ah-tick { stroke: #cbd5e1; stroke-width: 1; }
.ah-tick-label { fill: var(--text-schwach); font: 11px var(--font); }
.ah-mean { stroke: var(--akzent-dunkel); stroke-width: 2; stroke-dasharray: 5 4; }
.ah-mean-label { fill: var(--akzent-dunkel); font: 700 13px var(--font); }
.ah-tanner path { fill: var(--warn); }
.ah-tanner text { fill: var(--text-schwach); font: 10px var(--font); }
.tabelle td.is-up { color: var(--gruen); } .tabelle td.is-down { color: var(--warn); }
/* Alter als Jahre + Monate: zwei Auswahlfelder brauchen zwei Rasterspalten */
@media (min-width: 560px) { .feld.fach-alter { grid-column: span 2; } }
