/* InflamAI Bilingual Pitch – Design Tokens (Peak Vibe Edition) */
:root {
  /* ---- BACKGROUNDS (deep navy from app-rheum-remake) ---- */
  --slide-bg: linear-gradient(180deg, #0A0E17 0%, #0D1321 50%, #0A1929 100%);
  --slide-bg-body: #0A0E17;

  /* ---- PRIMARY ACCENTS ---- */
  --cyan: #00D9FF;
  --blue: #007AFF;
  --green: #34C759;
  --red-logo: #FF3B30;
  --gold: #FFD60A;

  /* ---- GLOWS ---- */
  --glow-cyan: radial-gradient(ellipse at 50% 0%, rgba(0, 217, 255, 0.15) 0%, transparent 60%);
  --glow-blue: radial-gradient(circle, rgba(0, 122, 255, 0.12) 0%, transparent 70%);
  --glow-green: radial-gradient(circle, rgba(52, 199, 89, 0.08) 0%, transparent 70%);

  /* ---- GLASS CARDS ---- */
  --card-bg: rgba(13, 19, 33, 0.8);
  --card-border: rgba(255, 255, 255, 0.08);
  --card-border-hover: rgba(0, 217, 255, 0.25);
  --card-blur: blur(20px);

  /* ---- GRADIENTS ---- */
  --brand-gradient: linear-gradient(135deg, #00D9FF 0%, #007AFF 50%, #34C759 100%);
  --cyan-gradient: linear-gradient(135deg, #00D9FF 0%, #007AFF 100%);
  --green-gradient: linear-gradient(135deg, #34C759 0%, #007AFF 100%);

  /* ---- TEXT ---- */
  --text-primary: #FFFFFF;
  --text-secondary: #E5E5EA;
  --text-muted: #86868B;
  --text-cyan: #00D9FF;

  /* ---- MISC ---- */
  --timeline-line: rgba(255, 255, 255, 0.12);
  --font: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}
