:root {
  /* Colors */
  --color-bg-dark: #1a1a2e;
  --color-bg-deeper: #1c2a4a;
  --color-card-bg: #243452;
  --card-shadow: 0 4px 16px rgba(0, 0, 0, 0.35), 0 1px 3px rgba(0, 0, 0, 0.4);
  --card-shadow-hover: 0 16px 40px rgba(0, 0, 0, 0.55), 0 4px 10px rgba(0, 0, 0, 0.4);
  --color-gold: #d4a843;
  --color-gold-light: #c9a94e;
  --color-green: #0f6e56;
  --color-cream: #f5f0e8;
  --color-white: #ffffff;
  --color-text: #e8e8e8;
  --color-text-muted: #a0a0b0;
  --color-border: rgba(212, 168, 67, 0.2);
  --color-error: #e74c3c;
  --color-success: #27ae60;

  /* Typography */
  --font-display: 'Cormorant Garamond', serif;
  --font-body: 'DM Sans', sans-serif;

  /* Spacing */
  --space-xs: 0.25rem;
  --space-sm: 0.5rem;
  --space-md: 1rem;
  --space-lg: 2rem;
  --space-xl: 4rem;

  /* Layout */
  --container-max: 1200px;
  --header-height: 120px;

  /* Transitions */
  --transition-fast: 150ms ease;
  --transition-base: 300ms ease;

  /* Radius */
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 16px;
}
