/** * KeyStone – Auth Layout * Wraps all auth screens with a shared gradient background. */ import { Stack } from 'expo-router'; export default function AuthLayout() { return ( ); }