*/ public function rules(): array { return [ 'theme_preference' => ['sometimes', 'in:light,dark,system'], 'color_scheme' => ['sometimes', 'in:blue,emerald,violet'], ]; } }