/* Papkot Chat 3 overlay for LibreChat v0.8.7. Linked from index.html by deploy.sh.
   Keep it to the brand accent and to hiding chrome: chat-01's full re-skins were
   reverted. Selectors are pinned to v0.8.7 markup; check them after an upgrade. */

/* Loop I3.1: the one brand accent, yellow with black text, on primary actions. */
:root,
.dark {
  --surface-submit: #ffd400;
  --surface-submit-hover: #e6bf00;
}
.bg-surface-submit,
.bg-surface-submit * {
  color: #0a0a0a !important;
}

/* Loop I3.3 (was I1.7): no Projects block in the sidebar for a two-person install. */
div[aria-label='Chat History'] > div.flex.flex-col.px-3.text-sm {
  display: none;
}

/* Loop I9.3: MCP Settings holds only the gate's probe server; hidden until a
   real connector exists. */
[data-testid='nav-panel-mcp-builder'] {
  display: none;
}
