/* German branch — Graphite + Diagnostic Blue.
   Layered AFTER variables.css so :root wins.
   Fonts, text tokens (--text-body/--text-muted) and --chrome stay SHARED
   with the base so both branches read as one family, two signals.

   Why blue: XENTRY, ISTA and ODIS — the software this bay is actually
   diagnosed on — are blue-on-dark. It is the branch's own vernacular, and
   unlike the previous grey it is a real accent: --accent drives .btn-primary,
   :focus-visible and the radar fill, so a desaturated value made the German
   page's primary CTA disappear. */
:root {
  /* Cool graphite — no warmth at all, against the japanese bay's warm black */
  --bg:           #0B0C0E;
  --bg-mid:       #101317;
  --bg-panel:     #14171C;
  --bg-panel-mid: #1B1F26;
  --bg-panel-lt:  #262C36;

  --accent:       #2F6BFF;
  --accent-lt:    #5C8CFF;
  --accent-pale:  #A8C2FF;
  --accent-rgb:   47,107,255;
  --bg-rgb:       11,12,14;
}
