
/* CONSOLE-ONLY VISITORS (see 90-app.js boot catch). Someone holding the
   `ai-admin` grant is not a board user: /rapi/overview 401s for them, so there
   are no stations to list and nothing in the transport bar to drive. Hiding
   those chrome elements is the difference between "a board with one tab" and
   "a broken board with most of it erased". */
body.console-only #station-list { display: none; }
body.console-only .transport,
body.console-only #now-playing,
body.console-only .mic-dock { display: none !important; }
