+ {/* ── Identity ─────────────────────────────────────────────── */}
+
+
+ {t('settings.persona.identityHeading')}
+
+
+
+
+
+
+
+
+
+ {t('settings.persona.identityDesc')}
+
+
+
+ {/* ── Personality (SOUL.md) ────────────────────────────────── */}
+
+
+ {t('settings.persona.soul.heading')}
+
+
+ {soulLoading ? (
+
{t('common.loading')}
+ ) : (
+ <>
+
+
+ {t('settings.persona.soul.desc')}
+
+
+
+ {/* ── Appearance & Voice (handled in Mascot settings) ──────── */}
+
+
+ {t('settings.persona.appearanceHeading')}
+
+
+
+
+
+ {t('settings.persona.appearanceDesc')}
+
+
+