/* Demo build of the app: only Dashboard and Overlay, marked as a simulation. */
.tab[data-page="setup"], .tab[data-page="streamdeck"], .tab[data-page="help"], .tab[data-page="settings"] { display: none !important; }
#license-chip { display: none !important; }
.dcredit { display: none !important; }
body::after {
  content: "Live demo, simulated stream";
  position: fixed; right: 14px; bottom: 12px; z-index: 50; pointer-events: none;
  padding: 6px 12px; border-radius: 999px;
  font: 600 11px/1 var(--display); letter-spacing: 1.4px; text-transform: uppercase;
  color: var(--accent); background: rgba(9, 9, 11, 0.86); border: 1px solid var(--accent-line);
}
