/**
 * Cyberlytics — menu accent vars ONLY.
 * Sources (live/cached chrome-layout-fix + site-custom-preserved, Sep 2026):
 *   Palette comment: Forest #0a4f2f · Brand #0e6c3e · Mid #138450 · Leaf #4fa36f
 *                    Mint #8fd0b3 · Soft #e8f6ee · Mist #f7fcf9 · Ink #0a2f1c
 *   Mobile panel #0a4f2f; pills #4fa36f; hover #6ecf9a / desktop #6fbf8c; active #8fd0b3
 *   Desktop bar #138450
 * NEVER purple.
 */
:root,
html {
  --menu-deep: #0a4f2f;       /* mobile drawer */
  --menu-brand: #0e6c3e;      /* brand green */
  --menu-mid: #138450;        /* desktop bar fill */
  --menu-leaf: #4fa36f;       /* default mobile pill */
  --menu-hover: #6ecf9a;      /* mobile hover; desktop may use #6fbf8c — keep one system hover */
  --menu-active: #8fd0b3;     /* active-trail mint — lighter than hover */
  --menu-soft: #e8f6ee;
  --menu-ink: #0a2f1c;
  --menu-on-accent: #ffffff;
  --menu-border: #000000;
  --menu-focus: #0e6c3e;
  --menu-duration: 200ms;
  --menu-radius: 10px;
}
