+ {/* Header with mobile menu toggle */} + {header && ( +
+
+
{header}
+ {/* Mobile menu toggle button - hidden on desktop */} + +
+
+ )} + + {/* Main content with bottom padding for mobile nav */} +
+ {children} +
+ + {/* Footer */} + {footer && ( +
+ {footer} +
+ )} + + {/* Mobile bottom navigation */} + + + {/* Mobile menu with swipe gesture support */} + +