
/*
  The permanent skill bar used to have z-index 10050, which allowed it to float
  above modal backdrops. While a blocking popup is open we deliberately lower it
  into the gameplay layer. The popup's own backdrop then darkens it naturally,
  exactly like TAVERN / GAUNTLET / HEROES / PETS / BAG / MAP / MARKET.
*/
body.tharkira-popup-open-v164 #sixSkillBar{
  z-index:10!important;
  pointer-events:none!important;
}

/* World interaction prompts belong to the Tavern scene, never to a modal.
   The popup observer already covers Talents, Heroes, NPC services and results. */
body.tharkira-popup-open-v164 #npcInteractHint{
  display:none!important;
}
