:root {
  /* Dark Fantasy Obsidian & Blood Palette */
  --bg-canvas: #06080d;
  --bg-surface: #0e121a;
  --bg-surface-elevated: #161c28;
  --bg-surface-hover: #1f2738;

  --border-subtle: #19202e;
  --border-base: #2a3447;
  --border-focus: #4b5d7d;

  --text-primary: #f8fafc;
  --text-parchment: #f1ede4;
  --text-secondary: #94a3b8;
  --text-muted: #64748b;

  /* Accents */
  --crimson: #991b1b;
  --crimson-light: #dc2626;
  --crimson-glow: rgba(153, 27, 27, 0.25);

  --gold: #d4af37;
  --gold-hover: #b89726;
  --gold-glow: rgba(212, 175, 55, 0.2);

  --kickstarter: #05ce78;
  --kickstarter-hover: #04b368;
  --kickstarter-glow: rgba(5, 206, 120, 0.25);

  --tektos-teal: #14b8a6;

  /* Sizing */
  --max-width: 1200px;
  --header-height: 76px;
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 12px;
  --shadow-deep: 0 8px 30px rgba(0, 0, 0, 0.6);
  --transition-fast: 0.15s ease;
}
