/* Demo chrome. Deliberately unmistakable: a prospect must never be unsure
   whether they are looking at live data. */
.demobar {
  position: sticky; top: 0; z-index: 100;
  background: #1B2B24; border-bottom: 1px solid #2B5745;
  color: #BFE9D5; font-size: 12.5px; padding: 9px 18px; text-align: center;
}
.demobar b { color: #4ADE9B; }
.demobar a { color: #4ADE9B; margin-left: 8px; }
#shell { height: calc(100vh - 37px); }
