/* ============================================================
   SUMMITOS — NEXORA DESIGN SYSTEM TOKENS (Flagship Gold & Obsidian)
   ============================================================ */
:root {
  /* Core Palette - NEXORA Luxury Theme */
  --navy:        #111111; /* dark panel */
  --blue:        #C49A10; /* NEXORA Gold */
  --blue-light:  #E5B830; /* Gold Hover */
  --accent-gold: #D4AF37; /* Metallic Gold */
  --dark:        #080808; /* Obsidian Black */
  --mid:         #1c1c1c; /* Elevated dark */
  
  /* Surfaces */
  --card:        #111111;
  --card-border: rgba(196, 154, 16, 0.16);
  --border-glass:rgba(255, 255, 255, 0.07);
  
  /* Text */
  --text:        #F2EDE4; /* NEXORA Ivory */
  --muted:       #ADA89F; /* Warm Muted */
  --dark-muted:  #5C5852;
  
  /* Status */
  --green:       #10b981; /* Emerald */
  --amber:       #C49A10; /* Gold */
  --red:         #ef4444; /* Crimson */
  --white:       #ffffff;

  /* Typography */
  --font-sans:   'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --font-cond:   'Inter', system-ui, sans-serif;
  --font-serif:  'Playfair Display', 'Cormorant Garamond', Georgia, serif;
  --font-mono:   'Space Grotesk', monospace;

  /* Layout */
  --sidebar-w:   250px;
  --topbar-h:    56px;
  --radius-sm:   4px;
  --radius-md:   6px;
  --radius-lg:   8px;

  /* Shadows & Glow */
  --shadow:        0 1px 2px 0 rgba(0, 0, 0, 0.4);
  --shadow-soft:   0 4px 20px rgba(0, 0, 0, 0.5);
  --shadow-hover:  0 0 25px rgba(196, 154, 16, 0.2);
  --glow:          0 0 0 2px rgba(196, 154, 16, 0.35);

  --transition:    0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
