diff --git a/frontend/src/components/dashboard/DashboardAmbient.tsx b/frontend/src/components/dashboard/DashboardAmbient.tsx
index a99ab4e..4685042 100644
--- a/frontend/src/components/dashboard/DashboardAmbient.tsx
+++ b/frontend/src/components/dashboard/DashboardAmbient.tsx
@@ -9,18 +9,18 @@
*/
export default function DashboardAmbient() {
return (
-
+
{/* Animated gradient orbs — position shifts via CSS animation */}
{/* Noise texture */}
@@ -36,7 +36,7 @@ export default function DashboardAmbient() {
diff --git a/frontend/src/index.css b/frontend/src/index.css
index 575407b..dddd95b 100644
--- a/frontend/src/index.css
+++ b/frontend/src/index.css
@@ -459,7 +459,7 @@ form[data-submitted] input:invalid + button {
/* Dashboard glassmorphism — cards become semi-transparent to let ambient show through */
.dashboard-glass .bg-card {
- background-color: hsl(0 0% 5% / 0.80) !important;
+ background-color: hsl(0 0% 5% / 0.65) !important;
backdrop-filter: blur(12px);
-webkit-backdrop-filter: blur(12px);
}