From 326d6da6a69cff70f341add1c7176bb3beaff1ee Mon Sep 17 00:00:00 2001 From: Claude Date: Mon, 11 May 2026 18:17:24 +0000 Subject: [PATCH] CohortPanel: italicise the prediction body Each fired samskara is a prose prediction ("In situations involving X, the user usually does Y"). Reads more naturally in italics - the voice shifts from "metadata" (the tier / score / valence header above) to "claim about the user." Leaves the inner-voice line alone because it already carries its own rendering. --- src/components/CohortPanel.svelte | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/CohortPanel.svelte b/src/components/CohortPanel.svelte index df5d578..af5f169 100644 --- a/src/components/CohortPanel.svelte +++ b/src/components/CohortPanel.svelte @@ -410,6 +410,7 @@ .fire-prediction { margin: 0; font-size: 0.85rem; + font-style: italic; } .fire-inner-voice { margin: 0;