/* Forest Frontier v0.9.31 — single-scroll mobile rewards and usable-upgrade navigation. */

/* Upgrade state belongs to the item cell; the bottom navigation only mirrors usable upgrades. */
body.theme-ashen .inventory-icon-cell.upgrade-item{
  box-shadow:inset 0 0 0 1px rgba(91,201,116,.24),0 0 10px rgba(65,180,94,.08);
}
body.theme-ashen .inventory-icon-cell.upgrade-item.usable-upgrade{
  box-shadow:inset 0 0 0 1px rgba(103,227,133,.48),0 0 13px rgba(73,210,110,.16);
}
body.theme-ashen .inventory-icon-cell.upgrade-item.level-locked{
  box-shadow:inset 0 0 0 1px rgba(103,227,133,.24),0 0 9px rgba(73,210,110,.08);
}
