/* Opt-in host mode for the live portfolio app window.
   The builder remains canonical and fully interactive; only the public
   Community / Assistant rail is omitted so the board workspace gets the room. */
html[data-portfolio-embed="true"] #aiHelper.ai-helper.ai-rail {
  display: none !important;
}
