/* การเงินกุ้งๆ orange nav theme — loaded AFTER site-nav.css on finance pages
   (finance.html + articles/ + analysis/) so these :root overrides win.
   Injected by build-nav.py when nav.config.finance.json sets "theme_css".
   Single source of the orange accent for the finance sub-site. */
:root {
  --aknav-gold: #FF8C42;
  --aknav-gold-light: #FFB07C;
}
.aknav-cta:hover { box-shadow: 0 0 18px rgba(255,140,66,0.5); }
.akfoot-brand .akfoot-logo { color: #FF8C42; }
