:root {
  /* ---- Background ---- */
  --bg-body: #121212;
  --bg-card: #1c1c1e;
  --bg-subtle: rgba(255, 255, 255, 0.05);
  --bg-overlay: rgba(0, 0, 0, 0.85);

  /* ---- Border ---- */
  --border-default: #2c2c2e;
  --border-accent: #ffffff;
  --border-subtle: rgba(255, 255, 255, 0.1);

  /* ---- Text ---- */
  --text-primary: #f5f5f7;
  --text-muted: #8e8e93;

  /* ---- Accent ---- */
  --accent-primary: #ffffff;
  --accent-primary-text: #000000;

  /* ---- Feedback Colors ---- */
  --color-correct: #32d74b;
  --color-misplaced: #ff9f0a;

  /* ---- Spacing ---- */
  --space-2xs: 2px;
  --space-xs: 4px;
  --space-sm: 8px;
  --space-md: 16px;
  --space-lg: 24px;
  --space-xl: 40px;

  /* ---- Border Radius ---- */
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --radius-full: 50%;

  /* ---- Typography ---- */
  --font-display: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --font-body: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;

  --text-xs: 11px;
  --text-sm: 13px;
  --text-base: 15px;
  --text-lg: 20px;
  --text-xl: 28px;

  /* ---- Ball Sizes ---- */
  --ball-sm: 34px;
  --ball-md: 40px;
  --ball-lg: 44px;

  /* ---- Transitions ---- */
  --transition-fast: 0.15s ease;
  --transition-base: 0.25s ease;
  --transition-slow: 0.4s ease;

  /* ---- Shadows ---- */
  --shadow-card: 0 4px 24px rgba(0, 0, 0, 0.2);
  --shadow-board: 0 8px 32px rgba(0, 0, 0, 0.3);
  --shadow-overlay: 0 10px 40px rgba(0, 0, 0, 0.5);
}
