/* theme-overrides.css — Dirty Dogs (British Racing Green)
   Provides ALL fork-specific color values.
   The engine :root block has neutral black fallbacks only.
   ──────────────────────────────────────────────────────── */

:root {
  /* Backgrounds */
  --c-bg-deep:          #0d2415;
  --c-bg-panel:         #0a1a0f;
  --c-bg-hud:           rgba(10,32,18,0.85);

  /* Borders */
  --c-border:           #1a4a28;
  --c-border-hi:        #f0d060;
  --c-border-board:     rgba(100,160,80,0.20);

  /* Text */
  --c-text-muted:       #7a9e7e;
  --c-text-body:        #c8e6a0;

  /* Semantic states */
  --c-success-bg:       #0d2e1a;
  --c-error-bg:         #2e0d0d;

  /* Tutorial card */
  --c-tut-card-bg-start:  #0d2a18;
  --c-tut-card-bg-end:    #0a1f12;
  --c-tut-card-border:    #2a5a38;
  --c-tut-body-text:      #c8d8c0;
  --c-tut-tip-text:       #8ab89a;
  --c-tut-version-text:   #4a6a54;
  --c-tut-btn-start:      #2a7a3a;
  --c-tut-btn-end:        #1a5a28;
  --c-tut-btn-border:     #3a8a4a;

  /* Win overlay */
  --c-win-card-bg:      rgba(6,16,9,0.93);
  --c-win-bg-scrim:     rgba(4,12,6,1);
  --c-win-glow-mid:     rgba(30,80,40,0.10);

  /* Splash */
  --c-splash-bg:        #0a1a0f;
  --c-splash-sub:       #4a6a54;
  --c-splash-bar-start: #1a5a28;

  /* Streak banner */
  --c-streak-bg-start:  #0d2415;
  --c-streak-bg-end:    #0a1a0f;
  --c-streak-hud-bg:    #0a1a0f;
  --c-streak-bonus-bg:  #0d2415;

  /* Quiz */
  --c-quiz-sep:         #4a6a54;

  /* Misc */
  --c-hint-hover-bg:    #0d2415;
  --c-shop-hover-bg:    #0d2415;
  --c-shop-active-bg:   #0a2010;
  --c-tbtn-hover-bg:    #0d2415;
  --c-dual-sep:         #4a6a54;
  --c-dev-active-bg:    #0a2010;
}
