/* ==========================================================================
   theme-gta3.css  —  Server theme: "GTA III"
   Load AFTER base.css. Override ONLY tokens here; never restructure layout.
   Neutral grey dark mode; only the accent (links, lines, highlights) is themed.
   ========================================================================== */
:root {
  --bg-image: url("../images/bg/bg-gta3.webp");
  --bg-color: #0d0f12;
  --bg-overlay: rgba(13, 15, 18, 0.86);

  --surface: #16191f;
  --surface-2: #1d2129;
  --surface-3: #252b35;
  --border: #2e3644;
  --border-strong: #3b4555;

  --text: #e7e9ee;
  --text-muted: #9aa3b2;
  --text-dim: #6c7686;

  --accent: #e07b39;          /* GTA III orange */
  --accent-hover: #f0965b;
  --accent-contrast: #150d07;

  --success: #4a9e6a;
  --danger: #c0533f;
  --info: #4a7fb0;
}
