/* Japanese branch — Warm Black + Hinomaru Red.
   ACCENT-ONLY; values match variables.css so linking this is a safe no-op
   that keeps both branch pages symmetric (each links exactly one theme).

   The red is pulled off the pure signal-red of the old palette toward the
   flag red, and the backgrounds carry a trace of warmth — the two bays are
   told apart by temperature before you read a single word. */
:root {
  --bg:           #0B0A0A;
  --bg-mid:       #121010;
  --bg-panel:     #17120F;
  --bg-panel-mid: #1F1815;
  --bg-panel-lt:  #2A211C;

  --accent:       #D42A2A;
  --accent-lt:    #F03A3A;
  --accent-pale:  #FF6A5E;
  --accent-rgb:   212,42,42;
  --bg-rgb:       11,10,10;
}
