diff --git a/client/components/LoadingScreen.tsx b/client/components/LoadingScreen.tsx
index f67edd7c..2c01bddb 100644
--- a/client/components/LoadingScreen.tsx
+++ b/client/components/LoadingScreen.tsx
@@ -87,23 +87,23 @@ export default function LoadingScreen({
return (
-
- {/* OS Logo with Arm Logo Overlay */}
+
+ {/* Large OS Logo with Arm Logo Overlay */}
- {/* OS Frame Background */}
+ {/* Large OS Frame Background */}
{showOSLogo && (
-
+
)}
- {/* Arm Logo or Default */}
-
+ } flex items-center justify-center animate-pulse-glow p-4 shadow-2xl border-2 border-current border-opacity-30`}>
{armLogo ? (

) : (
)}
-
+
+
+ {/* Orbiting Decorative Elements */}
+
- {/* Animated Loading Bars */}
-
-
+ {/* Animated Loading Bars - LARGER */}
+
+
{[...Array(5)].map((_, i) => {
const colorMap: Record = {
"from-yellow-500 to-yellow-400": "bg-yellow-400",