/* Minimal post-502 readability hotfix. Keep semantic meaning in graph state; this only raises supporting-node contrast. */
:root {
  --aya-color-context: #b7d8cf;
  --aya-color-related: #d0f4e7;
  --aya-rgb-context: 183, 216, 207;
  --aya-rgb-related: 208, 244, 231;
}

body[data-aya-page="future-ai"] .intelligence-graph-node:not(.is-active) {
  opacity: 0.9 !important;
}

body[data-aya-page="future-ai"] .intelligence-graph-node-copy strong {
  text-shadow: 0 0 10px rgba(129, 209, 195, 0.08);
}
