/* ============================================================
   CICS / TAIBA MUSALLAH — 2026 DESIGN SYSTEM TOKENS
   ============================================================ */

:root {
  /* Official Brand Green Palette */
  --primary-emerald: #064e3b;
  --primary-emerald-light: #059669;
  --primary-emerald-dark: #022c22;
  --emerald-surface: #051911;
  --emerald-card: #03241b;

  /* Gold Accents & Neon Highlights */
  --accent-gold: #d97706;
  --accent-gold-light: #f59e0b;
  --accent-gold-glow: #fbbf24;
  --accent-gold-neon: #ffd700;
  --accent-cyan-neon: #06b6d4;

  /* Surfaces & Glassmorphism */
  --bg-cream: #fcfbf7;
  --bg-card: #ffffff;
  --text-main: #0f172a;
  --text-muted: #475569;
  --border-subtle: rgba(6, 78, 59, 0.15);
  
  --glass-surface: rgba(255, 255, 255, 0.96);
  --glass-border: rgba(217, 119, 6, 0.25);
  --glass-blur: blur(20px);
  
  /* Glowing Shadows */
  --shadow-sm: 0 4px 12px rgba(0, 0, 0, 0.05);
  --shadow-md: 0 12px 36px rgba(6, 78, 59, 0.14);
  --shadow-lg: 0 24px 60px rgba(0, 0, 0, 0.25);
  --glow-neon: 0 0 20px rgba(251, 191, 36, 0.6), 0 0 35px rgba(5, 150, 105, 0.4);
  --glow-emerald: 0 0 40px rgba(5, 150, 105, 0.35);

  /* Typography & Radii */
  --font-heading: 'Outfit', 'Plus Jakarta Sans', system-ui, sans-serif;
  --font-serif: 'Playfair Display', Georgia, serif;
  --font-body: 'Inter', system-ui, sans-serif;
  --radius-sm: 8px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --radius-full: 9999px;
  
  --transition-fast: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  --transition-smooth: all 0.45s cubic-bezier(0.16, 1, 0.3, 1);
  --transition-slow: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
