/*
 * TSEMOU 5.71.1624 — Story public IA cleanup R1
 * Scope: public Story Workspace only.
 * No backend data, relationships, Entity engine, Knowledge engine or Need state is changed.
 */

/* Internal/canonical Entity presentation is infrastructure, not reader UI. */
.story-workspace .story-workspace-configured-modules,
.story-workspace .workspace-knowledge-panel {
  display: none !important;
}

/* Do not interrupt Story reading with the pre-content Needs/help bridge. */
.story-workspace .story-origin-needs,
.story-workspace [data-story-origin-needs] {
  display: none !important;
}
