diff --git a/frontend/src/components/layout/AppLayout.tsx b/frontend/src/components/layout/AppLayout.tsx index 55519f45..68a027c1 100644 --- a/frontend/src/components/layout/AppLayout.tsx +++ b/frontend/src/components/layout/AppLayout.tsx @@ -59,7 +59,34 @@ export function AppLayout() { ] return ( -
+ <> + {/* Atmosphere orbs — ambient light behind glass */} +
+
+ +
{/* Top Bar - spans full width */} @@ -159,6 +186,7 @@ export function AppLayout() {
+ ) }