/* ERZEUGT von design/build.mjs. Nicht von Hand aendern. */
:root{
  --c-void: #04070c; /* Hinter allem, Ladebildschirme */
  --c-body: #060f18; /* Fensterinhalt */
  --c-recess: #030a11; /* Vertiefte Flaechen: Slots, Listen, Eingabefelder */
  --c-frame: #4fb4dd; /* Fensterkontur, traegt das Gehaeuse */
  --c-frame-in: #1e5f7d; /* Konturen im Inneren, Trennlinien */
  --c-beam: #7fdcff; /* Aktiv, Hover, Fokus */
  --c-hdr-top: #1d4b66; /* Titelbalken oben */
  --c-hdr-bot: #0a1f2e; /* Titelbalken unten */
  --c-hdr-edge: #b4e6ff; /* Lichtkante auf der obersten Pixelreihe */
  --c-bone: #dfeef7; /* Primaerer Text */
  --c-ash: #8dabc0; /* Sekundaerer Text */
  --c-ash2: #5a7488; /* Deaktiviert, Platzhalter */
  --c-imperial: #e0464b; /* Fraktionsakzent Imperium */
  --c-republic: #f0a63c; /* Fraktionsakzent Republik */
  --c-hud-bg: #06121a; /* HUD-Flaeche, halbdurchsichtig */
  --c-drag-ok: #5cf2a0; /* Ziehziel gueltig -- Zustand, keine Qualitaet */
  --c-drag-bad: #ff6b5e; /* Ziehziel ungueltig -- Zustand, keine Fraktion */
  --c-hp: #d9463f; /* Lebenspunkte */
  --c-energy: #3fbeef; /* Energie */
  --c-q-standard: #7b8c9b; /* Qualitaet: Standard */
  --c-q-prototype: #4fbf7a; /* Qualitaet: Prototyp */
  --c-q-custom: #4a9ee8; /* Qualitaet: Spezial */
  --c-q-artifact: #a96fe0; /* Qualitaet: Artefakt */
  --c-q-legendary: #e8b33c; /* Qualitaet: Legendaer */
  --r-win: 6px;
  --r-sm: 3px;
  --s-unit: 4px;
  --s-slot-size: 44px;
  --s-slot-gap: 3px;
  --s-win-pad: 9px;
  --s-hdr-pad-y: 9px;
  --f-ui: "Saira Semi Condensed", "Roboto Condensed", system-ui, sans-serif;
  --f-num: "Barlow", system-ui, sans-serif;
  --t-title-size: 12px;
  --t-title-weight: 600;
  --t-title-tracking: 0.17em;
  --t-tab-size: 11.5px;
  --t-tab-weight: 500;
  --t-tab-tracking: 0.09em;
  --t-label-size: 11px;
  --t-label-weight: 500;
  --t-label-tracking: 0.1em;
  --t-body-txt-size: 13px;
  --t-body-txt-weight: 400;
  --t-name-size: 13.5px;
  --t-name-weight: 500;
  --t-num-sm-size: 11px;
  --t-num-sm-weight: 500;
  --t-num-lg-size: 23px;
  --t-num-lg-weight: 600;
}
