/* PIVOTFLOW_NAV_ACTIVE_ICON_GLOW_V1_20260830
   Safe nav-only polish over UI DESIGN SAFE V4.
   Goal: active bottom-nav icon glows blue, active background becomes noticeably more transparent. */

body:not(.adminMode)>nav button.active{
  background:linear-gradient(180deg,rgba(29,72,190,.36) 0%,rgba(14,46,149,.29) 55%,rgba(3,10,20,.94) 100%)!important;
  background-image:linear-gradient(180deg,rgba(29,72,190,.36) 0%,rgba(14,46,149,.29) 55%,rgba(3,10,20,.94) 100%)!important;
  color:#f5f8ff!important;
  box-shadow:inset 0 0 16px rgba(68,111,255,.11)!important;
}

body:not(.adminMode)>nav button.active .pfNavIcon{
  color:#7ea9ff!important;
  filter:drop-shadow(0 0 4px rgba(176,206,255,.42)) drop-shadow(0 0 12px rgba(14,46,149,.55));
}

body:not(.adminMode)>nav button.active .pfNavIcon svg{
  stroke:currentColor!important;
}

body:not(.adminMode)>nav button.active span:not(.pfNavIcon){
  color:#f5f8ff!important;
}
