:root {
  --bg-color: #0a0c10;
  --card-bg: #121620;
  --card-border: #222938;
  --text-primary: #f8fafc;
  --text-secondary: #94a3b8;
  --text-muted: #64748b;
  --color-primary: #e50914;
  --color-primary-hover: #ff1e27;
  --color-accent: #ff2e4c;
  --color-accent-glow: rgba(229, 9, 20, 0.35);
  --color-success: #10b981;
  --color-warning: #f59e0b;
  --color-danger: #ef4444;
  --badge-bg: rgba(229, 9, 20, 0.15);
  --badge-text: #ff2e4c;
  --input-bg: #0f1218;
  --input-border: #2a3142;
  --header-bg: rgba(10, 12, 16, 0.85);
  --font-family: 'Outfit', 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}