diff --git a/apps/client/src/app/components/ai-chat/ai-chat.component.html b/apps/client/src/app/components/ai-chat/ai-chat.component.html
index 03e885a9e..081875063 100644
--- a/apps/client/src/app/components/ai-chat/ai-chat.component.html
+++ b/apps/client/src/app/components/ai-chat/ai-chat.component.html
@@ -317,6 +317,33 @@
🏘️ SF snapshot
+
+
+
+
+
+
}
}
diff --git a/apps/client/src/app/components/ai-chat/ai-chat.component.scss b/apps/client/src/app/components/ai-chat/ai-chat.component.scss
index feed38371..40209d5ea 100644
--- a/apps/client/src/app/components/ai-chat/ai-chat.component.scss
+++ b/apps/client/src/app/components/ai-chat/ai-chat.component.scss
@@ -590,6 +590,10 @@
&--realestate {
padding-top: 0.1rem;
}
+
+ &--wealth {
+ padding-top: 0.1rem;
+ }
}
}
@@ -650,6 +654,27 @@
}
}
}
+
+ // Wealth Bridge chips — amber/gold tint for financial planning distinction
+ &--wealth {
+ border-color: rgba(245, 158, 11, 0.3);
+ background: rgba(245, 158, 11, 0.07);
+ color: #b45309;
+
+ :host-context(.theme-dark) & {
+ background: rgba(245, 158, 11, 0.15);
+ color: #fcd34d;
+ border-color: rgba(245, 158, 11, 0.35);
+ }
+
+ &:hover {
+ background: rgba(245, 158, 11, 0.15);
+
+ :host-context(.theme-dark) & {
+ background: rgba(245, 158, 11, 0.25);
+ }
+ }
+ }
}
// ---------------------------------------------------------------------------