/* ============================================================================
 * THEME · BLOOD BOWL
 * ----------------------------------------------------------------------------
 * GW-Schema (Stand 02.06.2026): Blau + Rot (offizielle Blood-Bowl-Markenfarben)
 * statt Spielfeld-Gruen.
 *
 *   - Stahlblau als Hauptakzent
 *   - Rot als Sekundaer (Team-Rivalitaet, Touchdowns)
 *   - Kuehles dunkles Surface
 *   - Decorative-Layer im Stahlblau-Look
 *   - Schnellere Motion (Ease-Out statt Bounce)
 *   - Niedrigere Glow-Intensitaet (Sport-Tracker-Vibe)
 *
 * AENDERUNG 12.06.2026 (Tim): --tc-highlight von Gold auf Eisweiss (#f0f4f8).
 * Headlines/aktive Zustaende waren als Gold/Blau auf Schwarz zu kontraktarm.
 * Markenlook: Blau Flaechen (--tc-accent) + Rot Tiefe (--tc-secondary) + Weiss
 * Glanz (--tc-highlight). Entspricht dem offiziellen BB-Logo (weisse Schrift).
 *
 * AENDERUNG 02.06.2026:
 * Vorher Spielfeld-Gruen (#4ade80) — zu nah an Community-Smaragd (#34d399).
 * Jetzt GW-offizielles Blau (#2f6fb0) + Rot (#c0392b). Klare Trennung:
 * BB = Blau, Community = Gruen, AoS = Rot-primaer, Mordheim = Gold, PF = Bronze.
 * WICHTIG: --tc-success (#4ade80, Gruen) bleibt als SEMANTISCHE Farbe erhalten
 * (Sieg/positiv) — das ist KEIN Theme-Akzent und kollidiert nicht.
 * ============================================================================ */

.theme-bloodbowl {
  /* Akzent-Farben — STAHLBLAU (NEU 02.06.2026) */
  --tc-accent:         #2f6fb0;   /* Stahlblau (BB-Markenblau) */
  --tc-accent-light:   #4d8bcc;
  --tc-accent-dark:    #1f4d7d;
  --tc-accent-glow:    rgba(47, 111, 176, 0.30);
  --tc-accent-rgb:     47, 111, 176;   /* RGB-Tripel fuer rgba(var(--tc-accent-rgb), a) */

  --tc-secondary:      #c0392b;   /* Rot (Team-Rivalitaet, Touchdown) */
  --tc-secondary-light:#d65445;
  --tc-secondary-dark: #962b20;
  --tc-secondary-glow: rgba(192, 57, 43, 0.30);
  --tc-secondary-rgb:  192, 57, 43;

  /* Auszeichnung (Tertiary) — WEISS/EISWEISS (Tim 12.06.2026): Headlines, aktive
     Zustaende, Glanz. Loest das Lesbarkeitsproblem (vorher Gold/Blau auf Schwarz
     zu dunkel). Blood-Bowl-Markenlook = Blau Flaechen + Rot Tiefe + Weiss Glanz. */
  --tc-highlight:      #f0f4f8;
  --tc-highlight-rgb:  240, 244, 248;
  --tc-highlight-glow: rgba(240, 244, 248, 0.25);

  /* Banner-Text: helles Eisblau-Weiss auf Stahlblau-Banner (gut lesbar, sportlich) */
  --tc-on-banner:      #dbeafe;

  /* Surface-Stimmung — kuehl (leichter Blaustich) */
  --tc-bg-surface-1:   #1c2127;
  --tc-bg-surface-2:   #222831;
  --tc-bg-surface-3:   #2c333d;

  /* Decorative-Layer — Stahlblau statt Stahlgrau/Gruen */
  --tc-deco-warm-bg:        rgba(47, 111, 176, 0.05);
  --tc-deco-warm-border:    rgba(47, 111, 176, 0.20);
  --tc-deco-warm-text:      #9cc3e8;

  /* Blood-Pills im Rot (passt zu BB-Touchdown-Drama) */
  --tc-deco-blood-pill-bg:     rgba(192, 57, 43, 0.18);
  --tc-deco-blood-pill-border: rgba(192, 57, 43, 0.40);
  --tc-deco-blood-pill-text:   #f0a89f;

  --tc-deco-ornament-border: rgba(47, 111, 176, 0.15);
  --tc-deco-ornament-glow:   rgba(47, 111, 176, 0.07);

  /* Motion — schneller, weniger Bounce */
  --tc-motion-default: var(--tc-motion-fast);

  /* Effekt-Intensitaet — dezent */
  --tc-glow-intensity: 0.15;
}
