/* Gold Label Global — gold (#facc15) brand accent on graphite dark surfaces. */
:root {
  --primary: #facc15;
  --primary-foreground: #111827;
  --secondary: #fef8e2;
  --secondary-foreground: #854d0e;
  --accent: #fef3c7;
  --accent-foreground: #854d0e;
  --ring: #facc15;
  --leaderboard-link-hover: #ca9a04;
}

.dark {
  --background: #111827;
  --foreground: #f9fafb;
  --card: #1f2937;
  --card-foreground: #f9fafb;
  --popover: #1f2937;
  --popover-foreground: #f9fafb;
  --primary: #facc15;
  --primary-foreground: #111827;
  --secondary: #1f2937;
  --secondary-foreground: #fde68a;
  --accent: #374151;
  --accent-foreground: #fde68a;
  --border: #374151;
  --input: #374151;
  --muted: #1f2937;
  --muted-foreground: #9ca3af;
  --ring: #facc15;
  --leaderboard-link-hover: #fde047;
}
