@@ -591,12 +591,12 @@ const pageInfo = BRAIN_SCIENCE_PAGES.find((p) => p.id === 'evolution');
- Flesch reading ease (purple).
+ Flesch reading ease (violet).
{' '}
Higher = simpler sentences/vocabulary by formula. Syllables are
approximated (vowel heuristic). Typical blog-ish scores often land ~30–70.
@@ -604,12 +604,12 @@ const pageInfo = BRAIN_SCIENCE_PAGES.find((p) => p.id === 'evolution');
- Word-pattern composite (green).
+ Word-pattern composite (marigold).
{' '}
Toy counter: discourse / curiosity / reflection word lists + a length term (
@@ -700,10 +700,10 @@ const pageInfo = BRAIN_SCIENCE_PAGES.find((p) => p.id === 'evolution');
{insight.impact}
@@ -770,13 +770,13 @@ const pageInfo = BRAIN_SCIENCE_PAGES.find((p) => p.id === 'evolution');
| 0 && period.avgComplexity >= maxPeriodFlesch * 0.8
- ? 'text-green-600 dark:text-green-400'
+ ? 'text-[rgb(var(--color-text))]'
: maxPeriodFlesch > 0 && period.avgComplexity >= maxPeriodFlesch * 0.5
- ? 'text-blue-600 dark:text-blue-400'
+ ? 'text-body-muted'
: maxPeriodFlesch > 0 && period.avgComplexity >= maxPeriodFlesch * 0.2
- ? 'text-amber-600 dark:text-amber-400'
+ ? 'text-body-muted'
: maxPeriodFlesch > 0
- ? 'text-red-600 dark:text-red-400'
+ ? 'text-body-muted'
: 'text-[rgb(var(--color-text))]'
}`}
title="Avg Flesch reading ease — higher tends to mean simpler wording"
@@ -831,7 +831,7 @@ const pageInfo = BRAIN_SCIENCE_PAGES.find((p) => p.id === 'evolution');
+{Math.round(topic.growthRate)}%
@@ -867,7 +867,7 @@ const pageInfo = BRAIN_SCIENCE_PAGES.find((p) => p.id === 'evolution');
{Math.round(topic.growthRate)}%
@@ -1022,9 +1022,8 @@ const pageInfo = BRAIN_SCIENCE_PAGES.find((p) => p.id === 'evolution');
- 🧠
Readability & language heuristics
@@ -1062,9 +1061,8 @@ const pageInfo = BRAIN_SCIENCE_PAGES.find((p) => p.id === 'evolution');
- 📚
Knowledge Area Evolution
@@ -1091,9 +1089,8 @@ const pageInfo = BRAIN_SCIENCE_PAGES.find((p) => p.id === 'evolution');
- 🎓
Maturity Indicators
@@ -1117,9 +1114,8 @@ const pageInfo = BRAIN_SCIENCE_PAGES.find((p) => p.id === 'evolution');
- 📈
Learning Trajectory
diff --git a/src/pages/brain-science/index.astro b/src/pages/brain-science/index.astro
index 27bd6221..25294ad7 100644
--- a/src/pages/brain-science/index.astro
+++ b/src/pages/brain-science/index.astro
@@ -269,19 +269,19 @@ const pageInfo = BRAIN_SCIENCE_PAGES.find((p) => p.id === 'index');
>
- | Positive |
+ Positive |
{objectiveMetrics.sentimentAnalysis.positive}
|
- | Negative |
+ Negative |
{objectiveMetrics.sentimentAnalysis.negative}
|
- | Neutral |
+ Neutral |
{objectiveMetrics.sentimentAnalysis.neutral}
|
@@ -375,7 +375,7 @@ const pageInfo = BRAIN_SCIENCE_PAGES.find((p) => p.id === 'index');
{challenge.severity}
@@ -472,8 +472,7 @@ const pageInfo = BRAIN_SCIENCE_PAGES.find((p) => p.id === 'index');
{
maslowAnalysis.map((category) => (
-
- {category.icon}
+
{category.title}
diff --git a/src/pages/brain-science/insights.astro b/src/pages/brain-science/insights.astro
index 5c7798cd..077d8cc7 100644
--- a/src/pages/brain-science/insights.astro
+++ b/src/pages/brain-science/insights.astro
@@ -349,8 +349,8 @@ const vulnerabilityConfidenceChart = {
: emotionalPatterns.avgVulnerabilityScore,
isNaN(emotionalPatterns.avgConfidenceScore) ? 0 : emotionalPatterns.avgConfidenceScore,
],
- backgroundColor: ['rgba(236, 72, 153, 0.6)', 'rgba(34, 197, 94, 0.6)'],
- borderColor: ['rgb(236, 72, 153)', 'rgb(34, 197, 94)'],
+ backgroundColor: ['rgb(var(--color-accent) / 0.55)', 'rgb(var(--color-primary) / 0.55)'],
+ borderColor: ['rgb(var(--color-accent))', 'rgb(var(--color-primary))'],
},
],
};
@@ -374,8 +374,8 @@ const wordCountEmotionalScatter = {
x: post.wordCount,
y: post.emotionalIntensity,
})),
- backgroundColor: 'rgba(59, 130, 246, 0.6)', // Will be overridden by theme colors
- borderColor: 'rgb(59, 130, 246)', // Will be overridden by theme colors
+ backgroundColor: 'rgb(var(--color-accent) / 0.55)',
+ borderColor: 'rgb(var(--color-accent))',
},
],
};
@@ -540,8 +540,8 @@ const pageInfo = BRAIN_SCIENCE_PAGES.find((p) => p.id === 'insights');
{
label: 'Emotional Intensity',
data: emotionalIntensityTimeSeries.map((q) => (isNaN(q.value) ? 0 : q.value)),
- borderColor: 'rgb(236, 72, 153)',
- backgroundColor: 'rgba(236, 72, 153, 0.1)',
+ borderColor: 'rgb(var(--color-accent))',
+ backgroundColor: 'rgb(var(--color-accent) / 0.12)',
},
]}
title="Average Emotional Intensity Per Quarter"
@@ -604,9 +604,7 @@ const pageInfo = BRAIN_SCIENCE_PAGES.find((p) => p.id === 'insights');
{index + 1}.
-
+
{discovery.impact}
@@ -623,147 +621,110 @@ const pageInfo = BRAIN_SCIENCE_PAGES.find((p) => p.id === 'insights');
{/* Emotional Processing Analysis */}
|