/* OLVYX provisional global tokens, based on FC Club Tracker. Choices are open. */
:root {
  color-scheme: dark;
  --bg: #0c1117;
  --nav: #171d24;
  --surface: #171d24;
  --elevated: #232a32;
  --input: #0d1218;
  --border: #2b3540;
  --orange: #ff7800;
  --orange-hover: #ff922e;
  --orange-muted: #4b2d1d;
  --text: #f3f4f6;
  --text-2: #a8b1bf;
  --muted: #718096;
  --success: #22c55e;
  --warning: #f59e0b;
  --danger: #ef4444;
  --info: #4ea1ff;
  --draw: #f2b84b;
  --draw-subtle: #3a2a12;
  --radius: 10px;
  --radius-control: 7px;
  --shadow: 0 24px 70px rgba(0, 0, 0, .24);

  /* FC Coach alternatives retained for selection; these do not override the base. */
  --candidate-coach-bg: #0d1117;
  --candidate-coach-surface: #161b22;
  --candidate-coach-elevated: #21262d;
  --candidate-coach-border: #30363d;
  --candidate-coach-orange: #ff7a00;
  --candidate-coach-orange-hover: #ff9a3d;
  --candidate-coach-text: #f0f3f6;
  --candidate-coach-muted: #8c959f;
  --candidate-coach-success: #3fb950;
  --candidate-coach-danger: #f85149;
  --candidate-coach-info: #1f6feb;
}
